Skip to content

Commit 09948f6

Browse files
author
Thomas Ryan
committed
Releasing v25.11
1 parent b1aa02b commit 09948f6

File tree

144 files changed

+11039
-1139
lines changed

Some content is hidden

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

144 files changed

+11039
-1139
lines changed

changelog/2025/december.rst

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
--------------------------------------------------------------------------------
2+
Fix
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Modified ShowBgpNeighbors
7+
* Updated parser and schema for Showbgp neighbour to support tcp aco keychain
8+
* Modified ShowInterfaces
9+
* 'show interfaces <interface>'
10+
* Modified ShowIpVirtualReassemblyInterface
11+
* 'show ip virtual-reassembly {interface}'
12+
* Modified ShowCryptoPkiTimerDetail parser
13+
* Modified ShowPlatformSoftwareInfrastructureThreadFastpath
14+
* show platform software infrastructure thread fastpath.
15+
* Modified ShowControllerVDSL
16+
* 'show controller VDSL {interface}'
17+
* Modified ShowParameterMapInspectGlobalScema
18+
* Added Optional keyword for log_flow_export_template_timeout_rate variable to support new cli output
19+
* Modified ShowKeyChain
20+
* updated parser and schema for ShowKeyChain parser to support TCP key chain and MACsec Key Table (MKT) features.
21+
* Modified ShowPlatformHardwareQfpActiveFeatureFirewallDrop
22+
* 'show platform hardware qfp active feature firewall drop {actions}'
23+
* Modified ShowRedundancyApplicationGroup
24+
* Fixed UnboundLocalError by initializing media_active_peer dictionary before use.
25+
* Added Optional "local" key to active_peer schema.
26+
* Changed authentication, authentication_failures, reload_peer, resign keys in stats to Optional.
27+
* Changed all keys in active_peer (pkts, bytes, ha_seq, seq_number, pkt_loss, status, hold_timer) to Optional.
28+
* Added regex pattern p47 to accommodate "Standby Peer" output lines.
29+
* Fixed parser ShowPlatformSoftwareFedSwitchActiveIpv6Route
30+
* Updated handle additional lines in the show platform software fed switch active ipv6 route command.
31+
* Fixed parser ShowPlatformSoftwareFedActiveIpRoute
32+
* Updated handle additional lines in the show platform software fed active ip route command.
33+
* Fixed parser ShowCtsServerList
34+
* Updated to handle radius server group configuration with IPv6 interface.
35+
* Fixed parser ShowIpSlaStatistics
36+
* Updated handle additional lines in the show ip sla statistics {probe_id} command.
37+
38+
* nxos
39+
* Modified ShowIsis, ShowIsisAdjacency, ShowIsisHostname, ShowIsisHostnameDetail, ShowIsisInterface
40+
* Adjust area address regex to account for addresses that are hex or None
41+
* Adjust schemas to account for valid VRF configurations that do not have all information
42+
* Modified ShowBgpVrfAllAllSummary
43+
* Handle cases where BGP neighbor information is spread over 3 lines
44+
45+
46+
--------------------------------------------------------------------------------
47+
New
48+
--------------------------------------------------------------------------------
49+
50+
* iosxe
51+
* Added ShowPlatformSoftwareFedSwitchActiveStpVlan parser
52+
* show platform software fed switch {switch_num} stp-vlan {vlan_id}
53+
* show platform software fed active stp-vlan {vlan_id}
54+
* Added Parser for show ipv6 traffic
55+
* Added a new schema and parser for the show ipv6 traffic command.
56+
* Enhanced ShowCtsSxpConnectionsBrief parser.
57+
* Enhanced parser for cli show cts sxp connections brief.
58+
* Added ShowCtsSxpSgtMap parser.
59+
* Added parser for cli show cts sxp sgt-map.
60+
* Added ShowPlatformHardwareQfpActiveInfrastructurePuntStatisticsTypePerCauseClear
61+
* 'show platform hardware qfp active infrastructure punt statistics type per-cause clear'
62+
* Added Parser for show platform software firewall qfp active runtime
63+
* Added a new schema and parser for the show platform software firewall qfp active runtime command.
64+
* Added ShowIpv6MfibActive parser in show_mfib.py
65+
* Added schema and parser for cli 'show ipv6 mfib active'
66+
* Modified ShowHwModuleSubslotAttribute
67+
* 'show hw-module subslot {slot} attribute'
68+
* Added ShowPolicyFirewallStatsGlobal
69+
* 'show policy-firewall stats global'
70+
* Added ShowLocateSwitch
71+
* Added show locate switch parser and tests for IOSXE IE3K platform
72+
* Added ShowPlatformHardwareQfpActiveFeatureFirewallUcodeScbDetail
73+
* 'show platform hardware qfp {instance} feature firewall ucode scb a a a a a a a detail'
74+
* Added showidprom
75+
* Added parser for "show idprom supervisor eeprom detail"
76+
* Added ShowDiagSubslotEeprom
77+
* 'show diag subslot 1/0 eeprom'
78+
* Added ShowHardwareLed
79+
* Added show hardware led parser and tests for C9610R platform, revision 1
80+
81+
* nxos
82+
* Added ShowSystemInternalFlash
83+
* show system internal flash
84+
* Modified ShowIpMrouteSummary
85+
* Updated regex pattern p8 to capture bitrate_unit with optional k/m/g/t prefixes.
86+
* Added conversion logic to normalize bitrate values to bps format.
87+
* Modified ShowIpv6MrouteSummary
88+
* Updated regex pattern p8 to capture bitrate_unit with optional k/m/g/t prefixes.
89+
* Added conversion logic to normalize bitrate values to bps format.
90+
91+
92+
--------------------------------------------------------------------------------
93+
Added
94+
--------------------------------------------------------------------------------
95+
96+
* iosxe
97+
* Added ShowPlatformHardwareChassisPowerSupplyDetailAll in iosxe/Cat9k/c9550
98+
* Added parser for show platform hardware chassis power supply detail all
99+
* Added ShowPlatformHardwareChassisFantrayDetail in iosxe/Cat9k/c9550
100+
* Added parser for show platform hardware chassis fantray detail
101+
102+
103+
--------------------------------------------------------------------------------
104+
Add
105+
--------------------------------------------------------------------------------
106+
107+
* iosxe
108+
* Added new parameters show cloud-mgmt connect
109+
* Added new parameters show uac uplink, show uac Active-vlan, show uac Active-port
110+
111+
112+
--------------------------------------------------------------------------------
113+
Modified
114+
--------------------------------------------------------------------------------
115+
116+
* iosxe
117+
* Modified ShowCefInterfacePolicyStatistics parser in show_cef.py
118+
* Modified ShowCefInterfacePolicyStatistics for cli 'show cef interface {interface_name} policy-statistics {direction}'
119+
120+

changelog/undistributed/changelog_show_bgp_vrf_all_all_summary_20251118.rst renamed to changelog/changelog_fix_iosxe_show_inventory_20251124133912.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--------------------------------------------------------------------------------
22
Fix
33
--------------------------------------------------------------------------------
4-
* NXOS
5-
* Modified ShowBgpVrfAllAllSummary:
6-
* Handle cases where BGP neighbor information is spread over 3 lines
4+
* IOSXE
5+
* Modified ShowPolicyMapTypeInspectZonePair:
6+
* Added SM keyword to match new output line printed in show inventory command

changelog/undistributed/changelog_show_isis_202511061306.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog/undistributed/changelog_show_mcast_bitrate_units_20251114150500.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)