|
| 1 | +-------------------------------------------------------------------------------- |
| 2 | + Fix |
| 3 | +-------------------------------------------------------------------------------- |
| 4 | + |
| 5 | +* iosxe/cat9k |
| 6 | + * Add ShowPlatformSoftwareFedSwitchActiveMatmMactable parser |
| 7 | + * Added schema and parser for show platform software fed switch active matm macTable command for C9610, C9350 and C9550 devices. |
| 8 | + |
| 9 | +* iosxe |
| 10 | + * Modified ShowAccessList parser |
| 11 | + * Added regex patterns to match the fqdn output format for the command 'show access-lists' on IOS-XE devices. |
| 12 | + * Modified ShowPlatformHardwareFedSwitchActiveSgaclResourceUsage parser |
| 13 | + * Added regex patterns to match the new output format for the command 'show platform hardware fed switch active sgacl resource usage' on IOS-XE devices. |
| 14 | + * Modified ShowCryptoPkiTrustpointsSchema |
| 15 | + * "serial_number_in_hex" is now optional |
| 16 | + * Modified ShowCtsSxpSgtMap |
| 17 | + * 'show cts sxp sgt-map vrf <vrf>' cli included. |
| 18 | + * Modified ShowNtpConfig |
| 19 | + * Modified regex pattern to support ntp servers configured with keys |
| 20 | + * Changed schema to include "key_id" |
| 21 | + * Modified class ShowInterfacesAccounting |
| 22 | + * Modified regex pattern to support interface descriptions with multiple spaces |
| 23 | + * Only right-strip whitespace from lines and modify regex for lines containing counters to add explicit leading whitespace |
| 24 | + * Modified ShowIpNatTranslations |
| 25 | + * 'show ip nat translations verbose' |
| 26 | + * Modified ShowPlatformSoftwareFirewallFPActiveParameterMaps |
| 27 | + * 'show platform software firewall FP active parameter-maps' |
| 28 | + * Modified ShowDiagSubslotEepromDetailSchema |
| 29 | + * Change 'clei_code' as optional key. |
| 30 | + * Modified ShowPlatformPacketSumm parser |
| 31 | + * Parser now correctly handles packet states and reasons. |
| 32 | + |
| 33 | + |
| 34 | +-------------------------------------------------------------------------------- |
| 35 | + New |
| 36 | +-------------------------------------------------------------------------------- |
| 37 | + |
| 38 | +* iosxe |
| 39 | + * Added ShowHsrRingDetail |
| 40 | + * Added schema and parser for 'show hsr ring detail' command. |
| 41 | + * Added ShowHsrRingAllowedVlan |
| 42 | + * Added schema and parser for 'show hsr ring allowed-vlan' command. |
| 43 | + * Added ShowHsrRingMulticastFilter |
| 44 | + * Added schema and parser for 'show hsr ring multicast-filter' command. |
| 45 | + * Added ShowHsrRingMulticastFilterDrop |
| 46 | + * Added schema and parser for 'show hsr ring multicast-filter-drop' command. |
| 47 | + * Added ShowHsrRingVlanFilterDropCount |
| 48 | + * Added schema and parser for 'show hsr ring vlan-filter-drop-count' command. |
| 49 | + * Added ShowPlatformFpgaProfileActive |
| 50 | + * Added schema and parser for 'show platform fpga-profile active' command. |
| 51 | + * Added ShowFQDNSummary |
| 52 | + * Added schema and parser for 'show fqdn summary' command. |
| 53 | + * Added ShowFQDNDatabaseStatistics |
| 54 | + * Added schema and parser for 'show fqdn database statistics' command. |
| 55 | + * Added ShowPlatformSoftwareFedSecurityStormControlIfId |
| 56 | + * Added schema and parser for 'show platform software fed security storm-control if-id' command. |
| 57 | + * Added ShowPlatformSoftwareFedSwitchIfmInterfaceName |
| 58 | + * Added schema and parser for 'show platform software fed switch ifm interface name' command. |
| 59 | + * Added ShowPlatformSoftwareFedSwitchIfmInterfaceNameVlan |
| 60 | + * Added schema and parser for 'show platform software fed switch ifm interface name vlan' command. |
| 61 | + * Modified ShowRunInterface |
| 62 | + * Updated schema and parser for 'show run interface' command to include storm-control configuration. |
| 63 | + * Added ShowPlatformSoftwareFedSwitchActiveSgaclVlanMapping |
| 64 | + * Added schema and parser for 'show platform hardware fed {switch_type} sgacl vlan-mapping {vlan}' command. |
| 65 | + * Added ShowPlatformHardwareFedSwitchActiveSgaclTableVlanMapping |
| 66 | + * Added schema and parser for 'show platform hardware fed {switch_type} sgacl table vlan-mapping {vlan}' command. |
| 67 | + * Added ShowAdjacencyTunnelTunnelInternal |
| 68 | + * Added schema and parser for 'show adjacency tunnel {tunnel} internal' |
| 69 | + * Added ShowIpAccessListInbound |
| 70 | + * Added schema and parser for 'show ip access-list inbound' |
| 71 | + * Added ShowIpAccessListOutbound |
| 72 | + * Added schema and parser for 'show ip access-list outbound' |
| 73 | + * Added ShowIpMribRouteSummary |
| 74 | + * Added schema and parser for 'show ip mrib route summary' |
| 75 | + * Added ShowIpRsvpSenderDetailFilterDstPort30 |
| 76 | + * Added schema and parser for 'show ip rsvp sender detail filter dst-port 30' |
| 77 | + * Added ShowPlatformHardwareQfpActiveFeatureTunnelInterfaceTunnel |
| 78 | + * Added schema and parser for 'show platform hardware qfp active feature tunnel interface {tunnel}' |
| 79 | + * Added ShowPolicyMapTypeAccessControlInterfaceInterfaceIn |
| 80 | + * Added schema and parser for 'show policy-map type access-control interface {interface} in' |
| 81 | + * Added show ip rib vrf {vrf} database detail |
| 82 | + * Parse "show ip rib vrf {vrf} database detail" |
| 83 | + * Added show platform software fed active acl policy parser |
| 84 | + * Parse "show platform software fed active acl policy" |
| 85 | + |
| 86 | + |
| 87 | +-------------------------------------------------------------------------------- |
| 88 | + Fixed |
| 89 | +-------------------------------------------------------------------------------- |
| 90 | + |
| 91 | +* iosxe |
| 92 | + * Modified ShowMonitorCaptureBufferDetailed |
| 93 | + * Added Optional fields in schema for 'show monitor capture buffer {capture_buffer} detailed' command. |
| 94 | + |
| 95 | + |
| 96 | +-------------------------------------------------------------------------------- |
| 97 | + Add |
| 98 | +-------------------------------------------------------------------------------- |
| 99 | + |
| 100 | +* iosxe/rv1 |
| 101 | + * Added support for show stackwise-virtual link parser with full name mapping. |
| 102 | + * c9500x |
| 103 | + * Added support for show stackwise-virtual link parser. |
| 104 | + |
| 105 | + |
0 commit comments