Skip to content

Commit 995d217

Browse files
authored
Merge pull request #936 from CiscoTestAutomation/release_25.3
Releasing v25.3
2 parents 14afe2d + c3a29dd commit 995d217

File tree

255 files changed

+13492
-2579
lines changed

Some content is hidden

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

255 files changed

+13492
-2579
lines changed

changelog/2025/march.rst

+158
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
--------------------------------------------------------------------------------
2+
Fix
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Fixed parser ShowIpv6MldGroups
7+
* Fixed regex pattern p1 to work for different uptime format
8+
* Fixed parser ShowIpPimRpMapping
9+
* Fixed the logic under p3 regex to match "protocol" for new output
10+
* Fix ShowIpv6Mfib parser
11+
* Updated regex pattern p7 to accomodate various outputs.
12+
* Updated regex pattern p8 to accomodate various outputs.
13+
* Added optional keys 'ingress_mdt_ip', 'egress_mdt_ip' to the parser.
14+
* Modified ShowIpEigrpInterfacesDetail
15+
* Modified parser for 'show ip eigrp interfaces detail' and added <interface> option
16+
* Fixed the regex p1 for new output.
17+
* ShowIpRouteWord
18+
* Added line parsing for `Default gateway is 172.27.147.1`
19+
* Fixed parser ShowVersion
20+
* Fixed regex pattern - p1_1 for show version in IOS device
21+
* Modified ShowPlatformSoftwareFedIgmpSnoopingGroups
22+
* Modified schema and parser for 'show platform software fed {state} ip igmp snooping groups vlan {vlan}'
23+
* ShowInterfaces
24+
* Fixed p2_2 regex to correctly match this line `Hardware is BUILT-IN-4x2_5GE, address is 8c1e.8068.9f6c (bia 8c1e.8068.9f6c)`
25+
* Modified parser ShowIpMroute
26+
* Updated regex pattern p3 to accomodate various outputs
27+
* Added optional key 'iif_mdt_ip' to schema
28+
* Added ShowMacAddressTableDynamicVlan to support show mac address-table dynamic vlan
29+
* Added a parser
30+
* Modified ShowDhcpLease
31+
* Added regex <p5_1> to handle Infinite lease time.
32+
* Modified ShowIpDhcpBinding
33+
* Added regex <p2> to match multiline Client-ID
34+
* Show Platform
35+
* Made `chassis` optional
36+
* Fixed schema parser ShowIpMfib
37+
* In regex p7, added optional parameters - 'ingress_mdt_ip'
38+
* In regex p8, added optional parameters - 'egress_mdt_decap' and 'egress_mdt_ip'
39+
* Fixed parser ShowPlatformSoftwareFedIgmpSnooping
40+
* Added p14_3 regex to match the output of the command
41+
* Fixed parser ShowLispMapCacheSuperParser
42+
* Added support for parsing optional keyword 'self' as part of 'via' capture group.
43+
* cat9k
44+
* fixed parser ShowL2ProtocolTunnelSummary - initialised last_port
45+
* Fixed parser ShowPimNeighbor
46+
* Fixed regex pattern p2 to accomodate different output
47+
* Fixed parser ShowVersion
48+
* Fixed regex pattern - p1_1 for show version in IOS device
49+
* Modified ShowIpIgmpGroups
50+
* Modified parser for 'show ip igmp groups {interface}'
51+
* Modified ShowIpIgmpGroupsDetail
52+
* Modified parser for 'show ip igmp groups {ip} detail'
53+
* Modified ShowIpIgmpInterface
54+
* Modified parser for 'show ip igmp interface {interface}'
55+
* Modified ShowIpEigrpNeighbors
56+
* Modified parser for 'show ip eigrp neighbors' and added <interface> option
57+
* Fixed the regex p1 to handle the last entry in the output.
58+
* Fixed the unittest that was failing to parse the last line of the output.
59+
60+
* added cli command 'show platform software fed {switch_var} {state} ip igmp snooping groups vlan {vlan}'
61+
62+
* sonic
63+
* Added multiple regex and conditions for output in golden_output_3_output.txt
64+
65+
* iosxr
66+
* Modified ShowBgpInstanceNeighborsReceivedRoutes
67+
* Modified regex pattern
68+
* Added testfolder for ShowBgpInstanceNeighborsReceivedRoutes
69+
* Modified ShowMonitorCaptureBufferDetailed
70+
* Modified schema and parser for'show monitor capture file {path} packet-number {number} detailed'
71+
* Modified ShowVrfAllDetail
72+
* Modified regex pattern to support multiple interfaces
73+
74+
* nxos
75+
* Added Service-Ethernet interface
76+
* This will be used to convert the SEth to Service-Ethernet
77+
78+
79+
--------------------------------------------------------------------------------
80+
Add
81+
--------------------------------------------------------------------------------
82+
83+
* iosxe
84+
* Added ShowPlatformHardwareCppActiveStatisticsDrop
85+
* Updated schema and parser for cli show platform hardware cpp active statistics drop
86+
87+
88+
--------------------------------------------------------------------------------
89+
New
90+
--------------------------------------------------------------------------------
91+
92+
* iosxe
93+
* Added ShowCallerSummary
94+
* show caller summary
95+
* Added ShowPlatformSoftwareFedIpIgmpSnoopingGroupsVlan parser
96+
* 'show platform software fed {switch} {module} ip igmp snooping group vlan {vlan_id} {group}',
97+
* 'show platform software fed {switch} {module} ip igmp snooping group vlan {vlan_id} {group} detail'
98+
* Added ShowPlatformSoftwareFedSwitchActiveOifset parser
99+
* Added schema and parser for cli 'show platform software fed switch active oifset'
100+
* Added ShowPlatformSoftwareFedSwitchFnfSwStatsShow
101+
* Added schema and parser for'show platform software fed switch fnf sw stats show'
102+
* Added revision 2 for "show inventory" parser
103+
* Modified code to add slot number as key under slots dict
104+
* Supervisor cards added under RP dict
105+
* Added ShowIpNhrpSelf parser
106+
* Added schema and parser for cli 'show ip nhrp self'
107+
* Added ShowAutoInstStat parser
108+
* Added schema and parser for cli 'show auto inst stat'
109+
* Added ShowPlatformHardwareFedSwitchFwdAsicResourceTcamTableNflAclFormat0
110+
* Added schema and parser for'show platform hardware fed switch fwd asic resource tcam table nfl acl format 0'
111+
* Added ShowIpEigrpTimers Parser in show_eigrp.py
112+
* Added schema and parser for 'show ip eigrp timers'
113+
* Added ShowIpNhrpVrf parser
114+
* Added schema and parser for cli
115+
* 'show ip nhrp vrf {vrf}'
116+
* 'show ip nhrp vrf {vrf} {ip}'
117+
* Added ShowCryptoIsakmpSaStatus
118+
* show crypto isakmp sa {status}
119+
* Added ShowCryptoIsakmpPeer
120+
* show crypto isakmp peer {peer_ip}
121+
* Added ShowIpPimVrfMdtBgpSchema parser
122+
* Added schema and parser for cli 'show ip pim vrf {vrf_name} mdt bgp'
123+
* Added ShowEthernetRingG8032Brief schema and parser.
124+
* Added schema and parser for show ethernet ring g8032 brief.
125+
* Added ShowCryptoIpsecSpiLookupDetail
126+
* show crypto ipsec spi-lookup detail
127+
* Added ShowCryptoIsakmpDefaultPolicy
128+
* show crypto isakmp default policy
129+
* Added ShowIpMfibActive parser
130+
* Added schema and parser for cli 'show ip mfib active'
131+
* Added ShowPlatformSoftwareFedIpv6RouteSummaryInclude
132+
* Added schema and parser for 'show platform software fed ipv6 route summary'
133+
* Added ShowPlatformSoftwareFedSwitchFnfMonitorsDump parser
134+
* Added schema and parser for cli "show platform software fed Switch {Switch_num} fnf monitors dump"
135+
* Added ShowIpIgmpMembership parser
136+
* Added schema and parser for cli 'show ip igmp membership'
137+
* Added ShowIpv6PimMdtSend
138+
* show ipv6 pim mdt send
139+
* show ipv6 pim vrf {vrf} mdt send
140+
* Added ShowPlatformSoftwareFedActivePuntAsicCauseBrief parser
141+
* Added schema and parser for cli
142+
* 'show platform software fed {switch} active punt asic-cause brief'
143+
* Added ShowPlatformHardwareFedSwitchActiveQosQueueStatsInternalPortTypePuntQueue parser
144+
* Added schema and parser for cli
145+
* 'show platform hardware fed {switch} active qos queue stats internal port_type punt queue {voq_id}'
146+
* Added parser ShowPlatformHardwareQfpActiveFeatureCtsClientInterface
147+
* Added parser for cli show platform hardware qfp active feature cts client interface.
148+
* Added ShowIpNhrpRedirect parser
149+
* Added schema and parser for cli 'show ip nhrp redirect'
150+
* Added ShowPlatformSoftwareFedSwitchActiveOifsetUrid parser
151+
* Added schema and parser for cli 'show platform software fed switch active oifset urid {id}'
152+
* Added schema and parser for cli 'show platform software fed switch active oifset urid {id} detail'
153+
* Added schema and parser for show platform hardware cpp active feature firewall session create {session_context} {num_sessions}
154+
155+
* showcryptoisakmpsacount
156+
* show crypto isakmp sa count
157+
158+

0 commit comments

Comments
 (0)