Skip to content

Commit ecfe2e1

Browse files
authored
Merge pull request #992 from CiscoTestAutomation/release_26.5
Releasing v26.5
2 parents 366d83b + 96b1d20 commit ecfe2e1

276 files changed

Lines changed: 132269 additions & 2317 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.

changelog/2026/may.rst

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added ShowPlatformHardwareFedSwitchActiveForwardInterfacePcap
7+
* show platform hardware fed switch active forward interface {interface} pcap {pcap_path} number {number} flowid {flowid}
8+
* show platform hardware fed switch {switch} forward interface {interface} pcap {pcap_path} number {number} flowid {flowid}
9+
* Modified PingMpls
10+
* Added support for 'ping mpls pseudowire {addr} {vc_id} reply {reply_option}'
11+
* Added support for 'ping mpls tp tunnel-tp {tunnel_tp_id} lsp working channel ip repeat {count}'
12+
* Added ShowPlatformSoftwareFedQosInterfaceEgressTypeQueueNpdDetailed
13+
* Added schema and parser for 'show platform software fed {switch} qos interface {interface} egress type-queue npd detailed'
14+
* Added ShowPlatformSoftwareFedQosInterfaceEgressTypeQueueNpiDetailed
15+
* Added schema and parser for 'show platform software fed {switch} qos interface {interface} egress type-queue npi detailed'
16+
* Added ShowPlatformSoftwareFedQosInterfaceEgressTypeQueueSdkDetailed
17+
* Added schema and parser for 'show platform software fed {switch} qos interface {interface} egress type-queue sdk detailed'
18+
* Added ShowPlatformSoftwareFedSwitchPuntAclStatistics
19+
* Added schema and parser for 'show platform software fed switch punt acl statistics'
20+
* Added ShowPlatformSoftwareFedSwitchIfmInterfaceName parser
21+
* Added rv1 parser for 'show platform software fed switch 1 ifm interface name' command.
22+
* Added ShowLicenseUsage parser in show_license.py
23+
* Added schema and parser for cli 'show license usage'
24+
* Added ShowPlatformHardwareQfpActiveInfrastructureBqsScheduleOutputDefaultInterface
25+
* Added schema and parser for 'show platform hardware qfp active infrastructure bqs schedule output default interface {interface}'
26+
* Added ShowCryptoIkev2StatsExchange
27+
* Added schema and parser for 'show crypto ikev2 stats exchange'
28+
* Added ShowLacpMultiChassisLoadBalanceGroupGroupId
29+
* Added schema and parser for 'show lacp multi-chassis load-balance group {group_id}'
30+
* Added ShowPlatformSoftwareEssFpActiveDrl
31+
* Added schema and parser for 'show platform software ess FP active drl'
32+
* Added NslookupDomain
33+
* Added schema and parser for 'nslookup {domain}'
34+
* Added TestCryptoMasterKeyPresent
35+
* Added schema and parser for 'show crypto master-key'
36+
* Added ShowSystemInsecureProfile
37+
* Added schema and parser for 'show system insecure-profile'
38+
* Added ShowBfdNeighbors
39+
* Added 'show bfd neighbors'
40+
* Added ShowPlatformHardwareFedSwitchFwdAsicInsightIpsecSecurityEngine
41+
* Added schema and parser for 'show platform hardware fed {switch} fwd-asic insight ipsec_security_engine'
42+
* Added ShowPlatformHardwareFedSwitchFwdAsicInsightIpsecSessionOid
43+
* Added schema and parser for 'show platform hardware fed {switch} fwd-asic insight ipsec_session_oid'
44+
* Added ShowPlatformHardwareFedSwitchFwdAsicInsightIpsecTunnels
45+
* Added schema and parser for 'show platform hardware fed {switch} fwd-asic insight ipsec_tunnels'
46+
* Added ShowPlatformHardwareFedSwitchFwdAsicInsightIpsecSecurityAssociation
47+
* Added schema and parser for 'show platform hardware fed {switch} fwd-asic insight ipsec_security_association'
48+
* Added ShowLacpMultiChassisLoadBalancePortChannelId
49+
* Added schema and parser for 'show lacp multi-chassis load-balance port-channel {id}'
50+
* Added ShowPlatformSoftwareAccessListRpActiveStatistics
51+
* Added schema and parser for 'show platform software access-list RP active statistics'
52+
* Added ShowPolicyFirewallStatsVrfGlobal
53+
* Added schema and parser for 'show policy-firewall stats vrf global'
54+
55+
56+
--------------------------------------------------------------------------------
57+
Fix
58+
--------------------------------------------------------------------------------
59+
60+
* iosxe
61+
* Modified ShowPlatformSoftwareFedSwitchActiveFnfAttachPointsDump
62+
* 'show platform software fed switch active fnf attach-points dump'
63+
* Modified ShowMonitorCaptureBuffer
64+
* Added new CLI 'show monitor capture {capture_name} buffer brief' to show brief output of capture buffer.
65+
* Modified ShowPlatformSoftwareFedSecurityStormControlIfId
66+
* Added Optional key 'storm_control_not_configured' to schema and parser to indicate if storm control is not configured for the interface.
67+
* Modified ShowPlatformSoftwareFedSecurityStormControlIfId parser
68+
* Added new regex to capture the new output of the command "show platform software fed security storm-control if-id" command. The new output has an additional column "Storm Control Action" which is being captured in the new regex.
69+
* Modified ShowPlatformSoftwareFedSwitchIfmInterfaceName
70+
* Added mac_port_oid as Optional in the schema as it is not present in all the outputs of the command "show platform software fed switch 1 ifm interface name".
71+
* Modified ShowPlatformSoftwareFedIpsecCounter parser
72+
* Added new regex to capture the new output of the command "show platform software fed ipsec if-id <ifid>"
73+
* Modified ShowRedundancyStates
74+
* Added new extra parameters to verify.
75+
* Removed rv1 ShowPolicyMapInterface
76+
* Removed rv1 schema and parser for 'show policy-map interface' (will use original version of the parser)
77+
* After removing rv1 schema and parser, the output of 'show policy-map interface' will be same as before
78+
* queue limit and random_detect in ms/bytes are not supported in original version
79+
* Added fix for ShowPlatformSoftwareFedActiveAclInfoDbDetail parser.
80+
* Added this fix to support multiple all_entries.
81+
* Modified ShowLine
82+
* Updated overruns regex to accept negative values, fixing silent drop of TTY/VTY lines on long-running devices whose overrun counters have wrapped to a negative integer.
83+
* Created rv1 ShowMplsL2TransportSummary
84+
* Created rv1 schema and parser for 'show mpls l2transport summary'
85+
* The output of 'show mpls l2transport summary' will be same as before, but can show more different destination IPs dictionary with different vc status and active vc count
86+
* Added fix for ShowRunInterface parser.
87+
* Added this fix to support multiple entries.
88+
* Modified ShowStackPower
89+
* Updated regex pattern to match 3rd power supply in the stack.
90+
* Modified ShowSmartPowerChildren
91+
* Extended role pattern to support IP Phone devices, interface keyword, and AIR-AP wireless devices with "NA" usage values.
92+
93+
* iosxr
94+
* Modified AdminShowDiagChassis
95+
* Widened the PID and VID regexes from ``[a-zA-Z0-9\-]+`` to ``\S+`` so that values containing ``/`` (e.g. ``N/A``) are captured. Previously, devices reporting ``PID N/A`` / ``VID N/A`` (such as third-party IOS XR chassis) caused ``SchemaMissingKeyError Missing keys [['vid'], ['pid']]`` because the fields were silently dropped from the parsed dict.
96+
* Modified rv1 ShowDiagDetails
97+
* Widened the PID regex from ``[\w\.-]+`` to ``\S+`` for the same reason, so IDPROM items reporting ``PID N/A`` populate the ``pid`` field instead of being silently omitted.
98+
* Modified rv1 ShowDiagDetails
99+
* Widened the IDPROM header regex from ``IDPROM\s+\-\s+`` to ``IDPROM\d*\s+\-\s+`` so headers like ``0/SYNC0-GNSS_LC-IDPROM0 -`` open a new section instead of leaking fields into the previous one.
100+
* Modified ShowControllersOpticsObservableInfo
101+
* Modified schema and parser for 'show controllers optics {port} observable-info' command.
102+
* Modified schema and parser for 'show controllers optics * observable-info' command.
103+
* Update the parsed structure to contain 'cmd_status' field with value 'Available' for each section under 'observable_info' for each port. This indicates that the information for that section is available and has been parsed successfully.
104+
* Modified ShowPlatform
105+
* Modified parser for 'show platform' command for new State
106+
107+
* parser
108+
* Modified get_parser
109+
* Added abstract deprecation context to parser lookup results so
110+
111+
112+
--------------------------------------------------------------------------------
113+
Modified
114+
--------------------------------------------------------------------------------
115+
116+
* iosxe
117+
* Modified ShowLispServiceMapCache
118+
* Added support for `show lisp all instance-id {instance_id} named-services map-cache`.
119+
* Added support for named-services DN map-cache output under the service map-cache schema.
120+
* Added ShowLispNamedServicesMapCache
121+
* Added under the named-services command family.
122+
* show lisp {lisp_id} instance-id {instance_id} named-services map-cache
123+
* show lisp instance-id {instance_id} named-services map-cache
124+
* Added ShowLispNamedServicesMapCachePrefix
125+
* Added under the named-services command family.
126+
* show lisp {lisp_id} instance-id {instance_id} named-services map-cache {eid_prefix}
127+
* show lisp instance-id {instance_id} named-services map-cache {eid_prefix}
128+
* show lisp locator-table {locator_table} instance-id {instance_id} named-services map-cache {eid_prefix}
129+
* Modified ShowLispDatabaseEid
130+
* Updated regex pattern `p4` to parse named-services EID prefixes without mask syntax.
131+
* Added named-services database EID unit test coverage under the existing parser.
132+
* Modified ShowLispDatabaseSuperParserSchema
133+
* Changed schema key `mask` from required to Optional for named-services database entries.
134+
* Modified ShowLispDatabaseSuperParser
135+
* Updated regex pattern `p1` to accept `DN` mapping databases and `N/A` EID-tables.
136+
* Updated regex pattern `p3` to parse named-services EIDs without mask syntax.
137+
* Updated EID handling logic to store maskless named-services entries correctly.
138+
* Added named-services unit test coverage to existing parser classes
139+
* ShowLispService
140+
* ShowLispInstanceIdService
141+
* ShowLispServiceDatabase
142+
* ShowLispDatabaseEid
143+
144+

0 commit comments

Comments
 (0)