Skip to content

Commit a8715d6

Browse files
author
Michael Clover
committed
Merge branch 'master' into update_showpolicymap
2 parents 5978a21 + 266aeee commit a8715d6

File tree

463 files changed

+39623
-6762
lines changed

Some content is hidden

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

463 files changed

+39623
-6762
lines changed

changelog/2023/november.rst

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added ShowPlatformSoftwareFedSwitchActiveIFMInterfacesSVI
7+
* Added schema and parser for 'sh platform software fed {switch} {active} ifm interfaces svi'
8+
* Added ShowPlatformSoftwareFedSwitchActiveIFMMappingsEtherchannel
9+
* Added schema and parser for 'show platform software fed {switch} {mode} ifm mappings etherchannel'
10+
* Added ShowBfdInternal
11+
* Added schema and parser for 'show bfd internal'
12+
* Added ShowCryptoPkiCertificatesPemServer
13+
* Added new parser for cli 'show cry pki certificates pem server'
14+
* Added ShowObjectGroupName
15+
* added parser for "show object-group name {group_name}"
16+
* Added ShowOspfv3NeighborInterface
17+
* show ospfv3 neighbor {interface}
18+
* Added ShowPlatformSoftwareSteeringPolicyAomInfo
19+
* parser for cli 'show platform software steering-policy forwarding-manager switch {switch} F0 policy-aom-info'
20+
* Added ShowPlatformSoftwareObjectManagerF0Object
21+
* parser for cli 'show platform software object-manager switch {switch} F0 object {object}'
22+
* Added ShowLispVrf
23+
* parser for cli 'show lisp vrf {vrf}'
24+
* Added ShowPlatformSoftwareAccessListSwitchActiveFPActiveOgLkupIds
25+
* parser for Show Platform Software Access List Switch Active FP ActiveOgLkupIds
26+
* Added ShowQfpDropsThresholds
27+
* show qfp drops thresholds
28+
* Added ShowConsistencyCheckerMcastStartAll
29+
* "show consistency-checker mcast {layer} start all"
30+
* "show consistency-checker mcast {layer} start {address} {source}"
31+
* "show consistency-checker mcast {layer} start {address}"
32+
* "show consistency-checker mcast {layer} start vrf {instance_name} {address} {source}"
33+
* "show consistency-checker mcast {layer} start vlan {vlan_id} {address}"
34+
* Added ShowConsistencyCheckerRunIdDetail
35+
* "show consistency-checker run-id {id} detail"
36+
* Added ShowConsistencyCheckerRunId
37+
* "show consistency-checker run-id {id}"
38+
39+
* iosxe/c9300
40+
* Modified ShowEnvironmentAll
41+
* Added support for < Sensor List Environmental Monitoring >.
42+
43+
* iosxr
44+
* Added ShowOspfProcessName
45+
* Parser for cli 'show ospf {process_name}'
46+
* Added ShowOspfv3ProcessName
47+
* Parser for cli 'show ospfv3 {process_name}'
48+
* Added ShowPtpForeignMastersBrief
49+
* Added parser for show ptp foreign-masters brief
50+
51+
* nxos
52+
* Added ShowMacSecMkaSummary
53+
* parser for 'show macsec mka summary'
54+
* Added ShowMacSecMkaSession
55+
* parser for 'show macsec mka session'
56+
* Added ShowMacSecMkaSessionDetails
57+
* parser for 'show macsec mka session details'
58+
* Added ShowMacSecMkaStats
59+
* parser for 'show macsec mka statistics'
60+
61+
* sonic
62+
* Added ShowVersion
63+
* Added new OS SONiC and created ShowVersion parser
64+
* Inherited DockerStatsNoStream from Linux parsers
65+
66+
67+
--------------------------------------------------------------------------------
68+
Fix
69+
--------------------------------------------------------------------------------
70+
71+
* iosxe
72+
* Fix for ShowPlatformHardwareFedSwitchQosQueueConfig
73+
* Added str and list pattern to match all possible values
74+
* Modified ShowPlatformSoftwareFedActiveAclInfoDbDetail
75+
* Added ipv6 source and destination
76+
* Modified ShowIpv6Interface Parser
77+
* parser for 'show ipv6 inerface {interface}' added new regex p18_1.
78+
* Modified ShowSpanningTree Parser
79+
* parser for 'show spanning tree' added new regex p1_1,p1_2,p1_3,p1_4
80+
* Modified ShowPlatformFedActiveTcamUtilization
81+
* Modified cli_command
82+
* Modified ShowPlatform
83+
* show platform parser now recognizes 'init, active' state
84+
* Modified ShowPlatformSoftwareMemoryCallsite
85+
* Enhanced ShowPlatformSoftwareMemoryCallsite parser to work for show platform software memory fed switch active alloc callsite brief
86+
* Modified ShowCryptoPkiCertificatesPemServer
87+
* Enhanced the parser by adding '\n' to each line in the output
88+
* Fix for ShowPdmSteeringPolicy
89+
* fixed old parser for cli 'show pdm steering policy' to capture full contract name as contract name can be anything
90+
* Fix for ShowPlatformSoftwareFedActiveSecurityFed
91+
* fixed old parser for cli 'show platform software fed {switch} active security-fed sis-redirect firewall all' due to change in output
92+
* Modified ShowRunInterface
93+
* Added 112 regex for service-policy outputs
94+
* Fix for ShowSpanningTreeSummary
95+
* Added additional key "bpdu_sender_conflict"
96+
* Modified for ShowAccessSessionInterfaceDetails parser
97+
* Added new regex <p11_1> for matching ipv6 address '1555105ced6cc3825b39d' '1555102251fffe005'
98+
* Modified ShowLispIpv4Publication
99+
* Added support for missing locator addresses.
100+
* Modified ShowLispIpv6Publication
101+
* Added support for missing locator addresses.
102+
* Modified ShowLispServiceDatabase
103+
* Added support for optional Service-Insertion ID.
104+
* Modified ShowNat66Statistics
105+
* Changed enable_count from schema to Optional.
106+
* Updated regex pattern p0 to accommodate various outputs
107+
* Added ShowPlatformSoftwareDistributedIpsecTunnelInfo
108+
* Added ShowPlatformSoftwareDistributedIpsecTunnelInfo for CLI "show platform software distributed-ipsec tunnel-info".
109+
110+
* iosxr
111+
* Modified ShowIsisInterface Parser
112+
* Modified pattern r38 to support "Layer-2 Multicast"
113+
* Modified pattern r40 to support "All ISs Listening"
114+
* Added key "lsp_rexmit_queue_size" in topology section in schema
115+
* Modified ShowBgpInstanceNeighborsDetail
116+
* Added Optional parameter configured_keepalive_interval to schema
117+
* Added Optional parameter configured_holdtime to schema
118+
* Added Optional parameter ttl_security to schema
119+
* Added Optional parameter external_bgp_neighbor_hop_count to schema
120+
* Added Optional parameter bfd to schema
121+
* Added Optional parameter bfd_status inside bfd to schema
122+
* Added Optional parameter session_status inside bfd to schema
123+
* Added Optional parameter mininterval inside bfd to schema
124+
* Added Optional parameter multiplier inside bfd to schema
125+
* Added Optional parameter messages to schema
126+
* Added Optional parameter messages_count inside messages to schema
127+
* Added Optional parameter notifications inside messages to schema
128+
* Added Optional parameter queue inside messages to schema
129+
* Added pattern for graceful_restart key
130+
* Added pattern for graceful_restart_restart_time key
131+
* Added pattern for graceful_restart_stalepath_time key
132+
* Modified ShowOspfDatabase
133+
* Modified Router Id option to schema as Optional.
134+
* Added regex pattern p5 to match lsa type 2 network link.
135+
136+
* nxos
137+
* Added
138+
* Updated regex <p1> with <.> in <type> field
139+
* Modified ShowInterfaceCounters
140+
* Modified regex to handle `--` in interface counters output.
141+
* Modified show_interface_status
142+
* Modified the p1 regex pattern to capture missing data and remove junk
143+
* Fixed ShowInterface Parser
144+
* Fixed regex for some failing output of show interface status command
145+
146+

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+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
--------------------------------------------------------------------------------
2+
Fix
3+
--------------------------------------------------------------------------------
4+
* IOSXE
5+
* Modified ShowCtsInterfaceSchema:
6+
* Changed global_dot1x_feature from schema to Optional (not present on port-channel interfaces)
7+
* Changed cts mode value from schema to Optional to (not present when cts status is disabled)
8+
* Modified ShowCtsInterface:
9+
* Updated regex pattern p2 to also match Port-channel interfaces
10+
* Updated regex pattern p3 to also match CTS disabled status
11+
* Added conditional to cts_dict so mode key is not generated if cts is disabled
12+
* Modified golden_output2_expected test data
13+
* Added expected output for Port-channel interfaces
14+
* Added golden_output4 test data & expected results

0 commit comments

Comments
 (0)