<div dir="ltr"><div>We have a PTX1k in our lab, which we got without a license. Annoyingly, Junos EVO seems to update timestamps hourly on the `show alarms` output, meaning there's always a diff.</div><div><br></div><div>Example diff in RANCID:</div><div><br></div><div><pre class="gmail-moz-quote-pre">- # 2024-01-19 06:11:54 CST  Minor  20 Port Bandwidth Usage (in gbps)s(279) require a license
- # 2024-01-19 06:11:54 CST  Minor  BGP Routing Protocol(47) usage requires a license
- # 2024-01-19 06:11:54 CST  Minor  LDP Protocol(257) usage requires a license
- # 2024-01-19 06:11:54 CST  Minor  RSVP Protocol(258) usage requires a license
- # 2024-01-19 06:11:54 CST  Minor  IGMP protocol(263) usage requires a license
- # 2024-01-19 06:11:54 CST  Minor  PIM protocol(267) usage requires a license
- # 2024-01-19 06:11:54 CST  Minor  OSPF protocol(282) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  20 Port Bandwidth Usage (in gbps)s(279) require a license
+ # 2024-01-19 07:11:54 CST  Minor  BGP Routing Protocol(47) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  LDP Protocol(257) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  RSVP Protocol(258) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  IGMP protocol(263) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  PIM protocol(267) usage requires a license
+ # 2024-01-19 07:11:54 CST  Minor  OSPF protocol(282) usage requires a license</pre><pre class="gmail-moz-quote-pre"><br></pre></div>For now we just filtered these fully in <a href="http://junos.pm">junos.pm</a> ShowChassisAlarms:<div><br><div><font face="monospace">    next if (/require a license|requires a license/i);<br></font></div></div><div><br></div><div>If someone can whip up a REAL patch to just filter out the timestamp part leaving the alarm value, that'd be a better fix for all.</div><div><br></div><div>Cheers</div><div>Chris</div><div><br></div></div>