|
| 1 | +-------------------------------------------------------------------------------- |
| 2 | + Fix |
| 3 | +-------------------------------------------------------------------------------- |
| 4 | + |
| 5 | +* iosxe |
| 6 | + * Modified ShowSwitchStackRingSpeed |
| 7 | + * parser for 'show switch stack-ring speed' |
| 8 | + * Modified ShowLispEthernetPublisher |
| 9 | + * Modified the ShowLispEthernetPublisher parsers to facilitate new options. |
| 10 | + * Modified ShowEnvironmentStack |
| 11 | + * Fixed regular expressions p2 and p3 to match the correct values |
| 12 | + * Modified ShowXfsuEligibility |
| 13 | + * Added optional argument 'xfsu_platform_stauts' and made 'reload_fast_platform_stauts' as optional |
| 14 | + * Fixed ShowPlatformSoftwareFedIgmpSnooping |
| 15 | + * Fixed 'show platform software fed {switch_var} {state} ip igmp snooping vlan {vlan}' command and schema for the command. |
| 16 | + * Fixed ShowPlatformSoftwareFedActiveIpv6MldSnoopingVlan |
| 17 | + * Fixed 'show platform software fed {switch_var} {state} ipv6 igmp snooping vlan {vlan}' command and schema for the command. |
| 18 | + * Modified fix for ShowLispRegistrationHistory |
| 19 | + * Modified the command to use the ShowLispRegistrationHistory parser for a more exact match and to fix the fuzzy search issue |
| 20 | + * Modified ShowBgpAllNeighbors |
| 21 | + * Mode peer_group as optional in schema and added p73 regex to match peer-group from user's output. |
| 22 | + * Modified fix for ShowCdpEntry |
| 23 | + * Made 'peer_mac' as optional in the schema |
| 24 | + * Modified parser ShowIpv6MldSnoopingVlan |
| 25 | + * Modified 'host_tracking' as optional argument, fix regex p2 and added unit tests |
| 26 | + * Modified parser ShowEnvironmentSuperParser |
| 27 | + * Added PS_MAPPING keyvalue for C and added unit test files |
| 28 | + * Modified ShowLicenseTechSupport Parser |
| 29 | + * Added optional agruments 'trust_point', 'ip_mode', 'trustpointenrollmentonboot', 'smartagentpurgeallreports' |
| 30 | + * 'smartagentslpenhanced', 'smartagentmaxermnotifylistsize' |
| 31 | + * Modified ShowEtherChannelDetail Parser |
| 32 | + * Made 'fast_switchover' and 'dampening' as optional agruments and added unit tests for the same |
| 33 | + * Modified fix for ShowPlatformFedSwitchActiveFnfRecordCountAsicNum |
| 34 | + * Modified the name of the command in the parser comment section in ShowPlatformFedSwitchActiveFnfRecordCountAsicNum |
| 35 | + * Added ShowPlatformFedActiveFnfRecordCountAsicNum |
| 36 | + * Added schema and parser for show platform software fed active fnf record-count asic <asic num> |
| 37 | + * Modified ShowPlatformSoftwareFedSwitchActiveAclUsage |
| 38 | + * Added switch_num to show command. |
| 39 | + * Modified ShowPlatformSoftwareFedSwitchActivEAclUsage |
| 40 | + * Added switch_num to show command. |
| 41 | + * Renamed class name ShowPlatformSoftwareFedSwitchActivEAclUsage to ShowPlatformSoftwareFedSwitchActiveAclUsage |
| 42 | + * Deleted ShowPlatformSoftwareFedSwitchStandbyAclUsage |
| 43 | + * Removed duplicate class. |
| 44 | + * Modified fix for ShowPlatformSoftwareFedSwitchActiveAclUsage |
| 45 | + * Modified the Regex pattern p<2> to accommodate various outputs |
| 46 | + * Modified fix for ShowVersion |
| 47 | + * Modified the schema, Added regex pattern <p33> and added the corresponding code to get SMUs data in the output. |
| 48 | + * Modified ShowPlatform |
| 49 | + * update lines to match the output of the IE model into genie parser show platform i.e IE- , ESS- keywords that will ensure IE family supports. |
| 50 | + * Modified fix for ShowPlatformSoftwareFedSwitchActiveIpRouteDetail |
| 51 | + * Updated regex pattern and added keys in schema for show platform software fed {switch} {mode} ip route {ip_add} {detail} |
| 52 | + * Updated regex pattern and added keys in schema for show platform software fed {switch} {mode} ip route {ip_add} |
| 53 | + * Modified ShowMonitorEventTraceDmvpnAll |
| 54 | + * Fixed incorrect regex for events NHRP-CTRL-PLANE-RETRANS and NHRP-TUNNEL-ENDPOINT-ADD |
| 55 | + * Modified ShowMonitorEventTraceDmvpnAll |
| 56 | + * Fixed incorrect regex for events NHRP-CTRL-PLANE-RETRANS |
| 57 | + * Added missing empty_output_arguments.json files. |
| 58 | + * Removed unused golden output tests |
| 59 | + * Modified ShowPlatformSoftwareIgmpSnoopingGroupsCount |
| 60 | + * Added regex pattern <p2> and <p3> to accommodate various outputs. |
| 61 | + * Modified ShowPlatformSoftwareFedSwitchActiveIpRoute |
| 62 | + * Updated parameters default value |
| 63 | + * Added ShowPlatformSoftwareFedIpMfibCount/ShowPlatformSoftwareFedIpMfibSummary |
| 64 | + * Added missing ShowPlatformSoftwareFedSwitchActiveIpRoute |
| 65 | + * Removed ShowPlatformSoftwareFedIgmpSnoopingGroupsCount |
| 66 | + * Because we have ShowPlatformSoftwareIgmpSnoopingGroupsCount parser for same commands |
| 67 | + * Modified ShowInterfaces |
| 68 | + * Added <in_drops>, <out_drops>, <peer_ip> and <vc_id> into schema as Optional. |
| 69 | + * Renamed regex pattern <p_cd>, <p_cd_2> to <p54>, <p55> respectively and updated the code accordingly. |
| 70 | + * Added regex pattern <p1_2>, <p6_1>, <p56>, <p57> and <p58> to accommodate various outputs. |
| 71 | + * Modified ShowModule |
| 72 | + * Changed <mac_address>, <hw>, <fw>, <sw> and <status> from schema to Optional. |
| 73 | + * Modified ShowCtsInterface |
| 74 | + * Added Vlan Sgt-Map tabulated data to the schema. |
| 75 | + * Added regex p27 to parse the Vlan Sgt-Map tabulated data. |
| 76 | + * Modified fix for ShowLogging |
| 77 | + * Removed the variable that initializes a dictionary for the key log_buffer_bytes |
| 78 | + |
| 79 | +* nxos |
| 80 | + * Revised ShowNveEthernetSegment |
| 81 | + * removed keys 'cc_failed_vlans', 'cc_timer_left' and 'ead_evi_rt_timer_age' keys |
| 82 | + * added keys 'df_bd_list', 'df_vni_list', 'esi_type' and 'esi_df_election_mode' |
| 83 | + * made changes to regular expressions to accomodate the parent interface as port-channel |
| 84 | + * Fixed parser show access-lists summary |
| 85 | + * Updated the attachment_points as optional so that it should not throw errors if no attached interfaces are present |
| 86 | + * Modified ShowNtpPeerStatus |
| 87 | + * Updated regex pattern <p2_1> to parse valid IP adddress. |
| 88 | + * Updated code to fix wrong clock_state value. |
| 89 | + |
| 90 | +* added showplatformsoftwarefedigmpsnoopingvlandetail |
| 91 | + * Added 'show platform software fed {switch_var} {state} ip igmp snooping vlan {vlan} detail' command and schema for the command. |
| 92 | + |
| 93 | +* added showplatformsoftwarefedactiveipv6mldsnoopingvlandetail |
| 94 | + * Added 'show platform software fed {switch_var} {state} ipv6 igmp snooping vlan {vlan} detail' command and schema for the command. |
| 95 | + |
| 96 | +* iosxr |
| 97 | + * Modified fix for ShowMplsLdpParameters |
| 98 | + * Modified schema, updated regex pattern <p21>, added patterns <p32> and <p33>, and added the corresponding code to get IGP sync delay data. |
| 99 | + * Modified MonitorInterface |
| 100 | + * Added missing empty_output_arguments.json files |
| 101 | + * Modified MonitorInterfaceInterface class |
| 102 | + * Renamed class to MonitorInterface |
| 103 | + * Added support for the following CLI commands |
| 104 | + * monitor interface |
| 105 | + * monitor interface full-name |
| 106 | + * monitor interface filter physical |
| 107 | + * monitor interface {interface} full-name |
| 108 | + * monitor interface {interface} full-name wide |
| 109 | + * monitor interface {interface} wide full-name |
| 110 | + * Added Revision 1 of MonitorInterface |
| 111 | + * Changed convert_intf_name to use iosxr specific mapping |
| 112 | + * Modified ShowSegmentRoutingSrv6LocatorSid |
| 113 | + * Updated code to fix folder_parsing job for empty test |
| 114 | + |
| 115 | +* common |
| 116 | + * Modified get_parser function to pass the formatted command as `command` variable |
| 117 | + * User can now use the following syntax for parser `cli` method |
| 118 | + * ``def cli(self, command, output=None, **kwargs)`` |
| 119 | + |
| 120 | +* utils |
| 121 | + * Updated unittest code to run empty tests successfully |
| 122 | + |
| 123 | +* <nxos> |
| 124 | + * Modified ShowIpRoute |
| 125 | + * Updated regex pattern <p2> to accommodate new output line |
| 126 | + |
| 127 | + |
| 128 | +-------------------------------------------------------------------------------- |
| 129 | + New |
| 130 | +-------------------------------------------------------------------------------- |
| 131 | + |
| 132 | +* iosxe |
| 133 | + * New ShowSwitchStackBandwidth |
| 134 | + * Parser for 'show switch stack-bandwidth' |
| 135 | + * Added ShowPlatformSoftwareFedSwitchAclUsageIncludeAcl |
| 136 | + * Added show platform Software fed switch {switch_num} acl usage |
| 137 | + * Added show platform Software fed switch {switch_num} acl usage | include {acl_name} |
| 138 | + * Added ShowPlatformSoftwareFedSwitchActiveAclBindDbIfid parser. |
| 139 | + * Added parser for cli show platform software fed switch active acl bind db if-id {if_id} detail. |
| 140 | + * Added ShowPlatformSoftwareFedSwitchAclUsageIncludeAcl |
| 141 | + * Added show platform Software fed switch {switch_num} acl usage |
| 142 | + * Added show platform Software fed switch {switch_num} acl usage | include {acl_name} |
| 143 | + * Added ShowPlatformSoftwareFedSwitchActiveIfmInterfacesInternal parser. |
| 144 | + * Added parser for cli show platform software fed switch active ifm interfaces internal {interface}. |
| 145 | + * Fixed regex pattern for cli ShowPlatformSoftwareFedSwitchActiveIfmInterfacesLabel parser. |
| 146 | + * Fixed regex pattern for cli show platform software fed {switch} active ifm interfaces {label}. |
| 147 | + * Added ShowPlatformSoftwareFedSwitchActiveInjectBrief |
| 148 | + * Added show platform software fed {switch} {mode} inject ios-cause brief |
| 149 | + * Added show platform software fed active inject ios-cause brief |
| 150 | + * Added ShowPlatformSoftwareFedSwitchActiveSecurityFedArpIf parser. |
| 151 | + * Added parser for cli show platform software fed switch active security-fed arp if {if_id}. |
| 152 | + * Added ShowPlatformSoftwareFedSwitchActiveSecurityFedArpVlan parser. |
| 153 | + * Added parser for cli show platform software fed switch active security-fed arp vlan {vlan}. |
| 154 | + * Added ShowIdprom parser |
| 155 | + * Added show idprom all cli |
| 156 | + * Added ShowSpanningTreeSummaryTotals |
| 157 | + * Added show spanning-tree summary totals |
| 158 | + * Added ShowModule |
| 159 | + * Added schema and parser for 'show module' under c9610 |
| 160 | + * Added ShowPlatformSoftwareFedIpv6MfibCount |
| 161 | + * Added 'show platform software fed {switch_var} {state} ipv6 mfib count' command and schema for the command. |
| 162 | + * Added ShowPlatformSoftwareFedIpv6MfibSummary |
| 163 | + * Added 'show platform software fed {switch_var} {state} ipv6 mfib summary' command and schema for the command. |
| 164 | + * Added ShowPlatformSoftwareFedIpv6MldSnoopingSummary |
| 165 | + * Added 'show platform software fed {switch_var} {state} ipv6 mld snooping summary' command and schema for the command. |
| 166 | + * Added ShowPlatformSoftwareFedSwitchActiveipecrexactroutesourceipdestinationip |
| 167 | + * show platform software fed switch {type} ip ecr exact-route {sourceip} {destinationip} {sourceport} {destinationport} {protocol} |
| 168 | + * show platform software fed switch {type} ip ecr exact-route {sourceip} {destinationip} |
| 169 | + * Added ShowPlatformHardwareFedPortPrbscmdSchema |
| 170 | + * Added parser for show platform hardware fed {switch} {mode} npu slot 1 port {port_num} prbs_cmd {num} |
| 171 | + * Added ShowPlatformHardwareFedPrbsPolynomialSchema |
| 172 | + * Added parser for show platform hardware fed switch {mode} npu slot 1 port {port_num} prbs_polynomial {num} |
| 173 | + * Added ShowPlatformHardwareFedloopbackSchema |
| 174 | + * Added parser for show platform hardware fed switch {mode} npu slot 1 port {port_num} loopback {num} |
| 175 | + * Added ShowPlatformHardwareFedeyescanSchema |
| 176 | + * Added parser for show platform hardware fed switch {mode} npu slot 1 port {port_num} eye_scan |
| 177 | + * Added ShowPlatformSoftwareFedSwitchActivePuntPacketCapturedisplayFiltericmpv6Brief |
| 178 | + * Added schema and parser for 'show platform software fed switch active punt packet-capture display-filter icmpv6 brief' |
| 179 | + * Added ShowPlatformHardwareFedSwitchActiveFwdasicdropsasic |
| 180 | + * show platform hardware fed switch {switch} fwd-asic drops asic {asic} |
| 181 | + |
| 182 | +* nxos |
| 183 | + * Added ShowNveEthernetSegmentSummary |
| 184 | + * show nve ethernet-segment summary |
| 185 | + * show nve ethernet-segment summary esi {esi_id} |
| 186 | + * Added ShowNveEthernetSegment |
| 187 | + * show nve ethernet-segment esi {esi_id} |
| 188 | + |
| 189 | + |
| 190 | +-------------------------------------------------------------------------------- |
| 191 | + Add |
| 192 | +-------------------------------------------------------------------------------- |
| 193 | + |
| 194 | +* iosxe |
| 195 | + * Added ShowLispEthernetARSubscriber |
| 196 | + * Introduced the ShowLispEthernetARSubscriber parsers. |
| 197 | + * Added ShowLispEthernetARPublisher |
| 198 | + * Introduced ShowLispEthernetARPublisher parsers. |
| 199 | + * Added ShowLispEthernetMapCachePrefixAR |
| 200 | + * Introduce ShowLispEthernetMapCachePrefixAR parser. |
0 commit comments