Skip to content

Commit d937d6d

Browse files
authored
Merge pull request #986 from CiscoTestAutomation/release_26.3
Release 26.3
2 parents 285024f + 77da836 commit d937d6d

156 files changed

Lines changed: 7753 additions & 652 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.

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818

1919
steps:
2020
- uses: actions/checkout@v2

changelog/2026/march.rst

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added ShowPlatformSoftwareAdjFpActive
7+
* Added parser for 'show platform software adj fp active'
8+
* Added ShowPlatformHardwareQfpActiveDatapathInfrastructureSwPkt
9+
* show platform hardware qfp active datapath infrastructure sw-pktmem
10+
* Added ShowPlatformSoftwareFedSwitchActiveSgaclBdMapping
11+
* Added schema and parser for 'show platform hardware fed {switch_type} sgacl bd-mapping {vlan}' command.
12+
* Added ShowInterfacesTunnelCountersProtocolStatus
13+
* Added schema and parser for 'show interfaces {tunnel} counters protocol status'
14+
* Added ShowIpDhcpSipSessionDetail
15+
* Added schema and parser for 'show ip dhcp sip session detail'
16+
* Added ShowIpv6InterfaceBrief
17+
* Added schema and parser for 'show ipv6 interface brief'
18+
* Added ShowIpv6MrouteVrfVrfSummary
19+
* Added schema and parser for 'show ipv6 mroute vrf {vrf} summary'
20+
* Added ShowPlatformHardwareQfpActiveFeatureNat64DatapathStatistics
21+
* Added schema and parser for 'show platform hardware qfp active feature nat64 datapath statistics'
22+
* Added ShowPlatformHardwareSubslotModuleDeviceDebugMacfltShowRange and ShowStandbyCapability
23+
* Added schema and parser for 'show platform hardware subslot {subslot} module device "debug macflt show_range {start_index} {end_index}"'
24+
* Added schema and parser for 'show standby capability'
25+
* Added ShowPolicyMapInterface
26+
* Added schema and parser for 'show policy-map interface'
27+
* Added ShowPolicyMapTypeAccessControlAccessControl
28+
* Added schema and parser for 'show policy-map type access-control {access-control}'
29+
* Added ShowPolicyMapTypeAccessControlInterfaceInterfaceInput
30+
* Added schema and parser for 'show policy-map type access-control interface {interface} input'
31+
* Added ShowPolicyMapTypeAccessControlInterfaceInterfaceOutput
32+
* Added schema and parser for 'show policy-map type access-control interface {interface} output'
33+
* Added show interface {interface} platform
34+
* Parse "show interface {interface} platform"
35+
* Added parser for 'show facility-alarm relay major' command.
36+
* Added ShowPlatformHardwareQfpActiveInterfaceAllStatisticsDropSummarySubinterfaceClear
37+
* 'show platform hardware qfp active interface all statistics drop_summary subinterface clear_drop'
38+
* Added ShowXconnectInterface
39+
* 'show xconnect interface Gig0/0/7'
40+
* Added ShowInterfacesMacAccounting
41+
* Added schema and parser for 'show interfaces {interface} mac-accounting'
42+
* Added schema and parser for 'show interfaces mac-accounting'
43+
44+
45+
--------------------------------------------------------------------------------
46+
Fix
47+
--------------------------------------------------------------------------------
48+
49+
* iosxe
50+
* Modified ShowRunInterface
51+
* Updated schema and parser of show running interface for datalink and ipv6 flow
52+
* Added fix for ShowRunInterface parser.
53+
* Added this fix to support multiple all_entries.
54+
* Modified ShowVlanMapping parser
55+
* Updated p3 regex pattren to also support vlan ranges
56+
* Modified ShowPlatformSoftwareFedMatm parser
57+
* Updated p regex pattern to support keys with spaces in them.
58+
* Modified ShowMonitorCaptureBuffer parser
59+
* Modified regex patterns to match the new output format for the command 'show monitor capture buffer' on IOS-XE devices.
60+
* Modified ShowPlatformSoftwareFedActiveMatmMacTableVlanMacDetail parser
61+
* Added regex pattern to match output
62+
* IE3K
63+
* ShowHardwareLed
64+
* Fix show hardware led parser for IE9K platform.
65+
* Modified ShowRunInterface
66+
* Added schema and parser to support parsing of ip address dhcp client-id <client_id>
67+
* Modified ShowIpv6RouteDistributor
68+
* Updated p6 regex pattern to match via 100.0.0.2, NVI0
69+
* Modified ShowAppHostingDetailAppid
70+
* 'show app-hosting detail appid {appid}'
71+
* Modified ShowIox
72+
* 'show iox'
73+
* Modified ShowPlatformHardwareQfpActiveFeatureIpsecSa3 parser
74+
* Fixed CLI command to support dynamic SA handle
75+
* Updated cli_command to 'show platform hardware qfp active feature ipsec sa {sa_id}'
76+
* Modified ShowPlatformHardwareQfpActiveFeatureIpsecSa parser
77+
* Renamed schema class to ShowPlatformHardwareQfpActiveFeatureIpsecSaSchema
78+
* Made 'mtu' and 'mtu_adj' optional in schema
79+
* Updated regex to support 'mtu' and 'mtu_adj' output format
80+
* Modified ShowMplsL2TransportDetail parser
81+
* Parser enable multiple parsing without reporting errors.
82+
83+
* iosxr
84+
* Modified ShowRedundancy
85+
* Changed time_since_last_reload from schema to Optional.
86+
* Updated regex pattern p6 to handle missing time since last reload duration when reload timestamp is in the future.
87+
88+

0 commit comments

Comments
 (0)