Skip to content

Commit cece987

Browse files
authored
Merge pull request #874 from CiscoTestAutomation/release_24.7
release_24.7
2 parents 1c765c7 + 006f28f commit cece987

File tree

284 files changed

+91137
-69859
lines changed

Some content is hidden

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

284 files changed

+91137
-69859
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ develop:
168168
@echo "Done."
169169
@echo ""
170170

171+
@echo "--------------------------------------------------------------------"
172+
@echo "Development environment have been setup."
173+
@echo -e "\e[1;33mWarning: Do make json to generate json files to acccess the genie features!!!\e[0m"
174+
@echo "--------------------------------------------------------------------"
175+
171176
undevelop:
172177
@echo ""
173178
@echo "--------------------------------------------------------------------"

changelog/2024/july.rst

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
--------------------------------------------------------------------------------
2+
New
3+
--------------------------------------------------------------------------------
4+
5+
* iosxe
6+
* Added ShowPlatformSoftwareFedSwitchActiveIpRouteDetail
7+
* Added Show Platform Software Fed Switch Active IpRoute Detail
8+
* Added ShowPlatformSoftwareFedActiveMatmMacTableVlanMacDetail
9+
* Added 'show platform software fed {switch} {mode} matm macTable vlan {vlan_id} mac {dynamic_mac} detail'
10+
* Added ShowNetworkClocksSynchronizationDetail
11+
* Added schema and parser for show network-clocks synchronization detail
12+
* Added ShowNetworkClocksSynchronization
13+
* Added schema and parser for show network-clocks synchronization
14+
* Added ShowNetworkClocksSynchronizationGlobalDetail
15+
* Added schema and parser for show network-clocks synchronization global detail
16+
* Added ShowNetworkClocksSynchronizationGlobal
17+
* Added schema and parser for show network-clocks synchronization global
18+
* Added ShowNetworkClocksSynchronizationInterface
19+
* Added schema and parser for show network-clocks synchronization interface {interface}
20+
* Added ShowNetworkClocksSynchronizationT0Detail
21+
* Added schema and parser for show network-clocks synchronization t0 detail
22+
* Added ShowNetworkClocksSynchronizationT0
23+
* Added schema and parser for show network-clocks synchronization t0
24+
* Added ShowESMCDetail
25+
* Added schema and parser for show esmc detail
26+
* Added ShowESMC
27+
* Added schema and parser for show esmc
28+
* Added ShowESMCInterfaceDetail
29+
* Added schema and parser for show esmc interface {interface} detail
30+
* Added ShowESMCInterface
31+
* Added schema and parser for show esmc interface {interface}
32+
* Added ShowHardwareLed
33+
* Added schema and parser for 'show hardware led' under c9600
34+
* Added HardwareModuleBeaconFanTrayStatus
35+
* Added schema and parser for 'hw-module beacon fan-tray status'
36+
* Added HardwareModuleBeaconSlotStatus
37+
* Added schema and parser for 'hw-module beacon slot {slot_num} status'
38+
* Added ShowPlatformSoftwareFedSwitchActivePuntPacketcaptureStatus
39+
* Added schema and parser for 'show platform software fed switch active punt packet-capture status'
40+
* Added ShowPlatformSoftwareFedIgmpSnoopingGroupsCount
41+
* Added 'show Platform Software fed ip igmp snooping groups count' command and schema for the command.
42+
* Added ShowPlatformSoftwareFedIpMfibCount
43+
* Added 'show platform software fed switch active ip mfib count' command and schema for the command.
44+
* Added ShowPlatformSoftwareFedIpMfibSummary
45+
* Added 'show platform software fed switch active ip mfib summary' command and schema for the command.
46+
* Added ShowIpIgmpSnoopingGroupsVlanGroup
47+
* Added 'show ip igmp snooping groups vlan {vlan} {group}' command and schema for the command.
48+
* Added ShowPlatformSoftwareFedSwitchActiveIpAdj
49+
* Added schema and parser for 'show platform software fed switch active ip adj'
50+
* Added ShowPlatformSoftwareFedSwitchActiveIpRoute
51+
* Added schema and parser for 'show platform software fed switch active ip route'
52+
* Added ShowPlatformSoftwareMountSwitchActiveRpTmpfs
53+
* Added schema and parser for 'show platform software mount switch active rp active | include {tmpfs}'
54+
* Added ShownMonitorEventTraceDmvpnAll
55+
* Added schema and parser for show monitor event-trace dmvpn all
56+
* cat9k
57+
* c9500
58+
* show_platform_software_fed_switch_active_punt_packet_capture_display_filter_key_brief.py
59+
* ShowPlatformSoftwareFedSwitchActivePuntPacketCaptureDisplayFilterKeyBrief
60+
61+
62+
--------------------------------------------------------------------------------
63+
Fix
64+
--------------------------------------------------------------------------------
65+
66+
* iosxe
67+
* Modified ShowL2vpnEvpnMacIpDetail
68+
* Added '(' ')' characters to regrex for next-hop
69+
* Modified ShowL2vpnEvpnEviDetail
70+
* parser for 'show l2vpn evpn evi {evi} detail'
71+
* Modified ShowMonitorCaptureBufferDetailed
72+
* Added revised version 1 for ShowMonitorCaptureBufferDetailed parser
73+
* Added <p9>, <p10>, <p11>, <p12> and <p13> to accommodate various outputs
74+
* Modified ShowIsisNodeLocators
75+
* added support for new cli show isis node locators
76+
* Modified ShowIsisNodeLocatorsSchema
77+
* added schema for new cli show isis node locators
78+
* Modified fix for ShowInterfaces
79+
* Modified the Regex pattern p<11> to accomodate various outputs
80+
* Modified fix for ShowMplsTrafficEngTunnelTunnelid
81+
* Added the frr_outlabel key to the schema and modified the regex patterns p<1> and p<3> to accommodate various outputs
82+
* Modified ShowLicenseAll Parser
83+
* Made miscellaneous, policy, and usage_reporting optional
84+
* Made smart_licensing_status non-optional as some of its members are not optional
85+
* Modified ShowLicenseStatus Parser
86+
* removed matching for <none> in parsing trust_code_installed as it is not specific enough
87+
* Modified ShowLldpNeighborsInterfaceDetail Parser
88+
* Made media_attachment_unit_type optional
89+
* Modified ShowPlatformSoftwareFedSwitchActivEAclUsage Parser
90+
* Added switch_num variable to the show command
91+
* Modified ShowPlatformSoftwareFedSwitchActiveStpVlan
92+
* Added switch variable to the command
93+
* Added ShowIpDhcpSnoopingBinding
94+
* Make {interfaces} key as Optional to handle the key error
95+
* Modified init file in c9350
96+
* Updated model token
97+
* cat9k
98+
* 9300
99+
* Modified ShowPlatformHardwareAuthenticationStatus
100+
* Added support for RoT
101+
* Modified ShowEnvironmentAll
102+
* Modified to support more than 2 PSs in a switch
103+
* Modified ShowLispInstanceIdService
104+
* Fixed incorrect regex for Publisher(s)
105+
* Modified ShowLispInstanceIdService
106+
* Added support for parsing publisher addresses without ETR Map-Servers
107+
* Modified ShowMkaStatistics
108+
* Changed tx-sc-creation key in schema from `0` to `int`.
109+
* Modified ShowLoggingOnboardRpClilog parser
110+
* Modified ShowLoggingOnboardRpClilog parser
111+
* Modified ShowLoggingOnboardRpActiveStatus parser
112+
* Modified ShowLoggingOnboardRpActiveStatus parser
113+
* Modified ShowLoggingOnboardRpActiveTemperatureContinuous parser
114+
* Modified ShowLoggingOnboardRpActiveTemperatureContinuous parser
115+
* Modified ShowLoggingOnboardRpActiveTemperature parser
116+
* Modified ShowLoggingOnboardRpActiveTemperature parser
117+
* Modified ShowIsisIpv6Rib
118+
* added support for new cli show isis ipv6 rib flex-algo {flex_id} {prefix}
119+
* added new key flex_algo under tag key
120+
* added new key src_rtr_id under prefix key
121+
* added new key pfx_algo under prefix key
122+
* Modified ShowIsisIpv6RibSchema
123+
* added new optional keys flex_algo,src_rtr_id,pfx_algo
124+
* Modified ShowLispSiteSummarySchema
125+
* made configured_registered_prefixes.ipv6 optional
126+
* Modified ShowLispPlatformSchema
127+
* made make remote_eid_idle and mapping_cache_full optional optional
128+
* MOdified ShowHardwareLedPortMode parser
129+
* Modified current_mode & status parameters in schema as Optional
130+
* Modified ShowWatchdogMemoryState parser
131+
* Adjusted to missing spaces in CLI output
132+
* Do not fail parser if there is no node location appearing in output
133+
* Modified ShowVrf
134+
* updated schema to support additional `route_distinguisher_auto`
135+
* Modified cat9k/c9800/ewc_ap
136+
* Changed parameter pid to submodel in __init__.py file.
137+
* Modified cat9k/c9600/c9606r
138+
* Changed parameter pid to submodel in __init__.py file.
139+
140+
* iosxr
141+
* Modified ShowPceIPV4PeerDetail
142+
* Modified schema and adding optional to the keys
143+
* Modified ShowRouteIpv6
144+
* Modified parer and defined outgoing dict
145+
* Modified ShowOspfVrfAllInclusive
146+
* Added <current_lsa>, <threshold>, <ignore_time>, <reset_time>, <allowed_ignore_count>, <current_ignore_count>, <max_external_prefix>, <warning_threshold> keys to schema.
147+
* Modified ShowPlatform
148+
* Updated regex pattern p1 to allow for both IN-RESET and SW_INACTIVE as valid states.
149+
150+
* staros
151+
* Modified init file
152+
* Updated os token
153+
154+
* sonic
155+
* Modified init file
156+
* Updated os token
157+
158+
* rdp
159+
* Modified init file
160+
* Updated os token
161+
162+
* various
163+
* Split large parser files (>10000 lines) into smaller files
164+
165+
166+
--------------------------------------------------------------------------------
167+
Add
168+
--------------------------------------------------------------------------------
169+
170+
* iosxe
171+
* Added ShowPlatformHardwareModuleInterfaceStatus
172+
* Added support for command "show platform hardware subslot {id} module interface {intf} status"
173+
174+

changelog/undistributed/changelog_show_platform_iosxr_20240710132134.rst

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

sdk_generator/outputs/bitbucket_parser.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)