Skip to content

Commit 84a79d7

Browse files
authored
Merge pull request #960 from CiscoTestAutomation/release_25.9
Release 25.9
2 parents 10fdc7f + 70edf0c commit 84a79d7

File tree

242 files changed

+17728
-935
lines changed

Some content is hidden

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

242 files changed

+17728
-935
lines changed

changelog/2025/september.rst

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added parser for ShowMonitorEventTraceCryptoIpsecEventAll
7+
* 'show monitor event-trace crypto ipsec event all'
8+
* Added ShowPlatformHardwareQfpActiveFeatureIpsecSa3
9+
* Added schema and parser for 'show platform hardware qfp active feature ipsec sa 3'
10+
* Added ShowIdpromFantrayEepromDetail schema and parser
11+
* Added schema and parser for show idprom fan-tray {fantray_num} eeprom detail
12+
* Added ShowPlatformHardwareQfpActiveFeatureFirewallDrop
13+
* show platform hardware qfp active feature firewall drop
14+
* show platform hardware qfp active feature firewall drop all
15+
* show platform hardware qfp active feature firewall drop clear
16+
* show platform hardware qfp active feature firewall drop verbose
17+
* Added ShowL2tp
18+
* show l2tp
19+
* Added ShowPlatformHardwareQfpActiveFeatureNatDatapathGate parser.
20+
* Added parser for cli 'show platform hardware qfp active feature nat datapath gatein'.
21+
* Added parser for cli 'show platform hardware qfp active feature nat datapath gateout'.
22+
* Modified ShowInterfacesTransceiverSupportedlist
23+
* Added new Cisco p/n min format parser for show interfaces transceiver supported list
24+
* Added ShowMonitorEventTraceCryptoAllDetail Parser for
25+
* Parser for 'show monitor event-trace crypto all detail'
26+
* Added ShowMonitorEventTraceCryptoFromBoot Parser for
27+
* Parser for 'show monitor event-trace crypto from-boot'
28+
* Parser for 'show monitor event-trace crypto from-boot {timer}'
29+
* Added Parser for show platform hardware cpp active system state
30+
* Added a new schema and parser for the show platform hardware cpp active system state command.
31+
* Supports parsing CPP system state information including component status, platform state, HA state, client state, image information, load count, active threads, and fault manager flags.
32+
* Handles component initialization status (cpp_cp, cpp_sp, FMAN-FP, cpp_driver0).
33+
* Parses hierarchical state information with proper data type conversion.
34+
* Added ShowVlans
35+
* 'show vlans <vlan-id>'
36+
* Added ShowPlatformHardwareQfpActiveFeatureNatDatapathEsp schema and parser
37+
* Added schema and parser for show platform hardware qfp active feature nat datapath esp
38+
* Added ShowPlatformHardwareChassisRpFanSpeedControlData
39+
* Added parser for Show Platform Hardware Chassis Rp FanSpeedControlData
40+
* Added parser for hw-module beacon fan-tray fantray_num status
41+
* Added ShowX25Vc parser in show_x25.py
42+
* Added schema and parser for cli 'show x25 vc'
43+
* Added ShowPlatformSoftwareNatFpActiveMappingStatic
44+
* Added ShowPlatformSoftwareNatFpActiveMappingStaticSchema
45+
* Added parser for "show platform software nat fp active mapping static"
46+
* Added ShowCefTableConsistencyCheck parser in show_cef.py
47+
* Added schema and parser for cli 'show cef table consistency-check'
48+
* Added parser for ShowAlignment
49+
* 'show alignment'
50+
* Added ShowMkaSessionDetail
51+
* show mka session detail
52+
* *New**
53+
* Added** ShowCtsCredentials *parser.**
54+
* Added parser for cli 'show cts credentials'.**
55+
* Added ShowRunningConfigVrf
56+
* show running-config vrf
57+
* Added ShowPlatformHardwareQfpActiveFeatureFirewallRuntime
58+
* show platform hardware qfp active feature firewall runtime
59+
* Added ShowPlatformSoftwareFirewallRPActiveZones
60+
* sh ipv6 mfib {group} active
61+
* Modified ShowVoiceDsp
62+
* show voice dsp
63+
* Added ShowPlatformHardwareQfpActiveFeatureTdDatapathStatistics parser
64+
* Added schema and parser for 'show platform hardware qfp active feature td datapath statistics'
65+
* Added ShowPlatformHardwareQfpActiveFeatureEvcClientL2cpActionsInterface
66+
* 'show platform hardware qfp active feature evc client l2cp-actions interface GigabitEthernet0/0/4.EFP1'
67+
* Added ShowRomMonitor parser in show_romvar.py
68+
* Added schema and parser for cli 'show rom-monitor 0'
69+
* Added ShowIpBgpNeighborReceivedPrefixFilter schema and parser
70+
* Added schema and parser for show ip bgp neighbors {neighbor} received prefix-filter and show ip bgp {address_family} vrf {vrf} neighbors {neighbor} received prefix-filter
71+
* Added ShowPlatformHardwareChassisFantrayDetailAll
72+
* Added parser for "show platform hardware chassis fantray detail all"
73+
* Added ShowPowerDetail
74+
* Added schema and parser for'show power detail' under 9610c folder for iosxe
75+
76+
* iosxr
77+
* Added `ShowSubscriberSessionAllSummary` Parser
78+
* Added schema and parser for `show subscriber session all summary` command.
79+
* Added Parsers for below OSPFv3 show commands
80+
* show ospfv3 vrf all-inclusive database ext-router
81+
* show ospfv3 topology detail
82+
* show ospfv3 topology prefixes
83+
* Added Parsers for below lslib_server show commands
84+
* show lslib server producer detail
85+
* show lslib server producer {name} instance-id {id}
86+
* show lslib server topology-db protocol ospfv3 instance-id {id} nlri-type node detail
87+
* show lslib server topology-db protocol ospfv3 instance-id {id} nlri-type link detail
88+
* show lslib server topology-db protocol ospfv3 instance-id {id} nlri-type ipv6-prefix detail
89+
90+
* nxos
91+
* Added ShowKeyChain parser.
92+
* Added parser for cli show key chain {key_chain_name}.
93+
* Added parser for cli show key chain {key_chain_name} detail.
94+
95+
96+
--------------------------------------------------------------------------------
97+
Fix
98+
--------------------------------------------------------------------------------
99+
100+
* iosxe
101+
* Added fix for ShowPlatformHardwareFedSwitchFwdAsicInsightAclTableDef parser.
102+
* Added this fix to support multiple acl_entries.
103+
* Modified ShowInterfaceEtherchannel
104+
* 'show interface {interface_id} etherchannel'
105+
* Modified ShowInterfaces
106+
* 'show interfaces Serial0/3/1'
107+
* genie.libs.parser.iosxe.rv1.show_platform
108+
* Added regex to parse platform output when model, hw_ver and sw_ver are N/A
109+
* Modified ShowPolicyMapTypeInspectZonePairSessions
110+
* 'show policy-map type inspect zone-pair sessions'
111+
* Modified ShowPlatformPacketTracePacket
112+
* 'show platform packet-trace packet {packet_id}'
113+
* Added YANG parser for ShowSystemIntegrityAllCompliance
114+
* Modified ShowPlatformHardwareAuthenticationStatus
115+
* Added missing optional attributes to schema for 10-slot chassis.
116+
* Modified ShowStandbyAll parser
117+
* Updated regex for the state changes line and improved parsing of the last state change time to accommodate various output formats.
118+
119+
* iosxr
120+
* Modified ShowPlatform for `ASR-9903` with `IOS-XR v7.8.2`
121+
* Updated regex pattern <p1> to accommodate various outputs
122+
* Changed whitespace before <plim> to use \s+ (was a single space) for variable spacing.
123+
* Made <config_state> optional by wrapping it in a non-capturing group.
124+
* Ensures lines without a "Config state" column are parsed (e.g., `0/0/1 A9903-20HG-PEC OK`).
125+
126+
* nxos
127+
* Fixed ShowEnvironmentPowerDetail parser.
128+
* Fixed parser for cli show environment power detail.
129+
130+
131+
--------------------------------------------------------------------------------
132+
Modified
133+
--------------------------------------------------------------------------------
134+
135+
* iosxe
136+
* Modified show environment power cache parser in iosxe/ie3k
137+
* Modified parser for show environment power in iosxe/ie3k
138+
* Updated ShowUACUplinkDB parser
139+
* Added support for "IPV4 Preferred Uplink" and "IPV6 Preferred Uplink".
140+
* Added support for optional "Allowed" field in interface tables.
141+
* Improved parsing logic for various output formats.
142+
* Modified ShowIpRouteWord parser
143+
* Fixed p5 where the parser was not correctly handling routes with specific keywords such as "directly connected" and "via".
144+
* Fixed p8 where the parser was not correctly capturing the metric and next-hop information for certain route types.
145+
* Modified ShowIpPolicy parser
146+
* Added support for IPv6 policy parsing in addition to existing IPv4 policy parsing.
147+
148+
* fix resolve syntaxwarnings from invalid escape sequences
149+
* Updated regex patterns to use raw strings (r"...") or escaped backslashes
150+
* Eliminated SyntaxWarnings (e.g., '\d', '\S') during runtime
151+
152+
153+
--------------------------------------------------------------------------------
154+
Modify
155+
--------------------------------------------------------------------------------
156+
157+
* iosxe
158+
* Modified ShowEnvironmentAlarmContact in iosxe/ie3k
159+
* Modified parser for "show environment alarm-contact" in iosxe/ie3k
160+
161+

changelog/undistributed/changelog_show_platform_iosxr_20250911130834.rst

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

changelog/undistributed/changelog_show_subscriber_iosxr_20250923220203.rst

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

0 commit comments

Comments
 (0)