Skip to content

Commit df9ca29

Browse files
authored
Merge pull request #813 from CiscoTestAutomation/release_24.1
Release 24.1
2 parents 308388f + 6e4513c commit df9ca29

File tree

268 files changed

+27880
-6038
lines changed

Some content is hidden

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

268 files changed

+27880
-6038
lines changed

changelog/2024/january.rst

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
--------------------------------------------------------------------------------
2+
Fix
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Modified ShowBgpNeighborsAdvertisedRoutesSuperParser
7+
* Updated regex pattern <p3_1> to accommodate various outputs.
8+
* Modified ShowClnsIsNeighborsDetail
9+
* Updated regex pattern <p2> to accommodate various outputs.
10+
* Modified ShowInterfaces
11+
* Added regex pattern <p53> to capture value of carrier transitions
12+
* Modified ShowPlatformSoftwareFedSwitchActiveVpSummaryVlan Parser
13+
* Fixed parser to execute show comman on svl, HA and SA devices
14+
* Modified ShowEnvironment Parser
15+
* Modified the p4 regex pattern to capture missing data.
16+
* Modified ShowRunningConfigNve
17+
* Fixed regex <p2> and <p3> to accomodate various values and to fix MAC value regex.
18+
* Changed key <serial> in schema to optional
19+
* Modified ShowRunningConfigNve
20+
* Added regex <p5_4> and <p5_5>.
21+
* Update code for <p3_8> to include space between 'ipv4' and 'mask' key.
22+
* Modify ShowPlatformSoftwareDistributedIpsecTunnelInfo
23+
* Updated parser to validate per tunnel info
24+
* Modified ShowIpNhrpNhsDetail Parser
25+
* parser for 'show ip nhrp nhs {tunnel} detail' Modified schema and regex pattern
26+
* Fix for ShowSpanningTreeInterface
27+
* Modified regular expression in order to satisfy P2p Peer (STP)
28+
* Modified parser ShowHardwareLed
29+
* Enhanced the parser to get LED Ecomode status, Added schema and regex pattern <p12_1>
30+
* Modified parser ShowProcessesCpuSorted
31+
* Fixed schema and regex pattern
32+
* Fix for ShowEnvironmentSuperParser
33+
* added p1_3 match pattern
34+
* Modified ShowIpMfib
35+
* To support interface port-channel type in iif and oif
36+
* Additional handling for egress_data
37+
* Sample output for iif Port-channel5 Flags RA A MA
38+
* Sample output for oif Port-channel5 Flags RF F NS
39+
* Modified ShowIpv6Mfib
40+
* To support interface port-channel type in iif and oif
41+
* Additional handling for egress_data
42+
* Sample output for iif Port-channel5 Flags RA A MA
43+
* Sample output for oif Port-channel5 Flags RF F NS
44+
* Modified ShowLispEthernetMapCachePrefix Parser
45+
* Made prefix-location optional
46+
* Added
47+
* Added condition for channel_group in pagp_dad_obj
48+
* Fixed ShowControllerVDSLSchema parser
49+
* Fixed schema for 'modem_fw__version' & 'modem_phy_version' for show controller vdsl {slot_no}
50+
* Modified ShowEtherchannelProtocol
51+
* Fix P1_1 regular expression.
52+
* Adding parser for ShowIpOspfRibRoute
53+
* Added ShowIpOspfRibRoute for "show ip ospf rib <>"
54+
* Modified ShowIpv6RouteWord
55+
* Added support for parsing output with LISP interfaces
56+
* Modified ShowRunningConfigNve
57+
* Added regex <p5_6> and <p5_7> for keys 'data_mdt_group', 'data_mdt_group_mask' and 'data_mdt_threshold'
58+
* Modified ShowMplsForwardingTable
59+
* Added bytes_label_switched to exclude
60+
61+
* nxos
62+
* Fix for ShowRunningConfigInterface
63+
* Added p20 regex to match the user's data.
64+
* Modified ShowRunningConfigBgp
65+
* Updated code for <p32> to match the list of values.
66+
* Modified ShowInterfaceStatus
67+
* Refactored regex pattern to accommodate modern outputs from Nexus 9000 series and be easier to maintain overall.
68+
* Added
69+
* Updated regex pattern for <p31>
70+
* Modified ShowRunningConfigInterface
71+
* Modified schema to store secondary ip address
72+
* Improved p17 regex to capture proper ip address
73+
* Added p21 regex to capture secondary ip address
74+
75+
* iosxr
76+
* Modified ShowBgpL2vpnEvpnSummary Parser
77+
* Added regex p8a and p8b
78+
* Added code in pattern <p8a> and <p8b>
79+
* Modified ShowIsisDatabaseDetail
80+
* Added pattern <r26> to parse line 'Metric 10 MT (IPv6 Unicast) IPv6-Ext-InAr fc00a00020003/128'
81+
* Modified pattern <r25> code to parse multiple srv6 locator lines
82+
* Modified ShowOspfNeighbor
83+
* Modified schema and code to store multiple neighbor values into a list
84+
* Modified ShowL2vpnBridgeDomainDetail
85+
* Modified schema and existing code to have separate entry for access pw
86+
* Modified regex p27 to fix mismatch pw_class and xc_id value
87+
* Modified ShowBgpVrfAfPrefix Parser
88+
* Added code in pattern <p11>
89+
* Added keys <group_best, backup, add_path, import_candidate, imported, redistributed> in schema as optional parameters
90+
* Modified 'r_value' key as optional parameter
91+
92+
* viptela
93+
* Modified ShowOmpRoutes
94+
* Added tenant key as option.
95+
* Updated regex pattern p1 and p2 to accommodate various outputs.
96+
97+
* iosxe/c9600/c9606r
98+
* Modified ShowPlatformHardwareFedActiveTcamUtilization
99+
* Added command for switch mode standby
100+
* Modified ShowPlatformTcamPbrNat
101+
* Added command for switch mode active
102+
103+
* common
104+
* Updated pyats configuration import
105+
* Modified .gitignore
106+
* Added the `venv/` directory to the .gitignore file. Common convention dictates that Python virtual environments are stored in a directory named `venv`, which should not be committed to a repository.
107+
108+
109+
--------------------------------------------------------------------------------
110+
New
111+
--------------------------------------------------------------------------------
112+
113+
* ios
114+
* Added ShowVlanInternalUsage
115+
* show vlan internal usage
116+
117+
* iosxe
118+
* Added ShowPlatformSoftwareMatmSwitchTable
119+
* Parser for cli 'show platform software matm switch {switch} {slot} table'
120+
* Added ShowIsisNeighborSuperParser
121+
* Added super parser for show isis neighbor and schema
122+
* Added parser for show isis neighbor and show isis neighbor detail
123+
* Added ShowMdnsSdCache
124+
* parser for 'show mdns-sd cache remote'
125+
* Added ShowPlatformSoftwareMemoryDatabaseFedSwitchActiveCallsite
126+
* show platform software memory database fed {switch} {switch_var} callsite
127+
* Added ShowIPNameServer Parser in show_ip.py
128+
* show ip name-servers
129+
* show ip name-servers vrf {vrf}
130+
* Added ShowPlatformSoftwareFedSwitchActiveNatAcl
131+
* Parser for cli 'show platform software fed switch active nat acl'
132+
* Added ShowPlatformSoftwareFedSwitchActiveNatFlows
133+
* Parser for cli 'show platform software fed switch active nat flows'
134+
* Added ShowPlatformSoftwareFedSwitchActivePuntBrief
135+
* Parser for cli 'show platform software fed switch active punt ios-cause brief'
136+
* Added ShowIsisIpv6RibParser
137+
* Added parser for show isis ipv6 rib and schema
138+
* Added ShowDiagnosticStatus
139+
* Added parser for show diagnostic status
140+
* Added ShowL2routeEvpnEs
141+
* show l2route evpn es
142+
* show l2route evpn es esi {esi}
143+
* show l2route evpn es origin-rtr {origin_rtr}
144+
* show l2route evpn es origin-rtr {origin_rtr} esi {esi}
145+
* show l2route evpn es producer {producer}
146+
* show l2route evpn es producer {producer} origin-rtr {origin_rtr}
147+
* show l2route evpn es producer {producer} origin-rtr {origin_rtr} esi {esi}
148+
149+
* iosxr
150+
* Added ShowBgpL2vpnEvpnSummary
151+
* Added parser for show bgp l2vpn evpn summary
152+
* Added ShowBgpAddressFamily
153+
* Added parser for show bgp
154+
* Added parser for show bgp {address_family}
155+
* Modified ShowBgpInstanceSummary
156+
* Modified pattern <p11> to parse both lines 'Table ID 0x0' and 'Table ID 0x0 RD version 0'
157+
* Modified pattern <p15> to parse line 'BGP scan interval 60 secs'
158+
159+
* generic
160+
* Show version
161+
* Added support for cheetah/ap
162+
163+
164+
--------------------------------------------------------------------------------
165+
Add
166+
--------------------------------------------------------------------------------
167+
168+
* iosxe
169+
* Added ShowTerminal Parser
170+
171+

changelog/undistributed/changelog_add_show_vlan_internal_usage_202301111901.rst

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

0 commit comments

Comments
 (0)