You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#401] ASA show route: Fix UPTIME to account for additional output formats
[#445] IOS show ip eigrp topology: Fix FD to allow value to be "Inaccessible"
[#465] ASA show failover: Add line to match FirePOWER module
[#466] PAN show arp: Fix MAC capture group to account for entries that are "incomplete"
[#471] Procurve show arp: Fix IP capture group to account for IP Adresses that are "Incomplete"
[#471] Procurve show arp: Fix PORT capture group to account for interfaces that contain more than just digits
[#474] IOS show ip mroute: Fix Value UP_TIME, EXPIRATION_TIME, OUTGOING_MULTICAST_UP_TIME (\S+), and OUTGOING_MULTICAST_EXPIRATION_TIME to account for additional time formats
[#479] NXOS show interface brief: Fix capturing MODE values of "pvlan" and "fabric"
[#480] IOS show cdp neighbors: Allow for table data to have leading spaces but not require it
[#485] IOS show mac-address-table: Allow for table data to have leading spaces but not require it (VLAN IDs are left adjusted so VLANs from 1000 on do not have a leading space)
[#487] IOS show authentication sessions: Add match for lines separating output with a "-" in order to avoid capturing them as part of normal table data
[#488] EOS show interfaces status: Fix NAME and STATUS capture groups to support disabled interfaces
[#494] IOS show ip interface: Add matches for additional output lines
[#495] IOS show ip interface: Add matches for additional output lines
[#497] ASA show version: Fix MAX_INTF capture group to account for Unlimited
[#497] ASA show version: Fix HARDWARE capture group to account for trailing commas
[#499] ASA show inventory: Add matches for additional output lines
[#503] IOS show standby: Fix output that spread across two lines
[#505] NXOS show ip bgp neighbors: Fix matching entries accurately when neighbors are in a "down" state; move to Continue.Record to record on new entries instead of "last expected line" of output data
[#516] IOS show ip interface: Add matches for additional output lines
[#517] EOS show ip bgp summary: Fix capturing entries with more explicit match line
[#519] XR show version - Fix VERSION, UPTIME, and HARDWARE to account for CRS syntax
[#539] WLC show interface summary: Added new template
[#540] IOS show environment temperature: Added new template
Changed for changes in existing functionality
[#378] XR show ip route: Update index to allow syntax of "show ip route" or "show route"
[#497] ASA show version: Change SERIAL to be a list for clusters
[#503] IOS show standby: Update index to allow syntax including specifying an interface
[#520] IOS show ip bgp summary: Update template and index to support VRF syntax
[#520] EOS show ip bgp summary: Update template and index to support VRF syntax
[#521] IOS show ip route: Add Error for unmatched lines to ensure accurate data collection
[#522] EOS show bgp summary: Update index to allow syntax of "show bgp evpn summary"
[#523] IOS show mac-address-table: Add Error for unmatched lines to ensure accurate data collection
[#528] IOS show interfaces switchport: Update template to use Continue.Record syntax to record on new entries instead of "last expected line" of output data
[#528] NXOS show interfaces switchport: Update template to use Continue.Record syntax to record on new entries instead of "last expected line" of output data