Skip to content

Commit fe78fb2

Browse files
author
Thomas Ryan
committed
Open branches for release_26.4
1 parent d937d6d commit fe78fb2

281 files changed

Lines changed: 11451 additions & 113870 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog/2022/july.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* Updated patterns <p7> and <p8> to accommodate various outputs to parse VXlan related information
115115
* Modified ShowIpMfib:
116116
* Made multicast_group and source_address as optional keys under ShowIpMfibSchema
117-
--------------------------------------------------------------------------------
117+
-----------------------------------------------------------------------------------------
118118
Fix
119119
--------------------------------------------------------------------------------
120120

changelog/2026/april.rst

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Modified ShowTelemetryIETFSubscription
7+
* Handling renamed column header
8+
* Modified ShowTelemetryIETFSubscriptionAllReceivers
9+
* Handling added field
10+
* Modified ShowTelemetryReceiverName
11+
* Handling renamed column header
12+
* Modified ShowTelemetryReceiverAll
13+
* Handling renamed column header
14+
* Added ShowIpv6Dhcp
15+
* Added schema and parser for 'show ipv6 dhcp'
16+
* Added ShowPlatformHardwareQfpActiveInterfaceAllStatistics parser in show_platform_hardware.py
17+
* Added schema and parser for cli 'show platform hardware qfp active interface all statistics'
18+
* Added ShowPlatformSoftwareLiveProtectShield
19+
* show platform software live-protect shield
20+
* Added ShowIpSshPubkeyServerAll
21+
* Added schema and parser for 'show ip ssh pubkey server all'
22+
* Created ShowSystemInsecureConfiguration
23+
* Added schema and parser implementation for "show system insecure-configuration".
24+
* Created ShowSystemSecurityMode
25+
* Added schema and parser implementation for "show system security-mode".
26+
* Added SnmpGetBulk
27+
* Added schema and parser for 'snmp get-bulk v{version} {ip} vrf {vrf} {community_str} non-repeaters {non_repeaters} max-repetitions {max_repetitions} oid {oid}' command.
28+
* Added schema and parser for 'snmp get-bulk v{version} {ip} {community_str} non-repeaters {non_repeaters} max-repetitions {max_repetitions} oid {oid}'
29+
* Added timeout parsing support for invalid VLAN community strings.
30+
* Added ShowPlatformSoftwareAccessListFpActiveStatistics
31+
* Added schema and parser for 'show platform software access-list fp active statistics'
32+
* Added ShowRepTopology
33+
* Added schema and parser for 'show rep topology'
34+
* Added ShowPlatformHardwareSlotSlotSensorConsumerAll
35+
* Added schema and parser for 'show platform hardware slot {slot} sensor consumer all'
36+
* Modified ShowTelemetryIETFSubscriptionDetail
37+
* Adding parsing of reciever information
38+
* Added ShowPlatformSoftwareFedSwitchFnfFlowTableMonId
39+
* Parser for 'show platform software fed switch {switch} fnf flow-table mon-id {mon_id} asic {asic} start-index {start_index} {num_flows}'
40+
* Added ShowPlatformHardwareSlotSlotSensorProducerAll
41+
* Added schema and parser for 'show platform hardware slot {slot} sensor producer all'
42+
* Added ShowRedundancyInterchassis parser in show_redundancy.py
43+
* Added schema and parser for cli 'show redundancy interchassis'
44+
* Added ShowPlatformSoftwareFedSwitchActiveVmapAll parser.
45+
* Added parser for cli 'show platform software fed switch active vmap all'.
46+
* Added ShowPlatformSoftwareFedSwitchActiveVpKeyDetail parser.
47+
* Added parser for cli 'show platform software fed switch active vp key {iif_id} {vlan_id} detail'.
48+
* Added ShowPolicyMapControlPlaneAll
49+
* Added schema and parser for 'show policy-map control-plane all'
50+
* Added show platform software selinux
51+
* Added schema and parser for show platform software selinux
52+
* Added ShowInterfacesInterfaceStat
53+
* Added schema and parser for 'show interfaces {interface} stat'
54+
* Added Parser for show cts keystore
55+
* Added a new schema and parser for the show cts keystore command.
56+
* Added show ipv6 route vrf {vrf} summary internal
57+
* Parse "show ipv6 route vrf {vrf} summary internal"
58+
* Added ShowHwModuleSubslotSubslotTransceiverTransceiverStatus
59+
* Added schema and parser for 'show hw-module subslot {subslot} transceiver {transceiver} status'
60+
61+
* iosxr
62+
* Added ShowControllersInterface
63+
* Added schema and parser for 'show controllers {interface}' command.
64+
* Added ShowControllersOpticsAppselAdvertised
65+
* Added schema and parser for 'show controllers optics {port} appsel advertised' command.
66+
* Added schema and parser for 'show controllers optics * appsel advertised' command.
67+
* Added ShowControllersOpticsObservableInfo
68+
* Added schema and parser for 'show controllers optics {port} observable-info' command.
69+
* Added schema and parser for 'show controllers optics * observable-info' command.
70+
* Added ShowControllersOpticsAppselDetailed
71+
* Added schema and parser for 'show controllers optics {port} appsel detailed' command.
72+
* Added schema and parser for 'show controllers optics * appsel detailed' command.
73+
74+
75+
--------------------------------------------------------------------------------
76+
Fix
77+
--------------------------------------------------------------------------------
78+
79+
* iosxe
80+
* Modified ShowPlatformSoftwareFedActiveMonitor
81+
* Updated regex pattern and code the fetch the valn name.
82+
* Modified ShowPlatformSoftwareFedSwitchActiveMatmMactable
83+
* Updated regex pattern to handle "machandle", "sihandle", "rihandle", "dihandle" values.
84+
* Modified ShowCryptoIpsecSaInterface
85+
* Updated regex pattern p3 and p30 to handle missing remaining_key_lifetime values.
86+
* Modified ShowModule
87+
* Updated show module parsing to correctly match module entries for multiple entries also(switch number 1 and 2).
88+
* Modified ShowIpv6cefExactRouteSchema parser
89+
* changed regex to take both ip and ipv6 addresses
90+
* Modified ShowPlatformHardwareFedSwitchActiveVlanIngress
91+
* Modified parser by adding cli 'show platform hardware fed switch active vlan {num} egress'
92+
* Modified ShowPlatformSoftwareFedSwitchActiveMatmMactable
93+
* Made 'machandle', 'sihandle', 'rihandle', 'dihandle' fields optional in schema
94+
* Updated regex to handle output format without handle columns
95+
* Modified ShowPlatformSoftwareFedIpv6RouteSummaryInclude
96+
* Added support to make available of below clis for all cat9k.
97+
* show platform software fed {switch} {mode} ipv6 route summary | include {match}
98+
* show platform software fed {mode} ipv6 route summary | include {match}
99+
* Modified ShowDeviceTrackingDatabase
100+
* Updated regex pattern to handle parenthesized time_left values from DHCPv6 prefix delegation entries.
101+
102+
* iosxr
103+
* Modified ShowPlatform
104+
* Modified parser for 'show platform' command to include '[]' in Type column
105+
106+
107+
--------------------------------------------------------------------------------
108+
Command.
109+
--------------------------------------------------------------------------------
110+
111+

0 commit comments

Comments
 (0)