From 43c633fc60c5101a0ecad725a8c8cfebe49fc1be Mon Sep 17 00:00:00 2001 From: omid Date: Thu, 21 Mar 2024 12:52:55 -0400 Subject: [PATCH 1/3] Releasing v24.3 --- changelog/2024/march.rst | 146 + sdk_generator/outputs/github_parser.json | 2418 ++++++++++------- src/genie/libs/parser/__init__.py | 2 +- .../libs/parser/cheetah/show_interface.py | 806 ++++++ .../libs/parser/cheetah/show_platform.py | 296 ++ .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output1_expected.py | 0 .../cli/equal/golden_output1_output.txt | 0 .../cli/equal/golden_output2_expected.py | 0 .../cli/equal/golden_output2_output.txt | 0 .../cli/equal/golden_output3_expected.py | 0 .../cli/equal/golden_output3_output.txt | 0 .../cli/equal/golden_output4_expected.py | 0 .../cli/equal/golden_output4_output.txt | 0 .../cli/equal/golden_output5_expected.py | 0 .../cli/equal/golden_output5_output.txt | 0 .../cli/equal/test_1_arguments.json | 3 + .../cli/equal/test_1_expected.py | 167 ++ .../cli/equal/test_1_output.txt | 52 + .../cli/equal/test_2_arguments.json | 3 + .../cli/equal/test_2_expected.py | 167 ++ .../cli/equal/test_2_output.txt | 51 + .../cli/equal/test_3_arguments.json | 3 + .../cli/equal/test_3_expected.py | 130 + .../cli/equal/test_3_output.txt | 43 + .../cli/equal/test_1_arguments.json | 3 + .../cli/equal/test_1_expected.py | 40 + .../cli/equal/test_1_output.txt | 14 + .../cli/equal/test_2_arguments.json | 3 + .../cli/equal/test_2_expected.py | 35 + .../cli/equal/test_2_output.txt | 14 + .../cli/equal/test_3_arguments.json | 3 + .../cli/equal/test_3_expected.py | 38 + .../cli/equal/test_3_output.txt | 14 + .../ShowVersion/cli/equal/test_1_expected.py | 33 + .../ShowVersion/cli/equal/test_1_output.txt | 36 + .../libs/parser/generic/show_platform.py | 17 + src/genie/libs/parser/ios/show_lisp.py | 11 +- .../libs/parser/iosxe/c9400/show_post.py | 95 + .../cli/empty/empty_output_output.txt} | 0 .../cli/equal/golden_output_expected.py | 35 + .../cli/equal/golden_output_output.txt | 40 + .../cli/equal/golden_output_svl_expected.py | 44 + .../cli/equal/golden_output_svl_output.txt | 43 + .../libs/parser/iosxe/c9500/show_platform.py | 12 +- .../libs/parser/iosxe/cat9k/c9300/__init__.py | 3 + .../iosxe/cat9k/c9300/show_l2protocol.py | 125 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 168 ++ .../cli/equal/golden_output_output.txt | 45 + src/genie/libs/parser/iosxe/show_alarm.py | 32 + .../iosxe/show_authentication_sessions.py | 4 +- src/genie/libs/parser/iosxe/show_bgp.py | 22 +- .../libs/parser/iosxe/show_diagnostic.py | 68 +- src/genie/libs/parser/iosxe/show_eee.py | 37 +- src/genie/libs/parser/iosxe/show_flow.py | 85 +- src/genie/libs/parser/iosxe/show_hw.py | 14 +- src/genie/libs/parser/iosxe/show_interface.py | 4 +- src/genie/libs/parser/iosxe/show_ip.py | 62 + src/genie/libs/parser/iosxe/show_lisp.py | 285 +- src/genie/libs/parser/iosxe/show_meraki.py | 304 +++ src/genie/libs/parser/iosxe/show_monitor.py | 104 +- src/genie/libs/parser/iosxe/show_nat.py | 39 +- src/genie/libs/parser/iosxe/show_ospfv3.py | 3 +- src/genie/libs/parser/iosxe/show_platform.py | 884 +++++- .../libs/parser/iosxe/show_policy_map.py | 12 +- src/genie/libs/parser/iosxe/show_power.py | 24 +- src/genie/libs/parser/iosxe/show_routing.py | 26 +- src/genie/libs/parser/iosxe/show_sdrouting.py | 996 +++++++ src/genie/libs/parser/iosxe/show_sdwan.py | 171 ++ .../libs/parser/iosxe/show_smartpower.py | 170 ++ src/genie/libs/parser/iosxe/show_vtp.py | 10 + .../cli/equal/golden_output_expected.py | 2 +- .../cli/equal/golden_output_output.txt | 6 +- .../cli/equal/golden_output6_arguments.json | 5 + .../cli/equal/golden_output6_expected.py | 177 ++ .../cli/equal/golden_output6_output.txt | 27 + .../cli/equal/golden_output_2_arguments.json | 4 + .../cli/equal/golden_output_2_expected.py | 146 + .../cli/equal/golden_output_2_output.txt | 65 + .../cli/equal/golden_output1_arguments.json | 3 + .../cli/equal/golden_output1_expected.py | 17 + .../cli/equal/golden_output1_output.txt | 11 + .../cli/equal/golden_output1_expected.py | 83 + .../cli/equal/golden_output1_output.txt | 14 + .../cli/equal/golden_output2_expected.py | 63 +- .../cli/equal/golden_output4_expected.py | 3 + .../cli/equal/golden_output6_arguments.json | 3 + .../cli/equal/golden_output6_expected.py | 151 + .../cli/equal/golden_output6_output.txt | 137 + .../golden_interface_output4_expected.py | 320 +-- .../golden_interface_output5_expected.py | 112 + .../equal/golden_interface_output5_output.txt | 22 + .../equal/golden_interface_output_expected.py | 512 ++-- .../cli/equal/golden_output_2_expected.py | 74 + .../cli/equal/golden_output_2_output.txt | 13 + .../cli/equal/golden_output_8_expected.py | 176 ++ .../cli/equal/golden_output_8_output.txt | 50 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 17 + .../cli/equal/golden_output_output.txt | 2 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 222 ++ .../cli/equal/golden_output_output.txt | 86 + .../cli/equal/golden_output9_arguments.json | 4 + .../cli/equal/golden_output9_expected.py | 45 + .../cli/equal/golden_output9_output.txt | 16 + ...lden_show_lisp_all_prefix_list_expected.py | 4 + ...golden_show_lisp_prefix_list_2_expected.py | 79 + .../golden_show_lisp_prefix_list_2_output.txt | 18 + ...golden_show_lisp_prefix_list_3_expected.py | 45 + .../golden_show_lisp_prefix_list_3_output.txt | 9 + .../golden_show_lisp_prefix_list_expected.py | 4 + .../cli/equal/golden_output3_expected.py | 21 +- .../cli/equal/golden_output4_expected.py | 33 +- .../cli/equal/golden_output5_arguments.json | 4 + .../cli/equal/golden_output5_expected.py | 268 ++ .../cli/equal/golden_output5_output.txt | 83 + .../cli/equal/golden_output3_expected.py | 59 +- .../cli/equal/golden_output5_expected.py | 33 +- .../ShowMeraki/empty/empty_output_output.txt | 1 + .../equal/golden_output_expected_1.py | 15 + .../equal/golden_output_output_1.txt | 4 + .../empty/empty_output_output.txt | 1 + .../equal/golden_output_expected.py | 58 + .../equal/golden_output_expected_1.py | 43 + .../equal/golden_output_expected_2.py | 3 + .../equal/golden_output_output.txt | 57 + .../equal/golden_output_output_1.txt | 43 + .../equal/golden_output_output_2.txt | 1 + .../cli/equal/golden_output5_expected.py | 65 +- .../cli/equal/golden_output6_arguments.json | 3 + .../cli/equal/golden_output6_expected.py | 28 + .../cli/equal/golden_output6_output.txt | 31 + .../cli/equal/golden_output1_arguments.json | 3 + .../cli/equal/golden_output1_expected.py | 14 + .../cli/equal/golden_output1_output.txt | 6 + .../cli/empty/empty_output_arguments.json | 7 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_arguments.json | 7 + .../cli/equal/golden_output_expected.py | 36 + .../cli/equal/golden_output_output.txt | 8 + .../cli/empty/empty_output_arguments.json | 4 + .../cli/empty/empty_output_output.txt | 2 + .../cli/equal/golden_output_arguments.json | 4 + .../cli/equal/golden_output_expected.py | 8 + .../cli/equal/golden_output_output.txt | 11 + .../cli/equal/golden_output_4_arguments.json | 3 + .../cli/equal/golden_output_4_expected.py | 25 + .../cli/equal/golden_output_4_output.txt | 28 + .../cli/equal/golden_output1_expected.py | 11 + .../cli/equal/golden_output1_output.txt | 18 + .../cli/empty/empty_output_arguments.json | 4 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output1_arguments.json | 3 + .../cli/equal/golden_output1_expected.py | 432 +++ .../cli/equal/golden_output1_output.txt | 130 + .../cli/equal/golden_output_arguments.json | 4 + .../cli/equal/golden_output_expected.py | 139 + .../cli/equal/golden_output_output.txt | 51 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_1_arguments.json | 4 + .../cli/equal/golden_output_1_expected.py | 15 + .../cli/equal/golden_output_1_output.txt | 6 + .../cli/equal/golden_output_expected.py | 15 + .../cli/equal/golden_output_output.txt | 6 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_1_arguments.json | 4 + .../cli/equal/golden_output_1_expected.py | 42 + .../cli/equal/golden_output_1_output.txt | 17 + .../cli/equal/golden_output_expected.py | 28 + .../cli/equal/golden_output_output.txt | 16 + .../cli/empty/empty_output_arguments.json | 5 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_arguments.json | 4 + .../cli/equal/golden_output_expected.py | 85 + .../cli/equal/golden_output_output.txt | 110 + .../cli/equal/golden_output4_arguments.json | 3 + .../cli/equal/golden_output4_expected.py | 29 + .../cli/equal/golden_output4_output.txt | 11 + .../cli/equal/golden_output_4_expected.py | 41 + .../cli/equal/golden_output_4_output.txt | 39 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 34 + .../cli/equal/golden_output_output.txt | 36 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 8 + .../cli/equal/golden_output_output.txt | 4 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 21 + .../cli/equal/golden_output_output.txt | 23 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 11 + .../cli/equal/golden_output_output.txt | 5 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output_expected.py | 10 + .../cli/equal/golden_output_output.txt | 5 + .../cli/equal/golden_output_expected.py | 7 + .../cli/equal/golden_output_output.txt | 5 + .../cli/equal/golden_output_expected.py | 7 + .../cli/equal/golden_output_output.txt | 5 + .../cli/equal/golden_output_3_expected.py | 1 + .../cli/equal/golden_output_3_output.txt | 1 + .../cli/equal/golden_output1_arguments.json | 3 + .../cli/equal/golden_output1_expected.py | 20 + .../cli/equal/golden_output1_output.txt | 8 + src/genie/libs/parser/iosxe/traceroute.py | 9 +- src/genie/libs/parser/iosxr/ping.py | 5 +- src/genie/libs/parser/iosxr/show_platform.py | 181 +- .../libs/parser/iosxr/show_segment_routing.py | 111 + src/genie/libs/parser/iosxr/show_terminal.py | 9 +- .../Ping/cli/equal/golden_output3_expected.py | 21 + .../Ping/cli/equal/golden_output3_output.txt | 5 + .../cli/equal/golden_output_3_expected.py | 53 + .../cli/equal/golden_output_3_output.txt | 34 + .../cli/empty/empty_output_output.txt | 0 .../cli/equal/golden_output1_expected.py | 17 + .../cli/equal/golden_output1_output.txt | 11 + .../cli/equal/golden_output_1_expected.py | 5 +- src/genie/libs/parser/nxos/show_acl.py | 6 +- src/genie/libs/parser/nxos/show_fdb.py | 31 +- .../cli/equal/golden_output4_expected.py | 47 + .../cli/equal/golden_output4_output.txt | 28 + .../cli/equal/golden_output_4_expected.py | 79 + .../cli/equal/golden_output_4_output.txt | 13 + tests/cheetah | 1 + 226 files changed, 12630 insertions(+), 1803 deletions(-) create mode 100644 changelog/2024/march.rst create mode 100644 src/genie/libs/parser/cheetah/show_interface.py create mode 100644 src/genie/libs/parser/cheetah/show_platform.py rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/empty/empty_output_output.txt (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output1_expected.py (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output1_output.txt (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output2_expected.py (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output2_output.txt (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output3_expected.py (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output3_output.txt (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output4_expected.py (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output4_output.txt (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output5_expected.py (100%) rename {tests/cheetah => src/genie/libs/parser/cheetah/tests}/ShowCapwapClientRcb/cli/equal/golden_output5_output.txt (100%) create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_arguments.json create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_output.txt create mode 100644 src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_expected.py create mode 100644 src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_output.txt create mode 100644 src/genie/libs/parser/iosxe/c9400/show_post.py rename src/genie/libs/parser/{cheetah/test/__init__.py => iosxe/c9400/tests/ShowPost/cli/empty/empty_output_output.txt} (100%) create mode 100644 src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_expected.py create mode 100644 src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_output.txt create mode 100644 src/genie/libs/parser/iosxe/cat9k/c9300/__init__.py create mode 100644 src/genie/libs/parser/iosxe/cat9k/c9300/show_l2protocol.py create mode 100644 src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_output.txt create mode 100755 src/genie/libs/parser/iosxe/show_meraki.py mode change 100644 => 100755 src/genie/libs/parser/iosxe/show_routing.py create mode 100644 src/genie/libs/parser/iosxe/show_sdrouting.py create mode 100644 src/genie/libs/parser/iosxe/show_smartpower.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowBgpNeighborsAdvertisedRoutes/cli/equal/golden_output6_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowBgpNeighborsAdvertisedRoutes/cli/equal/golden_output6_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowBgpNeighborsAdvertisedRoutes/cli/equal/golden_output6_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowDiagnosticResultModuleTestDetail/cli/equal/golden_output_2_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowDiagnosticResultModuleTestDetail/cli/equal/golden_output_2_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowDiagnosticResultModuleTestDetail/cli/equal/golden_output_2_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowEeeStatusInterface/cli/equal/golden_output1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowEeeStatusInterface/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowEeeStatusInterface/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowFacilityAlarmStatus/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowFacilityAlarmStatus/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowFlowMonitorCache/cli/equal/golden_output6_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowFlowMonitorCache/cli/equal/golden_output6_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowFlowMonitorCache/cli/equal/golden_output6_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowHardwareLed/cli/equal/golden_interface_output5_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowHardwareLed/cli/equal/golden_interface_output5_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowInterfacesStatusModule/cli/equal/golden_output_2_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowInterfacesStatusModule/cli/equal/golden_output_2_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowInventory/cli/equal/golden_output_8_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowInventory/cli/equal/golden_output_8_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowIpSockets/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowIpSockets/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowIpSockets/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowL2vpnSdwanAll/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowL2vpnSdwanAll/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowL2vpnSdwanAll/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispIpv4MapCachePrefix/cli/equal/golden_output9_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispIpv4MapCachePrefix/cli/equal/golden_output9_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispIpv4MapCachePrefix/cli/equal/golden_output9_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispPrefixList/cli/equal/golden_show_lisp_prefix_list_2_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispPrefixList/cli/equal/golden_show_lisp_prefix_list_2_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispPrefixList/cli/equal/golden_show_lisp_prefix_list_3_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispPrefixList/cli/equal/golden_show_lisp_prefix_list_3_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispV4PublicationPrefix/cli/equal/golden_output5_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispV4PublicationPrefix/cli/equal/golden_output5_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowLispV4PublicationPrefix/cli/equal/golden_output5_output.txt create mode 100755 src/genie/libs/parser/iosxe/tests/ShowMeraki/empty/empty_output_output.txt create mode 100755 src/genie/libs/parser/iosxe/tests/ShowMeraki/equal/golden_output_expected_1.py create mode 100755 src/genie/libs/parser/iosxe/tests/ShowMeraki/equal/golden_output_output_1.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_expected_1.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_expected_2.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_output_1.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMerakiConnect/equal/golden_output_output_2.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMonitor/cli/equal/golden_output6_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMonitor/cli/equal/golden_output6_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowMonitor/cli/equal/golden_output6_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowOspfv3NeighborInterface/cli/equal/golden_output1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowOspfv3NeighborInterface/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowOspfv3NeighborInterface/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareIomdMacsecPortSubport/cli/empty/empty_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareIomdMacsecPortSubport/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareIomdMacsecPortSubport/cli/equal/golden_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareIomdMacsecPortSubport/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareIomdMacsecPortSubport/cli/equal/golden_output_output.txt create mode 100755 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareQfpInterfaceIfnamepath/cli/empty/empty_output_arguments.json create mode 100755 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareQfpInterfaceIfnamepath/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareQfpInterfaceIfnamepath/cli/equal/golden_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareQfpInterfaceIfnamepath/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformHardwareQfpInterfaceIfnamepath/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedActiveMonitor/cli/equal/golden_output_4_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedActiveMonitor/cli/equal/golden_output_4_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedActiveMonitor/cli/equal/golden_output_4_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedIgmpSnooping/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedIgmpSnooping/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/empty/empty_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/equal/golden_output_1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/equal/golden_output_1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/equal/golden_output_1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatInterfaces/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/equal/golden_output_1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/equal/golden_output_1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/equal/golden_output_1_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareFedSwitchActiveNatRules/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareIomdMacsecInterfacePortDetail/cli/empty/empty_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareIomdMacsecInterfacePortDetail/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareIomdMacsecInterfacePortDetail/cli/equal/golden_output_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareIomdMacsecInterfacePortDetail/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPlatformSoftwareIomdMacsecInterfacePortDetail/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPolicyMapControlPlaneClassMap/cli/equal/golden_output4_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPolicyMapControlPlaneClassMap/cli/equal/golden_output4_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPolicyMapControlPlaneClassMap/cli/equal/golden_output4_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPowerInlineDetail/cli/equal/golden_output_4_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowPowerInlineDetail/cli/equal/golden_output_4_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesSummary/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesSummary/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesSummary/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesVbond/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesVbond/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesVbond/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanDetail/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanDetail/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanDetail/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv4/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv4/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv4/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv6/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv6/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSdroutingControlLocalPropertiesWanIpv6/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSmartPowerDomain/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSmartPowerDomain/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSmartPowerVersion/cli/equal/golden_output_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowSmartPowerVersion/cli/equal/golden_output_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/ShowVtpPassword/cli/equal/golden_output_3_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/ShowVtpPassword/cli/equal/golden_output_3_output.txt create mode 100644 src/genie/libs/parser/iosxe/tests/TracerouteIpv6/cli/equal/golden_output1_arguments.json create mode 100644 src/genie/libs/parser/iosxe/tests/TracerouteIpv6/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxe/tests/TracerouteIpv6/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/iosxr/tests/Ping/cli/equal/golden_output3_expected.py create mode 100644 src/genie/libs/parser/iosxr/tests/Ping/cli/equal/golden_output3_output.txt create mode 100644 src/genie/libs/parser/iosxr/tests/ShowInstallCommitSummary/cli/equal/golden_output_3_expected.py create mode 100644 src/genie/libs/parser/iosxr/tests/ShowInstallCommitSummary/cli/equal/golden_output_3_output.txt create mode 100644 src/genie/libs/parser/iosxr/tests/ShowSegmentRoutingTrafficEnggPccLsp/cli/empty/empty_output_output.txt create mode 100644 src/genie/libs/parser/iosxr/tests/ShowSegmentRoutingTrafficEnggPccLsp/cli/equal/golden_output1_expected.py create mode 100644 src/genie/libs/parser/iosxr/tests/ShowSegmentRoutingTrafficEnggPccLsp/cli/equal/golden_output1_output.txt create mode 100644 src/genie/libs/parser/nxos/tests/ShowAccessListsSummary/cli/equal/golden_output4_expected.py create mode 100644 src/genie/libs/parser/nxos/tests/ShowAccessListsSummary/cli/equal/golden_output4_output.txt create mode 100644 src/genie/libs/parser/nxos/tests/ShowMacAddressTable/cli/equal/golden_output_4_expected.py create mode 100644 src/genie/libs/parser/nxos/tests/ShowMacAddressTable/cli/equal/golden_output_4_output.txt create mode 120000 tests/cheetah diff --git a/changelog/2024/march.rst b/changelog/2024/march.rst new file mode 100644 index 0000000000..b26bed2f9f --- /dev/null +++ b/changelog/2024/march.rst @@ -0,0 +1,146 @@ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * Modified ShowFlowMonitorCache + * Added patterns to to capture datalink and interface inputs + * Modified ShowBannerMotd + * Enhanced parser to capture multiple line messages. + * Modified ShowInterfaceStatusModule Parser + * Modified the regular expression for value of vlan to allow not only numbers but also str (i.e. routed), so routed ports can be matched. + * Modified ShowDiagnosticResultModuleTestDetail Parser + * Modified the schema to have a new optional key 'port_status' + * Modified the parser to always use the test name as the index key for the test + * Modified the show inventory parser. + * Modified the regexp p1_8 to support the latest changes in 17.15 and to support the old releases. + * Modified ShowLispPrefixList + * Added support for parsing additional fields + * Added support for parsing entry sources as a list + * Fixed ShowMonitor + * Fixed regex and support for new attribute Source EFPs + * Modified ShowLispDatabaseSuperParser + * Fixed p2 regex to make value optional + * Modified ShowLispIpMapCachePrefixSuperParser + * Fixed typo for parsing rloc_probe_in in regex. + * Modified ShowLispPrefixList + * Made entries optional in schema. + * Modified ShowOspfv3NeighborInterface Parser + * Fix p2 regex to capture when dead time is - + * Modified ShowAuthenticationSessionsInterfaceDetails Parser + * Added execute timout of 300 seconds to cater large output + * Modified ShowPlatformSoftwareFedActiveMonitor Parser + * fix p2 regex + * Modified ShowHardwareLed Parser + * Modified the Metadata for beacon value as optional and added alarm-in3 and alarm-in4 values to support for ie9k devices + * Modified ShowEeeStatusInterface Parser + * Added few more optional arguments to the schema. + * Modified ShowFacilityAlarmStatus + * Added and regex + * Added key 'index' as optional parameter to schema + * Modified parser ShowPlatformSoftwareFedIgmpSnooping + * Enhanced the parser to get Snoop State, Added schema and regex pattern + * Modified parser ShowPolicyMapControlPlaneClassMap + * Modified arguments bytes and bps as optional in schema + * Modified show_vtp_password + * Enhanced the parser by adding '^VTP +Password +is +configured.$' to each line in the output + * Fix for TracerouteIpv6 + * Fixed strig split to remove * + * Added New Parser + * Added New Parser ShowSmartPowerDomain + * Added New Parser ShowSmartPowerVersion + * Modified ShowPlatformTcamPbr + * Added switch_type same as in iosxe/c9600/c9606r + * Modified ShowLispPublicationPrefixSuperParser + * Added support for parsing the same locator from different source addresses. + +* nxos + * Modified ShowAccessListsSummary + * Modified regex pattern and to accommodate various outputs. + * Modified ShowMacAddressTableBase + * updated mac_type and age in drop section. + +* iosxr + * Update baud_rate key same as iosxe schema + * Modified fix for ShowInstallCommitSummary + * Added schema and code for fix the new output + +* iosxe/c9500 + * Modified ShowPlatformFedTcamPbrNat + * Added switch_type same as in iosxe/c9600/c9606r + + +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * Added ShowMeraki + * added new parser for cli 'show meraki' + * added new parser for cli 'show meraki connect' + * Added ShowPlatformSoftwareFedSwitchActiveNatInterfaces + * Parser for cli 'show platform software fed switch active nat interfaces' + * Added ShowPlatformSoftwareFedSwitchActiveNatRules + * Parser for cli 'show platform software fed switch active nat rules' + * Added ShowL2vpnSdwanAll + * parser for ShowL2vpnSdwanAll + * Modified existing Parser + * Added New 33 and 34 regex + * c9400 + * Added ShowPost + * parser for 'show post' on modular platform c9400 + * Added ShowIpSockets + * parser for 'show ip sockets' + * Added ShowPlatformSoftwareMemoryDatabaseFedSwitchActiveCallsite Parser. + * Added ShowDiagnosticStatus Parser. + * Added ShowPlatformSoftwareFedSwitchActivePuntBrief Parser. + * Added ShowL2ProtocolTunnelSummary + * added new parser for cli 'show l2protocol-tunnel summary' + * Added ShowPlatformHardwareIomdMacsecPortSubport + * Added parser for show platform hardware iomd {lc_no} macsec port {port_no} sub-port {sub_port1} {sub_port2} | i Free" and schema + * Modified ShowBgpNeighborsAdvertisedRoutes + * Added show bgp address_family vrf vrf neighbors neighbor advertised-routes to accommodate various outputs. + * Added ShowPlatformSoftwareIomdMacsecInterfaceDetail + * Added parser for show platform software iomd {lc_no} macsec interface {port_no} detail and schema + * Added ShowPlatformHardwareQfpInterfaceIfnamepath parser + * Parser for "show platform hardware qfp interface if-name path" + * Added parser ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow + * show platform software fed {switch} {switch_var} fnf sw-stats-show + * show platform software fed {switch_var} fnf sw-stats-show + * Added class ShowSdroutingControlLocalPropertiesSummary + * show sd-routing control local-properties summary + * Added class ShowSdroutingControlLocalPropertiesWanDetail + * show sd-routing control local-properties wan detail + * Added class ShowSdroutingControlLocalPropertiesWanIpv4 + * show sd-routing control local-properties wan ipv4 + * Added class ShowSdroutingControlLocalPropertiesWanIpv6 + * show sd-routing control local-properties wan ipv6 + * Added class ShowSdroutingControlLocalPropertiesVbond + * show sd-routing control local-properties vbond + +* cheetah + * Updated parsers for ShowInterfacesDot11radio to support vap_rx and vap_tx statistics + * Added parsers for ShowInterfacesDot11radio, ShowInterfacesWired, ShowVersion + +* iosxr + * Modified Ping + * Modified regex pattern to accommodate various outputs. + * Added ShowSegmentRoutingTrafficEnggPccLsp + * parser for show segment-routing traffic-eng pcc lsp + +* generic + * Added pid to ShowVersion + + +-------------------------------------------------------------------------------- + Add +-------------------------------------------------------------------------------- + +* ios + * Added ShowLispInstanceIdService + * show lisp instance-id {instance_id} {service} + * show lisp all instance-id {instance_id} {service} + * show lisp {lisp_id} instance-id {instance_id} {service} + * show lisp locator-table {locator_table} instance-id {instance_id} {service} + + diff --git a/sdk_generator/outputs/github_parser.json b/sdk_generator/outputs/github_parser.json index 8986b023a6..ea3957baa7 100644 --- a/sdk_generator/outputs/github_parser.json +++ b/sdk_generator/outputs/github_parser.json @@ -8180,7 +8180,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) device_family: ,\nOptional (str) device_series: ,\nOptional (str) num_line_cards: ,\nOptional (str) chassis_feature: ,\nOptional (str) controller_family: ,\nOptional (str) controller_type: ,\n'rack_num': ,\nOptional (str) sn: ,\n'pid': ,\n'vid': ,\nOptional (str) desc: ,\n'clei': ,\nOptional (str) eci: ,\nOptional (str) pca: ,\nOptional (str) top_assy_num: ,\nOptional (str) main: {\n 'board_type': ,\n 'part': ,\n 'dev': ,\n 'serial_number': ,\n },\nOptional (str) part_number: ,\nOptional (str) part_revision: ,\nOptional (str) hw_version: ,\nOptional (str) top_assembly_block: {\n Optional (str) serial_number: ,\n 'part_number': ,\n Optional (str) part_revision: ,\n Optional (str) revision: ,\n Optional (str) mfg_deviation: ,\n Optional (str) hw_version: ,\n Optional (str) mfg_bits: ,\n },\n}", "uid": "admin_show_diag_chassis", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L881" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L986" } }, "authentication display config-mode": { @@ -8251,7 +8251,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir': ,\n Any (str) *: {\n Optional (str) files: {\n Any (str) *: {\n Optional (str) index: ,\n Optional (str) permissions: ,\n 'size': ,\n Optional (str) last_modified_date: ,\n },\n },\n Optional (str) bytes_total: ,\n Optional (str) bytes_free: ,\n },\n },\n}", "uid": "dir", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1887" }, "iosxr": { "class": "Dir", @@ -8260,7 +8260,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir_name': ,\n 'total_bytes': ,\n 'total_free_bytes': ,\n Optional (str) location: ,\n Optional (str) files: {\n Any (str) *: {\n Optional (str) size: ,\n Optional (str) date: ,\n Optional (str) permission: ,\n Optional (str) index: ,\n Optional (str) time: ,\n Optional (str) date: ,\n },\n },\n },\n}", "uid": "dir", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1684" }, "nxos": { "class": "Dir", @@ -8280,7 +8280,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir_name': ,\n 'total_bytes': ,\n 'total_free_bytes': ,\n Optional (str) location: ,\n Optional (str) files: {\n Any (str) *: {\n Optional (str) size: ,\n Optional (str) date: ,\n Optional (str) permission: ,\n Optional (str) index: ,\n Optional (str) time: ,\n Optional (str) date: ,\n },\n },\n },\n}", "uid": "dir_location_location", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1684" } }, "dir {directory}": { @@ -8318,7 +8318,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir': ,\n Any (str) *: {\n Optional (str) files: {\n Any (str) *: {\n Optional (str) index: ,\n Optional (str) permissions: ,\n 'size': ,\n Optional (str) last_modified_date: ,\n },\n },\n Optional (str) bytes_total: ,\n Optional (str) bytes_free: ,\n },\n },\n}", "uid": "dir_directory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1887" }, "iosxr": { "class": "Dir", @@ -8327,7 +8327,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir_name': ,\n 'total_bytes': ,\n 'total_free_bytes': ,\n Optional (str) location: ,\n Optional (str) files: {\n Any (str) *: {\n Optional (str) size: ,\n Optional (str) date: ,\n Optional (str) permission: ,\n Optional (str) index: ,\n Optional (str) time: ,\n Optional (str) date: ,\n },\n },\n },\n}", "uid": "dir_directory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1684" }, "nxos": { "class": "Dir", @@ -8347,7 +8347,7 @@ "package": "genie.libs.parser", "schema": "{\n'dir': {\n 'dir_name': ,\n 'total_bytes': ,\n 'total_free_bytes': ,\n Optional (str) location: ,\n Optional (str) files: {\n Any (str) *: {\n Optional (str) size: ,\n Optional (str) date: ,\n Optional (str) permission: ,\n Optional (str) index: ,\n Optional (str) time: ,\n Optional (str) date: ,\n },\n },\n },\n}", "uid": "dir_directory_location_location", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1684" } }, "display bgp all summary": { @@ -8693,7 +8693,7 @@ "package": "genie.libs.parser", "schema": "{\n'capture_duration': ,\n'packets_received': ,\n'packets_dropped': ,\n'packets_oversized': ,\nOptional (str) bytes_dropped_in_asic: ,\n'stopped_capture_name': ,\n}", "uid": "monitor_capture_capture_name_stop", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L589" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L581" } }, "monitor interface traffic": { @@ -9091,7 +9091,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "sh_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18632" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18809" } }, "sh lisp locator-table {locator_table} instance-id {instance_id} ethernet map-cache reverse-address-resolution {prefix}": { @@ -9102,7 +9102,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "sh_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18659" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18836" } }, "show aaa cache group {server_grp} all": { @@ -10686,7 +10686,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n Optional (str) cluster_id: ,\n Optional (str) configured_id: ,\n Optional (str) reflection_all_configured: ,\n Optional (str) reflection_intra_cluster_configured: ,\n Optional (str) reflection_intra_cluster_used: ,\n Optional (str) list_of_cluster_ids: {\n Any (str) *: {\n Optional (str) num_neighbors: ,\n Optional (str) client_to_client_reflection_configured: ,\n Optional (str) client_to_client_reflection_used: ,\n },\n },\n },\n },\n}", "uid": "show_bgp_all_cluster-ids", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6752" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6756" } }, "show bgp all dampening flap-statistics": { @@ -10777,7 +10777,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_all_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5285" } }, "show bgp all neighbors {neighbor} policy": { @@ -10797,7 +10797,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) nbr_af_route_map_name_in: ,\n Optional (str) nbr_af_route_map_name_out: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_all_neighbors_neighbor_policy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6918" } }, "show bgp all neighbors {neighbor} received-routes": { @@ -10817,7 +10817,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_all_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5907" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5911" } }, "show bgp all neighbors {neighbor} routes": { @@ -10837,7 +10837,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_all_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6567" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6571" } }, "show bgp all nexthop-database": { @@ -11306,7 +11306,7 @@ "package": "genie.libs.parser", "schema": "{\n'bgp_routing_table': ,\n'version': {\n Any (str) *: {\n 'evi_num': ,\n 'advertise': ,\n 'refresh': ,\n Optional (str) import_path: ,\n 'vtep_loopback': ,\n 'dist_loopback': ,\n Optional (str) origin: ,\n Optional (str) metric: ,\n Optional (str) local_pref: ,\n Optional (str) community: ,\n 'extended_community': ,\n 'encap': ,\n Optional (str) originator: ,\n Optional (str) cluster_list: ,\n 'pmsi_flags': ,\n 'tunnel_type': ,\n 'length': ,\n 'vni_id': ,\n 'tunnel_id': ,\n Optional (str) vrf: ,\n Optional (str) l3_vni: ,\n Optional (str) local_router_mac: ,\n Optional (str) core_irb_intf: ,\n Optional (str) vtep_ip: ,\n 'rx_path_id': ,\n 'tx_path_id': ,\n 'date_time': ,\n },\n },\n}", "uid": "show_bgp_l2vpn_evpn_evi_evi_id_route-type_route_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7830" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7834" } }, "show bgp l2vpn evpn neighbors": { @@ -11505,7 +11505,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5319" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5320" } }, "show bgp neighbors {neighbor} received-routes": { @@ -11516,7 +11516,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5943" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5947" } }, "show bgp neighbors {neighbor} routes": { @@ -11527,7 +11527,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6603" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6607" } }, "show bgp nexthops {ipaddress}": { @@ -12135,7 +12135,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_all_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5285" } }, "show bgp {address_family} all neighbors {neighbor} received-routes": { @@ -12155,7 +12155,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_all_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5907" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5911" } }, "show bgp {address_family} all neighbors {neighbor} routes": { @@ -12175,7 +12175,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_all_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6567" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6571" } }, "show bgp {address_family} all summary": { @@ -12290,7 +12290,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5319" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5320" } }, "show bgp {address_family} neighbors {neighbor} received-routes": { @@ -12301,7 +12301,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5943" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5947" } }, "show bgp {address_family} neighbors {neighbor} routes": { @@ -12312,7 +12312,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6603" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6607" } }, "show bgp {address_family} policy statistics dampening": { @@ -12485,6 +12485,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L4540" } }, + "show bgp {address_family} vrf {vrf} neighbors {neighbor} advertised-routes": { + "iosxe": { + "class": "ShowBgpNeighborsAdvertisedRoutes", + "doc": " Parser for:\n * 'show bgp {address_family} neighbors {neighbor} advertised-routes'\n * 'show bgp neighbors {neighbor} advertised-routes'\n ", + "module_name": "show_bgp", + "package": "genie.libs.parser", + "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "uid": "show_bgp_address_family_vrf_vrf_neighbors_neighbor_advertised-routes", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5320" + } + }, "show bgp {address_family} vrf {vrf} neighbors {neighbor} received-routes": { "iosxe": { "class": "ShowBgpNeighborsReceivedRoutes", @@ -12493,7 +12504,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_vrf_vrf_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5943" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5947" } }, "show bgp {address_family} vrf {vrf} neighbors {neighbor} routes": { @@ -12504,7 +12515,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_bgp_address_family_vrf_vrf_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6603" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6607" } }, "show bgp {address_family} vrf {vrf} summary": { @@ -12646,7 +12657,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) current_boot_variable: ,\nOptional (str) next_reload_boot_variable: ,\nOptional (str) manual_boot: ,\nOptional (str) enable_break: ,\nOptional (str) boot_mode: ,\nOptional (str) ipxe_timeout: ,\nOptional (str) active: {\n Optional (str) configuration_register: ,\n Optional (str) boot_variable: ,\n Optional (str) manual_boot: ,\n },\nOptional (str) standby: {\n Optional (str) configuration_register: ,\n Optional (str) boot_variable: ,\n Optional (str) manual_boot: ,\n },\nOptional (str) boot_path_list: ,\nOptional (str) config_file: ,\nOptional (str) private_config_file: ,\nOptional (str) enable_break: ,\nOptional (str) manual_boot: ,\nOptional (str) helper_path_list: ,\nOptional (str) auto_upgrade: ,\nOptional (str) auto_upgrade_path: ,\nOptional (str) boot_optimization: ,\nOptional (str) nvram_buffer_size: ,\nOptional (str) timeout_config_download: ,\nOptional (str) config_download_via_dhcp: ,\nOptional (str) next_boot: ,\nOptional (str) allow_dev_key: ,\nOptional (str) switches: {\n Any (str) *: {\n 'boot_path_list': ,\n 'config_file': ,\n 'private_config_file': ,\n 'enable_break': ,\n 'manual_boot': ,\n Optional (str) helper_path_list: ,\n 'auto_upgrade': ,\n Optional (str) auto_upgrade_path: ,\n Optional (str) boot_optimization: ,\n Optional (str) nvram_buffer_size: ,\n Optional (str) timeout_config_download: ,\n Optional (str) config_download_via_dhcp: ,\n Optional (str) next_boot: ,\n Optional (str) allow_dev_key: ,\n },\n },\n}", "uid": "show_boot", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3238" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3241" }, "nxos": { "class": "ShowBoot", @@ -12719,7 +12730,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) current_boot_variable: ,\nOptional (str) next_reload_boot_variable: ,\nOptional (str) config_file: ,\nOptional (str) bootldr: ,\nOptional (str) active: {\n Optional (str) configuration_register: ,\n Optional (str) next_reload_configuration_register: ,\n Optional (str) boot_variable: ,\n Optional (str) manual_boot: ,\n },\nOptional (str) standby: {\n Optional (str) configuration_register: ,\n Optional (str) next_reload_configuration_register: ,\n Optional (str) boot_variable: ,\n Optional (str) standby_manual_boot: ,\n },\n}", "uid": "show_bootvar", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L480" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L483" } }, "show bridge-domain": { @@ -12988,7 +12999,7 @@ "package": "genie.libs.parser", "schema": "{\n'cac_status': ,\n'cac_state': ,\n'calls_rejected': ,\n'cac_duration': ,\n'calls_accepted': ,\nOptional (str) total_call_session_charges: ,\nOptional (str) call_limit: ,\nOptional (str) current_actual_cpu: ,\nOptional (str) cpu_limit: ,\nOptional (str) fsol_packet_drop: ,\nOptional (str) cac_events: {\n Optional (str) reject_reason: {\n Optional (str) cpu_limit: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) session_charges: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) low_platform_resources: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) session_limit: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n },\n },\n}", "uid": "show_call_admission_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17298" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17305" } }, "show call admission statistics detailed": { @@ -12999,7 +13010,7 @@ "package": "genie.libs.parser", "schema": "{\n'cac_status': ,\n'cac_state': ,\n'calls_rejected': ,\n'cac_duration': ,\n'calls_accepted': ,\nOptional (str) total_call_session_charges: ,\nOptional (str) call_limit: ,\nOptional (str) current_actual_cpu: ,\nOptional (str) cpu_limit: ,\nOptional (str) fsol_packet_drop: ,\nOptional (str) cac_events: {\n Optional (str) reject_reason: {\n Optional (str) cpu_limit: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) session_charges: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) low_platform_resources: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n Optional (str) session_limit: {\n Optional (str) times_of_activation: ,\n Optional (str) duration_of_activation: ,\n Optional (str) rejected_calls: ,\n },\n },\n },\n}", "uid": "show_call_admission_statistics_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17466" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17473" } }, "show call-home": { @@ -16529,7 +16540,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) load: {\n 'five_seconds': ,\n 'one_minute': ,\n 'five_minutes': ,\n },\nOptional (str) ntp_time: ,\n'switch': {\n Any (str) *: {\n Optional (str) load: {\n 'five_seconds': ,\n 'one_minute': ,\n 'five_minutes': ,\n },\n Optional (str) ntp_time: ,\n 'test': {\n Any (str) *: {\n 'initial_state': ,\n 'final_state': ,\n 'status': ,\n },\n },\n },\n },\n}", "uid": "show_diagnostic_post", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L759" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L799" } }, "show diagnostic result module {mod_num} test {include} detail": { @@ -16538,9 +16549,9 @@ "doc": " Parser for show diagnostic result module {mod_num} test {include} detail ", "module_name": "show_diagnostic", "package": "genie.libs.parser", - "schema": "{\n'diag_tests': {\n 'module': {\n : {\n Any (str) *: {\n 'test_id': ,\n 'result': ,\n 'error_code': ,\n 'total_run_count': ,\n 'testing_type': ,\n 'test_execution_time': ,\n 'first_test_failure': ,\n 'last_test_failure': ,\n 'last_test_pass': ,\n 'total_failure_count': ,\n 'consecutive_failure_count': ,\n },\n },\n },\n },\n}", + "schema": "{\n'diag_tests': {\n 'module': {\n : {\n Any (str) *: {\n 'test_id': ,\n 'result': ,\n Optional (str) port_status: {\n : ,\n },\n 'error_code': ,\n 'total_run_count': ,\n 'testing_type': ,\n 'test_execution_time': ,\n 'first_test_failure': ,\n 'last_test_failure': ,\n 'last_test_pass': ,\n 'total_failure_count': ,\n 'consecutive_failure_count': ,\n },\n },\n },\n },\n}", "uid": "show_diagnostic_result_module_mod_num_test_include_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L215" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L218" }, "nxos": { "class": "ShowDiagnosticResultModuleTestDetail", @@ -16560,7 +16571,7 @@ "package": "genie.libs.parser", "schema": "{\n'diag_tests': {\n 'switch': {\n : {\n Any (str) *: {\n 'test_id': ,\n 'result': ,\n Optional (str) port_status: {\n : ,\n },\n 'error_code': ,\n 'total_run_count': ,\n 'testing_type': ,\n 'test_execution_time': ,\n 'first_test_failure': ,\n 'last_test_failure': ,\n 'last_test_pass': ,\n 'total_failure_count': ,\n 'consecutive_failure_count': ,\n },\n },\n },\n },\n}", "uid": "show_diagnostic_result_switch_switch_number_test_include_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L605" } }, "show diagnostic result switch {switch_num} module {mod_num} test {include} detail": { @@ -16571,7 +16582,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': ,\n'diag_tests': {\n 'module': {\n Any (str) *: {\n Any (str) *: {\n 'test_id': ,\n 'result': ,\n Optional (str) port_status: {\n : ,\n },\n 'error_code': ,\n 'total_run_count': ,\n 'testing_type': ,\n 'test_execution_time': ,\n 'first_test_failure': ,\n 'last_test_failure': ,\n 'last_test_pass': ,\n 'total_failure_count': ,\n 'consecutive_failure_count': ,\n },\n },\n },\n },\n}", "uid": "show_diagnostic_result_switch_switch_num_module_mod_num_test_include_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L368" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_diagnostic.py#L408" } }, "show diagnostic status": { @@ -16591,7 +16602,7 @@ "package": "genie.libs.parser", "schema": "{\n'diagnostic_status': {\n 'card': ,\n 'description': ,\n 'run_by': ,\n },\n'current_running_test': {\n Any (str) *: {\n 'run_by': ,\n },\n },\n}", "uid": "show_diagnostic_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35958" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36757" } }, "show dlep clients": { @@ -16883,7 +16894,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'eee_mode': ,\n 'link_partner': ,\n 'asic_interface': ,\n },\n },\n}", "uid": "show_eee_capabilities_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_eee.py#L120" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_eee.py#L155" } }, "show eee status interface {interface}": { @@ -16892,9 +16903,9 @@ "doc": "Parser for show eee status interface {interface}", "module_name": "show_eee", "package": "genie.libs.parser", - "schema": "{\n'interface': {\n Any (str) *: {\n 'status': ,\n 'eee_mode': ,\n 'rx_lpi': ,\n 'tx_lpi': ,\n 'wake_error': ,\n },\n },\n}", + "schema": "{\n'interface': {\n Any (str) *: {\n 'status': ,\n 'eee_mode': ,\n 'rx_lpi': ,\n 'tx_lpi': ,\n 'wake_error': ,\n Optional (str) asic_eee_status: {\n 'rx_lpi': ,\n 'tx_lpi': ,\n 'link_fault_status': ,\n 'sync_status': ,\n },\n },\n },\n}", "uid": "show_eee_status_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_eee.py#L40" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_eee.py#L46" } }, "show eigrp address-family ipv6 vrf {vrf} {num} neighbors {interface}": { @@ -17037,7 +17048,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4191" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4194" } }, "show env fan": { @@ -17048,7 +17059,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_fan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4206" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4209" } }, "show env power": { @@ -17059,7 +17070,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_power", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4223" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4226" } }, "show env power all": { @@ -17070,7 +17081,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_power_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4240" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4243" } }, "show env rps": { @@ -17081,7 +17092,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_rps", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4255" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4258" } }, "show env stack": { @@ -17092,7 +17103,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_stack", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4272" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4275" } }, "show env temperature": { @@ -17103,7 +17114,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_temperature", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4289" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4292" } }, "show env temperature status": { @@ -17114,7 +17125,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_env_temperature_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4306" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4309" } }, "show environment": { @@ -17152,7 +17163,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) critical_larams: ,\nOptional (str) major_alarms: ,\nOptional (str) minor_alarms: ,\n'slot': {\n Any (str) *: {\n 'sensor': {\n Any (str) *: {\n 'state': ,\n 'reading': ,\n Optional (str) threshold: {\n Optional (str) minor: ,\n Optional (str) major: ,\n Optional (str) critical: ,\n Optional (str) shutdown: ,\n 'celsius': ,\n },\n },\n },\n },\n },\n}", "uid": "show_environment", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4993" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4996" }, "nxos": { "class": "ShowEnvironment", @@ -17217,7 +17228,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n Optional (str) fan: {\n Any (str) *: {\n Optional (str) speed: ,\n Optional (str) direction: ,\n Optional (str) state: ,\n },\n },\n Optional (str) power_supply: {\n Any (str) *: {\n Optional (str) state: ,\n Optional (str) pid: ,\n Optional (str) serial_number: ,\n Optional (str) status: ,\n Optional (str) system_power: ,\n Optional (str) poe_power: ,\n Optional (str) watts: ,\n Optional (str) temperature: ,\n Optional (str) power_source: ,\n Optional (str) type: ,\n Optional (str) mode: ,\n },\n },\n Optional (str) sensors_details: {\n Any (str) *: {\n Optional (str) location: ,\n Optional (str) state: ,\n Optional (str) reading: ,\n Optional (str) unit: ,\n Optional (str) range: ,\n },\n },\n Optional (str) system_temperature_state: ,\n Optional (str) inlet_temperature: {\n 'value': Or (, ),\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) hotspot_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) asic_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) outlet_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) system_temperature: {\n 'value': ,\n 'state': ,\n 'yellow_threshold': ,\n 'red_threshold': ,\n },\n Optional (str) redundant_power_system: {\n : {\n 'status': ,\n Optional (str) serial_num: ,\n Optional (str) port_num: ,\n },\n },\n },\n },\n}", "uid": "show_environment_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4175" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4178" } }, "show environment all | include Sensor": { @@ -17340,7 +17351,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) power_supply: {\n Any (str) *: {\n 'model_num': ,\n 'type': ,\n 'capacity': ,\n 'status': ,\n 'fan_states': {\n : ,\n },\n },\n },\nOptional (str) fan_tray: {\n Any (str) *: {\n 'status': ,\n 'fan_states': {\n : ,\n },\n },\n },\nOptional (str) switch: {\n Any (str) *: {\n Optional (str) power_supply: {\n Any (str) *: {\n 'model_num': ,\n 'type': ,\n 'capacity': ,\n 'status': ,\n 'fan_states': {\n : ,\n },\n },\n },\n Optional (str) fan_tray: {\n Any (str) *: {\n 'status': ,\n 'fan_states': {\n : ,\n },\n },\n },\n },\n },\n}", "uid": "show_environment_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14159" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14162" } }, "show environment temperature": { @@ -17391,7 +17402,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) critical_larams: ,\nOptional (str) major_alarms: ,\nOptional (str) minor_alarms: ,\n'slot': {\n Any (str) *: {\n 'sensor': {\n Any (str) *: {\n 'state': ,\n 'reading': ,\n Optional (str) threshold: {\n Optional (str) minor: ,\n Optional (str) major: ,\n Optional (str) critical: ,\n Optional (str) shutdown: ,\n 'celsius': ,\n },\n },\n },\n },\n },\n}", "uid": "show_environment___include_include", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4993" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4996" } }, "show errdisable recovery": { @@ -18287,9 +18298,9 @@ "doc": "Parser for show facility-alarm status\n ", "module_name": "show_alarm", "package": "genie.libs.parser", - "schema": "{\n'alarms': {\n Any (str) *: {\n Optional (str) severity: ,\n Optional (str) description: ,\n Optional (str) relay: ,\n Optional (str) time: ,\n },\n },\n}", + "schema": "{\n'alarms': {\n Any (str) *: {\n Optional (str) severity: ,\n Optional (str) description: ,\n Optional (str) relay: ,\n Optional (str) time: ,\n Optional (str) index: ,\n },\n },\n}", "uid": "show_facility-alarm_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_alarm.py#L307" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_alarm.py#L308" } }, "show failover": { @@ -18355,7 +18366,7 @@ "package": "genie.libs.parser", "schema": "{\n'File descriptors': {\n : {\n 'position_id': ,\n 'open_id': ,\n 'pid': ,\n 'path': ,\n 'file_system': ,\n 'file_name': ,\n },\n },\n}", "uid": "show_file_descriptors_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33650" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33674" } }, "show file information {file}": { @@ -18366,7 +18377,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'file_type': ,\n },\n}", "uid": "show_file_information_file", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33603" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33627" } }, "show file systems": { @@ -18377,7 +18388,7 @@ "package": "genie.libs.parser", "schema": "{\n'file_systems': {\n Any (str) *: {\n 'total_size': ,\n 'free_size': ,\n 'type': ,\n 'flags': ,\n 'prefixes': ,\n },\n },\n}", "uid": "show_file_systems", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21126" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21147" } }, "show filesystem location all": { @@ -18388,7 +18399,7 @@ "package": "genie.libs.parser", "schema": "{\n'node': {\n Any (str) *: {\n 'file_systems': {\n Any (str) *: {\n 'total_size': ,\n 'free_size': ,\n 'type': ,\n 'flags': ,\n 'prefixes': ,\n },\n },\n },\n },\n}", "uid": "show_filesystem_location_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1857" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1962" } }, "show fips authorization-key": { @@ -18542,7 +18553,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_exporter_name': {\n Any (str) *: {\n 'description': ,\n 'export_protocol': ,\n 'transport_config': {\n 'destination_type': ,\n 'destination_ip_address': ,\n 'source_ip_address': ,\n 'transport_protocol': ,\n 'destination_port': ,\n 'source_port': ,\n 'dscp': ,\n 'ttl': ,\n 'output_features': ,\n },\n },\n },\n}", "uid": "show_flow_exporter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1124" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1188" } }, "show flow exporter statistics": { @@ -18553,7 +18564,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_exporter': {\n Any (str) *: {\n 'pkt_send_stats': {\n 'last_cleared': ,\n Optional (Any) Any (str) *: ,\n },\n 'client_send_stats': {\n Any (str) *: {\n 'records_added': {\n 'total': ,\n Optional (str) sent: ,\n Optional (str) failed: ,\n },\n 'bytes_added': {\n 'total': ,\n Optional (str) sent: ,\n Optional (str) failed: ,\n },\n },\n },\n },\n },\n}", "uid": "show_flow_exporter_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L700" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L764" } }, "show flow exporter {exporter} statistics": { @@ -18564,7 +18575,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_exporter': {\n Any (str) *: {\n 'pkt_send_stats': {\n 'last_cleared': ,\n Optional (Any) Any (str) *: ,\n },\n 'client_send_stats': {\n Any (str) *: {\n 'records_added': {\n 'total': ,\n Optional (str) sent: ,\n Optional (str) failed: ,\n },\n 'bytes_added': {\n 'total': ,\n Optional (str) sent: ,\n Optional (str) failed: ,\n },\n },\n },\n },\n },\n}", "uid": "show_flow_exporter_exporter_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L700" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L764" } }, "show flow monitor": { @@ -18593,7 +18604,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_monitor_name': {\n Any (str) *: {\n 'description': ,\n 'record_name': ,\n Optional (str) exporter_name: ,\n 'cache': {\n 'type': ,\n 'status': ,\n 'size': ,\n 'inactive_timeout': ,\n 'active_timeout': ,\n },\n },\n },\n}", "uid": "show_flow_monitor", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1641" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1705" } }, "show flow monitor all": { @@ -18604,7 +18615,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_monitor_name': {\n Any (str) *: {\n 'description': ,\n 'record_name': ,\n Optional (str) exporter_name: ,\n 'cache': {\n 'type': ,\n 'status': ,\n 'size': ,\n 'inactive_timeout': ,\n 'active_timeout': ,\n },\n },\n },\n}", "uid": "show_flow_monitor_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L984" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1048" } }, "show flow monitor {flow_monitor_name} statistics": { @@ -18615,18 +18626,18 @@ "package": "genie.libs.parser", "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_watermark: ,\n'flows_added': ,\n'flows_aged': {\n 'total_flows_aged': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_time: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_time: ,\n },\n}", "uid": "show_flow_monitor_flow_monitor_name_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L860" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L924" } }, "show flow monitor {name} cache": { "iosxe": { "class": "ShowFlowMonitorCache", - "doc": " Parser for\n \"show flow monitor {name} cache\"\n ", + "doc": " Parser for\n \"show flow monitor {name} cache\"\n \"show flow monitor {name} cache filter ipv4 {address_direction1} address {address1} ipv4 {address_direction2} address {address2}\"\n ", "module_name": "show_flow", "package": "genie.libs.parser", - "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_water_mark: ,\n'flows_added': ,\n'flows_aged': {\n 'total': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_timeout: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_timeout: ,\n Optional (str) event_aged: ,\n Optional (str) watermark_aged: ,\n Optional (str) emergency_aged: ,\n },\nOptional (str) entries: {\n Any (str) *: {\n Optional (str) ip_vrf_id_input: ,\n Optional (str) ipv4_src_addr: ,\n Optional (str) ipv4_dst_addr: ,\n Optional (str) intf_input: ,\n Optional (str) intf_output: ,\n Optional (str) pkts: ,\n Optional (str) ipv6_src_addr: ,\n Optional (str) ipv6_dst_addr: ,\n Optional (str) trns_src_port: ,\n Optional (str) trns_dst_port: ,\n Optional (str) flow_direction: ,\n Optional (str) vxlan_vni_id: ,\n Optional (str) vxlan_vtep_input: ,\n Optional (str) vxlan_vtep_output: ,\n Optional (str) ip_protocol: ,\n Optional (str) ip_tos: ,\n Optional (str) ipv4_nxt_hop: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) tcp_flags: ,\n Optional (str) counter_bytes: ,\n Optional (str) counter_pkts_long: ,\n Optional (str) timestamp_abs_first: ,\n Optional (str) timestamp_abs_last: ,\n Optional (str) fw_fw_event: ,\n },\n },\nOptional (str) proto_entries: {\n Any (str) *: {\n 'ip_src_addr': ,\n 'ip_dst_addr': ,\n 'src_port': ,\n 'dst_port': ,\n 'ip_port': ,\n },\n },\n}", + "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_water_mark: ,\n'flows_added': ,\n'flows_aged': {\n 'total': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_timeout: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_timeout: ,\n Optional (str) event_aged: ,\n Optional (str) watermark_aged: ,\n Optional (str) emergency_aged: ,\n },\nOptional (str) entries: {\n Any (str) *: {\n Optional (str) ip_vrf_id_input: ,\n Optional (str) ipv4_src_addr: ,\n Optional (str) ipv4_dst_addr: ,\n Optional (str) intf_input: ,\n Optional (str) intf_output: ,\n Optional (str) pkts: ,\n Optional (str) ipv6_src_addr: ,\n Optional (str) ipv6_dst_addr: ,\n Optional (str) trns_src_port: ,\n Optional (str) trns_dst_port: ,\n Optional (str) flow_direction: ,\n Optional (str) vxlan_vni_id: ,\n Optional (str) vxlan_vtep_input: ,\n Optional (str) vxlan_vtep_output: ,\n Optional (str) ip_protocol: ,\n Optional (str) ip_tos: ,\n Optional (str) ipv4_nxt_hop: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) tcp_flags: ,\n Optional (str) counter_bytes: ,\n Optional (str) counter_pkts_long: ,\n Optional (str) timestamp_abs_first: ,\n Optional (str) timestamp_abs_last: ,\n Optional (str) fw_fw_event: ,\n Optional (str) datalink_ethertype: ,\n Optional (str) datalink_vlan_input: ,\n Optional (str) datalink_mac_src_input: ,\n Optional (str) datalink_mac_dst_input: ,\n Optional (str) interface_input: ,\n },\n },\nOptional (str) proto_entries: {\n Any (str) *: {\n 'ip_src_addr': ,\n 'ip_dst_addr': ,\n 'src_port': ,\n 'dst_port': ,\n 'ip_port': ,\n },\n },\n}", "uid": "show_flow_monitor_name_cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L241" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L246" } }, "show flow monitor {name} cache filter interface {direction} {interface_name} ipv4 {address_direction} address {address}": { @@ -18637,7 +18648,18 @@ "package": "genie.libs.parser", "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\n'high_watermark': ,\n'flows_added': ,\n'flows_not_added': ,\n'flows_aged': ,\n'flows': {\n Any (str) *: {\n 'ipv4_source_address': ,\n 'ipv4_destination_address': ,\n 'source_port': ,\n 'destination_port': ,\n 'vpn_id': ,\n 'ip_protocol': ,\n 'tcp_flags': ,\n 'interface_input': ,\n 'interface_output': ,\n 'counter_bytes_long': ,\n 'counter_packets_long': ,\n 'timestamp_abs_first': ,\n 'timestamp_abs_last': ,\n 'flow_end_reason': ,\n 'connection_initiator': ,\n 'interface_overlay_session_id_input': ,\n 'interface_overlay_session_id_output': ,\n 'connection_connection_id_long': ,\n 'drop_cause_id': ,\n 'counter_bytes_drop_long': ,\n 'sdwan_sla_not_met': ,\n 'sdwan_preferred_color_not_met': ,\n 'sdwan_queue_id': ,\n 'counter_packets_drop_long': ,\n 'ip_tos': ,\n 'ip_dscp': ,\n 'ip_dscp_output': ,\n 'application_name': ,\n },\n },\n}", "uid": "show_flow_monitor_name_cache_filter_interface_direction_interface_name_ipv4_address_direction_address_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L2105" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L2168" + } + }, + "show flow monitor {name} cache filter ipv4 {address_direction1} address {address1} ipv4 {address_direction2} address {address2}": { + "iosxe": { + "class": "ShowFlowMonitorCache", + "doc": " Parser for\n \"show flow monitor {name} cache\"\n \"show flow monitor {name} cache filter ipv4 {address_direction1} address {address1} ipv4 {address_direction2} address {address2}\"\n ", + "module_name": "show_flow", + "package": "genie.libs.parser", + "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_water_mark: ,\n'flows_added': ,\n'flows_aged': {\n 'total': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_timeout: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_timeout: ,\n Optional (str) event_aged: ,\n Optional (str) watermark_aged: ,\n Optional (str) emergency_aged: ,\n },\nOptional (str) entries: {\n Any (str) *: {\n Optional (str) ip_vrf_id_input: ,\n Optional (str) ipv4_src_addr: ,\n Optional (str) ipv4_dst_addr: ,\n Optional (str) intf_input: ,\n Optional (str) intf_output: ,\n Optional (str) pkts: ,\n Optional (str) ipv6_src_addr: ,\n Optional (str) ipv6_dst_addr: ,\n Optional (str) trns_src_port: ,\n Optional (str) trns_dst_port: ,\n Optional (str) flow_direction: ,\n Optional (str) vxlan_vni_id: ,\n Optional (str) vxlan_vtep_input: ,\n Optional (str) vxlan_vtep_output: ,\n Optional (str) ip_protocol: ,\n Optional (str) ip_tos: ,\n Optional (str) ipv4_nxt_hop: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) tcp_flags: ,\n Optional (str) counter_bytes: ,\n Optional (str) counter_pkts_long: ,\n Optional (str) timestamp_abs_first: ,\n Optional (str) timestamp_abs_last: ,\n Optional (str) fw_fw_event: ,\n Optional (str) datalink_ethertype: ,\n Optional (str) datalink_vlan_input: ,\n Optional (str) datalink_mac_src_input: ,\n Optional (str) datalink_mac_dst_input: ,\n Optional (str) interface_input: ,\n },\n },\nOptional (str) proto_entries: {\n Any (str) *: {\n 'ip_src_addr': ,\n 'ip_dst_addr': ,\n 'src_port': ,\n 'dst_port': ,\n 'ip_port': ,\n },\n },\n}", + "uid": "show_flow_monitor_name_cache_filter_ipv4_address_direction1_address_address1_ipv4_address_direction2_address_address2", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L246" } }, "show flow monitor {name} cache filter {int_type} {direction} {interface_name} sort highest {other_int_type} {other_direction} {top}": { @@ -18648,7 +18670,7 @@ "package": "genie.libs.parser", "schema": "{\n'processed_flow': ,\n'matched_flow': ,\n'aggregated_flow': ,\n'showing_flow': ,\nOptional (str) ipv4_source_address: ListOf (type) ,\nOptional (str) ipv4_dest_address: ListOf (type) ,\nOptional (str) trans_source_port: ListOf (type) ,\nOptional (str) trans_dest_port: ListOf (type) ,\nOptional (str) interface_output: ListOf (type) ,\nOptional (str) interface_input_val: ListOf (type) ,\n'ip_version': ListOf (type) ,\n'ip_protocol': ListOf (type) ,\nOptional (str) ip_ttl: ListOf (type) ,\nOptional (str) interface_input: ListOf (type) ,\nOptional (str) interface_output_val: ListOf (type) ,\n'counter_packets_long': ListOf (type) ,\n'timestamp_abs_first': ListOf (type) ,\n'timestamp_abs_last': ListOf (type) ,\n'counter_bytes_layers_long': ListOf (type) ,\nOptional (str) ip_tos: ListOf (type) ,\nOptional (str) ipv6_source_address: ListOf (type) ,\nOptional (str) ipv6_dest_address: ListOf (type) ,\n}", "uid": "show_flow_monitor_name_cache_filter_int_type_direction_interface_name_sort_highest_other_int_type_other_direction_top", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1792" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1856" } }, "show flow monitor {name} cache format record": { @@ -18657,9 +18679,9 @@ "doc": " Parser for\n \"show flow monitor {name} cache format record\"\n ", "module_name": "show_flow", "package": "genie.libs.parser", - "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_water_mark: ,\n'flows_added': ,\n'flows_aged': {\n 'total': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_timeout: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_timeout: ,\n Optional (str) event_aged: ,\n Optional (str) watermark_aged: ,\n Optional (str) emergency_aged: ,\n },\nOptional (str) entries: {\n Any (str) *: {\n Optional (str) ip_vrf_id_input: ,\n Optional (str) ipv4_src_addr: ,\n Optional (str) ipv4_dst_addr: ,\n Optional (str) intf_input: ,\n Optional (str) intf_output: ,\n Optional (str) pkts: ,\n Optional (str) ipv6_src_addr: ,\n Optional (str) ipv6_dst_addr: ,\n Optional (str) trns_src_port: ,\n Optional (str) trns_dst_port: ,\n Optional (str) flow_direction: ,\n Optional (str) vxlan_vni_id: ,\n Optional (str) vxlan_vtep_input: ,\n Optional (str) vxlan_vtep_output: ,\n Optional (str) ip_protocol: ,\n Optional (str) ip_tos: ,\n Optional (str) ipv4_nxt_hop: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) tcp_flags: ,\n Optional (str) counter_bytes: ,\n Optional (str) counter_pkts_long: ,\n Optional (str) timestamp_abs_first: ,\n Optional (str) timestamp_abs_last: ,\n Optional (str) fw_fw_event: ,\n },\n },\nOptional (str) proto_entries: {\n Any (str) *: {\n 'ip_src_addr': ,\n 'ip_dst_addr': ,\n 'src_port': ,\n 'dst_port': ,\n 'ip_port': ,\n },\n },\n}", + "schema": "{\n'cache_type': ,\n'cache_size': ,\n'current_entries': ,\nOptional (str) high_water_mark: ,\n'flows_added': ,\n'flows_aged': {\n 'total': ,\n Optional (str) active_timeout_secs: ,\n Optional (str) active_timeout: ,\n Optional (str) inactive_timeout_secs: ,\n Optional (str) inactive_timeout: ,\n Optional (str) event_aged: ,\n Optional (str) watermark_aged: ,\n Optional (str) emergency_aged: ,\n },\nOptional (str) entries: {\n Any (str) *: {\n Optional (str) ip_vrf_id_input: ,\n Optional (str) ipv4_src_addr: ,\n Optional (str) ipv4_dst_addr: ,\n Optional (str) intf_input: ,\n Optional (str) intf_output: ,\n Optional (str) pkts: ,\n Optional (str) ipv6_src_addr: ,\n Optional (str) ipv6_dst_addr: ,\n Optional (str) trns_src_port: ,\n Optional (str) trns_dst_port: ,\n Optional (str) flow_direction: ,\n Optional (str) vxlan_vni_id: ,\n Optional (str) vxlan_vtep_input: ,\n Optional (str) vxlan_vtep_output: ,\n Optional (str) ip_protocol: ,\n Optional (str) ip_tos: ,\n Optional (str) ipv4_nxt_hop: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) tcp_flags: ,\n Optional (str) counter_bytes: ,\n Optional (str) counter_pkts_long: ,\n Optional (str) timestamp_abs_first: ,\n Optional (str) timestamp_abs_last: ,\n Optional (str) fw_fw_event: ,\n Optional (str) datalink_ethertype: ,\n Optional (str) datalink_vlan_input: ,\n Optional (str) datalink_mac_src_input: ,\n Optional (str) datalink_mac_dst_input: ,\n Optional (str) interface_input: ,\n },\n },\nOptional (str) proto_entries: {\n Any (str) *: {\n 'ip_src_addr': ,\n 'ip_dst_addr': ,\n 'src_port': ,\n 'dst_port': ,\n 'ip_port': ,\n },\n },\n}", "uid": "show_flow_monitor_name_cache_format_record", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L653" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L717" } }, "show flow monitor {name} cache format table": { @@ -18681,7 +18703,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_record_name': {\n Any (str) *: {\n 'description': ,\n 'no_of_users': ,\n 'total_field_space': ,\n 'fields': {\n Optional (str) match_list: ListOf (type) ,\n Optional (str) collect_list: ListOf (type) ,\n },\n },\n },\n}", "uid": "show_flow_record", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1288" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1352" } }, "show forwarding distribution multicast route": { @@ -18835,7 +18857,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) reload_fast_platform_status: ,\n'graceful_reload_infra_status': ,\n'uptime_before_fast_reload': ,\n'client': {\n Any (str) *: {\n 'id': ,\n 'status': ,\n },\n },\n}", "uid": "show_graceful-reload", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32526" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32550" } }, "show group-policy traffic-steering counters": { @@ -18919,9 +18941,9 @@ "doc": " Parser for show hardware led", "module_name": "show_hw", "package": "genie.libs.parser", - "schema": "{\nOptional (str) current_mode: ,\nOptional (str) led_ecomode: ,\nOptional (str) switch: {\n Any (str) *: {\n 'system': ,\n 'beacon': ,\n Optional (str) master: ,\n Optional (str) port_led_status: {\n : ,\n },\n Optional (str) port_duplex: {\n Any (str) *: ,\n },\n Optional (str) port_speed: {\n Any (str) *: ,\n },\n Optional (str) stack_port: {\n Any (str) *: ,\n },\n Optional (str) poe_port: {\n Any (str) *: ,\n },\n 'rj45_console': ,\n Optional (str) fantray_status: {\n : ,\n },\n Optional (str) power_supply_beacon_status: {\n : ,\n },\n Optional (str) system_psu: ,\n Optional (str) system_fan: ,\n Optional (str) stack_power: ,\n Optional (str) xps: ,\n Optional (str) usb_console: ,\n },\n },\nOptional (str) system: ,\nOptional (str) status: {\n : ,\n },\nOptional (str) number_of_ports_in_status: ,\nOptional (str) express_setup: ,\nOptional (str) dc_a: ,\nOptional (str) dc_b: ,\nOptional (str) alarm-out: ,\nOptional (str) alarm-in1: ,\nOptional (str) alarm-in2: ,\n}", + "schema": "{\nOptional (str) current_mode: ,\nOptional (str) led_ecomode: ,\nOptional (str) switch: {\n Any (str) *: {\n 'system': ,\n Optional (str) beacon: ,\n Optional (str) master: ,\n Optional (str) port_led_status: {\n : ,\n },\n Optional (str) port_duplex: {\n Any (str) *: ,\n },\n Optional (str) port_speed: {\n Any (str) *: ,\n },\n Optional (str) stack_port: {\n Any (str) *: ,\n },\n Optional (str) poe_port: {\n Any (str) *: ,\n },\n 'rj45_console': ,\n Optional (str) fantray_status: {\n : ,\n },\n Optional (str) power_supply_beacon_status: {\n : ,\n },\n Optional (str) system_psu: ,\n Optional (str) system_fan: ,\n Optional (str) stack_power: ,\n Optional (str) xps: ,\n Optional (str) usb_console: ,\n },\n },\nOptional (str) system: ,\nOptional (str) status: {\n : ,\n },\nOptional (str) number_of_ports_in_status: ,\nOptional (str) express_setup: ,\nOptional (str) dc_a: ,\nOptional (str) dc_b: ,\nOptional (str) alarm-out: ,\nOptional (str) alarm-in1: ,\nOptional (str) alarm-in2: ,\nOptional (str) alarm-in3: ,\nOptional (str) alarm-in4: ,\n}", "uid": "show_hardware_led", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L188" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L190" } }, "show hardware led port {port}": { @@ -18932,7 +18954,7 @@ "package": "genie.libs.parser", "schema": "{\n'port_led_status': {\n : ,\n },\n}", "uid": "show_hardware_led_port_port", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L501" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L503" } }, "show hardware led port {port} {mode}": { @@ -18943,7 +18965,7 @@ "package": "genie.libs.parser", "schema": "{\n'current_mode': ,\n'status': ,\n}", "uid": "show_hardware_led_port_port_mode", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L704" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L706" } }, "show hardware led {stack} {switch_num}": { @@ -18952,9 +18974,9 @@ "doc": " Parser for show hardware led", "module_name": "show_hw", "package": "genie.libs.parser", - "schema": "{\nOptional (str) current_mode: ,\nOptional (str) led_ecomode: ,\nOptional (str) switch: {\n Any (str) *: {\n 'system': ,\n 'beacon': ,\n Optional (str) master: ,\n Optional (str) port_led_status: {\n : ,\n },\n Optional (str) port_duplex: {\n Any (str) *: ,\n },\n Optional (str) port_speed: {\n Any (str) *: ,\n },\n Optional (str) stack_port: {\n Any (str) *: ,\n },\n Optional (str) poe_port: {\n Any (str) *: ,\n },\n 'rj45_console': ,\n Optional (str) fantray_status: {\n : ,\n },\n Optional (str) power_supply_beacon_status: {\n : ,\n },\n Optional (str) system_psu: ,\n Optional (str) system_fan: ,\n Optional (str) stack_power: ,\n Optional (str) xps: ,\n Optional (str) usb_console: ,\n },\n },\nOptional (str) system: ,\nOptional (str) status: {\n : ,\n },\nOptional (str) number_of_ports_in_status: ,\nOptional (str) express_setup: ,\nOptional (str) dc_a: ,\nOptional (str) dc_b: ,\nOptional (str) alarm-out: ,\nOptional (str) alarm-in1: ,\nOptional (str) alarm-in2: ,\n}", + "schema": "{\nOptional (str) current_mode: ,\nOptional (str) led_ecomode: ,\nOptional (str) switch: {\n Any (str) *: {\n 'system': ,\n Optional (str) beacon: ,\n Optional (str) master: ,\n Optional (str) port_led_status: {\n : ,\n },\n Optional (str) port_duplex: {\n Any (str) *: ,\n },\n Optional (str) port_speed: {\n Any (str) *: ,\n },\n Optional (str) stack_port: {\n Any (str) *: ,\n },\n Optional (str) poe_port: {\n Any (str) *: ,\n },\n 'rj45_console': ,\n Optional (str) fantray_status: {\n : ,\n },\n Optional (str) power_supply_beacon_status: {\n : ,\n },\n Optional (str) system_psu: ,\n Optional (str) system_fan: ,\n Optional (str) stack_power: ,\n Optional (str) xps: ,\n Optional (str) usb_console: ,\n },\n },\nOptional (str) system: ,\nOptional (str) status: {\n : ,\n },\nOptional (str) number_of_ports_in_status: ,\nOptional (str) express_setup: ,\nOptional (str) dc_a: ,\nOptional (str) dc_b: ,\nOptional (str) alarm-out: ,\nOptional (str) alarm-in1: ,\nOptional (str) alarm-in2: ,\nOptional (str) alarm-in3: ,\nOptional (str) alarm-in4: ,\n}", "uid": "show_hardware_led_stack_switch_num", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L188" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L190" } }, "show hsrp all": { @@ -19161,7 +19183,7 @@ "package": "genie.libs.parser", "schema": "{\n'slot': {\n : {\n 'port_group': {\n : {\n Optional (str) port: {\n Any (str) *: {\n 'mode': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_hw-module_slot_slot_port-group_mode", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L553" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L555" } }, "show hw-module usbflash1 security status": { @@ -19172,7 +19194,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n 'auth_status': ,\n },\n },\n}", "uid": "show_hw-module_usbflash1_security_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L608" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L610" } }, "show hw-module usbflash1 switch {switch_num} security status": { @@ -19183,7 +19205,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n Any (str) *: {\n 'auth_status': ,\n },\n },\n}", "uid": "show_hw-module_usbflash1_switch_switch_num_security_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L608" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L610" } }, "show hw-module {filesystem} security-lock status": { @@ -19194,7 +19216,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) err_msg: ,\nOptional (str) drive_support: ,\nOptional (str) lock_enabled: ,\nOptional (str) lock_status: ,\nOptional (str) partitioned: ,\nOptional (str) tam_object: ,\n}", "uid": "show_hw-module_filesystem_security-lock_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L652" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_hw.py#L654" } }, "show hw-programmable all": { @@ -19487,9 +19509,9 @@ "doc": "Parser for show install commit summary", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\nOptional (str) committed_packages: Any (str) *,\nOptional (str) active_packages: Any (str) *,\nOptional (str) num_committed_packages: ,\nOptional (str) sdr: ,\n}", + "schema": "{\nOptional (str) committed_packages: Any (str) *,\nOptional (str) active_packages: Any (str) *,\nOptional (str) num_committed_packages: ,\nOptional (str) sdr: ,\nOptional (str) label: ,\nOptional (str) software_hash: ,\nOptional (str) optional_packages: {\n : ,\n },\nOptional (str) mandatory_packages: {\n : ,\n },\nOptional (str) committed_fixes: {\n : ,\n },\n}", "uid": "show_install_commit_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L688" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L693" } }, "show install committed": { @@ -20214,6 +20236,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/junos/show_interface.py#L3636" } }, + "show interfaces dot11radio {ifnum}": { + "cheetah": { + "class": "ShowInterfacesDot11radio", + "doc": "\n Parser for\n * show interfaces dot11radio {ifnum}\n ", + "module_name": "show_interface", + "package": "genie.libs.parser", + "schema": "{\n'interface': {\n Any (str) *: {\n 'admin_state': ,\n 'protocol_state': ,\n 'hardware': ,\n 'channel': ,\n 'radio_mac_address': ,\n 'mac_address': ,\n 'attributes': ,\n 'mtu': ,\n 'metric': ,\n 'rx': {\n 'packets': ,\n 'errors': ,\n 'drop': ,\n 'overrun': ,\n 'frame': ,\n },\n 'tx': {\n 'packets': ,\n 'errors': ,\n 'drop': ,\n 'overrun': ,\n 'carrier': ,\n },\n 'collisions': ,\n 'txqueuelen': ,\n 'rx_bytes': ,\n 'tx_bytes': ,\n 'interrupt': ,\n 'memory': ,\n 'ml_type': {\n Any (str) *: {\n 'statistics': {\n Any (str) *: {\n 'host_rx_k_bytes': ,\n 'host_tx_k_bytes': ,\n 'unicast_rx': ,\n 'unicast_tx': ,\n 'broadcasts_rx': ,\n 'broadcasts_tx': ,\n 'beacons_rx': ,\n 'beacons_tx': ,\n 'probes_rx': ,\n 'probes_tx': ,\n 'multicast_rx': ,\n 'multicast_tx': ,\n 'mgmt_pkts_rx': ,\n 'mgmt_pkts_tx': ,\n 'ctrl_frame_rx': ,\n 'ctrl_frame_tx': ,\n 'rts_received': ,\n 'rts_transmitted': ,\n 'duplicate_frames': ,\n 'cts_not_received': ,\n 'mic_err': ,\n 'wep_err': ,\n 'fcs_error': ,\n 'retries': ,\n 'key_index_err': ,\n 'tx_failures': ,\n 'tx_drops': ,\n },\n },\n },\n },\n 'beacons_missed': {\n '0-30s': ,\n '31-60s': ,\n '61-90s': ,\n '90s+': ,\n },\n Optional (str) vap_rx_statistics: {\n 'vap': ,\n 'ssid': ,\n 'mgmt': ,\n 'data': ,\n 'bk': ,\n 'be': ,\n 'vi': ,\n 'vo': ,\n 'data_bytes': ,\n },\n Optional (str) vap_tx_statistics: {\n 'vap': ,\n 'ssid': ,\n 'mgmt': ,\n 'beacon': ,\n 'data': ,\n 'bk': ,\n 'be': ,\n 'vi': ,\n 'vo': ,\n 'data_bytes': ,\n 'qos_retries': ,\n 'amdpu_subframe_retries': ,\n },\n },\n },\n}", + "uid": "show_interfaces_dot11radio_ifnum", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/cheetah/show_interface.py#L370" + } + }, "show interfaces extensive": { "junos": { "class": "ShowInterfacesExtensive", @@ -20532,6 +20565,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_interface.py#L3299" } }, + "show interfaces wired {ifnum}": { + "cheetah": { + "class": "ShowInterfacesWired", + "doc": "\n Parser for\n * show interfaces wired {ifnum}\n ", + "module_name": "show_interface", + "package": "genie.libs.parser", + "schema": "{\n'interface': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) status: ,\n 'ip_address': ,\n 'broadcast_address': ,\n 'netmask': ,\n 'duplex': ,\n 'speed': ,\n 'input_load_interval': ,\n 'input_rate_bps': ,\n 'input_pps': ,\n 'output_load_interval': ,\n 'output_rate_bps': ,\n 'output_pps': ,\n 'mtu': ,\n 'metric': ,\n 'type': ,\n Optional (str) collisions: ,\n Optional (str) txqueuelen: ,\n 'statistics': {\n 'rx_pkts_cumulative_total': ,\n 'rx_pkts_last_5_sec': ,\n 'tx_pkts_cumulative_total': ,\n 'tx_pkts_last_5_sec': ,\n Optional (str) rx_bytes_cumulative_total: ,\n Optional (str) rx_bytes_last_5_sec: ,\n Optional (str) tx_bytes_cumulative_total: ,\n Optional (str) tx_bytes_last_5_sec: ,\n Optional (str) rx_octets_cumulative_total: ,\n Optional (str) rx_octets_last_5_sec: ,\n Optional (str) tx_octets_cumulative_total: ,\n Optional (str) tx_octets_last_5_sec: ,\n Optional (str) rx_drops_cumulative_total: ,\n Optional (str) rx_drops_last_5_sec: ,\n Optional (str) rx_err_cumulative_total: ,\n Optional (str) rx_err_last_5_sec: ,\n Optional (str) tx_err_cumulative_total: ,\n Optional (str) tx_err_last_5_sec: ,\n Optional (str) id: ,\n Optional (str) type: ,\n },\n },\n },\n}", + "uid": "show_interfaces_wired_ifnum", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/cheetah/show_interface.py#L68" + } + }, "show interfaces {interface_id} flowcontrol": { "iosxe": { "class": "ShowInterfaceFlowControl", @@ -20884,7 +20928,7 @@ "package": "genie.libs.parser", "schema": "{\n'inventory_item_index': {\n : {\n 'name': ,\n 'description': ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n },\n },\n}", "uid": "show_inventory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/generic/show_platform.py#L453" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/generic/show_platform.py#L470" }, "ios": { "asr901": { @@ -20947,7 +20991,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) main: {\n Optional (str) swstack: ,\n Optional (Any) Any (str) *: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n },\n },\n },\nOptional (str) slot: {\n Any (str) *: {\n Optional (str) rp: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n Optional (str) swstack_power: ,\n Optional (str) swstack_power_sn: ,\n Optional (str) subslot: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n },\n },\n },\n },\n },\n Optional (str) lc: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n Optional (str) swstack_power: ,\n Optional (str) swstack_power_sn: ,\n Optional (str) subslot: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n },\n },\n },\n },\n },\n Optional (str) other: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n Optional (str) swstack_power: ,\n Optional (str) swstack_power_sn: ,\n Optional (str) subslot: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) name: ,\n Optional (str) descr: ,\n Optional (str) pid: ,\n Optional (str) vid: ,\n Optional (str) sn: ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_inventory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2463" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2466" }, "iosxr": { "class": "ShowInventory", @@ -20956,7 +21000,7 @@ "package": "genie.libs.parser", "schema": "{\n'module_name': {\n Any (str) *: {\n 'descr': ,\n 'pid': ,\n 'vid': ,\n Optional (str) sn: ,\n },\n },\n}", "uid": "show_inventory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L779" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L884" }, "nxos": { "class": "ShowInventory", @@ -21345,7 +21389,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n Optional (str) address_family: {\n Any (str) *: {\n Optional (str) dampening: ,\n Optional (str) dampening_decay_time: ,\n Optional (str) dampening_half_life_time: ,\n Optional (str) dampening_reuse_time: ,\n Optional (str) dampening_max_suppress_penalty: ,\n Optional (str) dampening_suppress_time: ,\n Optional (str) dampening_max_suppress_time: ,\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_all_dampening_parameters", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7614" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7618" } }, "show ip bgp all detail": { @@ -21389,7 +21433,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_all_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5354" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5358" } }, "show ip bgp all neighbors {neighbor} received-routes": { @@ -21400,7 +21444,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_all_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5985" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5989" } }, "show ip bgp all neighbors {neighbor} routes": { @@ -21411,7 +21455,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_all_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6644" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6648" } }, "show ip bgp all summary": { @@ -21455,7 +21499,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5400" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5404" } }, "show ip bgp neighbors {neighbor} received-routes": { @@ -21466,7 +21510,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6020" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6024" } }, "show ip bgp neighbors {neighbor} routes": { @@ -21477,7 +21521,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6680" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6684" } }, "show ip bgp regexp {regexp}": { @@ -21528,7 +21572,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer_policy': {\n Any (str) *: {\n Optional (str) local_policies: ,\n Optional (str) inherited_polices: ,\n Optional (str) local_disable_policies: ,\n Optional (str) inherited_disable_polices: ,\n Optional (str) allowas_in: ,\n Optional (str) allowas_in_as_number: ,\n Optional (str) as_override: ,\n Optional (str) default_originate: ,\n Optional (str) default_originate_route_map: ,\n Optional (str) route_map_name_in: ,\n Optional (str) route_map_name_out: ,\n Optional (str) maximum_prefix_max_prefix_no: ,\n Optional (str) maximum_prefix_threshold: ,\n Optional (str) maximum_prefix_restart: ,\n Optional (str) maximum_prefix_warning_only: ,\n Optional (str) next_hop_self: ,\n Optional (str) route_reflector_client: ,\n Optional (str) send_community: ,\n Optional (str) soft_reconfiguration: ,\n Optional (str) soo: ,\n Optional (str) index: ,\n Optional (str) inherited_policies: {\n Optional (str) allowas_in: ,\n Optional (str) allowas_in_as_number: ,\n Optional (str) as_override: ,\n Optional (str) default_originate: ,\n Optional (str) default_originate_route_map: ,\n Optional (str) route_map_name_in: ,\n Optional (str) route_map_name_out: ,\n Optional (str) maximum_prefix_max_prefix_no: ,\n Optional (str) maximum_prefix_threshold: ,\n Optional (str) maximum_prefix_restart: ,\n Optional (str) maximum_prefix_warning_only: ,\n Optional (str) next_hop_self: ,\n Optional (str) route_reflector_client: ,\n Optional (str) send_community: ,\n Optional (str) soft_reconfiguration: ,\n Optional (str) soo: ,\n },\n },\n },\n}", "uid": "show_ip_bgp_template_peer-policy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7321" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7325" } }, "show ip bgp template peer-policy {template_name}": { @@ -21548,7 +21592,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer_policy': {\n Any (str) *: {\n Optional (str) local_policies: ,\n Optional (str) inherited_polices: ,\n Optional (str) local_disable_policies: ,\n Optional (str) inherited_disable_polices: ,\n Optional (str) allowas_in: ,\n Optional (str) allowas_in_as_number: ,\n Optional (str) as_override: ,\n Optional (str) default_originate: ,\n Optional (str) default_originate_route_map: ,\n Optional (str) route_map_name_in: ,\n Optional (str) route_map_name_out: ,\n Optional (str) maximum_prefix_max_prefix_no: ,\n Optional (str) maximum_prefix_threshold: ,\n Optional (str) maximum_prefix_restart: ,\n Optional (str) maximum_prefix_warning_only: ,\n Optional (str) next_hop_self: ,\n Optional (str) route_reflector_client: ,\n Optional (str) send_community: ,\n Optional (str) soft_reconfiguration: ,\n Optional (str) soo: ,\n Optional (str) index: ,\n Optional (str) inherited_policies: {\n Optional (str) allowas_in: ,\n Optional (str) allowas_in_as_number: ,\n Optional (str) as_override: ,\n Optional (str) default_originate: ,\n Optional (str) default_originate_route_map: ,\n Optional (str) route_map_name_in: ,\n Optional (str) route_map_name_out: ,\n Optional (str) maximum_prefix_max_prefix_no: ,\n Optional (str) maximum_prefix_threshold: ,\n Optional (str) maximum_prefix_restart: ,\n Optional (str) maximum_prefix_warning_only: ,\n Optional (str) next_hop_self: ,\n Optional (str) route_reflector_client: ,\n Optional (str) send_community: ,\n Optional (str) soft_reconfiguration: ,\n Optional (str) soo: ,\n },\n },\n },\n}", "uid": "show_ip_bgp_template_peer-policy_template_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7321" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7325" } }, "show ip bgp template peer-session": { @@ -21568,7 +21612,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer_session': {\n Any (str) *: {\n Optional (str) local_policies: ,\n Optional (str) inherited_polices: ,\n Optional (str) fall_over_bfd: ,\n Optional (str) suppress_four_byte_as_capability: ,\n Optional (str) description: ,\n Optional (str) disable_connected_check: ,\n Optional (str) ebgp_multihop_enable: ,\n Optional (str) ebgp_multihop_max_hop: ,\n Optional (str) local_as_as_no: ,\n Optional (str) password_text: ,\n Optional (str) remote_as: ,\n Optional (str) shutdown: ,\n Optional (str) keepalive_interval: ,\n Optional (str) holdtime: ,\n Optional (str) transport_connection_mode: ,\n Optional (str) update_source: ,\n Optional (str) index: ,\n Optional (str) inherited_session_commands: {\n Optional (str) fall_over_bfd: ,\n Optional (str) suppress_four_byte_as_capability: ,\n Optional (str) description: ,\n Optional (str) disable_connected_check: ,\n Optional (str) ebgp_multihop_enable: ,\n Optional (str) ebgp_multihop_max_hop: ,\n Optional (str) local_as_as_no: ,\n Optional (str) password_text: ,\n Optional (str) remote_as: ,\n Optional (str) shutdown: ,\n Optional (str) keepalive_interval: ,\n Optional (str) holdtime: ,\n Optional (str) transport_connection_mode: ,\n Optional (str) update_source: ,\n },\n },\n },\n}", "uid": "show_ip_bgp_template_peer-session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7031" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7035" } }, "show ip bgp template peer-session {template_name}": { @@ -21588,7 +21632,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer_session': {\n Any (str) *: {\n Optional (str) local_policies: ,\n Optional (str) inherited_polices: ,\n Optional (str) fall_over_bfd: ,\n Optional (str) suppress_four_byte_as_capability: ,\n Optional (str) description: ,\n Optional (str) disable_connected_check: ,\n Optional (str) ebgp_multihop_enable: ,\n Optional (str) ebgp_multihop_max_hop: ,\n Optional (str) local_as_as_no: ,\n Optional (str) password_text: ,\n Optional (str) remote_as: ,\n Optional (str) shutdown: ,\n Optional (str) keepalive_interval: ,\n Optional (str) holdtime: ,\n Optional (str) transport_connection_mode: ,\n Optional (str) update_source: ,\n Optional (str) index: ,\n Optional (str) inherited_session_commands: {\n Optional (str) fall_over_bfd: ,\n Optional (str) suppress_four_byte_as_capability: ,\n Optional (str) description: ,\n Optional (str) disable_connected_check: ,\n Optional (str) ebgp_multihop_enable: ,\n Optional (str) ebgp_multihop_max_hop: ,\n Optional (str) local_as_as_no: ,\n Optional (str) password_text: ,\n Optional (str) remote_as: ,\n Optional (str) shutdown: ,\n Optional (str) keepalive_interval: ,\n Optional (str) holdtime: ,\n Optional (str) transport_connection_mode: ,\n Optional (str) update_source: ,\n },\n },\n },\n}", "uid": "show_ip_bgp_template_peer-session_template_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7031" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7035" } }, "show ip bgp {address_family}": { @@ -21654,7 +21698,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_all_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5354" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5358" } }, "show ip bgp {address_family} all neighbors {neighbor} received-routes": { @@ -21665,7 +21709,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_all_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5985" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5989" } }, "show ip bgp {address_family} all neighbors {neighbor} routes": { @@ -21676,7 +21720,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_all_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6644" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6648" } }, "show ip bgp {address_family} all summary": { @@ -21852,7 +21896,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) route_identifier: ,\n Optional (str) vrf_route_identifier: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) af_private_import_to_address_family: ,\n Optional (str) pfx_count: ,\n Optional (str) pfx_limit: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) metric: ,\n Optional (str) localpref: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_mdt_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7772" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L7776" } }, "show ip bgp {address_family} neighbors": { @@ -21885,7 +21929,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5400" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5404" } }, "show ip bgp {address_family} neighbors {neighbor} received-routes": { @@ -21896,7 +21940,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) received_routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_neighbors_neighbor_received-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6020" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6024" } }, "show ip bgp {address_family} neighbors {neighbor} routes": { @@ -21907,7 +21951,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6680" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6684" } }, "show ip bgp {address_family} rd {rd}": { @@ -21949,7 +21993,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_rd_rd_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5400" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5404" } }, "show ip bgp {address_family} rd {rd} summary": { @@ -22167,7 +22211,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) advertised: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_vrf_vrf_neighbors_neighbor_advertised-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5400" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L5404" } }, "show ip bgp {address_family} vrf {vrf} neighbors {neighbor} routes": { @@ -22178,7 +22222,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) total_num_of_prefixes: ,\nOptional (str) vrf: {\n Any (str) *: {\n 'neighbor': {\n Any (str) *: {\n 'address_family': {\n Any (str) *: {\n Optional (str) bgp_table_version: ,\n Optional (str) local_router_id: ,\n Optional (str) route_distinguisher: ,\n Optional (str) default_vrf: ,\n Optional (str) routes: {\n Optional (Any) Any (str) *: {\n Optional (str) index: {\n Optional (Any) Any (str) *: {\n Optional (str) next_hop: ,\n Optional (str) status_codes: ,\n Optional (str) path_type: ,\n Optional (str) metric: ,\n Optional (str) localprf: ,\n Optional (str) weight: ,\n Optional (str) path: ,\n Optional (str) origin_codes: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_bgp_address_family_vrf_vrf_neighbors_neighbor_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6680" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_bgp.py#L6684" } }, "show ip bgp {address_family} vrf {vrf} summary": { @@ -23330,7 +23374,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'lisp_virtual_intf': ,\n 'user': ,\n 'eid_vrf': {\n : {\n 'address_family': {\n : {\n Optional (str) configured_roles: ListOf (type) ,\n Optional (str) eid_table: ,\n Optional (str) alt_table: ,\n Optional (str) locator_status_bit: ,\n Optional (str) nonce: ,\n Optional (str) ttl_propagation: ,\n Optional (str) table_supression: ,\n Optional (str) sgt_policy_fwd: ,\n Optional (str) l2_domain_id: ,\n Optional (str) ipv4_unnum_if: ,\n Optional (str) ipv6_unnum_if: ,\n },\n },\n 'rloc_transport': {\n 'vrf': ,\n 'ipv4_rloc_table': ,\n 'ipv6_rloc_table': ,\n 'ipv4_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv6_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv4_rloc_fltr_handle': ,\n 'ipv6_rloc_fltr_handle': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ip_lisp_instance-id_instance_id_forwarding_state", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10950" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11127" } }, "show ip local pool {pool}": { @@ -26628,6 +26672,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_ip.py#L303" } }, + "show ip sockets": { + "iosxe": { + "class": "ShowIpSockets", + "doc": "\n show ip sockets\n ", + "module_name": "show_ip", + "package": "genie.libs.parser", + "schema": "{\n'index': {\n Any (str) *: {\n Optional (str) proto: ,\n Optional (str) remote: ,\n Optional (str) remote_port: ,\n Optional (str) local: ,\n Optional (str) local_port: ,\n Optional (str) in: ,\n Optional (str) out: ,\n Optional (str) stat: ,\n Optional (str) tty: ,\n Optional (str) output_if: Or (, None),\n },\n },\n}", + "uid": "show_ip_sockets", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_ip.py#L7500" + } + }, "show ip static route": { "ios": { "class": "ShowIpStaticRoute", @@ -27444,7 +27499,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'lisp_virtual_intf': ,\n 'user': ,\n 'eid_vrf': {\n : {\n 'address_family': {\n : {\n Optional (str) configured_roles: ListOf (type) ,\n Optional (str) eid_table: ,\n Optional (str) alt_table: ,\n Optional (str) locator_status_bit: ,\n Optional (str) nonce: ,\n Optional (str) ttl_propagation: ,\n Optional (str) table_supression: ,\n Optional (str) sgt_policy_fwd: ,\n Optional (str) l2_domain_id: ,\n Optional (str) ipv4_unnum_if: ,\n Optional (str) ipv6_unnum_if: ,\n },\n },\n 'rloc_transport': {\n 'vrf': ,\n 'ipv4_rloc_table': ,\n 'ipv6_rloc_table': ,\n 'ipv4_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv6_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv4_rloc_fltr_handle': ,\n 'ipv6_rloc_fltr_handle': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_ipv6_lisp_instance-id_instance_id_forwarding_state", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10950" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11127" } }, "show ipv6 mfib": { @@ -30730,6 +30785,17 @@ "schema": "{\n'cos': ,\n'drop': ,\nOptional (str) forward: ,\nOptional (str) tunnel: ,\nOptional (str) port: {\n Any (str) *: {\n 'status': ,\n 'protocol': {\n Any (str) *: {\n 'shutdown_threshold': ,\n 'drop_threshold': ,\n },\n },\n },\n },\n}", "uid": "show_l2protocol-tunnel_summary", "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_l2protocol.py#L40" + }, + "cat9k": { + "c9300": { + "class": "ShowL2ProtocolTunnelSummary", + "doc": "Parser for show l2protocol-tunnel summary", + "module_name": "show_l2protocol", + "package": "genie.libs.parser", + "schema": "{\n'cos': ,\n'drop': ,\nOptional (str) forward: ,\nOptional (str) tunnel: ,\nOptional (str) port: {\n Any (str) *: {\n 'status': ,\n 'protocol': {\n Any (str) *: {\n 'action': ,\n 'shutdown_threshold': ,\n 'drop_threshold': ,\n },\n },\n },\n },\n}", + "uid": "show_l2protocol-tunnel_summary", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/cat9k/c9300/show_l2protocol.py#L41" + } } } }, @@ -35107,6 +35173,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_l2vpn.py#L48" } }, + "show l2vpn sdwan all": { + "iosxe": { + "class": "ShowL2vpnSdwanAll", + "doc": "\n Parser for the output of \"show l2vpn sdwan all\"\n ", + "module_name": "show_sdwan", + "package": "genie.libs.parser", + "schema": "{\n'l2vpn_sdwan_instance': {\n Any (str) *: {\n 'vpn_type': ,\n Optional (str) ip_local_learning: ,\n Optional (str) flooding_suppression: ,\n 'vc_id': ,\n 'bridge_domain': ,\n 'bridge_status': ,\n 'local_l2vpn_status': ,\n 'local_pseduoports': ,\n Optional (str) remote_sites: {\n Any (str) *: {\n 'remote_site': ,\n 'l2_routes': {\n Any (str) *: {\n 'system_ip': ,\n 'status': ,\n 'up_down_time': ,\n 'color': ,\n 'encap': ,\n 'label': ,\n 'df': ,\n },\n },\n },\n },\n },\n },\n}", + "uid": "show_l2vpn_sdwan_all", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7960" + } + }, "show l2vpn service all": { "ios": { "class": "ShowL2vpnServiceAll", @@ -35838,9 +35915,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lis_locator-table_vrf_instance-id_instance_id_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp": { @@ -35851,7 +35928,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n 'locator_table': ,\n 'locator_default_set': ,\n 'eid_instance_count': ,\n 'capability': ListOf (type) ,\n 'tcp_path_mtu_discovery': ,\n },\n },\n}", "uid": "show_lisp", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14894" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15071" } }, "show lisp all instance-id * ipv4 publication config-propagation": { @@ -35862,7 +35939,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_*_ipv4_publication_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19239" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19416" } }, "show lisp all instance-id * ipv6 publication config-propagation": { @@ -35873,7 +35950,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_*_ipv6_publication_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19267" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19444" } }, "show lisp all instance-id {instance_id} dynamic-eid detail": { @@ -35884,7 +35961,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n Optional (str) service: {\n Any (str) *: {\n 'etr': {\n 'local_eids': {\n Any (str) *: {\n 'dynamic_eids': {\n Any (str) *: {\n 'dynamic_eid_name': ,\n 'id': ,\n 'rlocs': ,\n Optional (str) registering_more_specific: ,\n Optional (str) loopback_address: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) record_ttl: ,\n Optional (str) site_based_multicast_map_notify_group: ,\n Optional (str) proxy_reply: ,\n Optional (str) registration_interval: ,\n Optional (str) global_map_server: ,\n Optional (str) num_of_roaming_dynamic_eid: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n Optional (str) proxy_reply: ,\n },\n },\n Optional (str) last_dynamic_eid: {\n Any (str) *: {\n 'last_dynamic_eid_discovery_elaps_time': ,\n 'eids': {\n Any (str) *: {\n 'interface': ,\n 'uptime': ,\n 'last_activity': ,\n 'discovered_by': ,\n },\n },\n },\n },\n Optional (str) eid_address: {\n Optional (str) address_type: ,\n Optional (str) virtual_network_id: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_dynamic-eid_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L90" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L91" }, "iosxe": { "class": "ShowLispDynamicEidDetail", @@ -35904,7 +35981,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n 'instance_id': {\n Any (str) *: {\n Optional (str) rloc: {\n 'total_entries': ,\n 'valid_entries': ,\n 'distribution': ,\n Optional (str) members: {\n Any (str) *: {\n 'origin': ,\n 'valid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_service_rloc_members", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L115" }, "iosxe": { "class": "ShowLispServiceRlocMembers", @@ -35924,7 +36001,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n 'instance_id': {\n Any (str) *: {\n Optional (str) smr: {\n 'vrf': ,\n 'entries': ,\n Optional (str) prefixes: {\n Any (str) *: {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_service_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L122" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L123" }, "iosxe": { "class": "ShowLispServiceSmr", @@ -35937,6 +36014,15 @@ } }, "show lisp all instance-id {instance_id} {service}": { + "ios": { + "class": "ShowLispInstanceIdService", + "doc": "Parser for \"show lisp all instance-id \"", + "module_name": "show_lisp", + "package": "genie.libs.parser", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", + "uid": "show_lisp_all_instance-id_instance_id_service", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L171" + }, "iosxe": { "class": "ShowLispInstanceIdService", "doc": "Parser for \"show lisp instance-id {instance_id} {service}\"", @@ -35944,7 +36030,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15326" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15503" } }, "show lisp all instance-id {instance_id} {service} map-cache": { @@ -35955,7 +36041,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Any (str) *: {\n 'service': ,\n 'itr': {\n 'map_cache': {\n Any (str) *: {\n 'vni': ,\n 'entries': ,\n 'mappings': {\n Any (str) *: {\n 'id': ,\n 'creation_time': ,\n 'time_to_live': ,\n 'via': ,\n 'eid': {\n 'address_type': ,\n 'vrf': ,\n Optional (str) ipv4: {\n 'ipv4': ,\n },\n Optional (str) ipv4_prefix: {\n 'ipv4_prefix': ,\n },\n Optional (str) ipv6: {\n 'ipv6': ,\n },\n Optional (str) ipv6_prefix: {\n 'ipv6_prefix': ,\n },\n },\n Optional (str) negative_mapping: {\n 'map_reply_action': ,\n },\n Optional (str) sgt: ,\n Optional (str) encap_to_petr: ,\n Optional (str) encap_to_petr_iid: ,\n Optional (str) positive_mapping: {\n 'rlocs': {\n Any (str) *: {\n 'id': ,\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n Optional (str) encap_iid: ,\n 'locator_address': {\n 'address_type': ,\n 'virtual_network_id': ,\n Optional (str) ipv4: {\n 'ipv4': ,\n },\n Optional (str) ipv4_prefix: {\n 'ipv4_prefix': ,\n },\n Optional (str) ipv6: {\n 'ipv6': ,\n },\n Optional (str) ipv6_prefix: {\n 'ipv6_prefix': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L106" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L107" }, "iosxe": { "class": "ShowLispServiceMapCache", @@ -35975,7 +36061,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n Optional (str) service: {\n Any (str) *: {\n 'map_server': {\n 'sites': {\n Any (str) *: {\n 'site_id': ,\n 'allowed_configured_locators': ,\n },\n },\n Optional (str) virtual_network_ids: {\n Any (str) *: {\n 'vni': ,\n 'mappings': {\n Any (str) *: {\n 'eid_id': ,\n 'eid_address': {\n 'address_type': ,\n 'virtual_network_id': ,\n Optional (str) ipv4: {\n 'ipv4': ,\n },\n Optional (str) ipv6: {\n 'ipv6': ,\n },\n Optional (str) ipv4_prefix: {\n 'ipv4_prefix': ,\n },\n Optional (str) ipv6_prefix: {\n 'ipv6_prefix': ,\n },\n },\n 'site_id': ,\n 'first_registered': ,\n 'last_registered': ,\n 'routing_table_tag': ,\n 'origin': ,\n Optional (str) more_specifics_accepted: ,\n 'merge_active': ,\n 'proxy_reply': ,\n 'ttl': ,\n 'state': ,\n 'registration_errors': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) mapping_records: {\n Any (str) *: {\n 'xtr_id': ,\n 'site_id': ,\n 'etr': ,\n 'eid': {\n 'address_type': ,\n 'virtual_network_id': ,\n Optional (str) ipv4: {\n 'ipv4': ,\n },\n Optional (str) ipv6: {\n 'ipv6': ,\n },\n Optional (str) ipv4_prefix: {\n 'ipv4_prefix': ,\n },\n Optional (str) ipv6_prefix: {\n 'ipv6_prefix': ,\n },\n },\n 'ttl': ,\n 'time_to_live': ,\n 'creation_time': ,\n 'merge': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'hash_function': ,\n 'nonce': ,\n 'state': ,\n 'security_capability': ,\n 'sourced_by': ,\n 'locator': {\n Any (str) *: {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_server_detail_internal", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L154" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L155" }, "iosxe": { "class": "ShowLispServiceServerDetailInternal", @@ -35995,7 +36081,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n 'instance_id': {\n Any (str) *: {\n Optional (str) rloc: {\n 'total_entries': ,\n 'valid_entries': ,\n 'distribution': ,\n Optional (str) members: {\n Any (str) *: {\n 'origin': ,\n 'valid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_server_rloc_members", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L115" }, "iosxe": { "class": "ShowLispServiceRlocMembers", @@ -36015,7 +36101,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n 'service': {\n Any (str) *: {\n 'instance_id': {\n Any (str) *: {\n 'map_server': {\n Optional (str) sites: {\n Any (str) *: {\n 'site_id': ,\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n 'summary': {\n 'number_configured_sites': ,\n 'number_registered_sites': ,\n Optional (str) af_datum: {\n Any (str) *: {\n 'address_type': ,\n Optional (str) number_configured_eids: ,\n Optional (str) number_registered_eids: ,\n },\n },\n 'sites_with_inconsistent_registrations': ,\n Optional (str) site_registration_limit: ,\n Optional (str) site_registration_count: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_server_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L146" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L147" }, "iosxe": { "class": "ShowLispServiceServerSummary", @@ -36035,7 +36121,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n 'instance_id': {\n Any (str) *: {\n Optional (str) smr: {\n 'vrf': ,\n 'entries': ,\n Optional (str) prefixes: {\n Any (str) *: {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_all_instance-id_instance_id_service_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L122" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L123" }, "iosxe": { "class": "ShowLispServiceSmr", @@ -36055,7 +36141,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_id_ethernet_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp eid-table vlan {vlan_id} ethernet eid-watch": { @@ -36066,7 +36152,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_id_ethernet_eid-watch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp eid-table vlan {vlan_id} ethernet map-cache {eid_prefix}": { @@ -36077,7 +36163,7 @@ "package": "genie.libs.parser", "schema": null, "uid": "show_lisp_eid-table_vlan_vlan_id_ethernet_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9756" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9933" } }, "show lisp eid-table vlan {vlan} dynamic-eid": { @@ -36121,7 +36207,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7270" } }, "show lisp eid-table vlan {vlan} ethernet server": { @@ -36143,7 +36229,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_server_address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp eid-table vlan {vlan} ethernet server address-resolution {eid}": { @@ -36154,7 +36240,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_server_address-resolution_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp eid-table vlan {vlan} ethernet server subscription": { @@ -36165,7 +36251,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18952" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19129" } }, "show lisp eid-table vlan {vlan} ethernet subscriber": { @@ -36176,7 +36262,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7921" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8098" } }, "show lisp eid-table vlan {vlan} ethernet subscription": { @@ -36187,7 +36273,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vlan_vlan_ethernet_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8127" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8304" } }, "show lisp eid-table vrf ipv4 publisher {publisher_id}": { @@ -36198,7 +36284,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp eid-table vrf ipv6 publisher {publisher_id}": { @@ -36209,7 +36295,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp eid-table vrf {eid_table} ipv4 map-cache {prefix}": { @@ -36220,7 +36306,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_eid_table_ipv4_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12458" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12635" } }, "show lisp eid-table vrf {eid_table} ipv6 map-cache {prefix}": { @@ -36231,7 +36317,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_eid_table_ipv6_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12661" } }, "show lisp eid-table vrf {eid_vrf} {address_family} database {prefix}": { @@ -36242,7 +36328,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_eid_vrf_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp eid-table vrf {vrf} dynamic-eid": { @@ -36286,7 +36372,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ethernet_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp eid-table vrf {vrf} ethernet server etr-address {etr_address}": { @@ -36297,7 +36383,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ethernet_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp eid-table vrf {vrf} ethernet server name {site_name}": { @@ -36308,7 +36394,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ethernet_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp eid-table vrf {vrf} ethernet server {eid}": { @@ -36319,7 +36405,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ethernet_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp eid-table vrf {vrf} ipv4 away": { @@ -36330,7 +36416,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table vrf {vrf} ipv4 away {eid_prefix}": { @@ -36341,7 +36427,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table vrf {vrf} ipv4 away {eid}": { @@ -36352,7 +36438,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table vrf {vrf} ipv4 map-cache": { @@ -36363,7 +36449,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18104" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18281" } }, "show lisp eid-table vrf {vrf} ipv4 publication": { @@ -36385,7 +36471,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7195" } }, "show lisp eid-table vrf {vrf} ipv4 publisher {publisher_id}": { @@ -36396,7 +36482,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp eid-table vrf {vrf} ipv4 route-import map-cache": { @@ -36407,7 +36493,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table vrf {vrf} ipv4 route-import map-cache {eid_prefix}": { @@ -36418,7 +36504,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table vrf {vrf} ipv4 route-import map-cache {eid}": { @@ -36429,7 +36515,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table vrf {vrf} ipv4 server": { @@ -36451,7 +36537,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table vrf {vrf} ipv4 server etr-address {etr_address}": { @@ -36462,7 +36548,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table vrf {vrf} ipv4 server extranet-policy": { @@ -36484,7 +36570,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14791" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14968" } }, "show lisp eid-table vrf {vrf} ipv4 server name {site_name}": { @@ -36495,7 +36581,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table vrf {vrf} ipv4 server silent-host-detection": { @@ -36517,7 +36603,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18876" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19053" } }, "show lisp eid-table vrf {vrf} ipv4 server {eid}": { @@ -36528,7 +36614,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table vrf {vrf} ipv4 subscriber": { @@ -36539,7 +36625,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7847" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8024" } }, "show lisp eid-table vrf {vrf} ipv4 subscription": { @@ -36550,7 +36636,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv4_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8051" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8228" } }, "show lisp eid-table vrf {vrf} ipv6 away": { @@ -36561,7 +36647,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table vrf {vrf} ipv6 away {eid_prefix}": { @@ -36572,7 +36658,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table vrf {vrf} ipv6 away {eid}": { @@ -36583,7 +36669,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table vrf {vrf} ipv6 map-cache": { @@ -36594,7 +36680,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18137" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18314" } }, "show lisp eid-table vrf {vrf} ipv6 publication": { @@ -36616,7 +36702,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7231" } }, "show lisp eid-table vrf {vrf} ipv6 publisher {publisher_id}": { @@ -36627,7 +36713,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp eid-table vrf {vrf} ipv6 route-import map-cache": { @@ -36638,7 +36724,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table vrf {vrf} ipv6 route-import map-cache {eid_prefix}": { @@ -36649,7 +36735,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table vrf {vrf} ipv6 route-import map-cache {eid}": { @@ -36660,7 +36746,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table vrf {vrf} ipv6 server": { @@ -36682,7 +36768,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table vrf {vrf} ipv6 server etr-address {etr_address}": { @@ -36693,7 +36779,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table vrf {vrf} ipv6 server extranet-policy": { @@ -36715,7 +36801,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14833" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15010" } }, "show lisp eid-table vrf {vrf} ipv6 server name {site_name}": { @@ -36726,7 +36812,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table vrf {vrf} ipv6 server silent-host-detection": { @@ -36748,7 +36834,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19091" } }, "show lisp eid-table vrf {vrf} ipv6 server {eid}": { @@ -36759,7 +36845,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table vrf {vrf} ipv6 subscriber": { @@ -36770,7 +36856,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8061" } }, "show lisp eid-table vrf {vrf} ipv6 subscription": { @@ -36781,7 +36867,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_vrf_vrf_ipv6_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8089" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8266" } }, "show lisp eid-table vrf {vrf} {service} database": { @@ -36836,7 +36922,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table {eid_table} ipv4 away {eid_prefix}": { @@ -36847,7 +36933,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table {eid_table} ipv4 away {eid}": { @@ -36858,7 +36944,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp eid-table {eid_table} ipv4 map-cache": { @@ -36869,7 +36955,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18104" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18281" } }, "show lisp eid-table {eid_table} ipv4 publication": { @@ -36889,9 +36975,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp eid-table {eid_table} ipv4 publication {eid_prefix}": { @@ -36900,9 +36986,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp eid-table {eid_table} ipv4 publisher": { @@ -36913,7 +36999,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7195" } }, "show lisp eid-table {eid_table} ipv4 publisher {publisher_id}": { @@ -36924,7 +37010,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp eid-table {eid_table} ipv4 route-import map-cache": { @@ -36935,7 +37021,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table {eid_table} ipv4 route-import map-cache {eid_prefix}": { @@ -36946,7 +37032,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table {eid_table} ipv4 route-import map-cache {eid}": { @@ -36957,7 +37043,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp eid-table {eid_table} ipv4 server": { @@ -36979,7 +37065,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table {eid_table} ipv4 server etr-address {etr_address}": { @@ -36990,7 +37076,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table {eid_table} ipv4 server extranet-policy": { @@ -37012,7 +37098,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14791" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14968" } }, "show lisp eid-table {eid_table} ipv4 server name {site_name}": { @@ -37023,7 +37109,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table {eid_table} ipv4 server silent-host-detection": { @@ -37045,7 +37131,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18876" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19053" } }, "show lisp eid-table {eid_table} ipv4 server {eid}": { @@ -37056,7 +37142,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp eid-table {eid_table} ipv4 subscriber": { @@ -37067,7 +37153,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7847" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8024" } }, "show lisp eid-table {eid_table} ipv4 subscription": { @@ -37078,7 +37164,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv4_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8051" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8228" } }, "show lisp eid-table {eid_table} ipv6 away": { @@ -37089,7 +37175,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table {eid_table} ipv6 away {eid_prefix}": { @@ -37100,7 +37186,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table {eid_table} ipv6 away {eid}": { @@ -37111,7 +37197,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp eid-table {eid_table} ipv6 map-cache": { @@ -37122,7 +37208,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18137" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18314" } }, "show lisp eid-table {eid_table} ipv6 publication": { @@ -37142,9 +37228,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp eid-table {eid_table} ipv6 publisher": { @@ -37155,7 +37241,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7231" } }, "show lisp eid-table {eid_table} ipv6 publisher {publisher_id}": { @@ -37166,7 +37252,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp eid-table {eid_table} ipv6 route-import map-cache": { @@ -37177,7 +37263,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table {eid_table} ipv6 route-import map-cache {eid_prefix}": { @@ -37188,7 +37274,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table {eid_table} ipv6 route-import map-cache {eid}": { @@ -37199,7 +37285,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp eid-table {eid_table} ipv6 server": { @@ -37221,7 +37307,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table {eid_table} ipv6 server etr-address {etr_address}": { @@ -37232,7 +37318,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table {eid_table} ipv6 server extranet-policy": { @@ -37254,7 +37340,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14833" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15010" } }, "show lisp eid-table {eid_table} ipv6 server name {site_name}": { @@ -37265,7 +37351,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table {eid_table} ipv6 server silent-host-detection": { @@ -37287,7 +37373,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19091" } }, "show lisp eid-table {eid_table} ipv6 server {eid}": { @@ -37298,7 +37384,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp eid-table {eid_table} ipv6 subscriber": { @@ -37309,7 +37395,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8061" } }, "show lisp eid-table {eid_table} ipv6 subscription": { @@ -37320,7 +37406,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_ipv6_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8089" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8266" } }, "show lisp eid-table {eid_table} {address_family} eid-watch": { @@ -37331,7 +37417,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_table_address_family_eid-watch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp eid-table {eid_table} {service} database": { @@ -37353,7 +37439,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_eid-table_eid_vrf_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp extranet summary": { @@ -37364,7 +37450,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'total_extranets': ,\n 'max_allowed_ipv4_prefix': ,\n 'total_ipv4_prefix': ,\n 'max_allowed_ipv6_prefix': ,\n 'total_ipv6_prefix': ,\n 'extranet_name': {\n : {\n 'provider_iid': ,\n 'provider_ipv4_prefix_count': ,\n 'provider_ipv6_prefix_count': ,\n 'provider_total_prefix_count': ,\n 'subscriber_inst_count': ,\n 'subscriber_ipv4_prefix_count': ,\n 'subscriber_ipv6_prefix_count': ,\n 'subscriber_total_prefix_count': ,\n 'total_ipv4_prefix_count': ,\n 'total_ipv6_prefix_count': ,\n 'total_prefix_count': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_extranet_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L13450" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L13627" } }, "show lisp extranet {extranet_name} instance-id {instance_id}": { @@ -37375,7 +37461,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'home_instance': ,\n 'total': ,\n Optional (str) eid_prefix: {\n : {\n 'type': ,\n 'source': ,\n 'iid': ,\n 'eid': ,\n 'mask': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_extranet_extranet_name_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L82" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L83" }, "iosxe": { "class": "ShowLispExtranet", @@ -37395,7 +37481,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'iaf_count': ,\n 'loca_eid_map_count': ,\n 'etr_ems_link_count': ,\n 'udp_map_register': {\n 'sent': ,\n 'received': ,\n },\n 'tcp_map_register': {\n 'sent': ,\n 'received': ,\n },\n 'udp_map_notify': {\n 'sent': ,\n 'received': ,\n },\n 'tcp_map_notify': {\n 'sent': ,\n 'received': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_16777214_dn_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11621" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11798" } }, "show lisp instance-id {instance_id} decapsulation filter": { @@ -37406,7 +37492,7 @@ "package": "genie.libs.parser", "schema": "{\n'eid_table': ,\n'iid': ,\n'entries': ,\nOptional (str) source_rloc: {\n : {\n 'added_by': ListOf (type) ,\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_decapsulation_filter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19664" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19841" } }, "show lisp instance-id {instance_id} dynamic-eid": { @@ -37450,7 +37536,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n 'map_reply_state': ,\n Optional (str) site: ,\n Optional (str) locators: {\n : {\n 'uptime': ,\n 'rloc_state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10557" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10734" } }, "show lisp instance-id {instance_id} ethernet map-cache reverse-address-resolution": { @@ -37461,7 +37547,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18632" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18809" } }, "show lisp instance-id {instance_id} ethernet map-cache reverse-address-resolution {prefix}": { @@ -37472,7 +37558,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18659" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18836" } }, "show lisp instance-id {instance_id} ethernet map-cache {eid_prefix}": { @@ -37483,7 +37569,7 @@ "package": "genie.libs.parser", "schema": null, "uid": "show_lisp_instance-id_instance_id_ethernet_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9756" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9933" } }, "show lisp instance-id {instance_id} ethernet publication": { @@ -37494,7 +37580,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'total_entries': ,\n 'eid_prefix': {\n : {\n 'publisher_ip': ,\n 'last_published': ,\n Optional (str) rloc: ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_publication", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8168" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8345" } }, "show lisp instance-id {instance_id} ethernet publication {eid_prefix}": { @@ -37503,9 +37589,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp eid-table vlan {vlan} ethernet publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8461" } }, "show lisp instance-id {instance_id} ethernet publisher": { @@ -37516,7 +37602,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7270" } }, "show lisp instance-id {instance_id} ethernet server": { @@ -37538,7 +37624,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) entries: {\n : {\n 'mac_address': ,\n 'inst_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6850" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7006" } }, "show lisp instance-id {instance_id} ethernet server address-resolution {eid}": { @@ -37549,7 +37635,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_address-resolution_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp instance-id {instance_id} ethernet server detail": { @@ -37560,7 +37646,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp instance-id {instance_id} ethernet server etr-address {etr_address}": { @@ -37571,7 +37657,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp instance-id {instance_id} ethernet server name {site_name}": { @@ -37582,7 +37668,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp instance-id {instance_id} ethernet server reverse-address-resolution": { @@ -37593,7 +37679,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid': {\n : {\n 'host_address': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_reverse-address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18322" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18499" } }, "show lisp instance-id {instance_id} ethernet server reverse-address-resolution detail": { @@ -37604,7 +37690,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'eid': {\n : {\n 'host_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_failures': {\n : {\n 'auth_failures': ,\n },\n },\n 'etr': {\n : {\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_reverse-address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18441" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18618" } }, "show lisp instance-id {instance_id} ethernet server reverse-address-resolution {mac}": { @@ -37615,7 +37701,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'eid': {\n : {\n 'host_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_failures': {\n : {\n 'auth_failures': ,\n },\n },\n 'etr': {\n : {\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_reverse-address-resolution_mac", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18441" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18618" } }, "show lisp instance-id {instance_id} ethernet server subscription": { @@ -37626,7 +37712,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18952" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19129" } }, "show lisp instance-id {instance_id} ethernet server {eid}": { @@ -37637,7 +37723,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp instance-id {instance_id} ethernet subscriber": { @@ -37648,7 +37734,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7921" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8098" } }, "show lisp instance-id {instance_id} ethernet subscription": { @@ -37659,7 +37745,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ethernet_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8127" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8304" } }, "show lisp instance-id {instance_id} ipv4 away": { @@ -37670,7 +37756,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp instance-id {instance_id} ipv4 away {eid_prefix}": { @@ -37681,7 +37767,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp instance-id {instance_id} ipv4 away {eid}": { @@ -37692,7 +37778,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp instance-id {instance_id} ipv4 database config-propagation": { @@ -37703,7 +37789,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_database_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19515" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19692" } }, "show lisp instance-id {instance_id} ipv4 database config-propagation {eid_prefix}": { @@ -37714,7 +37800,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_database_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19515" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19692" } }, "show lisp instance-id {instance_id} ipv4 forwarding eid remote": { @@ -37725,7 +37811,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'prefix': {\n : {\n 'fwd_action': ,\n 'locator_status_bits': ,\n 'encap_iid': ,\n 'packets': ,\n 'bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_forwarding_eid_remote", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11480" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11657" } }, "show lisp instance-id {instance_id} ipv4 map-cache": { @@ -37736,7 +37822,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18104" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18281" } }, "show lisp instance-id {instance_id} ipv4 map-cache {prefix}": { @@ -37747,7 +37833,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12458" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12635" } }, "show lisp instance-id {instance_id} ipv4 publication": { @@ -37769,7 +37855,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publication_config-propagation_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19239" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19416" } }, "show lisp instance-id {instance_id} ipv4 publication config-propagation {eid_prefix}": { @@ -37780,7 +37866,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publication_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19239" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19416" } }, "show lisp instance-id {instance_id} ipv4 publication detail": { @@ -37789,9 +37875,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp instance-id {instance_id} ipv4 publication {eid_prefix}": { @@ -37800,9 +37886,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp instance-id {instance_id} ipv4 publisher": { @@ -37813,7 +37899,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7195" } }, "show lisp instance-id {instance_id} ipv4 publisher {publisher_id}": { @@ -37824,7 +37910,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp instance-id {instance_id} ipv4 route-import map-cache": { @@ -37835,7 +37921,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp instance-id {instance_id} ipv4 route-import map-cache {eid_prefix}": { @@ -37846,7 +37932,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp instance-id {instance_id} ipv4 route-import map-cache {eid}": { @@ -37857,7 +37943,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp instance-id {instance_id} ipv4 server": { @@ -37879,7 +37965,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n 'instance_id': {\n : {\n 'eid_prefix': {\n : {\n 'last_registered': ,\n 'who_last_registered': ,\n Optional (str) port: ,\n 'up': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18688" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18865" } }, "show lisp instance-id {instance_id} ipv4 server detail": { @@ -37890,7 +37976,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp instance-id {instance_id} ipv4 server etr-address {etr_address}": { @@ -37901,7 +37987,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp instance-id {instance_id} ipv4 server extranet-policy": { @@ -37923,7 +38009,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14791" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14968" } }, "show lisp instance-id {instance_id} ipv4 server name {site_name}": { @@ -37934,7 +38020,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp instance-id {instance_id} ipv4 server silent-host-detection": { @@ -37956,7 +38042,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18876" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19053" } }, "show lisp instance-id {instance_id} ipv4 server {eid}": { @@ -37967,7 +38053,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp instance-id {instance_id} ipv4 smr": { @@ -37978,7 +38064,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9545" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9722" } }, "show lisp instance-id {instance_id} ipv4 subscriber": { @@ -37989,7 +38075,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7847" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8024" } }, "show lisp instance-id {instance_id} ipv4 subscription": { @@ -38000,7 +38086,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv4_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8051" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8228" } }, "show lisp instance-id {instance_id} ipv6 away": { @@ -38011,7 +38097,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp instance-id {instance_id} ipv6 away {eid_prefix}": { @@ -38022,7 +38108,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp instance-id {instance_id} ipv6 away {eid}": { @@ -38033,7 +38119,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp instance-id {instance_id} ipv6 database config-propagation": { @@ -38044,7 +38130,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_database_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19540" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19717" } }, "show lisp instance-id {instance_id} ipv6 database config-propagation {eid_prefix}": { @@ -38055,7 +38141,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_database_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19540" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19717" } }, "show lisp instance-id {instance_id} ipv6 forwarding eid remote": { @@ -38066,7 +38152,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'prefix': {\n : {\n 'fwd_action': ,\n 'locator_status_bits': ,\n 'encap_iid': ,\n 'packets': ,\n 'bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_forwarding_eid_remote", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11531" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11708" } }, "show lisp instance-id {instance_id} ipv6 map-cache": { @@ -38077,7 +38163,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18137" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18314" } }, "show lisp instance-id {instance_id} ipv6 map-cache {prefix}": { @@ -38088,7 +38174,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12661" } }, "show lisp instance-id {instance_id} ipv6 publication": { @@ -38110,7 +38196,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publication_config-propagation_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19267" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19444" } }, "show lisp instance-id {instance_id} ipv6 publication config-propagation {eid_prefix}": { @@ -38121,7 +38207,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publication_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19267" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19444" } }, "show lisp instance-id {instance_id} ipv6 publication detail": { @@ -38130,9 +38216,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp instance-id {instance_id} ipv6 publication {eid_prefix}": { @@ -38141,9 +38227,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp instance-id {instance_id} ipv6 publisher": { @@ -38154,7 +38240,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7231" } }, "show lisp instance-id {instance_id} ipv6 publisher {publisher_id}": { @@ -38165,7 +38251,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp instance-id {instance_id} ipv6 route-import map-cache": { @@ -38176,7 +38262,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp instance-id {instance_id} ipv6 route-import map-cache {eid_prefix}": { @@ -38187,7 +38273,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp instance-id {instance_id} ipv6 route-import map-cache {eid}": { @@ -38198,7 +38284,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp instance-id {instance_id} ipv6 server": { @@ -38220,7 +38306,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n 'instance_id': {\n : {\n 'eid_prefix': {\n : {\n 'last_registered': ,\n 'who_last_registered': ,\n Optional (str) port: ,\n 'up': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18709" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18886" } }, "show lisp instance-id {instance_id} ipv6 server detail": { @@ -38231,7 +38317,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp instance-id {instance_id} ipv6 server etr-address {etr_address}": { @@ -38242,7 +38328,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp instance-id {instance_id} ipv6 server extranet-policy": { @@ -38264,7 +38350,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14833" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15010" } }, "show lisp instance-id {instance_id} ipv6 server name {site_name}": { @@ -38275,7 +38361,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp instance-id {instance_id} ipv6 server silent-host-detection": { @@ -38297,7 +38383,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19091" } }, "show lisp instance-id {instance_id} ipv6 server {eid}": { @@ -38308,7 +38394,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp instance-id {instance_id} ipv6 smr": { @@ -38319,7 +38405,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9661" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9838" } }, "show lisp instance-id {instance_id} ipv6 subscriber": { @@ -38330,7 +38416,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8061" } }, "show lisp instance-id {instance_id} ipv6 subscription": { @@ -38341,7 +38427,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_ipv6_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8089" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8266" } }, "show lisp instance-id {instance_id} {address_family} database {prefix}": { @@ -38352,7 +38438,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp instance-id {instance_id} {address_family} eid-watch": { @@ -38363,7 +38449,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_address_family_eid-watch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp instance-id {instance_id} {address_family} eid-watch address-resolution": { @@ -38374,7 +38460,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_address_family_eid-watch_address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp instance-id {instance_id} {address_family} server registration-history": { @@ -38385,7 +38471,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_address_family_server_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp instance-id {instance_id} {address_family} server summary": { @@ -38396,10 +38482,19 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': {\n : {\n 'configured': ,\n 'registered': ,\n 'incons': ,\n },\n },\n 'site_reg_limit': ,\n 'site_reg_count': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_inconsistent_registrations': ,\n 'af': {\n : {\n 'configured_eid_prefixes': ,\n 'registered_eid_prefixes': ,\n 'instance_service_site_reg_limit': ,\n 'registration_history_size': ,\n 'registration_history_limit': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_address_family_server_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11271" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11448" } }, "show lisp instance-id {instance_id} {service}": { + "ios": { + "class": "ShowLispInstanceIdService", + "doc": "Parser for \"show lisp all instance-id \"", + "module_name": "show_lisp", + "package": "genie.libs.parser", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", + "uid": "show_lisp_instance-id_instance_id_service", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L171" + }, "iosxe": { "class": "ShowLispInstanceIdService", "doc": "Parser for \"show lisp instance-id {instance_id} {service}\"", @@ -38407,7 +38502,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15326" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15503" } }, "show lisp instance-id {instance_id} {service} database": { @@ -38418,7 +38513,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n Any (str) *: {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': {\n 'total': ,\n 'no_route': ,\n 'inactive': ,\n Optional (str) do_not_register: ,\n 'eids': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) do_not_register: ,\n Optional (str) dynamic_eid: ,\n Optional (str) locator_set: ,\n Optional (str) no_route_to_prefix: ,\n Optional (str) proxy: ,\n Optional (str) sgt: ,\n Optional (str) domain_id: ,\n Optional (str) service_insertion: ,\n Optional (str) service_insertion_id: ,\n Optional (str) auto_discover_rlocs: ,\n Optional (str) uptime: ,\n Optional (str) last_change: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'location': ,\n 'state': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_service_database", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L139" }, "iosxe": { "class": "ShowLispServiceDatabase", @@ -38438,7 +38533,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'lisp_virtual_intf': ,\n 'user': ,\n 'eid_vrf': {\n : {\n 'address_family': {\n : {\n Optional (str) configured_roles: ListOf (type) ,\n Optional (str) eid_table: ,\n Optional (str) alt_table: ,\n Optional (str) locator_status_bit: ,\n Optional (str) nonce: ,\n Optional (str) ttl_propagation: ,\n Optional (str) table_supression: ,\n Optional (str) sgt_policy_fwd: ,\n Optional (str) l2_domain_id: ,\n Optional (str) ipv4_unnum_if: ,\n Optional (str) ipv6_unnum_if: ,\n },\n },\n 'rloc_transport': {\n 'vrf': ,\n 'ipv4_rloc_table': ,\n 'ipv6_rloc_table': ,\n 'ipv4_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv6_path_mtu_discovery': {\n 'min': ,\n 'max': ,\n },\n 'ipv4_rloc_fltr_handle': ,\n 'ipv6_rloc_fltr_handle': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_service_forwarding_state", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10950" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11127" } }, "show lisp instance-id {instance_id} {service} statistics": { @@ -38449,7 +38544,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'last_cleared': ,\n 'control_packets': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'encapsulated': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'smr_based': {\n 'in': ,\n 'out': ,\n },\n 'expired': {\n 'on_queue': ,\n 'no_reply': ,\n },\n 'map_resolver_forwarded': ,\n 'map_server_forwarded': ,\n },\n 'map_reply': {\n 'in': ,\n 'out': ,\n 'authoritative': {\n 'in': ,\n 'out': ,\n },\n 'non_authoritative': {\n 'in': ,\n 'out': ,\n },\n 'negative': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'map_server_proxy_reply': {\n 'out': ,\n },\n },\n 'wlc_map_subscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'wlc_map_unsubscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_register': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'map_server_af_disabled': ,\n 'not_valid_site_eid_prefix': ,\n 'authentication_failures': ,\n 'disallowed_locators': ,\n 'misc': ,\n },\n 'wlc_map_registers': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_notify': {\n 'in': ,\n 'out': ,\n 'authentication_failures': ,\n },\n 'wlc_map_notify': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publish_subscribe': {\n 'subscription_request': {\n 'in': ,\n 'out': ,\n 'iid': {\n 'in': ,\n 'out': ,\n },\n 'pub_refresh': {\n 'in': ,\n 'out': ,\n },\n 'policy': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'subscription_status': {\n 'in': ,\n 'out': ,\n 'end_of_publication': {\n 'in': ,\n 'out': ,\n },\n 'subscription_rejected': {\n 'in': ,\n 'out': ,\n },\n 'subscription_removed': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'solicit_subscription': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publication': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n },\n },\n 'errors': {\n 'mapping_rec_ttl_alerts': ,\n 'map_request_invalid_source_rloc_drops': ,\n 'map_register_invalid_source_rloc_drops': ,\n 'ddt_requests_failed': ,\n 'ddt_itr_map_requests': {\n 'dropped': ,\n 'nonce_collision': ,\n 'bad_xtr_nonce': ,\n },\n },\n 'cache_related': {\n 'cache_entries': {\n 'created': ,\n 'deleted': ,\n },\n 'nsf_cef_replay_entry_count': ,\n 'eid_prefix_map_cache': ,\n 'rejected_eid_prefix_due_to_limit': ,\n 'times_signal_suppresion_turned_on': ,\n 'time_since_last_signal_suppressed': ,\n 'negative_entries_map_cache': ,\n 'total_rlocs_map_cache': ,\n 'average_rlocs_per_eid_prefix': ,\n 'policy_active_entries': ,\n },\n 'forwarding': {\n 'data_signals': {\n 'processed': ,\n 'dropped': ,\n },\n 'reachability_reports': {\n 'count': ,\n 'dropped': ,\n },\n 'smr_signals': {\n 'dropped': ,\n },\n },\n 'itr_map_resolvers': {\n : {\n 'last_reply': ,\n 'metric': ,\n 'req_sent': ,\n 'positive': ,\n 'negative': ,\n 'no_reply': ,\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'etr_map_servers': {\n : {\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'rloc_statistics': {\n 'last_cleared': ,\n 'control_packets': {\n 'rtr': {\n 'map_requests_forwarded': ,\n 'map_notifies_forwarded': ,\n },\n 'ddt': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n },\n 'map_referrals': {\n 'in': ,\n 'out': ,\n },\n },\n },\n 'errors': {\n 'map_request_format': ,\n 'map_reply_format': ,\n 'map_referral': ,\n },\n },\n 'misc_statistics': {\n 'invalid': {\n 'ip_version_drops': ,\n 'ip_header_drops': ,\n 'ip_proto_field_drops': ,\n 'packet_size_drops': ,\n 'lisp_control_port_drops': ,\n 'lisp_checksum_drops': ,\n },\n 'unsupported_lisp_packet_drops': ,\n 'unknown_packet_drops': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_instance-id_instance_id_service_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16733" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16910" } }, "show lisp locator-table vrf {rloc_vrf} instance-id {instance_id} {address_family} database {prefix}": { @@ -38460,7 +38555,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_rloc_vrf_instance-id_instance_id_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet publication {eid_prefix}": { @@ -38469,9 +38564,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp eid-table vlan {vlan} ethernet publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ethernet_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8461" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet server address-resolution detail": { @@ -38482,7 +38577,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ethernet_server_address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet server address-resolution {eid}": { @@ -38493,7 +38588,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ethernet_server_address-resolution_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail": { @@ -38502,9 +38597,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}": { @@ -38513,9 +38608,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail": { @@ -38524,9 +38619,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}": { @@ -38535,9 +38630,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_instance-id_instance_id_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp locator-table vrf {vrf} service {service} summary": { @@ -38548,7 +38643,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n Optional (str) virtual_network_ids: {\n Any (str) *: {\n Optional (str) vrf: ,\n 'interface': ,\n 'db_size': ,\n 'db_no_route': ,\n Optional (str) rloc_status: ,\n 'cache_size': ,\n 'incomplete': ,\n 'cache_idle': ,\n 'lisp_role': {\n Any (str) *: {\n 'lisp_role_type': ,\n },\n },\n },\n },\n 'etr': {\n 'summary': {\n 'instance_count': ,\n 'total_eid_tables': ,\n 'total_db_entries': ,\n 'total_db_entries_inactive': ,\n Optional (str) maximum_db_entries: ,\n 'total_map_cache_entries': ,\n Optional (str) maximum_map_cache_entries: ,\n 'eid_tables_inconsistent_locators': ,\n 'eid_tables_incomplete_map_cache_entries': ,\n 'eid_tables_pending_map_cache_update_to_fib': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_vrf_service_service_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L131" }, "iosxe": { "class": "ShowLispServiceSummary", @@ -38568,7 +38663,7 @@ "package": "genie.libs.parser", "schema": null, "uid": "show_lisp_locator-table_locator_table_ethernet_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9756" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9933" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server": { @@ -38590,7 +38685,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server address-resolution {eid}": { @@ -38601,7 +38696,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_address-resolution_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server detail": { @@ -38612,7 +38707,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server etr-address {etr_address}": { @@ -38623,7 +38718,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server name {site_name}": { @@ -38634,7 +38729,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server subscription": { @@ -38645,7 +38740,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18952" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19129" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet server {eid}": { @@ -38656,7 +38751,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet subscriber": { @@ -38667,7 +38762,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7921" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8098" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ethernet subscription": { @@ -38678,7 +38773,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ethernet_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8127" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8304" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 away": { @@ -38689,7 +38784,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 away {eid_prefix}": { @@ -38700,7 +38795,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 away {eid}": { @@ -38711,7 +38806,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 map-cache": { @@ -38722,7 +38817,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18104" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18281" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 map-cache {prefix}": { @@ -38733,7 +38828,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12458" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12635" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 publisher {publisher_id}": { @@ -38744,7 +38839,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 route-import map-cache": { @@ -38755,7 +38850,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 route-import map-cache {eid_prefix}": { @@ -38766,7 +38861,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 route-import map-cache {eid}": { @@ -38777,7 +38872,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server": { @@ -38799,7 +38894,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server etr-address {etr_address}": { @@ -38810,7 +38905,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server extranet-policy": { @@ -38832,7 +38927,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14791" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14968" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server name {site_name}": { @@ -38843,7 +38938,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server silent-host-detection": { @@ -38865,7 +38960,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18876" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19053" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 server {eid}": { @@ -38876,7 +38971,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 smr": { @@ -38887,7 +38982,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9545" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9722" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 subscriber": { @@ -38898,7 +38993,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7847" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8024" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv4 subscription": { @@ -38909,7 +39004,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv4_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8051" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8228" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 away": { @@ -38920,7 +39015,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 away {eid_prefix}": { @@ -38931,7 +39026,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 away {eid}": { @@ -38942,7 +39037,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 map-cache": { @@ -38953,7 +39048,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18137" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18314" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 map-cache {prefix}": { @@ -38964,7 +39059,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12661" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 publisher {publisher_id}": { @@ -38975,7 +39070,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 route-import map-cache": { @@ -38986,7 +39081,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 route-import map-cache {eid_prefix}": { @@ -38997,7 +39092,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 route-import map-cache {eid}": { @@ -39008,7 +39103,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server": { @@ -39030,7 +39125,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server etr-address {etr_address}": { @@ -39041,7 +39136,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server extranet-policy": { @@ -39063,7 +39158,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14833" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15010" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server name {site_name}": { @@ -39074,7 +39169,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server silent-host-detection": { @@ -39096,7 +39191,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19091" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 server {eid}": { @@ -39107,7 +39202,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 smr": { @@ -39118,7 +39213,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9661" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9838" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 subscriber": { @@ -39129,7 +39224,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8061" } }, "show lisp locator-table {locator_table} instance-id {instance_id} ipv6 subscription": { @@ -39140,7 +39235,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_ipv6_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8089" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8266" } }, "show lisp locator-table {locator_table} instance-id {instance_id} {address_family} eid-watch": { @@ -39151,7 +39246,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_address_family_eid-watch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp locator-table {locator_table} instance-id {instance_id} {address_family} server summary": { @@ -39162,10 +39257,19 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': {\n : {\n 'configured': ,\n 'registered': ,\n 'incons': ,\n },\n },\n 'site_reg_limit': ,\n 'site_reg_count': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_inconsistent_registrations': ,\n 'af': {\n : {\n 'configured_eid_prefixes': ,\n 'registered_eid_prefixes': ,\n 'instance_service_site_reg_limit': ,\n 'registration_history_size': ,\n 'registration_history_limit': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_address_family_server_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11271" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11448" } }, "show lisp locator-table {locator_table} instance-id {instance_id} {service}": { + "ios": { + "class": "ShowLispInstanceIdService", + "doc": "Parser for \"show lisp all instance-id \"", + "module_name": "show_lisp", + "package": "genie.libs.parser", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", + "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_service", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L171" + }, "iosxe": { "class": "ShowLispInstanceIdService", "doc": "Parser for \"show lisp instance-id {instance_id} {service}\"", @@ -39173,7 +39277,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15326" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15503" } }, "show lisp locator-table {locator_table} instance-id {instance_id} {service} database": { @@ -39184,7 +39288,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n Any (str) *: {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': {\n 'total': ,\n 'no_route': ,\n 'inactive': ,\n Optional (str) do_not_register: ,\n 'eids': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) do_not_register: ,\n Optional (str) dynamic_eid: ,\n Optional (str) locator_set: ,\n Optional (str) no_route_to_prefix: ,\n Optional (str) proxy: ,\n Optional (str) sgt: ,\n Optional (str) domain_id: ,\n Optional (str) service_insertion: ,\n Optional (str) service_insertion_id: ,\n Optional (str) auto_discover_rlocs: ,\n Optional (str) uptime: ,\n Optional (str) last_change: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'location': ,\n 'state': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_service_database", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L139" }, "iosxe": { "class": "ShowLispServiceDatabase", @@ -39204,7 +39308,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'last_cleared': ,\n 'control_packets': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'encapsulated': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'smr_based': {\n 'in': ,\n 'out': ,\n },\n 'expired': {\n 'on_queue': ,\n 'no_reply': ,\n },\n 'map_resolver_forwarded': ,\n 'map_server_forwarded': ,\n },\n 'map_reply': {\n 'in': ,\n 'out': ,\n 'authoritative': {\n 'in': ,\n 'out': ,\n },\n 'non_authoritative': {\n 'in': ,\n 'out': ,\n },\n 'negative': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'map_server_proxy_reply': {\n 'out': ,\n },\n },\n 'wlc_map_subscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'wlc_map_unsubscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_register': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'map_server_af_disabled': ,\n 'not_valid_site_eid_prefix': ,\n 'authentication_failures': ,\n 'disallowed_locators': ,\n 'misc': ,\n },\n 'wlc_map_registers': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_notify': {\n 'in': ,\n 'out': ,\n 'authentication_failures': ,\n },\n 'wlc_map_notify': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publish_subscribe': {\n 'subscription_request': {\n 'in': ,\n 'out': ,\n 'iid': {\n 'in': ,\n 'out': ,\n },\n 'pub_refresh': {\n 'in': ,\n 'out': ,\n },\n 'policy': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'subscription_status': {\n 'in': ,\n 'out': ,\n 'end_of_publication': {\n 'in': ,\n 'out': ,\n },\n 'subscription_rejected': {\n 'in': ,\n 'out': ,\n },\n 'subscription_removed': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'solicit_subscription': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publication': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n },\n },\n 'errors': {\n 'mapping_rec_ttl_alerts': ,\n 'map_request_invalid_source_rloc_drops': ,\n 'map_register_invalid_source_rloc_drops': ,\n 'ddt_requests_failed': ,\n 'ddt_itr_map_requests': {\n 'dropped': ,\n 'nonce_collision': ,\n 'bad_xtr_nonce': ,\n },\n },\n 'cache_related': {\n 'cache_entries': {\n 'created': ,\n 'deleted': ,\n },\n 'nsf_cef_replay_entry_count': ,\n 'eid_prefix_map_cache': ,\n 'rejected_eid_prefix_due_to_limit': ,\n 'times_signal_suppresion_turned_on': ,\n 'time_since_last_signal_suppressed': ,\n 'negative_entries_map_cache': ,\n 'total_rlocs_map_cache': ,\n 'average_rlocs_per_eid_prefix': ,\n 'policy_active_entries': ,\n },\n 'forwarding': {\n 'data_signals': {\n 'processed': ,\n 'dropped': ,\n },\n 'reachability_reports': {\n 'count': ,\n 'dropped': ,\n },\n 'smr_signals': {\n 'dropped': ,\n },\n },\n 'itr_map_resolvers': {\n : {\n 'last_reply': ,\n 'metric': ,\n 'req_sent': ,\n 'positive': ,\n 'negative': ,\n 'no_reply': ,\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'etr_map_servers': {\n : {\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'rloc_statistics': {\n 'last_cleared': ,\n 'control_packets': {\n 'rtr': {\n 'map_requests_forwarded': ,\n 'map_notifies_forwarded': ,\n },\n 'ddt': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n },\n 'map_referrals': {\n 'in': ,\n 'out': ,\n },\n },\n },\n 'errors': {\n 'map_request_format': ,\n 'map_reply_format': ,\n 'map_referral': ,\n },\n },\n 'misc_statistics': {\n 'invalid': {\n 'ip_version_drops': ,\n 'ip_header_drops': ,\n 'ip_proto_field_drops': ,\n 'packet_size_drops': ,\n 'lisp_control_port_drops': ,\n 'lisp_checksum_drops': ,\n },\n 'unsupported_lisp_packet_drops': ,\n 'unknown_packet_drops': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_instance-id_instance_id_service_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16733" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16910" } }, "show lisp locator-table {locator_table} redundancy": { @@ -39215,7 +39319,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'rp': ,\n 'sso': ,\n 'checkpoint_connection': ,\n 'peer_redundancy_state': ,\n 'number_of_bulk_sync_started': ,\n 'last_bulk_sync_started': ,\n 'last_bulk_sync_finished': ,\n 'last_sync_lost': ,\n 'queued_checkpoint_requests': ,\n 'unack_checkpoint_requests': ,\n 'max_checkpoint_requests': ,\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10367" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10544" } }, "show lisp locator-table {locator_table} service {service} summary": { @@ -39226,7 +39330,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n Optional (str) virtual_network_ids: {\n Any (str) *: {\n Optional (str) vrf: ,\n 'interface': ,\n 'db_size': ,\n 'db_no_route': ,\n Optional (str) rloc_status: ,\n 'cache_size': ,\n 'incomplete': ,\n 'cache_idle': ,\n 'lisp_role': {\n Any (str) *: {\n 'lisp_role_type': ,\n },\n },\n },\n },\n 'etr': {\n 'summary': {\n 'instance_count': ,\n 'total_eid_tables': ,\n 'total_db_entries': ,\n 'total_db_entries_inactive': ,\n Optional (str) maximum_db_entries: ,\n 'total_map_cache_entries': ,\n Optional (str) maximum_map_cache_entries: ,\n 'eid_tables_inconsistent_locators': ,\n 'eid_tables_incomplete_map_cache_entries': ,\n 'eid_tables_pending_map_cache_update_to_fib': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_service_service_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L131" }, "iosxe": { "class": "ShowLispServiceSummary", @@ -39246,7 +39350,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'peer_addr': ,\n 'peer_port': ,\n 'local_address': ,\n Optional (str) local_port: ,\n Optional (str) session_type: ,\n Optional (str) session_state: ,\n Optional (str) session_state_time: ,\n Optional (str) session_rtt: ,\n Optional (str) session_rtt_time: ,\n 'messages_in': ,\n 'messages_out': ,\n 'bytes_in': ,\n 'bytes_out': ,\n 'fatal_errors': ,\n 'rcvd_unsupported': ,\n 'rcvd_invalid_vrf': ,\n 'rcvd_override': ,\n 'rcvd_malformed': ,\n 'sent_defferred': ,\n 'ssd_redundancy': ,\n 'auth_type': ,\n Optional (str) keychain_name: ,\n 'users': {\n 'count': ,\n 'type': {\n : {\n 'id': {\n : {\n 'in': ,\n 'out': ,\n 'state': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_session_rloc", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11816" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11993" } }, "show lisp locator-table {locator_table} site detail": { @@ -39257,7 +39361,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {locator_table} site name {site_name}": { @@ -39268,7 +39372,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {locator_table} site {eid}": { @@ -39279,7 +39383,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {locator_table} site {eid} eid-table vrf {vrf}": { @@ -39290,7 +39394,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_eid_eid-table_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {locator_table} site {eid} eid-table {eid_table}": { @@ -39301,7 +39405,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_eid_eid-table_eid_table", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {locator_table} site {eid} instance-id {instance_id}": { @@ -39312,7 +39416,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_locator_table_site_eid_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp locator-table {rloc_vrf} instance-id {instance_id} {address_family} database {prefix}": { @@ -39323,7 +39427,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_rloc_vrf_instance-id_instance_id_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp locator-table {vrf} instance-id {instance_id} dynamic-eid": { @@ -39367,7 +39471,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n 'map_reply_state': ,\n Optional (str) site: ,\n Optional (str) locators: {\n : {\n 'uptime': ,\n 'rloc_state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ethernet_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10557" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10734" } }, "show lisp locator-table {vrf} instance-id {instance_id} ethernet publication": { @@ -39378,7 +39482,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'total_entries': ,\n 'eid_prefix': {\n : {\n 'publisher_ip': ,\n 'last_published': ,\n Optional (str) rloc: ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ethernet_publication", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8168" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8345" } }, "show lisp locator-table {vrf} instance-id {instance_id} ethernet publication {eid_prefix}": { @@ -39387,9 +39491,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp eid-table vlan {vlan} ethernet publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ethernet_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8461" } }, "show lisp locator-table {vrf} instance-id {instance_id} ethernet publisher": { @@ -39400,7 +39504,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ethernet_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7270" } }, "show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication": { @@ -39420,9 +39524,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}": { @@ -39431,9 +39535,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp locator-table {vrf} instance-id {instance_id} ipv4 publisher": { @@ -39444,7 +39548,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ipv4_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7195" } }, "show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication": { @@ -39464,9 +39568,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp locator-table {vrf} instance-id {instance_id} ipv6 publisher": { @@ -39477,7 +39581,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_locator-table_vrf_instance-id_instance_id_ipv6_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7231" } }, "show lisp platform": { @@ -39488,7 +39592,7 @@ "package": "genie.libs.parser", "schema": "{\n'parallel_lisp_instance_limit': ,\n'rloc_forwarding_support': {\n 'local': {\n 'ipv4': ,\n 'ipv6': ,\n 'mac': ,\n },\n 'remote': {\n 'ipv4': ,\n 'ipv6': ,\n 'mac': ,\n },\n },\n'latest_supported_config_style': ,\n'current_config_style': ,\nOptional (str) support_for_signal_forward: {\n 'ipv4': ,\n 'ipv6': ,\n 'mac': ,\n },\nOptional (str) platform_reported_limits: {\n 'l3_limit': {\n 'l3_limit': ,\n 'total_current_utilization': ,\n 'ipv4': {\n 'local_eid': ,\n 'multiplier': ,\n 'remote_eid': ,\n 'remote_eid_idle': ,\n 'mapping_cache_full': ,\n },\n 'ipv6': {\n 'local_eid': ,\n 'multiplier': ,\n 'remote_eid': ,\n 'remote_eid_idle': ,\n 'mapping_cache_full': ,\n },\n },\n 'l2_limit': {\n 'l2_limit': ,\n 'total_current_utilization': ,\n 'mac': {\n 'local_eid': ,\n 'multiplier': ,\n 'remote_eid': ,\n 'remote_eid_idle': ,\n 'mapping_cache_full': ,\n },\n },\n },\n}", "uid": "show_lisp_platform", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L74" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L75" }, "iosxe": { "class": "ShowLispPlatform", @@ -39508,7 +39612,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': ,\n'address_family': ,\n'bits': ,\nOptional (str) locators: {\n : {\n 'known_from': ListOf (type) ,\n },\n },\n}", "uid": "show_lisp_platform_smr_known-locators", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19756" } }, "show lisp platform statistics": { @@ -39519,7 +39623,7 @@ "package": "genie.libs.parser", "schema": "{\n'fib': {\n 'notifications': {\n 'received': ,\n 'processed': ,\n },\n 'invalid': {\n 'received': ,\n 'processed': ,\n },\n 'data_packet': {\n 'received': ,\n 'processed': ,\n },\n 'l2_data_packet': {\n 'received': ,\n 'processed': ,\n },\n 'status_report': {\n 'received': ,\n 'processed': ,\n },\n 'dyn_eid_detected': {\n 'received': ,\n 'processed': ,\n },\n 'dyn_eid_decap_statle': {\n 'received': ,\n 'processed': ,\n },\n 'l2_dyn_eid_decap_statle': {\n 'received': ,\n 'processed': ,\n },\n 'dyn_eid_adjacency': {\n 'received': ,\n 'processed': ,\n },\n 'delete_map_cache': {\n 'received': ,\n 'processed': ,\n },\n },\n'l2_rib': {\n 'remote_update_requests': ,\n 'local_update_requests': ,\n 'delete_requests': ,\n 'update_test': ,\n 'delete_test': ,\n 'message_sent': ,\n 'message_received': ,\n 'unknown_message_received': ,\n 'send_errors': ,\n 'flow_control': ,\n },\n'cef': {\n 'dropped_notifications': ,\n 'total_notifications': ,\n 'dropped_control_packets': ,\n 'high_priority_queue': ,\n 'normal_priority_queue': ,\n },\n'deffered': {\n 'ddt_referral': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ddt_request': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ddt_query': {\n 'deferred': ,\n 'dropped': ,\n },\n 'map_request': {\n 'deferred': ,\n 'dropped': ,\n },\n 'map_register': {\n 'deferred': ,\n 'dropped': ,\n },\n 'map_reply': {\n 'deferred': ,\n 'dropped': ,\n },\n 'mr_negative_map_reply': {\n 'deferred': ,\n 'dropped': ,\n },\n 'mr_map_request_fwd': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ms_map_request_fwd': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ms_proxy_map_reply': {\n 'deferred': ,\n 'dropped': ,\n },\n 'xtr_mcast_map_notify': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ms_info_reply': {\n 'deferred': ,\n 'dropped': ,\n },\n 'ms_map_notify': {\n 'deferred': ,\n 'dropped': ,\n },\n 'rtr_map_register_fwd': {\n 'deferred': ,\n 'dropped': ,\n },\n 'rtr_map_notify_fwd': {\n 'deferred': ,\n 'dropped': ,\n },\n 'etr_info_request': {\n 'deferred': ,\n 'dropped': ,\n },\n },\n'errors': {\n 'invalid_ip_version_drops': ,\n },\n'udp_control_packets': {\n 'ipv4': {\n 'received_total_packets': ,\n 'received_invalid_vrf': ,\n 'received_invalid_ip_header': ,\n 'received_invalid_protocol': ,\n 'received_invalid_size': ,\n 'received_invalid_port': ,\n 'received_invalid_checksum': ,\n 'received_unsupported_lisp': ,\n 'received_not_lisp_control': ,\n 'received_unknown_lisp_control': ,\n 'sent_total': ,\n 'sent_flow_controlled': ,\n },\n 'ipv6': {\n 'received_total_packets': ,\n 'received_invalid_vrf': ,\n 'received_invalid_ip_header': ,\n 'received_invalid_protocol': ,\n 'received_invalid_size': ,\n 'received_invalid_port': ,\n 'received_invalid_checksum': ,\n 'received_unsupported_lisp': ,\n 'received_not_lisp_control': ,\n 'received_unknown_lisp_control': ,\n 'sent_total': ,\n 'sent_flow_controlled': ,\n },\n },\n}", "uid": "show_lisp_platform_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12679" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12856" } }, "show lisp prefix-list": { @@ -39528,9 +39632,9 @@ "doc": "Parser for \"show lisp prefix-list\"", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n 'entries': {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n Optional (str) prefix_list_users: {\n 'instance_id': {\n : {\n 'address_family': {\n : {\n 'users': {\n : {\n Optional (str) address: ListOf (type) ,\n },\n },\n },\n },\n },\n },\n },\n Optional (str) entries: {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n Optional (str) source_list: ListOf (type) ,\n Optional (str) number_of_rib_sources: ,\n Optional (str) number_of_publication_sources: ,\n Optional (str) number_of_site_registration_sources: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_prefix-list", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6026" } }, "show lisp prefix-list {prefix_list_name}": { @@ -39539,9 +39643,9 @@ "doc": "Parser for \"show lisp prefix-list\"", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n 'entries': {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n Optional (str) prefix_list_users: {\n 'instance_id': {\n : {\n 'address_family': {\n : {\n 'users': {\n : {\n Optional (str) address: ListOf (type) ,\n },\n },\n },\n },\n },\n },\n },\n Optional (str) entries: {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n Optional (str) source_list: ListOf (type) ,\n Optional (str) number_of_rib_sources: ,\n Optional (str) number_of_publication_sources: ,\n Optional (str) number_of_site_registration_sources: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_prefix-list_prefix_list_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6026" } }, "show lisp redundancy": { @@ -39552,7 +39656,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'rp': ,\n 'sso': ,\n 'checkpoint_connection': ,\n 'peer_redundancy_state': ,\n 'number_of_bulk_sync_started': ,\n 'last_bulk_sync_started': ,\n 'last_bulk_sync_finished': ,\n 'last_sync_lost': ,\n 'queued_checkpoint_requests': ,\n 'unack_checkpoint_requests': ,\n 'max_checkpoint_requests': ,\n },\n },\n}", "uid": "show_lisp_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10367" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10544" } }, "show lisp remote-locator-set name {remote_locator_name}": { @@ -39563,7 +39667,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'remote_locator_name': {\n : {\n 'rloc': {\n : {\n 'instance_id': {\n : {\n 'priority': ,\n 'weight': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) etr_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) srvc_ins_type: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_remote-locator-set_name_remote_locator_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18212" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18389" } }, "show lisp remote-locator-set {remote_locator_type}": { @@ -39574,7 +39678,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'remote_locator_name': {\n : {\n 'rloc': {\n : {\n 'instance_id': {\n : {\n 'priority': ,\n 'weight': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) etr_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) srvc_ins_type: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_remote-locator-set_remote_locator_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18212" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18389" } }, "show lisp server registration-history": { @@ -39585,7 +39689,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_server_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp service {service}": { @@ -39596,7 +39700,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'locator_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ,\n Optional (str) subscribers: ,\n },\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'limit': ,\n 'activity_check_period': ,\n 'persistent': ,\n },\n 'database': {\n 'dynamic_database_limit': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_service_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L98" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L99" }, "iosxe": { "class": "ShowLispService", @@ -39616,7 +39720,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'last_cleared': ,\n 'control_packets': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'encapsulated': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'smr_based': {\n 'in': ,\n 'out': ,\n },\n 'extranet_smr_cross_iid': {\n 'in': ,\n },\n 'expired': {\n 'on_queue': ,\n 'no_reply': ,\n },\n 'map_resolver_forwarded': ,\n 'map_server_forwarded': ,\n },\n 'map_reply': {\n 'in': ,\n 'out': ,\n 'authoritative': {\n 'in': ,\n 'out': ,\n },\n 'non_authoritative': {\n 'in': ,\n 'out': ,\n },\n 'negative': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'map_server_proxy_reply': {\n 'out': ,\n },\n },\n 'wlc_map_subscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'wlc_map_unsubscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_register': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'map_server_af_disabled': ,\n 'not_valid_site_eid_prefix': ,\n 'authentication_failures': ,\n 'disallowed_locators': ,\n 'misc': ,\n },\n 'wlc_map_registers': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_notify': {\n 'in': ,\n 'out': ,\n 'authentication_failures': ,\n },\n 'wlc_map_notify': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publish_subscribe': {\n 'subscription_request': {\n 'in': ,\n 'out': ,\n 'iid': {\n 'in': ,\n 'out': ,\n },\n 'pub_refresh': {\n 'in': ,\n 'out': ,\n },\n 'policy': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'subscription_status': {\n 'in': ,\n 'out': ,\n 'end_of_publication': {\n 'in': ,\n 'out': ,\n },\n 'subscription_rejected': {\n 'in': ,\n 'out': ,\n },\n 'subscription_removed': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'solicit_subscription': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publication': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n },\n },\n 'errors': {\n 'mapping_rec_ttl_alerts': ,\n 'map_request_invalid_source_rloc_drops': ,\n 'map_register_invalid_source_rloc_drops': ,\n 'ddt_requests_failed': ,\n 'ddt_itr_map_requests': {\n 'dropped': ,\n 'nonce_collision': ,\n 'bad_xtr_nonce': ,\n },\n },\n 'cache_related': {\n 'cache_entries': {\n 'created': ,\n 'deleted': ,\n },\n 'nsf_cef_replay_entry_count': ,\n 'rejected_eid_prefix_due_to_limit': ,\n },\n 'forwarding': {\n 'data_signals': {\n 'processed': ,\n 'dropped': ,\n },\n 'reachability_reports': {\n 'count': ,\n 'dropped': ,\n },\n 'smr_signals': {\n 'dropped': ,\n },\n },\n 'rloc_statistics': {\n 'last_cleared': ,\n 'control_packets': {\n 'rtr': {\n 'map_requests_forwarded': ,\n 'map_notifies_forwarded': ,\n },\n 'ddt': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n },\n 'map_referrals': {\n 'in': ,\n 'out': ,\n },\n },\n },\n 'errors': {\n 'map_request_format': ,\n 'map_reply_format': ,\n 'map_referral': ,\n },\n },\n 'misc_statistics': {\n 'invalid': {\n 'ip_version_drops': ,\n 'ip_header_drops': ,\n 'ip_proto_field_drops': ,\n 'packet_size_drops': ,\n 'lisp_control_port_drops': ,\n 'lisp_checksum_drops': ,\n },\n 'unsupported_lisp_packet_drops': ,\n 'unknown_packet_drops': ,\n },\n },\n },\n}", "uid": "show_lisp_service_service_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L163" }, "iosxe": { "class": "ShowLispServiceStatistics", @@ -39636,7 +39740,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n Optional (str) virtual_network_ids: {\n Any (str) *: {\n Optional (str) vrf: ,\n 'interface': ,\n 'db_size': ,\n 'db_no_route': ,\n Optional (str) rloc_status: ,\n 'cache_size': ,\n 'incomplete': ,\n 'cache_idle': ,\n 'lisp_role': {\n Any (str) *: {\n 'lisp_role_type': ,\n },\n },\n },\n },\n 'etr': {\n 'summary': {\n 'instance_count': ,\n 'total_eid_tables': ,\n 'total_db_entries': ,\n 'total_db_entries_inactive': ,\n Optional (str) maximum_db_entries: ,\n 'total_map_cache_entries': ,\n Optional (str) maximum_map_cache_entries: ,\n 'eid_tables_inconsistent_locators': ,\n 'eid_tables_incomplete_map_cache_entries': ,\n 'eid_tables_pending_map_cache_update_to_fib': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_service_service_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L131" }, "iosxe": { "class": "ShowLispServiceSummary", @@ -39656,7 +39760,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n : {\n 'total': ,\n 'established': ,\n Optional (str) peers: {\n : ListOf (dict) {Optional (str) port: , 'state': , 'time': , 'in': , 'out': , 'users': , Optional (str) rtt: },\n },\n },\n },\n}", "uid": "show_lisp_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L66" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L67" }, "iosxe": { "class": "ShowLispSession", @@ -39698,7 +39802,7 @@ "package": "genie.libs.parser", "schema": "{\n'passive_sessions': {\n 'synced': ,\n 'pending_tcp_action': ,\n 'pending_checkpoints': ,\n },\n'listeners': {\n 'synced': ,\n 'pending_tcp_action': ,\n 'pending_checkpoints': ,\n },\n}", "uid": "show_lisp_session_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6774" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6930" } }, "show lisp session {rloc}": { @@ -39709,7 +39813,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'peer_addr': ,\n 'peer_port': ,\n 'local_address': ,\n Optional (str) local_port: ,\n Optional (str) session_type: ,\n Optional (str) session_state: ,\n Optional (str) session_state_time: ,\n Optional (str) session_rtt: ,\n Optional (str) session_rtt_time: ,\n 'messages_in': ,\n 'messages_out': ,\n 'bytes_in': ,\n 'bytes_out': ,\n 'fatal_errors': ,\n 'rcvd_unsupported': ,\n 'rcvd_invalid_vrf': ,\n 'rcvd_override': ,\n 'rcvd_malformed': ,\n 'sent_defferred': ,\n 'ssd_redundancy': ,\n 'auth_type': ,\n Optional (str) keychain_name: ,\n 'users': {\n 'count': ,\n 'type': {\n : {\n 'id': {\n : {\n 'in': ,\n 'out': ,\n 'state': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_session_rloc", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11816" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11993" } }, "show lisp site": { @@ -39731,7 +39835,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp site eid-table vrf {vrf}": { @@ -39775,7 +39879,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp site summary": { @@ -39786,7 +39890,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site': {\n : {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n },\n 'site_registration_limit': ,\n 'site_registration_count': ,\n 'ar_entries': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_with_inconsistent_reg': ,\n 'configured_registered_prefixes': {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_site_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16257" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16434" } }, "show lisp site summary eid-table vrf {vrf}": { @@ -39797,7 +39901,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site': {\n : {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n },\n 'site_registration_limit': ,\n 'site_registration_count': ,\n 'ar_entries': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_with_inconsistent_reg': ,\n 'configured_registered_prefixes': {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_site_summary_eid-table_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16257" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16434" } }, "show lisp site summary eid-table {eid_table}": { @@ -39808,7 +39912,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site': {\n : {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n },\n 'site_registration_limit': ,\n 'site_registration_count': ,\n 'ar_entries': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_with_inconsistent_reg': ,\n 'configured_registered_prefixes': {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_site_summary_eid-table_eid_table", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16257" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16434" } }, "show lisp site summary instance-id {instance_id}": { @@ -39819,7 +39923,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site': {\n : {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n },\n 'site_registration_limit': ,\n 'site_registration_count': ,\n 'ar_entries': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_with_inconsistent_reg': ,\n 'configured_registered_prefixes': {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_site_summary_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16257" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16434" } }, "show lisp site {eid}": { @@ -39830,7 +39934,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp site {eid} eid-table vrf {vrf}": { @@ -39841,7 +39945,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_eid_eid-table_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp site {eid} eid-table {eid_table}": { @@ -39852,7 +39956,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_eid_eid-table_eid_table", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp site {eid} instance-id {instance_id}": { @@ -39863,7 +39967,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_site_eid_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp vrf {vrf}": { @@ -39874,7 +39978,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'iid': {\n Any (str) *: {\n 'lock_count': ,\n 'top_id': ,\n 'watch_count': ,\n },\n },\n 'v4_topoid': {\n Any (str) *: {\n 'lock_no': ,\n 'rib': ,\n 'status': ,\n },\n },\n 'v6_topoid': {\n Any (str) *: {\n 'lock_no': ,\n 'rib': ,\n 'status': ,\n },\n },\n 'vrf_id': ,\n },\n },\n}", "uid": "show_lisp_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19757" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19934" } }, "show lisp vrf {vrf} session": { @@ -39885,7 +39989,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n : {\n 'total': ,\n 'established': ,\n Optional (str) peers: {\n : ListOf (dict) {Optional (str) port: , 'state': , 'time': , 'in': , 'out': , 'users': , Optional (str) rtt: },\n },\n },\n },\n}", "uid": "show_lisp_vrf_vrf_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L66" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L67" }, "iosxe": { "class": "ShowLispSession", @@ -39916,7 +40020,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n : {\n 'peer': {\n : ListOf (dict) {'port': , 'tx_flags': , 'rx_flags': , 'rx_count': , 'err_count': },\n },\n },\n },\n}", "uid": "show_lisp_vrf_vrf_session_capability", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9459" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9636" } }, "show lisp vrf {vrf} session capability {rloc}": { @@ -39927,7 +40031,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n : {\n 'peer_address': ,\n 'peer_port': ,\n 'local_address': ,\n 'local_port': ,\n 'capability_exchange_complete': ,\n 'capability_sent_bitmap': ,\n 'capability_sent': ListOf (type) ,\n 'capability_received_bitmap': ,\n 'capability_received': ListOf (type) ,\n 'rx_count': ,\n 'err_count': ,\n },\n },\n}", "uid": "show_lisp_vrf_vrf_session_capability_rloc", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10019" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10196" } }, "show lisp vrf {vrf} session established": { @@ -39949,7 +40053,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'peer_addr': ,\n 'peer_port': ,\n 'local_address': ,\n Optional (str) local_port: ,\n Optional (str) session_type: ,\n Optional (str) session_state: ,\n Optional (str) session_state_time: ,\n Optional (str) session_rtt: ,\n Optional (str) session_rtt_time: ,\n 'messages_in': ,\n 'messages_out': ,\n 'bytes_in': ,\n 'bytes_out': ,\n 'fatal_errors': ,\n 'rcvd_unsupported': ,\n 'rcvd_invalid_vrf': ,\n 'rcvd_override': ,\n 'rcvd_malformed': ,\n 'sent_defferred': ,\n 'ssd_redundancy': ,\n 'auth_type': ,\n Optional (str) keychain_name: ,\n 'users': {\n 'count': ,\n 'type': {\n : {\n 'id': {\n : {\n 'in': ,\n 'out': ,\n 'state': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_vrf_vrf_session_rloc", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11816" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11993" } }, "show lisp {lisp_id}": { @@ -39960,7 +40064,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n 'locator_table': ,\n 'locator_default_set': ,\n 'eid_instance_count': ,\n 'capability': ListOf (type) ,\n 'tcp_path_mtu_discovery': ,\n },\n },\n}", "uid": "show_lisp_lisp_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14894" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15071" } }, "show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail": { @@ -39969,9 +40073,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_eid-table_vrf_vrf_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}": { @@ -39980,9 +40084,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_eid-table_vrf_vrf_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail": { @@ -39991,9 +40095,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_eid-table_vrf_vrf_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}": { @@ -40002,9 +40106,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_eid-table_vrf_vrf_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp {lisp_id} extranet summary": { @@ -40015,7 +40119,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'total_extranets': ,\n 'max_allowed_ipv4_prefix': ,\n 'total_ipv4_prefix': ,\n 'max_allowed_ipv6_prefix': ,\n 'total_ipv6_prefix': ,\n 'extranet_name': {\n : {\n 'provider_iid': ,\n 'provider_ipv4_prefix_count': ,\n 'provider_ipv6_prefix_count': ,\n 'provider_total_prefix_count': ,\n 'subscriber_inst_count': ,\n 'subscriber_ipv4_prefix_count': ,\n 'subscriber_ipv6_prefix_count': ,\n 'subscriber_total_prefix_count': ,\n 'total_ipv4_prefix_count': ,\n 'total_ipv6_prefix_count': ,\n 'total_prefix_count': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_extranet_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L13450" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L13627" } }, "show lisp {lisp_id} extranet {extranet_name} instance-id {instance_id}": { @@ -40026,7 +40130,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'home_instance': ,\n 'total': ,\n Optional (str) eid_prefix: {\n : {\n 'type': ,\n 'source': ,\n 'iid': ,\n 'eid': ,\n 'mask': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_extranet_extranet_name_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L82" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L83" }, "iosxe": { "class": "ShowLispExtranet", @@ -40046,7 +40150,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'iaf_count': ,\n 'loca_eid_map_count': ,\n 'etr_ems_link_count': ,\n 'udp_map_register': {\n 'sent': ,\n 'received': ,\n },\n 'tcp_map_register': {\n 'sent': ,\n 'received': ,\n },\n 'udp_map_notify': {\n 'sent': ,\n 'received': ,\n },\n 'tcp_map_notify': {\n 'sent': ,\n 'received': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_dn_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11621" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11798" } }, "show lisp {lisp_id} instance-id {instance_id} dynamic-eid": { @@ -40090,7 +40194,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n 'map_reply_state': ,\n Optional (str) site: ,\n Optional (str) locators: {\n : {\n 'uptime': ,\n 'rloc_state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10557" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10734" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet map-cache reverse-address-resolution": { @@ -40101,7 +40205,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18632" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18809" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet map-cache reverse-address-resolution {prefix}": { @@ -40112,7 +40216,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_map-cache_reverse-address-resolution_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18659" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18836" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet map-cache {eid_prefix}": { @@ -40123,7 +40227,7 @@ "package": "genie.libs.parser", "schema": null, "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9756" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9933" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet publication": { @@ -40134,7 +40238,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'total_entries': ,\n 'eid_prefix': {\n : {\n 'publisher_ip': ,\n 'last_published': ,\n Optional (str) rloc: ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_publication", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8168" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8345" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet publication {eid_prefix}": { @@ -40143,9 +40247,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp eid-table vlan {vlan} ethernet publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ethernet publication {eid_prefix}\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8284" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8461" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet publisher": { @@ -40156,7 +40260,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7114" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7270" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server": { @@ -40178,7 +40282,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) entries: {\n : {\n 'mac_address': ,\n 'inst_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6850" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7006" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server address-resolution detail": { @@ -40189,7 +40293,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server address-resolution {eid}": { @@ -40200,7 +40304,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'host_address': {\n : {\n 'hardware_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_errors': {\n 'authentication_failures': ,\n },\n 'etr': {\n : {\n 'port': ,\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n 'l3_instance_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_address-resolution_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8628" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8805" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server detail": { @@ -40211,7 +40315,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server etr-address {etr_address}": { @@ -40222,7 +40326,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server name {site_name}": { @@ -40233,7 +40337,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server reverse-address-resolution": { @@ -40244,7 +40348,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid': {\n : {\n 'host_address': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_reverse-address-resolution", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18322" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18499" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server reverse-address-resolution detail": { @@ -40255,7 +40359,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'eid': {\n : {\n 'host_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_failures': {\n : {\n 'auth_failures': ,\n },\n },\n 'etr': {\n : {\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_reverse-address-resolution_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18441" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18618" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server reverse-address-resolution {mac}": { @@ -40266,7 +40370,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': ,\n 'eid': {\n : {\n 'host_address': ,\n 'first_registered': ,\n 'last_registered': ,\n 'registration_failures': {\n : {\n 'auth_failures': ,\n },\n },\n 'etr': {\n : {\n 'last_registered': ,\n 'ttl': ,\n 'xtr_id': ,\n 'site_id': ,\n 'registered_addr': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_reverse-address-resolution_mac", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18441" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18618" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server subscription": { @@ -40277,7 +40381,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18952" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19129" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet server {eid}": { @@ -40288,7 +40392,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14542" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet subscriber": { @@ -40299,7 +40403,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7921" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8098" } }, "show lisp {lisp_id} instance-id {instance_id} ethernet subscription": { @@ -40310,7 +40414,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ethernet_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8127" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8304" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 away": { @@ -40321,7 +40425,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 away {eid_prefix}": { @@ -40332,7 +40436,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 away {eid}": { @@ -40343,7 +40447,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6565" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6721" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 database config-propagation": { @@ -40354,7 +40458,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_database_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19515" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19692" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 map-cache": { @@ -40365,7 +40469,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18104" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18281" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 map-cache {prefix}": { @@ -40376,7 +40480,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12458" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12635" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 publication": { @@ -40398,7 +40502,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_publication_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19239" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19416" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail": { @@ -40407,9 +40511,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}": { @@ -40418,9 +40522,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv4 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv4 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv4 publication detail\n *show lisp eid-table {eid_table} ipv4 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv4 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv4 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv4 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7576" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7753" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 publisher": { @@ -40431,7 +40535,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7195" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 publisher {publisher_id}": { @@ -40442,7 +40546,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9519" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 route-import map-cache": { @@ -40453,7 +40557,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 route-import map-cache {eid_prefix}": { @@ -40464,7 +40568,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 route-import map-cache {eid}": { @@ -40475,7 +40579,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6476" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server": { @@ -40497,7 +40601,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n 'instance_id': {\n : {\n 'eid_prefix': {\n : {\n 'last_registered': ,\n 'who_last_registered': ,\n Optional (str) port: ,\n 'up': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18688" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18865" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server detail": { @@ -40508,7 +40612,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server etr-address {etr_address}": { @@ -40519,7 +40623,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server extranet-policy": { @@ -40541,7 +40645,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14791" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14968" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server name {site_name}": { @@ -40552,7 +40656,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server silent-host-detection": { @@ -40574,7 +40678,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18876" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19053" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 server {eid}": { @@ -40585,7 +40689,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14455" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14632" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 smr": { @@ -40596,7 +40700,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9545" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9722" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 subscriber": { @@ -40607,7 +40711,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7847" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8024" } }, "show lisp {lisp_id} instance-id {instance_id} ipv4 subscription": { @@ -40618,7 +40722,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv4_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8051" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8228" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 away": { @@ -40629,7 +40733,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_away", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 away {eid_prefix}": { @@ -40640,7 +40744,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_away_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 away {eid}": { @@ -40651,7 +40755,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'vrf': ,\n Optional (str) entries: ,\n Optional (str) eid_prefix: {\n : {\n 'producer': ,\n 'created': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_away_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6811" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 database config-propagation": { @@ -40662,7 +40766,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': ,\n 'no_route': ,\n 'inactive': ,\n 'do_not_register': ,\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) import_from: ,\n Optional (str) inherited_from: ,\n Optional (str) auto_disc_rloc: ,\n Optional (str) proxy: ,\n 'up_time': ,\n 'last_change': ,\n 'service_insertion': ,\n 'extranet_iid': ,\n 'locators': {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'state': ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_database_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19540" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19717" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 map-cache": { @@ -40673,7 +40777,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'uptime': ,\n 'expiry_time': ,\n 'via': ,\n Optional (str) map_reply_state: ,\n Optional (str) site: ,\n Optional (str) sgt: ,\n Optional (str) map_cache_type: ,\n Optional (str) action: ,\n Optional (str) negative_cache_entry: ,\n Optional (str) locators: {\n : {\n Optional (str) uptime: ,\n Optional (str) rloc_state: ,\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) encap_iid: ,\n Optional (str) metric: Or (, None),\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18137" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18314" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 map-cache {prefix}": { @@ -40684,7 +40788,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n 'eid_prefix': ,\n 'eid': ,\n 'mask': ,\n 'uptime': ,\n 'expires': ,\n 'via': ,\n Optional (str) site: ,\n Optional (str) received_mapping: ,\n Optional (str) sgt: ,\n 'sources': ,\n 'state': ,\n 'last_modified': ,\n 'map_source': ,\n Optional (str) activity: ,\n Optional (str) packets_out: ,\n Optional (str) packets_out_bytes: ,\n Optional (str) action: ,\n Optional (str) counters_not_accurate: ,\n 'locators': {\n Any (str) *: {\n 'uptime': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'encap_iid': ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) metric: ,\n Optional (str) state_change_time: ,\n Optional (str) state_change_count: ,\n Optional (str) route_reachability_change_time: ,\n Optional (str) route_reachability_change_count: ,\n Optional (str) priority_change: ,\n Optional (str) weight_change: ,\n Optional (str) reject_reason: ,\n Optional (str) rloc_probe_sent: ,\n Optional (str) rloc_probe_in: ,\n Optional (str) itr_rloc: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_map-cache_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L12661" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 publication": { @@ -40706,7 +40810,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': {\n : {\n 'eid_prefix': {\n : {\n 'eid': ,\n 'mask': ,\n 'last_published': ,\n 'first_published': ,\n 'exported_to': ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'expires': ,\n 'epoch': {\n 'publisher': ,\n 'entry': ,\n },\n 'entry_state': ,\n 'xtr_id': ,\n 'domain_id': ,\n 'multihoming_id': ,\n Optional (str) extranet_iid: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_publication_config-propagation_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19267" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19444" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail": { @@ -40715,9 +40819,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_publication_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}": { @@ -40726,9 +40830,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 publisher": { @@ -40739,7 +40843,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n Any (str) *: {\n 'publishers': {\n : {\n 'state': ,\n 'session': ,\n 'pubsub_state': ,\n Optional (str) type: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_publisher", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7231" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 publisher {publisher_id}": { @@ -40750,7 +40854,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'state': ,\n 'epoch': ,\n 'entries': ,\n 'eid_prefix': {\n : {\n 'eid_epoch': ,\n 'last_pub_time': ,\n 'ttl': ,\n 'eid_state': ,\n Optional (str) rloc_set: {\n : {\n 'priority': ,\n 'weight': ,\n 'rloc_state': ,\n 'encap_iid': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_publisher_publisher_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9389" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9566" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 route-import map-cache": { @@ -40761,7 +40865,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_route-import_map-cache", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 route-import map-cache {eid_prefix}": { @@ -40772,7 +40876,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_route-import_map-cache_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 route-import map-cache {eid}": { @@ -40783,7 +40887,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'config': ,\n 'entries': ,\n 'limit': ,\n 'eids': {\n : {\n 'uptime': ,\n 'source': ,\n Optional (str) rloc_set: ,\n 'cache_db': ,\n Optional (str) state: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_route-import_map-cache_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6393" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6549" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server": { @@ -40805,7 +40909,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n 'instance_id': {\n : {\n 'eid_prefix': {\n : {\n 'last_registered': ,\n 'who_last_registered': ,\n Optional (str) port: ,\n 'up': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_config-propagation", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18709" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18886" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server detail": { @@ -40816,7 +40920,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server etr-address {etr_address}": { @@ -40827,7 +40931,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_etr-address_etr_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server extranet-policy": { @@ -40849,7 +40953,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_extranet-policy_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14833" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15010" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server name {site_name}": { @@ -40860,7 +40964,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server silent-host-detection": { @@ -40882,7 +40986,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'registration': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n Optional (str) subscribers: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18914" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L19091" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 server {eid}": { @@ -40893,7 +40997,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_server_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14566" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14743" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 smr": { @@ -40904,7 +41008,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n Optional (str) eid_table: ,\n 'entries': ,\n 'prefix': {\n : {\n 'producer': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_smr", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9661" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9838" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 subscriber": { @@ -40915,7 +41019,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'entries': ,\n 'subscribers': {\n : ListOf (dict) {'port': , 'type': , Optional (str) affinity_id_x: , Optional (str) affinity_id_y: },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_subscriber", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7884" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8061" } }, "show lisp {lisp_id} instance-id {instance_id} ipv6 subscription": { @@ -40926,7 +41030,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'entries': ,\n Optional (str) eid_prefix: {\n : {\n 'source': ,\n Optional (str) created: ,\n Optional (str) last_update: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_ipv6_subscription", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8089" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8266" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} database {prefix}": { @@ -40937,7 +41041,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'address_family': ,\n 'eid_table': ,\n 'lsb': ,\n 'entries_total': ,\n 'no_route_entries': ,\n 'inactive_entries': ,\n Optional (str) do_not_register_entries: ,\n 'all_no_route': ,\n 'eid_prefix': ,\n 'eid_info': ,\n Optional (str) route_map: ,\n 'domain_id': ,\n Optional (str) metric: ,\n Optional (str) srvc_ins_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) sgt: ,\n Optional (str) locators: {\n : {\n Optional (str) priority: ,\n Optional (str) weight: ,\n Optional (str) source: ,\n Optional (str) state: ,\n 'config_missing': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n Optional (str) map_servers: {\n : {\n 'uptime': ,\n 'ack': ,\n 'domain_id': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_database_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L8908" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L9085" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} eid-watch": { @@ -40948,7 +41052,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n Optional (str) instance_id: {\n Optional (type) : {\n 'client_name': ,\n 'process_id': ,\n 'connection_to_control_process': ,\n 'ipc_endpoint': ,\n 'client_notifications': ,\n 'address_family': ,\n 'eid_table': ,\n 'entry_count': ,\n 'prefix': ,\n 'watched_entries': ListOf (type) ,\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_eid-watch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10909" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} server registration-history": { @@ -40959,7 +41063,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_server_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} server summary": { @@ -40970,7 +41074,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'site': {\n : {\n 'configured': ,\n 'registered': ,\n 'incons': ,\n },\n },\n 'site_reg_limit': ,\n 'site_reg_count': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_inconsistent_registrations': ,\n 'af': {\n : {\n 'configured_eid_prefixes': ,\n 'registered_eid_prefixes': ,\n 'instance_service_site_reg_limit': ,\n 'registration_history_size': ,\n 'registration_history_limit': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_server_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11271" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11448" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} server {address_resolution} registration-history": { @@ -40981,7 +41085,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_server_address_resolution_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} server {address_resolution} {eid} registration-history": { @@ -40992,7 +41096,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_server_address_resolution_eid_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp {lisp_id} instance-id {instance_id} {address_family} server {eid} registration-history": { @@ -41003,10 +41107,19 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'eid_address': {\n : ListOf (dict) {'time': , 'instance_id': , 'protocol': , 'roam': , 'wlc': , 'source': , 'reg_type': , 'eid': , 'mask': },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_address_family_server_eid_registration-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14702" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14879" } }, "show lisp {lisp_id} instance-id {instance_id} {service}": { + "ios": { + "class": "ShowLispInstanceIdService", + "doc": "Parser for \"show lisp all instance-id \"", + "module_name": "show_lisp", + "package": "genie.libs.parser", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", + "uid": "show_lisp_lisp_id_instance-id_instance_id_service", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L171" + }, "iosxe": { "class": "ShowLispInstanceIdService", "doc": "Parser for \"show lisp instance-id {instance_id} {service}\"", @@ -41014,7 +41127,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'locator_table': ,\n 'eid_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub_eid: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ListOf (type) ,\n Optional (str) subscribers: ListOf (type) ,\n },\n Optional (str) site_registration_limit: ,\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'static_mappings': ,\n 'size': ,\n 'limit': ,\n 'imported_route': {\n 'count': ,\n 'limit': ,\n },\n 'activity_check_period': ,\n 'signal_supress': ,\n 'conservative_allocation': ,\n Optional (str) fib_updates: ,\n 'persistent': ,\n 'activity_tracking': ,\n },\n 'database': {\n 'total_database_mapping': ,\n 'static_database': {\n 'size': ,\n 'limit': ,\n },\n 'dynamic_database': {\n 'size': ,\n 'limit': ,\n },\n 'route_import': {\n 'size': ,\n 'limit': ,\n },\n 'import_site_reg': {\n 'size': ,\n 'limit': ,\n },\n 'dummy_database': {\n 'size': ,\n 'limit': ,\n },\n 'import_publication': {\n 'size': ,\n 'limit': ,\n },\n 'proxy_database': {\n 'size': ,\n },\n 'inactive': {\n 'size': ,\n },\n },\n 'publication_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n 'database': ,\n 'prefix_list': ,\n },\n 'site_reg_entries_exported': {\n 'map_cache': ,\n 'rib': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n 'encapsulation_type': ,\n Optional (str) ethernet_fast_detection: ,\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15326" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L15503" } }, "show lisp {lisp_id} instance-id {instance_id} {service} database": { @@ -41025,7 +41138,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n Any (str) *: {\n 'instance_id': {\n : {\n 'eid_table': ,\n 'lsb': ,\n 'entries': {\n 'total': ,\n 'no_route': ,\n 'inactive': ,\n Optional (str) do_not_register: ,\n 'eids': {\n : {\n 'eid': ,\n 'mask': ,\n Optional (str) do_not_register: ,\n Optional (str) dynamic_eid: ,\n Optional (str) locator_set: ,\n Optional (str) no_route_to_prefix: ,\n Optional (str) proxy: ,\n Optional (str) sgt: ,\n Optional (str) domain_id: ,\n Optional (str) service_insertion: ,\n Optional (str) service_insertion_id: ,\n Optional (str) auto_discover_rlocs: ,\n Optional (str) uptime: ,\n Optional (str) last_change: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'source': ,\n 'location': ,\n 'state': ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance-id_instance_id_service_database", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L139" }, "iosxe": { "class": "ShowLispServiceDatabase", @@ -41043,9 +41156,9 @@ "doc": "Parser for \"show lisp prefix-list\"", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n 'entries': {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n Optional (str) prefix_list_users: {\n 'instance_id': {\n : {\n 'address_family': {\n : {\n 'users': {\n : {\n Optional (str) address: ListOf (type) ,\n },\n },\n },\n },\n },\n },\n },\n Optional (str) entries: {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n Optional (str) source_list: ListOf (type) ,\n Optional (str) number_of_rib_sources: ,\n Optional (str) number_of_publication_sources: ,\n Optional (str) number_of_site_registration_sources: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_prefix-list", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6026" } }, "show lisp {lisp_id} prefix-list {prefix_list_name}": { @@ -41054,9 +41167,9 @@ "doc": "Parser for \"show lisp prefix-list\"", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n 'entries': {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'prefix_list_name': {\n : {\n 'number_of_entries': ,\n Optional (str) users: ListOf (dict) {Optional (type) : },\n Optional (str) prefix_list_users: {\n 'instance_id': {\n : {\n 'address_family': {\n : {\n 'users': {\n : {\n Optional (str) address: ListOf (type) ,\n },\n },\n },\n },\n },\n },\n },\n Optional (str) entries: {\n : {\n 'sources': ,\n 'first_added': ,\n 'last_verified_by': ,\n 'last_verified': ,\n Optional (str) source_list: ListOf (type) ,\n Optional (str) number_of_rib_sources: ,\n Optional (str) number_of_publication_sources: ,\n Optional (str) number_of_site_registration_sources: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_prefix-list_prefix_list_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L6026" } }, "show lisp {lisp_id} redundancy": { @@ -41067,7 +41180,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'rp': ,\n 'sso': ,\n 'checkpoint_connection': ,\n 'peer_redundancy_state': ,\n 'number_of_bulk_sync_started': ,\n 'last_bulk_sync_started': ,\n 'last_bulk_sync_finished': ,\n 'last_sync_lost': ,\n 'queued_checkpoint_requests': ,\n 'unack_checkpoint_requests': ,\n 'max_checkpoint_requests': ,\n },\n },\n}", "uid": "show_lisp_lisp_id_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10367" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L10544" } }, "show lisp {lisp_id} remote-locator-set name {remote_locator_name}": { @@ -41078,7 +41191,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'remote_locator_name': {\n : {\n 'rloc': {\n : {\n 'instance_id': {\n : {\n 'priority': ,\n 'weight': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) etr_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) srvc_ins_type: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_remote-locator-set_name_remote_locator_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18212" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18389" } }, "show lisp {lisp_id} remote-locator-set {remote_locator_type}": { @@ -41089,7 +41202,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'remote_locator_name': {\n : {\n 'rloc': {\n : {\n 'instance_id': {\n : {\n 'priority': ,\n 'weight': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihome_id: ,\n Optional (str) etr_type: ,\n Optional (str) srvc_ins_id: ,\n Optional (str) srvc_ins_type: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_remote-locator-set_remote_locator_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18212" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L18389" } }, "show lisp {lisp_id} service {service}": { @@ -41100,7 +41213,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'locator_table': ,\n 'itr': {\n 'enabled': ,\n 'proxy_itr_router': ,\n Optional (str) proxy_itr_rloc: ,\n Optional (str) local_rloc_last_resort: ,\n Optional (str) use_proxy_etr_rloc: ,\n 'solicit_map_request': ,\n 'max_smr_per_map_cache': ,\n 'multiple_smr_supression_time': ,\n },\n 'etr': {\n 'enabled': ,\n 'proxy_etr_router': ,\n 'accept_mapping_data': ,\n 'map_cache_ttl': ,\n },\n Optional (str) nat_traversal_router: ,\n Optional (str) mobility_first_hop_router: ,\n 'map_server': {\n 'enabled': ,\n },\n 'map_resolver': {\n 'enabled': ,\n },\n 'delegated_database_tree': ,\n 'mr_use_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n 'first_packet_petr': {\n 'role': ,\n Optional (str) locator_set: ,\n },\n Optional (str) multiple_ip_per_mac: ,\n Optional (str) mcast_flood_access_tunnel: ,\n Optional (str) pub_sub: {\n 'role': ,\n Optional (str) publishers: ,\n Optional (str) subscribers: ,\n },\n Optional (str) mapping_servers: {\n Any (str) *: {\n 'ms_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) map_resolvers: {\n Any (str) *: {\n 'mr_address': ,\n Optional (str) prefix_list: ,\n },\n },\n Optional (str) xtr_id: ,\n Optional (str) site_id: ,\n 'locator_status_algorithms': {\n 'rloc_probe_algorithm': ,\n 'rloc_probe_on_route_change': ,\n 'rloc_probe_member_change': ,\n 'lsb_reports': ,\n 'ipv4_rloc_min_mask_len': ,\n 'ipv6_rloc_min_mask_len': ,\n },\n 'map_cache': {\n 'limit': ,\n 'activity_check_period': ,\n 'persistent': ,\n },\n 'database': {\n 'dynamic_database_limit': ,\n },\n Optional (str) source_locator_configuration: {\n 'vlans': {\n Any (str) *: {\n 'address': ,\n 'interface': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_service_service", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L98" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L99" }, "iosxe": { "class": "ShowLispService", @@ -41120,7 +41233,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'last_cleared': ,\n 'control_packets': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'encapsulated': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'smr_based': {\n 'in': ,\n 'out': ,\n },\n 'extranet_smr_cross_iid': {\n 'in': ,\n },\n 'expired': {\n 'on_queue': ,\n 'no_reply': ,\n },\n 'map_resolver_forwarded': ,\n 'map_server_forwarded': ,\n },\n 'map_reply': {\n 'in': ,\n 'out': ,\n 'authoritative': {\n 'in': ,\n 'out': ,\n },\n 'non_authoritative': {\n 'in': ,\n 'out': ,\n },\n 'negative': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'map_server_proxy_reply': {\n 'out': ,\n },\n },\n 'wlc_map_subscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'wlc_map_unsubscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_register': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'map_server_af_disabled': ,\n 'not_valid_site_eid_prefix': ,\n 'authentication_failures': ,\n 'disallowed_locators': ,\n 'misc': ,\n },\n 'wlc_map_registers': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_notify': {\n 'in': ,\n 'out': ,\n 'authentication_failures': ,\n },\n 'wlc_map_notify': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publish_subscribe': {\n 'subscription_request': {\n 'in': ,\n 'out': ,\n 'iid': {\n 'in': ,\n 'out': ,\n },\n 'pub_refresh': {\n 'in': ,\n 'out': ,\n },\n 'policy': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'subscription_status': {\n 'in': ,\n 'out': ,\n 'end_of_publication': {\n 'in': ,\n 'out': ,\n },\n 'subscription_rejected': {\n 'in': ,\n 'out': ,\n },\n 'subscription_removed': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'solicit_subscription': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publication': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n },\n },\n 'errors': {\n 'mapping_rec_ttl_alerts': ,\n 'map_request_invalid_source_rloc_drops': ,\n 'map_register_invalid_source_rloc_drops': ,\n 'ddt_requests_failed': ,\n 'ddt_itr_map_requests': {\n 'dropped': ,\n 'nonce_collision': ,\n 'bad_xtr_nonce': ,\n },\n },\n 'cache_related': {\n 'cache_entries': {\n 'created': ,\n 'deleted': ,\n },\n 'nsf_cef_replay_entry_count': ,\n 'rejected_eid_prefix_due_to_limit': ,\n },\n 'forwarding': {\n 'data_signals': {\n 'processed': ,\n 'dropped': ,\n },\n 'reachability_reports': {\n 'count': ,\n 'dropped': ,\n },\n 'smr_signals': {\n 'dropped': ,\n },\n },\n 'rloc_statistics': {\n 'last_cleared': ,\n 'control_packets': {\n 'rtr': {\n 'map_requests_forwarded': ,\n 'map_notifies_forwarded': ,\n },\n 'ddt': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n },\n 'map_referrals': {\n 'in': ,\n 'out': ,\n },\n },\n },\n 'errors': {\n 'map_request_format': ,\n 'map_reply_format': ,\n 'map_referral': ,\n },\n },\n 'misc_statistics': {\n 'invalid': {\n 'ip_version_drops': ,\n 'ip_header_drops': ,\n 'ip_proto_field_drops': ,\n 'packet_size_drops': ,\n 'lisp_control_port_drops': ,\n 'lisp_checksum_drops': ,\n },\n 'unsupported_lisp_packet_drops': ,\n 'unknown_packet_drops': ,\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_service_service_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L163" }, "iosxe": { "class": "ShowLispServiceStatistics", @@ -41140,7 +41253,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_router_instances': {\n Any (str) *: {\n 'lisp_router_instance_id': ,\n Optional (str) service: {\n Optional (Any) Any (str) *: {\n Optional (str) virtual_network_ids: {\n Any (str) *: {\n Optional (str) vrf: ,\n 'interface': ,\n 'db_size': ,\n 'db_no_route': ,\n Optional (str) rloc_status: ,\n 'cache_size': ,\n 'incomplete': ,\n 'cache_idle': ,\n 'lisp_role': {\n Any (str) *: {\n 'lisp_role_type': ,\n },\n },\n },\n },\n 'etr': {\n 'summary': {\n 'instance_count': ,\n 'total_eid_tables': ,\n 'total_db_entries': ,\n 'total_db_entries_inactive': ,\n Optional (str) maximum_db_entries: ,\n 'total_map_cache_entries': ,\n Optional (str) maximum_map_cache_entries: ,\n 'eid_tables_inconsistent_locators': ,\n 'eid_tables_incomplete_map_cache_entries': ,\n 'eid_tables_pending_map_cache_update_to_fib': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_service_service_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/ios/show_lisp.py#L131" }, "iosxe": { "class": "ShowLispServiceSummary", @@ -41160,7 +41273,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'peer_addr': ,\n 'peer_port': ,\n 'local_address': ,\n Optional (str) local_port: ,\n Optional (str) session_type: ,\n Optional (str) session_state: ,\n Optional (str) session_state_time: ,\n Optional (str) session_rtt: ,\n Optional (str) session_rtt_time: ,\n 'messages_in': ,\n 'messages_out': ,\n 'bytes_in': ,\n 'bytes_out': ,\n 'fatal_errors': ,\n 'rcvd_unsupported': ,\n 'rcvd_invalid_vrf': ,\n 'rcvd_override': ,\n 'rcvd_malformed': ,\n 'sent_defferred': ,\n 'ssd_redundancy': ,\n 'auth_type': ,\n Optional (str) keychain_name: ,\n 'users': {\n 'count': ,\n 'type': {\n : {\n 'id': {\n : {\n 'in': ,\n 'out': ,\n 'state': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_session_rloc", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11816" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L11993" } }, "show lisp {lisp_id} site": { @@ -41182,7 +41295,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} site eid-table vrf {vrf}": { @@ -41226,7 +41339,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_name_site_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} site summary": { @@ -41237,7 +41350,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site': {\n : {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n 'inconsistent': ,\n },\n },\n },\n 'site_registration_limit': ,\n 'site_registration_count': ,\n 'ar_entries': ,\n 'configured_sites': ,\n 'registered_sites': ,\n 'sites_with_inconsistent_reg': ,\n 'configured_registered_prefixes': {\n 'ipv4': {\n 'configured': ,\n 'registered': ,\n },\n 'ipv6': {\n 'configured': ,\n 'registered': ,\n },\n 'mac': {\n 'configured': ,\n 'registered': ,\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16257" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16434" } }, "show lisp {lisp_id} site {eid}": { @@ -41248,7 +41361,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_eid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} site {eid} eid-table vrf {vrf}": { @@ -41259,7 +41372,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_eid_eid-table_vrf_vrf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} site {eid} eid-table {eid_table}": { @@ -41270,7 +41383,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_eid_eid-table_eid_table", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} site {eid} instance-id {instance_id}": { @@ -41281,7 +41394,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'site_name': {\n : {\n Optional (str) instance_id: {\n : {\n 'eid_prefix': {\n : {\n 'first_registered': ,\n 'last_registered': ,\n Optional (str) routing_table_tag: ,\n 'origin': ,\n 'merge_active': ,\n 'proxy_reply': ,\n Optional (str) skip_publication: ,\n Optional (str) force_withdraw: ,\n 'ttl': ,\n 'state': ,\n Optional (str) extranet_iid: ,\n 'registration_erros': {\n 'authentication_failures': ,\n 'allowed_locators_mismatch': ,\n },\n Optional (str) sgt: ,\n Optional (str) etr: {\n : {\n Optional (str) port: ,\n 'last_registered': ,\n 'proxy_reply': ,\n 'map_notify': ,\n 'ttl': ,\n Optional (str) nonce: ,\n 'state': ,\n 'xtr_id': ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n 'locators': {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'local': ,\n 'state': ,\n 'priority': ,\n 'weight': ,\n 'scope': ,\n 'reg_etr': ,\n Optional (str) port: ,\n 'rdp': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_site_eid_instance-id_instance_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14269" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L14446" } }, "show lisp {lisp_id} {instance_id} {service} statistics": { @@ -41292,7 +41405,7 @@ "package": "genie.libs.parser", "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'last_cleared': ,\n 'control_packets': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'encapsulated': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'smr_based': {\n 'in': ,\n 'out': ,\n },\n 'expired': {\n 'on_queue': ,\n 'no_reply': ,\n },\n 'map_resolver_forwarded': ,\n 'map_server_forwarded': ,\n },\n 'map_reply': {\n 'in': ,\n 'out': ,\n 'authoritative': {\n 'in': ,\n 'out': ,\n },\n 'non_authoritative': {\n 'in': ,\n 'out': ,\n },\n 'negative': {\n 'in': ,\n 'out': ,\n },\n 'rloc_probe': {\n 'in': ,\n 'out': ,\n },\n 'map_server_proxy_reply': {\n 'out': ,\n },\n },\n 'wlc_map_subscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'wlc_map_unsubscribe': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_register': {\n 'in': ,\n 'out': ,\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n 'map_server_af_disabled': ,\n 'not_valid_site_eid_prefix': ,\n 'authentication_failures': ,\n 'disallowed_locators': ,\n 'misc': ,\n },\n 'wlc_map_registers': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'map_notify': {\n 'in': ,\n 'out': ,\n 'authentication_failures': ,\n },\n 'wlc_map_notify': {\n 'in': ,\n 'out': ,\n 'ap': {\n 'in': ,\n 'out': ,\n },\n 'client': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publish_subscribe': {\n 'subscription_request': {\n 'in': ,\n 'out': ,\n 'iid': {\n 'in': ,\n 'out': ,\n },\n 'pub_refresh': {\n 'in': ,\n 'out': ,\n },\n 'policy': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'subscription_status': {\n 'in': ,\n 'out': ,\n 'end_of_publication': {\n 'in': ,\n 'out': ,\n },\n 'subscription_rejected': {\n 'in': ,\n 'out': ,\n },\n 'subscription_removed': {\n 'in': ,\n 'out': ,\n },\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'solicit_subscription': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n 'publication': {\n 'in': ,\n 'out': ,\n 'failures': {\n 'in': ,\n 'out': ,\n },\n },\n },\n },\n 'errors': {\n 'mapping_rec_ttl_alerts': ,\n 'map_request_invalid_source_rloc_drops': ,\n 'map_register_invalid_source_rloc_drops': ,\n 'ddt_requests_failed': ,\n 'ddt_itr_map_requests': {\n 'dropped': ,\n 'nonce_collision': ,\n 'bad_xtr_nonce': ,\n },\n },\n 'cache_related': {\n 'cache_entries': {\n 'created': ,\n 'deleted': ,\n },\n 'nsf_cef_replay_entry_count': ,\n 'eid_prefix_map_cache': ,\n 'rejected_eid_prefix_due_to_limit': ,\n 'times_signal_suppresion_turned_on': ,\n 'time_since_last_signal_suppressed': ,\n 'negative_entries_map_cache': ,\n 'total_rlocs_map_cache': ,\n 'average_rlocs_per_eid_prefix': ,\n 'policy_active_entries': ,\n },\n 'forwarding': {\n 'data_signals': {\n 'processed': ,\n 'dropped': ,\n },\n 'reachability_reports': {\n 'count': ,\n 'dropped': ,\n },\n 'smr_signals': {\n 'dropped': ,\n },\n },\n 'itr_map_resolvers': {\n : {\n 'last_reply': ,\n 'metric': ,\n 'req_sent': ,\n 'positive': ,\n 'negative': ,\n 'no_reply': ,\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'etr_map_servers': {\n : {\n 'avgrtt': {\n '5_sec': ,\n '1_min': ,\n '5_min': ,\n },\n },\n },\n 'rloc_statistics': {\n 'last_cleared': ,\n 'control_packets': {\n 'rtr': {\n 'map_requests_forwarded': ,\n 'map_notifies_forwarded': ,\n },\n 'ddt': {\n 'map_requests': {\n 'in': ,\n 'out': ,\n },\n 'map_referrals': {\n 'in': ,\n 'out': ,\n },\n },\n },\n 'errors': {\n 'map_request_format': ,\n 'map_reply_format': ,\n 'map_referral': ,\n },\n },\n 'misc_statistics': {\n 'invalid': {\n 'ip_version_drops': ,\n 'ip_header_drops': ,\n 'ip_proto_field_drops': ,\n 'packet_size_drops': ,\n 'lisp_control_port_drops': ,\n 'lisp_checksum_drops': ,\n },\n 'unsupported_lisp_packet_drops': ,\n 'unknown_packet_drops': ,\n },\n },\n },\n },\n },\n}", "uid": "show_lisp_lisp_id_instance_id_service_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16733" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L16910" } }, "show lispp eid-table {eid_table} ipv6 publication {eid_prefix}": { @@ -41301,9 +41414,9 @@ "doc": "\n Parser for\n *show lisp instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp eid-table {eid_table} ipv6 publication {eid_prefix}\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication {eid_prefix}\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication {eid_prefix}\n *show lisp instance-id {instance_id} ipv6 publication detail\n *show lisp {lisp_id} instance-id {instance_id} ipv6 publication detail\n *show lisp eid-table {eid_table} ipv6 publication detail\n *show lisp {lisp_id} eid-table vrf {vrf} ipv6 publication detail\n *show lisp locator-table {vrf} instance-id {instance_id} ipv6 publication detail\n *show lisp locator-table vrf {vrf} instance-id {instance_id} ipv6 publication detail\n ", "module_name": "show_lisp", "package": "genie.libs.parser", - "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", + "schema": "{\n'lisp_id': {\n : {\n 'instance_id': {\n : {\n 'eid_prefixes': {\n : {\n 'first_published': ,\n 'last_published': ,\n 'state': ,\n Optional (str) exported_to: ,\n 'publishers': {\n : {\n 'port': ,\n 'last_published': ,\n 'ttl': ,\n 'publisher_epoch': ,\n 'entry_epoch': ,\n 'entry_state': ,\n Optional (str) routing_tag: ,\n 'xtr_id': ,\n Optional (str) site_id: ,\n Optional (str) domain_id: ,\n Optional (str) sgt: ,\n Optional (str) multihoming_id: ,\n Optional (str) extranet_iid: ,\n Optional (str) locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n Optional (str) metric: ,\n Optional (str) domain_id: ,\n Optional (str) multihoming_id: ,\n Optional (str) affinity_id_x: ,\n Optional (str) affinity_id_y: ,\n Optional (str) rdp: ,\n },\n },\n },\n },\n Optional (str) merged_locators: {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n 'src_add': ,\n 'publishers': {\n : {\n 'priority': ,\n 'weight': ,\n 'state': ,\n 'encap_iid': ,\n 'rdp_len': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_lispp_eid-table_eid_table_ipv6_publication_eid_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7637" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_lisp.py#L7814" } }, "show lldp": { @@ -42167,7 +42280,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table address {address}": { @@ -42178,7 +42291,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_address_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table address {address} interface {interface}": { @@ -42189,7 +42302,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_address_address_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table address {address} interface {interface} vlan {vlan}": { @@ -42200,7 +42313,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_address_address_interface_interface_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table address {address} vlan {vlan}": { @@ -42211,7 +42324,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_address_address_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table address {mac} vlan {vlan}": { @@ -42251,7 +42364,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_aging_time': ,\n}", "uid": "show_mac_address-table_aging-time", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L223" } }, "show mac address-table count": { @@ -42346,7 +42459,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table interface {interface} vlan {vlan}": { @@ -42375,7 +42488,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_interface_interface_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table learning": { @@ -42406,7 +42519,7 @@ "package": "genie.libs.parser", "schema": "{\n'configured_system_limit': ,\n'current_system_count': ,\n'configured_system_action': ,\n'currently_system_is': ,\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'conf_limit': ,\n 'curr_count': ,\n 'cfg_action': ,\n 'currently': ,\n },\n },\n },\n}", "uid": "show_mac_address-table_limit", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L272" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L277" } }, "show mac address-table local vni {vni}": { @@ -42417,7 +42530,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_local_vni_vni", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L133" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L138" } }, "show mac address-table notification change": { @@ -42468,7 +42581,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L162" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L167" } }, "show mac address-table vni {vni} | grep {interface}": { @@ -42479,7 +42592,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_table': {\n 'vlans': {\n Any (str) *: {\n 'vlan': ,\n 'mac_addresses': {\n Any (str) *: {\n 'mac_address': ,\n Optional (str) entry: ,\n 'secure': ,\n 'ntfy': ,\n Optional (str) drop: {\n 'drop': ,\n 'age': ,\n 'mac_type': ,\n },\n Optional (str) interfaces: {\n Any (str) *: {\n 'interface': ,\n 'age': ,\n 'mac_type': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_mac_address-table_vni_vni___grep_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L133" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/nxos/show_fdb.py#L138" } }, "show macro auto device": { @@ -42909,6 +43022,39 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_memory.py#L35" } }, + "show meraki": { + "iosxe": { + "class": "ShowMeraki", + "doc": "Parser for:\n * 'show meraki'\n * 'show meraki switch {switch}'\n ", + "module_name": "show_meraki", + "package": "genie.libs.parser", + "schema": "{\n'meraki': {\n 'switch': {\n Any (str) *: {\n 'switch_num': ,\n 'pid': ,\n 'serial_number': ,\n 'meraki_sn': ,\n 'mac_addr': ,\n 'conversion_status': ,\n 'current_mode': ,\n },\n },\n },\n}", + "uid": "show_meraki", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_meraki.py#L43" + } + }, + "show meraki connect": { + "iosxe": { + "class": "ShowMerakiConnect", + "doc": "Parser for show meraki connect", + "module_name": "show_meraki", + "package": "genie.libs.parser", + "schema": "{\n'service_meraki_connect': ,\nOptional (str) meraki_tunnel_config: {\n 'fetch_state': ,\n Optional (str) fetch_fail: ,\n Optional (str) last_fetch(utc): ,\n Optional (str) next_fetch(utc): ,\n Optional (str) config_server: ,\n Optional (str) primary: ,\n Optional (str) secondary: ,\n Optional (str) client_ipv6_addr: ,\n Optional (str) network_name: ,\n },\nOptional (str) meraki_tunnel_state: {\n 'primary': ,\n 'secondary': ,\n Optional (str) primary_last_change(utc): ,\n Optional (str) secondary_last_change(utc): ,\n Optional (str) client_last_restart(utc): ,\n },\nOptional (str) meraki_tunnel_interface: {\n 'status': ,\n 'rx_packets': ,\n 'tx_packets': ,\n 'rx_errors': ,\n 'tx_errors': ,\n 'rx_drop_packets': ,\n 'tx_drop_packets': ,\n },\nOptional (str) meraki_device_registration: {\n 'url': ,\n Optional (str) devices: {\n Any (str) *: {\n 'pid': ,\n 'serial_number': ,\n Optional (str) meraki_id: ,\n Optional (str) cloud_id: ,\n 'mac_address': ,\n 'status': ,\n Optional (str) error: ,\n 'timestamp(utc)': ,\n },\n },\n },\n}", + "uid": "show_meraki_connect", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_meraki.py#L163" + } + }, + "show meraki switch {switch}": { + "iosxe": { + "class": "ShowMeraki", + "doc": "Parser for:\n * 'show meraki'\n * 'show meraki switch {switch}'\n ", + "module_name": "show_meraki", + "package": "genie.libs.parser", + "schema": "{\n'meraki': {\n 'switch': {\n Any (str) *: {\n 'switch_num': ,\n 'pid': ,\n 'serial_number': ,\n 'meraki_sn': ,\n 'mac_addr': ,\n 'conversion_status': ,\n 'current_mode': ,\n },\n },\n },\n}", + "uid": "show_meraki_switch_switch", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_meraki.py#L43" + } + }, "show mfib platform evpn bucket location {location}": { "iosxr": { "class": "ShowMfibPlatformEvpnBucketLocation", @@ -43189,7 +43335,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) switch: {\n Any (str) *: {\n 'port': ,\n 'model': ,\n 'serial_number': ,\n 'mac_address': ,\n 'hw_ver': ,\n 'sw_ver': ,\n },\n },\nOptional (str) module: {\n : {\n 'ports': ,\n 'card_type': ,\n 'model': ,\n Optional (str) serial: ,\n 'mac_address': ,\n 'hw': ,\n 'fw': ,\n 'sw': ,\n 'status': ,\n Optional (str) redundancy_role: ,\n Optional (str) operating_redundancy_mode: ,\n Optional (str) configured_redundancy_mode: ,\n },\n },\nOptional (str) number_of_mac_address: ,\nOptional (str) chassis_mac_address_lower_range: ,\nOptional (str) chassis_mac_address_upper_range: ,\nOptional (str) switches: {\n : {\n Optional (str) module: {\n : {\n 'ports': ,\n 'card_type': ,\n 'model': ,\n 'serial': ,\n 'mac_address': ,\n 'hw': ,\n 'fw': ,\n 'sw': ,\n 'status': ,\n Optional (str) redundancy_role: ,\n Optional (str) operating_redundancy_mode: ,\n Optional (str) configured_redundancy_mode: ,\n },\n },\n },\n },\nOptional (str) chassis: {\n : {\n 'number_of_mac_address': ,\n 'chassis_mac_address_lower_range': ,\n 'chassis_mac_address_upper_range': ,\n },\n },\n}", "uid": "show_module", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4380" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4383" }, "nxos": { "class": "ShowModule", @@ -43207,9 +43353,9 @@ "doc": " Parser for\n \"show monitor\"\n \"show monitor session {session}\"\n \"show monitor session all\"\n ", "module_name": "show_monitor", "package": "genie.libs.parser", - "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", + "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) source_efps: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", "uid": "show_monitor", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L64" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L67" } }, "show monitor capture": { @@ -43220,7 +43366,7 @@ "package": "genie.libs.parser", "schema": "{\n'status_information': {\n Any (str) *: {\n 'target_type': {\n 'interface': ,\n 'direction': ,\n 'status': ,\n },\n 'filter_details': {\n 'filter_details_type': ,\n Optional (str) source_ip: ,\n Optional (str) destination_ip: ,\n Optional (str) protocol: ,\n },\n 'buffer_details': {\n 'buffer_type': ,\n Optional (str) buffer_size: ,\n },\n Optional (str) file_details: {\n Optional (str) file_name: ,\n Optional (str) file_size: ,\n Optional (str) file_number: ,\n Optional (str) size_of_buffer: ,\n },\n 'limit_details': {\n 'packets_number': ,\n 'packets_capture_duaration': ,\n 'packets_size': ,\n Optional (str) maximum_packets_number: ,\n Optional (str) packets_per_second: ,\n 'packet_sampling_rate': ,\n },\n },\n },\n}", "uid": "show_monitor_capture", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L325" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L317" } }, "show monitor capture file {path}": { @@ -43231,7 +43377,7 @@ "package": "genie.libs.parser", "schema": "{\n'capture': {\n : {\n 'time': ,\n 'scr_mac_address': ,\n 'dst_mac_address': ,\n 'protocol': ,\n 'packet_size': ,\n 'data': ,\n },\n },\n}", "uid": "show_monitor_capture_file_path", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L687" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L679" } }, "show monitor capture file {path} packet-number {number} detailed": { @@ -43242,7 +43388,7 @@ "package": "genie.libs.parser", "schema": "{\n'framenumber': {\n Any (str) *: {\n Optional (str) source_ipv4: ,\n Optional (str) destination_ipv4: ,\n Optional (str) source_eth: ,\n Optional (str) destination_eth: ,\n Optional (str) interface_id: ,\n Optional (str) interface_name: ,\n Optional (str) encapsulation_type: ,\n Optional (str) arrival_time: ,\n Optional (str) time_shift_for_this_packet: ,\n Optional (str) epoch_time: ,\n Optional (str) time_delta_from_previous_captured_frame: ,\n Optional (str) time_delta_from_previous_displayed_frame: ,\n Optional (str) time_since_reference_or_first_frame: ,\n Optional (str) frame_number: ,\n Optional (str) frame_length: ,\n Optional (str) capture_length: ,\n Optional (str) frame_is_marked: ,\n Optional (str) frame_is_ignored: ,\n Optional (str) protocols_in_frame: ,\n Optional (str) type: ,\n Optional (str) sgt: ,\n Optional (str) destination: ,\n Optional (str) source: ,\n Optional (str) address: ,\n Optional (str) options: ,\n Optional (str) version: ,\n Optional (str) total_length: ,\n Optional (str) identification: ,\n Optional (str) flags: ,\n Optional (str) fragment_offset: ,\n Optional (str) time_to_live: ,\n Optional (str) protocol: ,\n Optional (str) header_checksum: ,\n Optional (str) header_checksum_status: ,\n Optional (str) length: ,\n Optional (str) time_since_previous_frame: ,\n Optional (str) time_since_first_frame: ,\n Optional (str) reserved: ,\n Optional (str) stream_index: ,\n Optional (str) checksum: ,\n Optional (str) source_port: ,\n Optional (str) group_policy_id: ,\n Optional (str) destination_port: ,\n Optional (str) checksum_status: ,\n Optional (str) tcp_segment_len: ,\n Optional (str) sequence_number: ,\n Optional (str) next_sequence_number: ,\n Optional (str) acknowledgment_number: ,\n Optional (str) window_size_value: ,\n Optional (str) calculated_window_size: ,\n Optional (str) window_size_scaling_factor: ,\n Optional (str) urgent_pointer: ,\n Optional (str) bytes_in_flight: ,\n Optional (str) bytes_sent_since_last_psh_flag: ,\n Optional (str) severity_level: ,\n Optional (str) group: ,\n Optional (str) the_rto_for_this_segment_was: ,\n Optional (str) rto_based_on_delta_from_frame: ,\n Optional (str) time_since_first_frame_in_this_tcp_stream: ,\n Optional (str) time_since_previous_frame_in_this_tcp_stream: ,\n Optional (str) tcp_source_port: ,\n Optional (str) tcp_destination_port: ,\n Optional (str) tcp_seq_num: ,\n Optional (str) tcp_len: ,\n Optional (str) udp_source_port: ,\n Optional (str) udp_destination_port: ,\n Optional (str) next_header: ,\n Optional (str) hop_limit: ,\n Optional (str) payload_length: ,\n Optional (str) source_ipv6: ,\n Optional (str) destination_ipv6: ,\n Optional (str) vxlan_id: ,\n Optional (str) dscp_value: ,\n Optional (str) packet_identifier: ,\n Optional (str) authenticator: ,\n Optional (str) vendor_id: ,\n Optional (str) code: ,\n Optional (str) destination_address: ,\n Optional (str) source_address: ,\n },\n },\n}", "uid": "show_monitor_capture_file_path_packet-number_number_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L810" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L802" } }, "show monitor capture {capture_name} buffer": { @@ -43253,7 +43399,7 @@ "package": "genie.libs.parser", "schema": "{\n'capture': {\n : {\n 'time': ,\n 'scr_mac_address': ,\n 'dst_mac_address': ,\n 'protocol': ,\n 'packet_size': ,\n 'data': ,\n },\n },\n}", "uid": "show_monitor_capture_capture_name_buffer", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L687" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L679" } }, "show monitor capture {capture_name} buffer detailed": { @@ -43264,7 +43410,7 @@ "package": "genie.libs.parser", "schema": "{\n'framenumber': {\n Any (str) *: {\n Optional (str) source_ipv4: ,\n Optional (str) destination_ipv4: ,\n Optional (str) source_eth: ,\n Optional (str) destination_eth: ,\n Optional (str) interface_id: ,\n Optional (str) interface_name: ,\n Optional (str) encapsulation_type: ,\n Optional (str) arrival_time: ,\n Optional (str) time_shift_for_this_packet: ,\n Optional (str) epoch_time: ,\n Optional (str) time_delta_from_previous_captured_frame: ,\n Optional (str) time_delta_from_previous_displayed_frame: ,\n Optional (str) time_since_reference_or_first_frame: ,\n Optional (str) frame_number: ,\n Optional (str) frame_length: ,\n Optional (str) capture_length: ,\n Optional (str) frame_is_marked: ,\n Optional (str) frame_is_ignored: ,\n Optional (str) protocols_in_frame: ,\n Optional (str) type: ,\n Optional (str) sgt: ,\n Optional (str) destination: ,\n Optional (str) source: ,\n Optional (str) address: ,\n Optional (str) options: ,\n Optional (str) version: ,\n Optional (str) total_length: ,\n Optional (str) identification: ,\n Optional (str) flags: ,\n Optional (str) fragment_offset: ,\n Optional (str) time_to_live: ,\n Optional (str) protocol: ,\n Optional (str) header_checksum: ,\n Optional (str) header_checksum_status: ,\n Optional (str) length: ,\n Optional (str) time_since_previous_frame: ,\n Optional (str) time_since_first_frame: ,\n Optional (str) reserved: ,\n Optional (str) stream_index: ,\n Optional (str) checksum: ,\n Optional (str) source_port: ,\n Optional (str) group_policy_id: ,\n Optional (str) destination_port: ,\n Optional (str) checksum_status: ,\n Optional (str) tcp_segment_len: ,\n Optional (str) sequence_number: ,\n Optional (str) next_sequence_number: ,\n Optional (str) acknowledgment_number: ,\n Optional (str) window_size_value: ,\n Optional (str) calculated_window_size: ,\n Optional (str) window_size_scaling_factor: ,\n Optional (str) urgent_pointer: ,\n Optional (str) bytes_in_flight: ,\n Optional (str) bytes_sent_since_last_psh_flag: ,\n Optional (str) severity_level: ,\n Optional (str) group: ,\n Optional (str) the_rto_for_this_segment_was: ,\n Optional (str) rto_based_on_delta_from_frame: ,\n Optional (str) time_since_first_frame_in_this_tcp_stream: ,\n Optional (str) time_since_previous_frame_in_this_tcp_stream: ,\n Optional (str) tcp_source_port: ,\n Optional (str) tcp_destination_port: ,\n Optional (str) tcp_seq_num: ,\n Optional (str) tcp_len: ,\n Optional (str) udp_source_port: ,\n Optional (str) udp_destination_port: ,\n Optional (str) next_header: ,\n Optional (str) hop_limit: ,\n Optional (str) payload_length: ,\n Optional (str) source_ipv6: ,\n Optional (str) destination_ipv6: ,\n Optional (str) vxlan_id: ,\n Optional (str) dscp_value: ,\n Optional (str) packet_identifier: ,\n Optional (str) authenticator: ,\n Optional (str) vendor_id: ,\n Optional (str) code: ,\n Optional (str) destination_address: ,\n Optional (str) source_address: ,\n },\n },\n}", "uid": "show_monitor_capture_capture_name_buffer_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L810" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L802" } }, "show monitor capture {capture_name} buffer display-filter \"{filter_criteria}\" detailed": { @@ -43275,7 +43421,7 @@ "package": "genie.libs.parser", "schema": "{\n'framenumber': {\n Any (str) *: {\n Optional (str) source_ipv4: ,\n Optional (str) destination_ipv4: ,\n Optional (str) source_eth: ,\n Optional (str) destination_eth: ,\n Optional (str) interface_id: ,\n Optional (str) interface_name: ,\n Optional (str) encapsulation_type: ,\n Optional (str) arrival_time: ,\n Optional (str) time_shift_for_this_packet: ,\n Optional (str) epoch_time: ,\n Optional (str) time_delta_from_previous_captured_frame: ,\n Optional (str) time_delta_from_previous_displayed_frame: ,\n Optional (str) time_since_reference_or_first_frame: ,\n Optional (str) frame_number: ,\n Optional (str) frame_length: ,\n Optional (str) capture_length: ,\n Optional (str) frame_is_marked: ,\n Optional (str) frame_is_ignored: ,\n Optional (str) protocols_in_frame: ,\n Optional (str) type: ,\n Optional (str) sgt: ,\n Optional (str) destination: ,\n Optional (str) source: ,\n Optional (str) address: ,\n Optional (str) options: ,\n Optional (str) version: ,\n Optional (str) total_length: ,\n Optional (str) identification: ,\n Optional (str) flags: ,\n Optional (str) fragment_offset: ,\n Optional (str) time_to_live: ,\n Optional (str) protocol: ,\n Optional (str) header_checksum: ,\n Optional (str) header_checksum_status: ,\n Optional (str) length: ,\n Optional (str) time_since_previous_frame: ,\n Optional (str) time_since_first_frame: ,\n Optional (str) reserved: ,\n Optional (str) stream_index: ,\n Optional (str) checksum: ,\n Optional (str) source_port: ,\n Optional (str) group_policy_id: ,\n Optional (str) destination_port: ,\n Optional (str) checksum_status: ,\n Optional (str) tcp_segment_len: ,\n Optional (str) sequence_number: ,\n Optional (str) next_sequence_number: ,\n Optional (str) acknowledgment_number: ,\n Optional (str) window_size_value: ,\n Optional (str) calculated_window_size: ,\n Optional (str) window_size_scaling_factor: ,\n Optional (str) urgent_pointer: ,\n Optional (str) bytes_in_flight: ,\n Optional (str) bytes_sent_since_last_psh_flag: ,\n Optional (str) severity_level: ,\n Optional (str) group: ,\n Optional (str) the_rto_for_this_segment_was: ,\n Optional (str) rto_based_on_delta_from_frame: ,\n Optional (str) time_since_first_frame_in_this_tcp_stream: ,\n Optional (str) time_since_previous_frame_in_this_tcp_stream: ,\n Optional (str) tcp_source_port: ,\n Optional (str) tcp_destination_port: ,\n Optional (str) tcp_seq_num: ,\n Optional (str) tcp_len: ,\n Optional (str) udp_source_port: ,\n Optional (str) udp_destination_port: ,\n Optional (str) next_header: ,\n Optional (str) hop_limit: ,\n Optional (str) payload_length: ,\n Optional (str) source_ipv6: ,\n Optional (str) destination_ipv6: ,\n Optional (str) vxlan_id: ,\n Optional (str) dscp_value: ,\n Optional (str) packet_identifier: ,\n Optional (str) authenticator: ,\n Optional (str) vendor_id: ,\n Optional (str) code: ,\n Optional (str) destination_address: ,\n Optional (str) source_address: ,\n },\n },\n}", "uid": "show_monitor_capture_capture_name_buffer_display-filter_\"filter_criteria\"_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L810" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L802" } }, "show monitor session all": { @@ -43284,9 +43430,9 @@ "doc": " Parser for\n \"show monitor\"\n \"show monitor session {session}\"\n \"show monitor session all\"\n ", "module_name": "show_monitor", "package": "genie.libs.parser", - "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", + "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) source_efps: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", "uid": "show_monitor_session_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L64" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L67" } }, "show monitor session {session}": { @@ -43295,9 +43441,9 @@ "doc": " Parser for\n \"show monitor\"\n \"show monitor session {session}\"\n \"show monitor session all\"\n ", "module_name": "show_monitor", "package": "genie.libs.parser", - "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", + "schema": "{\n'session': {\n Any (str) *: {\n 'type': ,\n Optional (str) status: ,\n Optional (str) source_ports: {\n Any (str) *: ,\n },\n Optional (str) source_subinterfaces: {\n Any (str) *: ,\n },\n Optional (str) source_vlans: {\n Any (str) *: ,\n },\n Optional (str) source_efps: {\n Any (str) *: ,\n },\n Optional (str) filter_access_group: ,\n Optional (str) destination_ports: ,\n Optional (str) destination_ip_address: ,\n Optional (str) destination_erspan_id: ,\n Optional (str) origin_ip_address: ,\n Optional (str) source_erspan_id: ,\n Optional (str) source_ip_address: ,\n Optional (str) source_rspan_vlan: ,\n Optional (str) dest_rspan_vlan: ,\n Optional (str) mtu: ,\n },\n },\n}", "uid": "show_monitor_session_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L64" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_monitor.py#L67" } }, "show mpls forwarding": { @@ -48138,7 +48284,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) main: {\n Optional (str) switch_mac_address: ,\n Optional (str) mac_persistency_wait_time: ,\n Optional (str) chassis: ,\n Optional (str) swstack: ,\n },\n'slot': {\n Any (str) *: {\n Optional (str) rp: {\n Any (str) *: {\n Optional (str) sn: ,\n Optional (str) state: ,\n Optional (str) num_of_ports: ,\n Optional (str) mac_address: ,\n Optional (str) hw_ver: ,\n Optional (str) sw_ver: ,\n Optional (str) swstack_role: ,\n Optional (str) swstack_priority: ,\n Optional (str) ports: ,\n Optional (str) role: ,\n Optional (str) name: ,\n Optional (str) slot: ,\n Optional (str) priority: ,\n Optional (str) insert_time: ,\n Optional (str) fw_ver: ,\n Optional (str) cpld_ver: ,\n },\n },\n Optional (str) lc: {\n Any (str) *: {\n Optional (str) cpld_ver: ,\n Optional (str) fw_ver: ,\n Optional (str) insert_time: ,\n Optional (str) name: ,\n Optional (str) slot: ,\n Optional (str) state: ,\n Optional (str) subslot: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) insert_time: ,\n Optional (str) name: ,\n Optional (str) state: ,\n Optional (str) subslot: ,\n },\n },\n },\n },\n },\n Optional (str) other: {\n Any (str) *: {\n Optional (str) cpld_ver: ,\n Optional (str) fw_ver: ,\n Optional (str) insert_time: ,\n Optional (str) name: ,\n Optional (str) slot: ,\n Optional (str) state: ,\n Optional (str) subslot: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) insert_time: ,\n Optional (str) name: ,\n Optional (str) state: ,\n Optional (str) subslot: ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2871" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2874" }, "iosxr": { "class": "ShowPlatform", @@ -48158,7 +48304,7 @@ "package": "genie.libs.parser", "schema": "{\n'sb_info': {\n 'sb_access_vlan': ,\n 'sb_voice_vlan': ,\n 'conf_access_vlan': ,\n 'conf_voice_vlan': ,\n 'oper_access_vlan': ,\n 'oper_voice_vlan': ,\n 'def_host_access': ,\n 'auth_in_vp': ,\n 'client_count': ,\n 'vlan_count': ,\n 'port_ctrl_enable': ,\n 'cdp_bypass_enable': ,\n 'port_mode': ,\n 'ctrl_dir': ,\n },\n'mac': {\n Any (str) *: {\n 'int': ,\n 'mac': ,\n 'domain': ,\n 'vlan': ,\n 'clent_handle': ,\n 'port_open': ,\n 'flags': ,\n },\n },\n'int_vlan': {\n Any (str) *: {\n 'int': ,\n 'vlan': ,\n 'domain': ,\n 'user_count': ,\n 'fwd_count': ,\n 'client_count': ,\n 'vp_state': ,\n 'flags': ,\n },\n },\n}", "uid": "show_platform_authentication_sbinfo_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24214" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24235" } }, "show platform hardware authentication status": { @@ -48178,7 +48324,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) switch: {\n : {\n 'mainboard_authentication': ,\n Optional (str) fru_authentication: ,\n Optional (str) stack_cable_a_authentication: ,\n Optional (str) stack_cable_b_authentication: ,\n Optional (str) stack_adapter_a_authentication: ,\n Optional (str) stack_adapter_b_authentication: ,\n },\n },\nOptional (str) SUP0 Authentication: ,\nOptional (str) Fan Tray Authentication: ,\nOptional (str) Line Card:6 Authentication: ,\nOptional (str) Line Card:1 Authentication: ,\nOptional (str) SUP1 Authentication: ,\nOptional (str) Line Card:5 Authentication: ,\nOptional (str) Line Card:2 Authentication: ,\nOptional (str) Line Card:7 Authentication: ,\nOptional (str) Line Card 1 Authentication: ,\nOptional (str) Line Card 2 Authentication: ,\nOptional (str) Line Card 5 Authentication: ,\nOptional (str) Line Card:4 Authentication: ,\nOptional (str) Line Card 6 Authentication: ,\nOptional (str) Fan Tray 1 Authentication: ,\nOptional (str) Chassis Authentication: ,\nOptional (str) SSD FRU Authentication: ,\nOptional (str) SUP 0 Authentication: ,\nOptional (str) SUP 1 Authentication: ,\n}", "uid": "show_platform_hardware_authentication_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15272" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15275" } }, "show platform hardware chassis fantray detail": { @@ -48211,7 +48357,7 @@ "package": "genie.libs.parser", "schema": "{\n'fantray_details': {\n Any (str) *: {\n 'inlet_rpm': ,\n 'outlet_rpm': ,\n 'pwm': ,\n },\n },\n}", "uid": "show_platform_hardware_chassis_fantray_detail_switch_mode", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15457" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15460" } }, "show platform hardware chassis power-supply detail all": { @@ -48262,7 +48408,7 @@ "package": "genie.libs.parser", "schema": "{\n'power_supply_details': {\n Any (str) *: {\n 'input_voltage_volt': ,\n 'output_voltage_volt': ,\n 'input_power_watt': ,\n 'output_power_watt': ,\n 'input_current_amp': ,\n 'output_current_amp': ,\n 'temperature1_celsius': ,\n 'temperature2_celsius': ,\n 'temperature3_celsius': ,\n 'fan_speed_1_rpm': ,\n },\n },\n}", "uid": "show_platform_hardware_chassis_power-supply_detail_switch_mode_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15519" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15522" } }, "show platform hardware crypto-device utilization": { @@ -48273,7 +48419,7 @@ "package": "genie.libs.parser", "schema": "{\n'one_min_percent': ,\n'one_min_decrypt_pkt': ,\n'one_min_encrypt_pkt': ,\n'five_min_percent': ,\n'five_min_decrypt_pkt': ,\n'five_min_encrypt_pkt': ,\n'fifteen_min_percent': ,\n'fifteen_min_decrypt_pkt': ,\n'fifteen_min_encrypt_pkt': ,\n}", "uid": "show_platform_hardware_crypto-device_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32653" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32677" } }, "show platform hardware fed active fwd-asic drops exceptions": { @@ -48284,7 +48430,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'name': {\n Any (str) *: {\n 'prev': ,\n 'current': ,\n 'delta': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_drops_exceptions", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14368" } }, "show platform hardware fed active fwd-asic register read register-name {reg_name} asic {asic} core {core}": { @@ -48295,7 +48441,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n : {\n 'core': {\n : {\n Any (str) *: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_register_read_register-name_reg_name_asic_asic_core_core", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23890" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23911" } }, "show platform hardware fed active fwd-asic resource rewrite utilization": { @@ -48306,7 +48452,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'rewritedata': {\n Any (str) *: {\n 'allocated': ,\n 'free': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_resource_rewrite_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25467" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25488" } }, "show platform hardware fed active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}": { @@ -48344,7 +48490,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (Any) Any (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16270" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16273" } }, "show platform hardware fed active fwd-asic resource tcam utilization": { @@ -48356,7 +48502,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) resource: {\n Any (str) *: {\n 'slice': {\n Any (str) *: {\n 'used': ,\n 'free': ,\n },\n },\n },\n },\nOptional (str) asic: {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2142" }, "c9600": { "c9606r": { @@ -48382,7 +48528,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8487" } }, "show platform hardware fed active fwd-asic resource utilization": { @@ -48402,7 +48548,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic_instance': {\n Any (str) *: {\n 'resource': {\n Any (str) *: {\n 'resource_name': ,\n 'allocated': ,\n 'free': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_fwd-asic_resource_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27174" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27195" } }, "show platform hardware fed active qos queue config interface {interface}": { @@ -48413,7 +48559,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) asic: ,\nOptional (str) core: ,\n'data_port': ,\n'gpn': ,\nOptional (str) linkspeed: ,\n'afd': ,\nOptional (str) flatafd: ,\n'qosmap': ,\n'hw_queues': {\n 'min': ,\n 'max': ,\n },\n'drainfast': ,\n'portsoftstart': {\n 'min': ,\n 'max': ,\n },\nOptional (str) buffersharing: ,\n'queue': {\n : {\n 'dts': ,\n 'hardmax': ,\n 'softmax': ,\n 'portsmin': ,\n 'glblsmin': ,\n 'portstend': ,\n Optional (str) qenable: ,\n 'priority': ,\n 'schedule_mode': ,\n 'weight': ,\n 'shaping_step': ,\n Optional (str) sharpedweight: ,\n 'weight0': ,\n 'max_th0': ,\n 'min_th0': ,\n 'weight1': ,\n 'max_th1': ,\n 'min_th1': ,\n 'weight2': ,\n 'max_th2': ,\n 'min_th2': ,\n },\n },\nOptional (str) port: {\n 'priority': ,\n 'schedule_mode': ,\n 'weight': ,\n 'shaping_step': ,\n Optional (str) sharpedweight: ,\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_config_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23360" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23381" } }, "show platform hardware fed active qos queue label2qmap qmap-egress-data interface {interface}": { @@ -48424,7 +48570,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'queue': ,\n 'threshold': ,\n 'v_queue': ,\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_label2qmap_qmap-egress-data_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19840" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19847" } }, "show platform hardware fed active qos queue stats interface {interface}": { @@ -48445,7 +48591,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'voq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'slice': {\n Any (str) *: {\n 'sms_bytes': ,\n 'hbm_blocks': ,\n 'hbm_bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_stats_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1997" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2001" }, "class": "ShowPlatformHardwareFedActiveQosQueueStats", "doc": "\n Parser for:\n * show platform hardware fed active qos queue stats interface\n * show platform hardware fed switch 1 qos queue stats interface\n ", @@ -48453,7 +48599,7 @@ "package": "genie.libs.parser", "schema": "{\n'enqueue_counters': {\n : {\n 'buffers_count': ,\n 'enqueue_th0': ,\n 'enqueue_th1': ,\n 'enqueue_th2': ,\n 'q_policer': ,\n },\n },\n'drop_counters': {\n : {\n 'drop_th0': ,\n 'drop_th1': ,\n 'drop_th2': ,\n 's_buf_drop': ,\n 'q_eb_drop': ,\n 'q_policer_drop': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_stats_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19701" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19708" } }, "show platform hardware fed active qos queue stats interface {interface} clear": { @@ -48474,7 +48620,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'voq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'slice': {\n Any (str) *: {\n 'sms_bytes': ,\n 'hbm_blocks': ,\n 'hbm_bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_stats_interface_interface_clear", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2085" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2089" } } }, @@ -48486,7 +48632,7 @@ "package": "genie.libs.parser", "schema": "{\n'oq_id': {\n Any (str) *: {\n 'interface': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_active_qos_queue_stats_oq_multicast_attach", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31630" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31654" } }, "show platform hardware fed active qos schedule interface {interface}": { @@ -48497,7 +48643,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'port_Scheduler': {\n 'Interface_SCH_OID': ,\n 'System_Port_SCH_OID': ,\n 'Priority_Propagation': ,\n 'Sub_interface_Q_Mode': ,\n 'Logical_Port': ,\n 'TC_Profile': {\n 'SDK_OID': ,\n 'TC': {\n 'TC0': ,\n 'TC1': ,\n 'TC2': ,\n 'TC3': ,\n 'TC4': ,\n 'TC5': ,\n 'TC6': ,\n 'TC7': ,\n },\n },\n },\n 'Interface_Scheduler': {\n 'CIR': {\n 'Credit': ,\n 'Transmit': ,\n 'Weight': ,\n },\n 'PIR': {\n 'Credit': ,\n 'Transmit': ,\n 'Weight': ,\n },\n },\n 'Interface_Scheduler_OQPG': {\n 'PG_TYPE': {\n Any (str) *: {\n Optional (str) OQPG_0: ,\n Optional (str) OQPG_1: ,\n Optional (str) OQPG_2: ,\n Optional (str) OQPG_3: ,\n Optional (str) OQPG_4: ,\n Optional (str) OQPG_5: ,\n Optional (str) OQPG_6: ,\n Optional (str) OQPG_7: ,\n },\n },\n },\n 'OQPG': {\n Any (str) *: {\n 'LPSE_OQ_0': ,\n 'LPSE_OQ_1': ,\n Optional (str) OQ_2: ,\n Optional (str) OQ_3: ,\n Optional (str) OQ_4: ,\n Optional (str) OQ_5: ,\n Optional (str) OQ_6: ,\n Optional (str) OQ_7: ,\n },\n },\n 'LPSE_OID': ,\n Optional (str) LPSE_CIR_Rate: ,\n Optional (str) LPSE_CIR_Burst: ,\n Optional (str) LPSE_PIR_Rate: ,\n Optional (str) LPSE_PIR_Burst: ,\n Optional (str) LPSE_Main_Int: ,\n Optional (str) LPSE_OQSE_CIR: ,\n Optional (str) LPSE_OQSE_CIR_Burst: ,\n Optional (str) LPSE_OQSE_PIR: ,\n Optional (str) LPSE_OQSE_PIR_Burst: ,\n Optional (str) LPSE_Total: ,\n 'oqse_oid': ,\n 'oq_id': ,\n 'oq_scheduling_mode': ,\n Optional (str) oq_credit_cir: ,\n Optional (str) oq_credit_cir_burst: ,\n 'oq_credit_pir': ,\n 'oq_credit_pir_burst': ,\n Optional (str) oq_transmit_pir: ,\n Optional (str) oq_transmit_pir_burst: ,\n },\n },\n}", "uid": "show_platform_hardware_fed_active_qos_schedule_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18922" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18929" } }, "show platform hardware fed active vlan {num} ingress": { @@ -48508,7 +48654,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan_id': ,\n'forwarding_state': {\n 'tagged_list': ,\n 'untagged_list': ,\n },\n'flood_list': ,\n}", "uid": "show_platform_hardware_fed_active_vlan_num_ingress", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17636" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17643" } }, "show platform hardware fed switch active fwd resource utilization | include {label}": { @@ -48519,7 +48665,7 @@ "package": "genie.libs.parser", "schema": "{\n'resource_name': {\n Any (str) *: {\n 'allocated': ,\n 'free': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_active_fwd_resource_utilization___include_label", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21945" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21966" } }, "show platform hardware fed switch active fwd-asic resource asic all cpp-vbin all": { @@ -48543,7 +48689,7 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'labels': {\n Any (str) *: {\n 'vcu_results': ,\n 'l3len': ,\n 'l3pro': ,\n 'l3tos': ,\n 'srcaddr': ,\n 'dstaddr': ,\n 'mtrid': ,\n 'vrfid': ,\n 'sh': ,\n 'mvid': ,\n 'l3err': ,\n },\n },\n 'nat_result_rm': ,\n 'nat_static_rule': ,\n 'nat_dynamic_rule': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_active_fwd-asic_resource_tcam_table_acl___begin_INPUT_NAT", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16550" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16557" } }, "show platform hardware fed switch active matm macTable": { @@ -48554,7 +48700,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_address': {\n Any (str) *: {\n 'head': {\n 'vlan': ,\n },\n 'key': {\n 'vlan': ,\n 'mac': ,\n 'l3_if': ,\n 'gpn': ,\n 'epoch': ,\n 'static': ,\n 'flood_en': ,\n 'vlan_lead_wless_flood_en': ,\n 'client_home_asic': ,\n 'learning_peerid': ,\n 'learning_peerid_valid': ,\n },\n 'mask': {\n 'vlan': ,\n 'mac': ,\n 'l3_if': ,\n 'gpn': ,\n 'epoch': ,\n 'static': ,\n 'flood_en': ,\n 'vlan_lead_wless_flood_en': ,\n 'client_home_asic': ,\n 'learning_peerid': ,\n 'learning_peerid_valid': ,\n },\n 'src_ad': {\n 'need_to_learn': ,\n 'lrn_v': ,\n 'catchall': ,\n 'static_mac': ,\n 'chain_ptr_v': ,\n 'chain_ptr': ,\n 'static_entry_v': ,\n 'auth_state': ,\n 'auth_mode': ,\n 'traf_mode': ,\n 'is_src_ce': ,\n },\n 'dst_ad': {\n 'si': ,\n 'bridge': ,\n 'replicate': ,\n 'blk_fwd_o': ,\n 'v4_mac': ,\n 'v6_mac': ,\n 'catchall': ,\n 'ign_src_lrn': ,\n 'port_mask_o': ,\n 'afd_cli_f': ,\n 'afd_lbl': ,\n 'priority': ,\n 'dest_mod_idx': ,\n 'destined_to_us': ,\n 'pv_trunk': ,\n },\n },\n },\n'total_mac_address': ,\n}", "uid": "show_platform_hardware_fed_switch_active_matm_macTable", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25590" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25611" } }, "show platform hardware fed switch {mode} fwd-asic resource tcam utilization": { @@ -48566,7 +48712,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) resource: {\n Any (str) *: {\n 'slice': {\n Any (str) *: {\n 'used': ,\n 'free': ,\n },\n },\n },\n },\nOptional (str) asic: {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2142" }, "c9600": { "c9606r": { @@ -48592,7 +48738,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8487" } }, "show platform hardware fed switch {switch_no} fwd-asic register read register-name {reg_name} asic {asic} core {core}": { @@ -48603,7 +48749,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n : {\n 'core': {\n : {\n Any (str) *: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_no_fwd-asic_register_read_register-name_reg_name_asic_asic_core_core", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23890" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23911" } }, "show platform hardware fed switch {switch_num} qos queue config interface {interface}": { @@ -48614,7 +48760,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) asic: ,\nOptional (str) core: ,\n'data_port': ,\n'gpn': ,\nOptional (str) linkspeed: ,\n'afd': ,\nOptional (str) flatafd: ,\n'qosmap': ,\n'hw_queues': {\n 'min': ,\n 'max': ,\n },\n'drainfast': ,\n'portsoftstart': {\n 'min': ,\n 'max': ,\n },\nOptional (str) buffersharing: ,\n'queue': {\n : {\n 'dts': ,\n 'hardmax': ,\n 'softmax': ,\n 'portsmin': ,\n 'glblsmin': ,\n 'portstend': ,\n Optional (str) qenable: ,\n 'priority': ,\n 'schedule_mode': ,\n 'weight': ,\n 'shaping_step': ,\n Optional (str) sharpedweight: ,\n 'weight0': ,\n 'max_th0': ,\n 'min_th0': ,\n 'weight1': ,\n 'max_th1': ,\n 'min_th1': ,\n 'weight2': ,\n 'max_th2': ,\n 'min_th2': ,\n },\n },\nOptional (str) port: {\n 'priority': ,\n 'schedule_mode': ,\n 'weight': ,\n 'shaping_step': ,\n Optional (str) sharpedweight: ,\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_config_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23360" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23381" } }, "show platform hardware fed switch {switch_num} qos queue label2qmap qmap-egress-data interface {interface}": { @@ -48625,7 +48771,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'queue': ,\n 'threshold': ,\n 'v_queue': ,\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_label2qmap_qmap-egress-data_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19840" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19847" } }, "show platform hardware fed switch {switch_num} qos queue stats interface {interface}": { @@ -48646,7 +48792,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'voq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'slice': {\n Any (str) *: {\n 'sms_bytes': ,\n 'hbm_blocks': ,\n 'hbm_bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_stats_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1997" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2001" }, "class": "ShowPlatformHardwareFedActiveQosQueueStats", "doc": "\n Parser for:\n * show platform hardware fed active qos queue stats interface\n * show platform hardware fed switch 1 qos queue stats interface\n ", @@ -48654,7 +48800,7 @@ "package": "genie.libs.parser", "schema": "{\n'enqueue_counters': {\n : {\n 'buffers_count': ,\n 'enqueue_th0': ,\n 'enqueue_th1': ,\n 'enqueue_th2': ,\n 'q_policer': ,\n },\n },\n'drop_counters': {\n : {\n 'drop_th0': ,\n 'drop_th1': ,\n 'drop_th2': ,\n 's_buf_drop': ,\n 'q_eb_drop': ,\n 'q_policer_drop': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_stats_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19701" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19708" } }, "show platform hardware fed switch {switch_num} qos queue stats interface {interface} clear": { @@ -48675,7 +48821,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'voq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n 'total': ,\n },\n 'slice': {\n Any (str) *: {\n 'sms_bytes': ,\n 'hbm_blocks': ,\n 'hbm_bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_stats_interface_interface_clear", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2085" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2089" } } }, @@ -48687,11 +48833,20 @@ "package": "genie.libs.parser", "schema": "{\n'oq_id': {\n Any (str) *: {\n 'interface': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_num_qos_queue_stats_oq_multicast_attach", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31630" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31654" } }, "show platform hardware fed switch {switch_type} fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}": { "iosxe": { + "c9500": { + "class": "ShowPlatformFedTcamPbrNat", + "doc": "\n show platform hardware fed switch active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\nAny (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", + "uid": "show_platform_hardware_fed_switch_switch_type_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1700" + }, "c9600": { "c9606r": { "class": "ShowPlatformTcamPbrNat", @@ -48701,8 +48856,22 @@ "schema": "{\nAny (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_type_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9600/c9606r/show_platform.py#L134" - } - } + }, + "class": "ShowPlatformFedTcamPbrNat", + "doc": " Parser for show platform hardware fed switch active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\nAny (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", + "uid": "show_platform_hardware_fed_switch_switch_type_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9600/show_platform.py#L507" + }, + "class": "ShowPlatformTcamPbr", + "doc": "\n show platform hardware fed switch active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\nOptional (Any) Any (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", + "uid": "show_platform_hardware_fed_switch_switch_type_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16273" } }, "show platform hardware fed switch {switch_var} qos schedule interface {interface}": { @@ -48713,7 +48882,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'port_Scheduler': {\n 'Interface_SCH_OID': ,\n 'System_Port_SCH_OID': ,\n 'Priority_Propagation': ,\n 'Sub_interface_Q_Mode': ,\n 'Logical_Port': ,\n 'TC_Profile': {\n 'SDK_OID': ,\n 'TC': {\n 'TC0': ,\n 'TC1': ,\n 'TC2': ,\n 'TC3': ,\n 'TC4': ,\n 'TC5': ,\n 'TC6': ,\n 'TC7': ,\n },\n },\n },\n 'Interface_Scheduler': {\n 'CIR': {\n 'Credit': ,\n 'Transmit': ,\n 'Weight': ,\n },\n 'PIR': {\n 'Credit': ,\n 'Transmit': ,\n 'Weight': ,\n },\n },\n 'Interface_Scheduler_OQPG': {\n 'PG_TYPE': {\n Any (str) *: {\n Optional (str) OQPG_0: ,\n Optional (str) OQPG_1: ,\n Optional (str) OQPG_2: ,\n Optional (str) OQPG_3: ,\n Optional (str) OQPG_4: ,\n Optional (str) OQPG_5: ,\n Optional (str) OQPG_6: ,\n Optional (str) OQPG_7: ,\n },\n },\n },\n 'OQPG': {\n Any (str) *: {\n 'LPSE_OQ_0': ,\n 'LPSE_OQ_1': ,\n Optional (str) OQ_2: ,\n Optional (str) OQ_3: ,\n Optional (str) OQ_4: ,\n Optional (str) OQ_5: ,\n Optional (str) OQ_6: ,\n Optional (str) OQ_7: ,\n },\n },\n 'LPSE_OID': ,\n Optional (str) LPSE_CIR_Rate: ,\n Optional (str) LPSE_CIR_Burst: ,\n Optional (str) LPSE_PIR_Rate: ,\n Optional (str) LPSE_PIR_Burst: ,\n Optional (str) LPSE_Main_Int: ,\n Optional (str) LPSE_OQSE_CIR: ,\n Optional (str) LPSE_OQSE_CIR_Burst: ,\n Optional (str) LPSE_OQSE_PIR: ,\n Optional (str) LPSE_OQSE_PIR_Burst: ,\n Optional (str) LPSE_Total: ,\n 'oqse_oid': ,\n 'oq_id': ,\n 'oq_scheduling_mode': ,\n Optional (str) oq_credit_cir: ,\n Optional (str) oq_credit_cir_burst: ,\n 'oq_credit_pir': ,\n 'oq_credit_pir_burst': ,\n Optional (str) oq_transmit_pir: ,\n Optional (str) oq_transmit_pir_burst: ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_var_qos_schedule_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18922" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18929" } }, "show platform hardware fed switch {switch} fwd-asic resource utilization": { @@ -48724,7 +48893,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic_instance': {\n Any (str) *: {\n 'resource': {\n Any (str) *: {\n 'resource_name': ,\n 'allocated': ,\n 'free': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_fwd-asic_resource_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27174" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27195" } }, "show platform hardware fed {mode} qos queue stats oq multicast interface {interface} oq_id {oq_id}": { @@ -48735,7 +48904,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'oq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_mode_qos_queue_stats_oq_multicast_interface_interface_oq_id_oq_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32809" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32833" } }, "show platform hardware fed {mode} qos queue stats oq multicast interface {interface} oq_id {oq_id} clear-on-read": { @@ -48746,7 +48915,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'oq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_mode_qos_queue_stats_oq_multicast_interface_interface_oq_id_oq_id_clear-on-read", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32877" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32901" } }, "show platform hardware fed {mode} qos scheduler sdk interface {interface}": { @@ -48757,7 +48926,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'interface_id': ,\n 'port_scheduler': {\n 'interface_sch_oid': ,\n 'interface_sch_id': ,\n 'system_port_sch_oid': ,\n 'system_port_sch_id': ,\n 'priority_propagation': ,\n 'sub_interface_q_mode': ,\n 'logical_port': ,\n 'tc_profile': {\n 'sdk_oid': ,\n 'tc': {\n Any (str) *: {\n 'voq_offset': ,\n },\n },\n },\n },\n 'interface_scheduler': {\n Any (str) *: {\n 'credit': ,\n 'transmit': ,\n 'weight': ,\n },\n },\n 'interface_scheduler_oqpg': {\n Any (str) *: {\n 'rr': {\n 'credit_cir': ,\n 'credit_burst': ,\n 'transmit_cir': ,\n 'transmit_burst': ,\n },\n 'wfq': {\n 'weights_pir': ,\n 'weights_actual': ,\n },\n Optional (str) oq_list: ,\n },\n },\n 'lpse_oqse_oqpg': {\n Any (str) *: {\n 'oqpg_associated': ,\n 'credit_pir': ,\n 'credit_burst': ,\n 'transmit_pir': ,\n 'transmit_burst': ,\n Optional (str) weights: {\n 'uc': ,\n 'mc': ,\n },\n Optional (str) oqse_oid: {\n 'oid': ,\n 'id': ,\n },\n },\n },\n 'lpse': {\n 'oid': ,\n 'id': ,\n 'cir_weight': ,\n 'eir_weight': ,\n Optional (str) main_interface_oqse: ,\n Optional (str) oqse_credit_cir: ,\n Optional (str) oqse_credit_cir_burst: ,\n Optional (str) oqse_credit_pir: ,\n Optional (str) oqse_credit_pir_burst: ,\n Optional (str) total_attached_oqse: ,\n Optional (str) lpse_cir_priority_queue_rate: ,\n Optional (str) lpse_cir_priority_queue_burst: ,\n Optional (str) lpse_pir_sub_interface_port_rate: ,\n Optional (str) lpse_pir_sub_interface_port_burst: ,\n },\n 'oqse_voq_vsc': {\n 'oq_id': {\n Any (str) *: {\n 'oqse_oid': ,\n 'oqse_id': ,\n 'scheduling_mode': ,\n Optional (str) credit_cir: ,\n Optional (str) credit_cir_burst: ,\n Optional (str) credit_pir: ,\n Optional (str) credit_pir_burst: ,\n Optional (str) transmit_pir: ,\n Optional (str) transmit_pir_burst: ,\n 'rr_weights': ,\n 'rr_weights_actual': ,\n 'rr': {\n Any (str) *: {\n 'in_slice': {\n Any (str) *: {\n 'in_device': ,\n 'vsc_id': ,\n 'voq_id': ,\n 'vsc_pir': ,\n 'vsc_burst': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_mode_qos_scheduler_sdk_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31827" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31851" } }, "show platform hardware fed {state} qos queue stats internal cpu policer": { @@ -48768,7 +48937,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpu_queue_statistics': {\n Any (str) *: {\n 'cpu_qid': ,\n 'cpu_picidx': ,\n 'cpu_queue_name': ,\n 'cpu_enabled': ,\n 'cpu_default_rate': ,\n 'cpu_set_rate': ,\n 'q_drop_bytes': ,\n 'q_drop_frames': ,\n },\n },\n'cpu_policer_stats': {\n Any (str) *: {\n 'index': ,\n 'accept_bytes': ,\n 'accept_frames': ,\n 'drop_bytes': ,\n 'drop_frames': ,\n },\n },\n'cpp_classes_qmap': {\n Any (str) *: {\n 'cpp_picidx': ,\n 'cpp_class': ,\n 'cpp_enabled': ,\n },\n },\n'sec_policer_config': {\n Any (str) *: {\n 'sec_qid': ,\n 'sec_level1_picidx': ,\n 'sec_level2_picidx': ,\n 'sec_queue_name': ,\n 'sec_enabled': ,\n },\n },\n'policer_index_map': {\n Any (str) *: {\n 'cpp_level2_picidx': ,\n 'cpp_level1_picidx': ,\n 'cpp_default_rate': ,\n 'cpp_set_rate': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_state_qos_queue_stats_internal_cpu_policer", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28392" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28413" } }, "show platform hardware fed {switch_var} qos dscp-cos counters interface {interface}": { @@ -48788,7 +48957,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) heading: ,\n'direction': {\n Any (str) *: {\n 'qos': {\n Any (str) *: {\n 'frames': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_var_qos_dscp-cos_counters_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28175" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28196" } }, "show platform hardware fed {switch_var} qos queue config interface {interface}": { @@ -48799,7 +48968,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'interface_id': ,\n 'voq_id': ,\n 'voq_oid': ,\n 'voq_set_size': ,\n 'base_voq_id': ,\n 'base_vsc_ids': ,\n 'voq_state': ,\n 'voq_flush': ,\n 'is_empty': ,\n 'profile_oid': {\n Any (str) *: {\n 'profile_id': ,\n 'device_id': ,\n 'cgm_type': ,\n 'profile_reference_count': ,\n 'is_reserved': ,\n 'for_speeds': ,\n 'associated_voq_offsets': Or (, ),\n 'hbm_enabled': ,\n Optional (str) hgm_block_size: ,\n Optional (str) red_enabled: ,\n Optional (str) fcn_enabled: ,\n Optional (str) queue_user_config: {\n 'q_limit_hbm_blocks': ,\n 'red_ema_coefficient': ,\n Optional (str) red_flag: {\n Any (str) *: {\n Optional (str) minimun_hbm_blocks: ,\n Optional (str) maximum_hbm_blocks: ,\n Optional (str) maximum_probability: ,\n },\n },\n },\n Optional (str) queue_hw_values: {\n 'red_action': ,\n 'red_drop_thresholds': ,\n 'hbm_free_thresholds': ,\n 'hbm_voq_age_thresholds': ,\n 'hbm_voq_thresholds': ,\n Optional (str) red_flag: {\n Any (str) *: {\n 'red_drop_probabilities': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_var_qos_queue_config_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32948" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32972" } }, "show platform hardware fed {switch} active fwd-asic drops exceptions": { @@ -48810,7 +48979,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'name': {\n Any (str) *: {\n 'prev': ,\n 'current': ,\n 'delta': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_active_fwd-asic_drops_exceptions", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14365" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14368" } }, "show platform hardware fed {switch} active fwd-asic resource rewrite utilization": { @@ -48821,7 +48990,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'rewritedata': {\n Any (str) *: {\n 'allocated': ,\n 'free': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_active_fwd-asic_resource_rewrite_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25467" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25488" } }, "show platform hardware fed {switch} active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}": { @@ -48850,7 +49019,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (Any) Any (str) *: {\n Optional (str) index: {\n Any (str) *: {\n Optional (str) mask: {\n Any (str) *: ,\n },\n Optional (str) key: {\n Any (str) *: ,\n },\n Optional (str) ad: ,\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_active_fwd-asic_resource_tcam_table_pbr_record_0_format_0___begin_nat_region", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16270" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16273" } }, "show platform hardware fed {switch} active fwd-asic resource utilization": { @@ -48888,7 +49057,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) resource: {\n Any (str) *: {\n 'slice': {\n Any (str) *: {\n 'used': ,\n 'free': ,\n },\n },\n },\n },\nOptional (str) asic: {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L2142" }, "c9600": { "c9606r": { @@ -48914,7 +49083,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic': {\n Any (str) *: {\n 'table': {\n Any (str) *: {\n 'subtype': {\n Any (str) *: {\n 'dir': {\n Any (str) *: {\n 'max': ,\n 'used': ,\n 'used_percent': ,\n 'v4': ,\n 'v6': ,\n 'mpls': ,\n 'other': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_fwd-asic_resource_tcam_utilization", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8487" } }, "show platform hardware fed {switch} {mode} qos queue stats oq multicast interface {interface} oq_id {oq_id}": { @@ -48925,7 +49094,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'oq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_qos_queue_stats_oq_multicast_interface_interface_oq_id_oq_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32809" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32833" } }, "show platform hardware fed {switch} {mode} qos queue stats oq multicast interface {interface} oq_id {oq_id} clear-on-read": { @@ -48936,7 +49105,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'oq_id': {\n Any (str) *: {\n 'packets': {\n 'enqueued': ,\n 'dropped': ,\n },\n 'bytes': {\n 'enqueued': ,\n 'dropped': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_qos_queue_stats_oq_multicast_interface_interface_oq_id_oq_id_clear-on-read", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32877" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32901" } }, "show platform hardware fed {switch} {mode} qos scheduler sdk interface {interface}": { @@ -48947,7 +49116,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'interface_id': ,\n 'port_scheduler': {\n 'interface_sch_oid': ,\n 'interface_sch_id': ,\n 'system_port_sch_oid': ,\n 'system_port_sch_id': ,\n 'priority_propagation': ,\n 'sub_interface_q_mode': ,\n 'logical_port': ,\n 'tc_profile': {\n 'sdk_oid': ,\n 'tc': {\n Any (str) *: {\n 'voq_offset': ,\n },\n },\n },\n },\n 'interface_scheduler': {\n Any (str) *: {\n 'credit': ,\n 'transmit': ,\n 'weight': ,\n },\n },\n 'interface_scheduler_oqpg': {\n Any (str) *: {\n 'rr': {\n 'credit_cir': ,\n 'credit_burst': ,\n 'transmit_cir': ,\n 'transmit_burst': ,\n },\n 'wfq': {\n 'weights_pir': ,\n 'weights_actual': ,\n },\n Optional (str) oq_list: ,\n },\n },\n 'lpse_oqse_oqpg': {\n Any (str) *: {\n 'oqpg_associated': ,\n 'credit_pir': ,\n 'credit_burst': ,\n 'transmit_pir': ,\n 'transmit_burst': ,\n Optional (str) weights: {\n 'uc': ,\n 'mc': ,\n },\n Optional (str) oqse_oid: {\n 'oid': ,\n 'id': ,\n },\n },\n },\n 'lpse': {\n 'oid': ,\n 'id': ,\n 'cir_weight': ,\n 'eir_weight': ,\n Optional (str) main_interface_oqse: ,\n Optional (str) oqse_credit_cir: ,\n Optional (str) oqse_credit_cir_burst: ,\n Optional (str) oqse_credit_pir: ,\n Optional (str) oqse_credit_pir_burst: ,\n Optional (str) total_attached_oqse: ,\n Optional (str) lpse_cir_priority_queue_rate: ,\n Optional (str) lpse_cir_priority_queue_burst: ,\n Optional (str) lpse_pir_sub_interface_port_rate: ,\n Optional (str) lpse_pir_sub_interface_port_burst: ,\n },\n 'oqse_voq_vsc': {\n 'oq_id': {\n Any (str) *: {\n 'oqse_oid': ,\n 'oqse_id': ,\n 'scheduling_mode': ,\n Optional (str) credit_cir: ,\n Optional (str) credit_cir_burst: ,\n Optional (str) credit_pir: ,\n Optional (str) credit_pir_burst: ,\n Optional (str) transmit_pir: ,\n Optional (str) transmit_pir_burst: ,\n 'rr_weights': ,\n 'rr_weights_actual': ,\n 'rr': {\n Any (str) *: {\n 'in_slice': {\n Any (str) *: {\n 'in_device': ,\n 'vsc_id': ,\n 'voq_id': ,\n 'vsc_pir': ,\n 'vsc_burst': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_mode_qos_scheduler_sdk_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31827" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31851" } }, "show platform hardware fed {switch} {state} qos queue stats internal cpu policer": { @@ -48958,7 +49127,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpu_queue_statistics': {\n Any (str) *: {\n 'cpu_qid': ,\n 'cpu_picidx': ,\n 'cpu_queue_name': ,\n 'cpu_enabled': ,\n 'cpu_default_rate': ,\n 'cpu_set_rate': ,\n 'q_drop_bytes': ,\n 'q_drop_frames': ,\n },\n },\n'cpu_policer_stats': {\n Any (str) *: {\n 'index': ,\n 'accept_bytes': ,\n 'accept_frames': ,\n 'drop_bytes': ,\n 'drop_frames': ,\n },\n },\n'cpp_classes_qmap': {\n Any (str) *: {\n 'cpp_picidx': ,\n 'cpp_class': ,\n 'cpp_enabled': ,\n },\n },\n'sec_policer_config': {\n Any (str) *: {\n 'sec_qid': ,\n 'sec_level1_picidx': ,\n 'sec_level2_picidx': ,\n 'sec_queue_name': ,\n 'sec_enabled': ,\n },\n },\n'policer_index_map': {\n Any (str) *: {\n 'cpp_level2_picidx': ,\n 'cpp_level1_picidx': ,\n 'cpp_default_rate': ,\n 'cpp_set_rate': ,\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_state_qos_queue_stats_internal_cpu_policer", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28392" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28413" } }, "show platform hardware fed {switch} {switch_type} fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}": { @@ -48993,7 +49162,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) heading: ,\n'direction': {\n Any (str) *: {\n 'qos': {\n Any (str) *: {\n 'frames': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_var_qos_dscp-cos_counters_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28175" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28196" } }, "show platform hardware fed {switch} {switch_var} qos queue config interface {interface}": { @@ -49004,7 +49173,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'interface_id': ,\n 'voq_id': ,\n 'voq_oid': ,\n 'voq_set_size': ,\n 'base_voq_id': ,\n 'base_vsc_ids': ,\n 'voq_state': ,\n 'voq_flush': ,\n 'is_empty': ,\n 'profile_oid': {\n Any (str) *: {\n 'profile_id': ,\n 'device_id': ,\n 'cgm_type': ,\n 'profile_reference_count': ,\n 'is_reserved': ,\n 'for_speeds': ,\n 'associated_voq_offsets': Or (, ),\n 'hbm_enabled': ,\n Optional (str) hgm_block_size: ,\n Optional (str) red_enabled: ,\n Optional (str) fcn_enabled: ,\n Optional (str) queue_user_config: {\n 'q_limit_hbm_blocks': ,\n 'red_ema_coefficient': ,\n Optional (str) red_flag: {\n Any (str) *: {\n Optional (str) minimun_hbm_blocks: ,\n Optional (str) maximum_hbm_blocks: ,\n Optional (str) maximum_probability: ,\n },\n },\n },\n Optional (str) queue_hw_values: {\n 'red_action': ,\n 'red_drop_thresholds': ,\n 'hbm_free_thresholds': ,\n 'hbm_voq_age_thresholds': ,\n 'hbm_voq_thresholds': ,\n Optional (str) red_flag: {\n Any (str) *: {\n 'red_drop_probabilities': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_fed_switch_switch_var_qos_queue_config_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32948" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32972" } }, "show platform hardware fpga switch {switch_num}": { @@ -49015,7 +49184,7 @@ "package": "genie.libs.parser", "schema": "{\n'register_address': {\n Any (str) *: {\n 'fpga_reg_desc': ,\n 'value': ,\n },\n },\n}", "uid": "show_platform_hardware_fpga_switch_switch_num", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34738" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34762" } }, "show platform hardware iomd switch {switch_no} {slot} portgroups": { @@ -49026,7 +49195,7 @@ "package": "genie.libs.parser", "schema": "{\n'portgroup': {\n : {\n 'intf': {\n : {\n 'status': ,\n 'intf_bw': ,\n 'group_max_bw': ,\n 'portgroup': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_iomd_switch_switch_no_slot_portgroups", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23795" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23816" } }, "show platform hardware iomd switch {switch_no} {slot} qos port {port_no} ingress queue stats": { @@ -49037,7 +49206,18 @@ "package": "genie.libs.parser", "schema": "{\n'unit': ,\n'data_port': ,\n'startingqueue': ,\n'queue': {\n : {\n 'buffers': ,\n 'enqueue_th0': ,\n 'enqueue_th1': ,\n 'enqueue_th2': ,\n 'drop_th0': ,\n 'drop_th1': ,\n 'drop_th2': ,\n 'sbufdrop': ,\n 'qebdrop': ,\n },\n },\n}", "uid": "show_platform_hardware_iomd_switch_switch_no_slot_qos_port_port_no_ingress_queue_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23676" + } + }, + "show platform hardware iomd {lc_no} macsec port {port_no} sub-port {sub_port1} {sub_port2} | i Free": { + "iosxe": { + "class": "ShowPlatformHardwareIomdMacsecPortSubport", + "doc": "\n Parser for\n * 'show platform hardware iomd {lc_no} macsec port {port_no} sub-port {sub_port1} {sub_port2} | i Free'\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'device': {\n : {\n 'free_SA': ,\n 'used_SA': ,\n },\n },\n}", + "uid": "show_platform_hardware_iomd_lc_no_macsec_port_port_no_sub-port_sub_port1_sub_port2___i_Free", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36439" } }, "show platform hardware iomd {slot} portgroups": { @@ -49048,7 +49228,7 @@ "package": "genie.libs.parser", "schema": "{\n'portgroup': {\n : {\n 'intf': {\n : {\n 'status': ,\n 'intf_bw': ,\n 'group_max_bw': ,\n 'portgroup': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_iomd_slot_portgroups", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23795" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23816" } }, "show platform hardware iomd {slot} qos port {port_no} ingress queue stats": { @@ -49059,7 +49239,7 @@ "package": "genie.libs.parser", "schema": "{\n'unit': ,\n'data_port': ,\n'startingqueue': ,\n'queue': {\n : {\n 'buffers': ,\n 'enqueue_th0': ,\n 'enqueue_th1': ,\n 'enqueue_th2': ,\n 'drop_th0': ,\n 'drop_th1': ,\n 'drop_th2': ,\n 'sbufdrop': ,\n 'qebdrop': ,\n },\n },\n}", "uid": "show_platform_hardware_iomd_slot_qos_port_port_no_ingress_queue_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23655" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23676" } }, "show platform hardware port {port} plim statistics": { @@ -49079,7 +49259,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) port: {\n Any (str) *: {\n 'received': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n },\n 'transmitted': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n },\n },\n },\nOptional (str) slot: {\n Any (str) *: {\n 'subslot': {\n Any (str) *: {\n 'name': ,\n 'status': ,\n 'received': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'dip4_error': ,\n 'disabled': ,\n 'loss_of_sync': ,\n 'sequence_error': ,\n 'burst_error': ,\n 'eop_abort': ,\n 'packet_gap_error': ,\n 'control_word_error': ,\n },\n },\n 'transmitted': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'frame_error': ,\n 'fifo_over_flow': ,\n 'dip2_error': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_port_port_plim_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5643" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5646" } }, "show platform hardware qfp active classification feature tcam-usage": { @@ -49090,7 +49270,7 @@ "package": "genie.libs.parser", "schema": "{\n'client': {\n Any (str) *: {\n 'id': ,\n 'one_sixty_bit_VMR': ,\n 'three_twenty_bit_VMR': ,\n 'total_cell': ,\n 'total_percent': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_classification_feature_tcam-usage", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32745" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32769" } }, "show platform hardware qfp active datapath infra sw-cio": { @@ -49101,7 +49281,7 @@ "package": "genie.libs.parser", "schema": "{\n'infra_sw_cio': {\n 'credits_usage': {\n 'ids': {\n : {\n 'port': {\n Any (str) *: {\n 'wght': {\n Any (str) *: {\n 'global': ,\n 'wrkr0': ,\n 'wrkr1': ,\n 'wrkr2': ,\n 'wrkr3': ,\n 'wrkr10': ,\n 'wrkr11': ,\n 'total': ,\n },\n },\n },\n },\n },\n },\n },\n 'core_utilization': {\n 'preceding_secs': ,\n 'id': {\n : {\n 'pp%': ,\n 'rx%': ,\n 'tm%': ,\n 'coff%': ,\n 'idle%': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_datapath_infra_sw-cio", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21437" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21458" } }, "show platform hardware qfp active datapath infra sw-distrib": { @@ -49112,7 +49292,7 @@ "package": "genie.libs.parser", "schema": "{\n'sw_distrib': {\n 'dist_mode': ,\n 'inactive_ppes': ,\n 'rx_stats': {\n 'source_id': {\n Any (str) *: {\n 'name': ,\n 'pmask': ,\n 'port': {\n Any (str) *: {\n 'port_name': ,\n 'classifier': ,\n 'credit_error': ,\n 'pp': {\n Any (str) *: {\n 'flushes': ,\n 'flushed': ,\n 'spin': ,\n 'sw_hash': ,\n Optional (str) coff_directed: ,\n 'total': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_datapath_infra_sw-distrib", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22903" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22924" } }, "show platform hardware qfp active datapath infra sw-nic": { @@ -49123,7 +49303,7 @@ "package": "genie.libs.parser", "schema": "{\n'infra_sw_nic': {\n 'pmd_dict': {\n Any (str) *: {\n 'device': ,\n 'rx': {\n 'rx_pkts': ,\n 'rx_bytes': ,\n 'rx_return': ,\n 'rx_badlen': ,\n 'pkts_burts': ,\n 'cycl_pkt': ,\n 'ext_cycl_pkt': ,\n 'total_ring_read': ,\n 'empty': ,\n },\n 'tx': {\n 'tx_pkts': ,\n 'tx_bytes': ,\n Optional (str) pri_0_pkts: ,\n Optional (str) pri_0_bytes: ,\n Optional (str) pkts_send: ,\n },\n 'total': {\n 'total_pkts_send': ,\n 'cycl_pkt': ,\n 'send': ,\n 'send_now': ,\n 'forced': ,\n 'poll': ,\n 'thd_poll': ,\n 'blocked': ,\n 'retries': ,\n 'mbuf_alloc_err': ,\n 'tx_queue_id': {\n Any (str) *: {\n 'full': ,\n 'current_index': ,\n 'hiwater': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_datapath_infra_sw-nic", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21626" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21647" } }, "show platform hardware qfp active datapath pmd ifdev": { @@ -49134,7 +49314,7 @@ "package": "genie.libs.parser", "schema": "{\n'port': {\n Any (str) *: {\n 'port_name': ,\n 'state_information': {\n 'bind_name': ,\n 'driver': ,\n 'mac_address': ,\n 'device': ,\n 'cio': {\n 'cio_state': ,\n 'if_type': ,\n 'uidb_index': ,\n 'module_id': ,\n 'flags': ,\n },\n 'cio_events': {\n 'enable': ,\n 'disable': ,\n },\n 'tx_drain': ,\n 'vdev_pause': ,\n 'admin_state': ,\n 'oper_state': ,\n 'link_state': {\n 'up': ,\n 'down': ,\n },\n 'events': {\n 'remove': ,\n 'reset': ,\n 'link_up': ,\n 'link_down': ,\n 'bond_del': ,\n 'unknown': ,\n },\n 'vdev_rmv_pendng': ,\n 'attach_attempts': ,\n },\n 'attributes': {\n 'reconfigure': ,\n 'rx_offload_crc_strip': ,\n 'rx_offload_vlan_filter': ,\n 'rx_vlan_tag_insert': ,\n 'rx_vlan_tag_swap_': ,\n 'mac_filter_api': ,\n 'mc_promisc': ,\n 'set_mc_addr_api': ,\n 'pause_resume': ,\n },\n 'configuration': {\n 'promiscuous': {\n 'admin': ,\n 'override': ,\n 'multicast': ,\n },\n 'mtu_config': {\n 'mtu': ,\n 'cur': ,\n 'min': ,\n 'max': ,\n },\n 'trans_vlan': ,\n 'map_qid_num': ,\n 'map_qid_id': ,\n 'rx_ring_size': ,\n 'tx_ring_size': ,\n 'rx_active_q_num': ,\n 'rx_total_q_num': ,\n 'rx_cio_q_num': ,\n 'rx_desc_num': {\n 'queue_0': ,\n },\n 'tx_q_num': ,\n 'tx_desc_num': {\n 'queue_0': ,\n },\n 'num_vlans': ,\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_datapath_pmd_ifdev", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22366" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22387" } }, "show platform hardware qfp active datapath utilization summary": { @@ -49145,7 +49325,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpp': {\n Any (str) *: {\n Any (str) *: {\n 'pps': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n 'bps': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n },\n 'processing': {\n 'load_pct': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n },\n Optional (str) crypto_io: {\n 'crypto_load_pct': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n 'rx_load_pct': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n 'tx_load_pct': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n 'idle_pct': {\n '5_secs': ,\n '1_min': ,\n '5_min': ,\n '60_min': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_datapath_utilization_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8611" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8614" } }, "show platform hardware qfp active feature appqoe stats": { @@ -49156,7 +49336,7 @@ "package": "genie.libs.parser", "schema": "{\n'feature': {\n Any (str) *: {\n 'global': {\n 'ip_non_tcp_pkts': ,\n 'not_enabled': ,\n 'cft_handle_pkt': ,\n 'sdvt_divert_req_fail': ,\n Optional (str) syn_policer_rate: ,\n Optional (str) sn_data_pkts_processed: ,\n Optional (str) appqoe_srv_chain_non_tcp_bypass: ,\n Optional (str) appqoe_srv_chain_frag_bypass: ,\n Optional (str) appqoe_cvla_alloc_failure: ,\n Optional (str) appqoe_srv_chain_sn_unhealthy_bypass: ,\n Optional (str) appqoe_srv_chain_tcp_mid_flow_bypass: ,\n Optional (str) appqoe_lb_without_dre: ,\n Optional (str) appqoe_alloc_empty_ht_entry: ,\n Optional (str) appqoe_bulk_upd_mem_bm_no_sng: ,\n Optional (str) appqoe_srv_chain_transit_dre_bypass: ,\n Optional (str) appqoe_sn_data_pkts_processed: ,\n Optional (str) appqoe_svc_on_appqoe_vpn_drop: ,\n 'sdvt_global_stats': {\n Optional (str) appnav_registration: ,\n Optional (str) control_decaps_could_not_find_flow_from_tuple: ,\n Optional (str) control_decaps_couldnt_find_sdvt_cft_fo: ,\n Optional (str) sdvt_decaps_couldnt_find_cft_instance_handle: ,\n Optional (str) exceeded_sdvt_syn_policer_limit: ,\n Optional (str) within_sdvt_syn_policer_limit: ,\n },\n },\n Optional (str) sng: {\n Any (str) *: {\n 'sn_index': {\n Any (str) *: {\n Optional (str) ip: ,\n Optional (str) oce_id: ,\n Optional (str) del: ,\n Optional (str) key: ,\n Optional (str) id: ,\n Optional (str) ver: ,\n Optional (str) status: ,\n Optional (str) type: ,\n Optional (str) sng: ,\n Optional (str) appnav_stats: {\n Optional (str) to_sn: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) from_sn: {\n 'packets': ,\n 'bytes': ,\n },\n },\n 'sdvt_count_stats': {\n Optional (str) active_connections: ,\n Optional (str) decaps: ,\n Optional (str) encaps: ,\n Optional (str) packets_unmarked_in_ingress: ,\n Optional (str) expired_connections: ,\n Optional (str) idle_timed_out_persistent_connections: ,\n Optional (str) decap_messages: {\n 'processed_control_messages': ,\n 'delete_requests_recieved': ,\n 'deleted_protocol_decision': ,\n Optional (str) connections_passed_through_as_intermediate_node: ,\n Optional (str) connections_dreopt_service_is_cleared: ,\n },\n },\n 'sdvt_packet_stats': {\n Optional (str) divert: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) reinject: {\n 'packets': ,\n 'bytes': ,\n },\n },\n Optional (str) sdvt_drop_cause_stats: ,\n Optional (str) sdvt_errors_stats: ,\n },\n },\n },\n },\n 'sn_index': {\n Any (str) *: {\n Optional (str) ip: ,\n Optional (str) oce_id: ,\n Optional (str) del: ,\n Optional (str) key: ,\n Optional (str) id: ,\n Optional (str) ver: ,\n Optional (str) status: ,\n Optional (str) type: ,\n Optional (str) sng: ,\n Optional (str) appnav_stats: {\n Optional (str) to_sn: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) from_sn: {\n 'packets': ,\n 'bytes': ,\n },\n },\n 'sdvt_count_stats': {\n Optional (str) active_connections: ,\n Optional (str) decaps: ,\n Optional (str) encaps: ,\n Optional (str) packets_unmarked_in_ingress: ,\n Optional (str) expired_connections: ,\n Optional (str) idle_timed_out_persistent_connections: ,\n Optional (str) non_syn_divert_requests: ,\n Optional (str) decap_messages: {\n 'processed_control_messages': ,\n 'delete_requests_recieved': ,\n 'deleted_protocol_decision': ,\n Optional (str) connections_passed_through_as_intermediate_node: ,\n Optional (str) connections_dreopt_service_is_cleared: ,\n },\n },\n 'sdvt_packet_stats': {\n Optional (str) divert: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) reinject: {\n 'packets': ,\n 'bytes': ,\n },\n },\n Optional (str) sdvt_drop_cause_stats: ,\n Optional (str) sdvt_errors_stats: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_appqoe_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8229" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8232" } }, "show platform hardware qfp active feature appqoe stats sng {sng} all": { @@ -49167,7 +49347,7 @@ "package": "genie.libs.parser", "schema": "{\n'feature': {\n Any (str) *: {\n 'global': {\n 'ip_non_tcp_pkts': ,\n 'not_enabled': ,\n 'cft_handle_pkt': ,\n 'sdvt_divert_req_fail': ,\n Optional (str) syn_policer_rate: ,\n Optional (str) sn_data_pkts_processed: ,\n Optional (str) appqoe_srv_chain_non_tcp_bypass: ,\n Optional (str) appqoe_srv_chain_frag_bypass: ,\n Optional (str) appqoe_cvla_alloc_failure: ,\n Optional (str) appqoe_srv_chain_sn_unhealthy_bypass: ,\n Optional (str) appqoe_srv_chain_tcp_mid_flow_bypass: ,\n Optional (str) appqoe_lb_without_dre: ,\n Optional (str) appqoe_alloc_empty_ht_entry: ,\n Optional (str) appqoe_bulk_upd_mem_bm_no_sng: ,\n Optional (str) appqoe_srv_chain_transit_dre_bypass: ,\n Optional (str) appqoe_sn_data_pkts_processed: ,\n Optional (str) appqoe_svc_on_appqoe_vpn_drop: ,\n 'sdvt_global_stats': {\n Optional (str) appnav_registration: ,\n Optional (str) control_decaps_could_not_find_flow_from_tuple: ,\n Optional (str) control_decaps_couldnt_find_sdvt_cft_fo: ,\n Optional (str) sdvt_decaps_couldnt_find_cft_instance_handle: ,\n Optional (str) exceeded_sdvt_syn_policer_limit: ,\n Optional (str) within_sdvt_syn_policer_limit: ,\n },\n },\n Optional (str) sng: {\n Any (str) *: {\n 'sn_index': {\n Any (str) *: {\n Optional (str) ip: ,\n Optional (str) oce_id: ,\n Optional (str) del: ,\n Optional (str) key: ,\n Optional (str) id: ,\n Optional (str) ver: ,\n Optional (str) status: ,\n Optional (str) type: ,\n Optional (str) sng: ,\n Optional (str) appnav_stats: {\n Optional (str) to_sn: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) from_sn: {\n 'packets': ,\n 'bytes': ,\n },\n },\n 'sdvt_count_stats': {\n Optional (str) active_connections: ,\n Optional (str) decaps: ,\n Optional (str) encaps: ,\n Optional (str) packets_unmarked_in_ingress: ,\n Optional (str) expired_connections: ,\n Optional (str) idle_timed_out_persistent_connections: ,\n Optional (str) decap_messages: {\n 'processed_control_messages': ,\n 'delete_requests_recieved': ,\n 'deleted_protocol_decision': ,\n Optional (str) connections_passed_through_as_intermediate_node: ,\n Optional (str) connections_dreopt_service_is_cleared: ,\n },\n },\n 'sdvt_packet_stats': {\n Optional (str) divert: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) reinject: {\n 'packets': ,\n 'bytes': ,\n },\n },\n Optional (str) sdvt_drop_cause_stats: ,\n Optional (str) sdvt_errors_stats: ,\n },\n },\n },\n },\n 'sn_index': {\n Any (str) *: {\n Optional (str) ip: ,\n Optional (str) oce_id: ,\n Optional (str) del: ,\n Optional (str) key: ,\n Optional (str) id: ,\n Optional (str) ver: ,\n Optional (str) status: ,\n Optional (str) type: ,\n Optional (str) sng: ,\n Optional (str) appnav_stats: {\n Optional (str) to_sn: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) from_sn: {\n 'packets': ,\n 'bytes': ,\n },\n },\n 'sdvt_count_stats': {\n Optional (str) active_connections: ,\n Optional (str) decaps: ,\n Optional (str) encaps: ,\n Optional (str) packets_unmarked_in_ingress: ,\n Optional (str) expired_connections: ,\n Optional (str) idle_timed_out_persistent_connections: ,\n Optional (str) non_syn_divert_requests: ,\n Optional (str) decap_messages: {\n 'processed_control_messages': ,\n 'delete_requests_recieved': ,\n 'deleted_protocol_decision': ,\n Optional (str) connections_passed_through_as_intermediate_node: ,\n Optional (str) connections_dreopt_service_is_cleared: ,\n },\n },\n 'sdvt_packet_stats': {\n Optional (str) divert: {\n 'packets': ,\n 'bytes': ,\n },\n Optional (str) reinject: {\n 'packets': ,\n 'bytes': ,\n },\n },\n Optional (str) sdvt_drop_cause_stats: ,\n Optional (str) sdvt_errors_stats: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_appqoe_stats_sng_sng_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8229" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8232" } }, "show platform hardware qfp active feature bridge-domain datapath {bd_id}": { @@ -49189,7 +49369,7 @@ "package": "genie.libs.parser", "schema": "{\n'drops': {\n Any (str) *: {\n 'drop_type': ,\n 'packets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_ipsec_data_drop", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19651" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19658" } }, "show platform hardware qfp active feature ipsec datapath drops all": { @@ -49200,7 +49380,7 @@ "package": "genie.libs.parser", "schema": "{\n'drops': {\n Any (str) *: {\n 'drop_type': ,\n 'packets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_ipsec_datapath_drops_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22242" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22263" } }, "show platform hardware qfp active feature nat66 datapath prefix": { @@ -49211,7 +49391,7 @@ "package": "genie.libs.parser", "schema": "{\n'nat66_prefix': {\n 'hasht': ,\n 'max': ,\n 'chunk': ,\n 'hash_salt': ,\n 'nat66_prefixes': {\n Any (str) *: {\n 'hash': ,\n 'id': ,\n 'len': ,\n 'vrf': ,\n 'in': ,\n 'out': ,\n 'inc_csum': ,\n 'in2out': ,\n 'out2in': ,\n 'egress_ifh': ,\n Optional (str) ra: ,\n },\n },\n Optional (str) total_prefixes: ,\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_nat66_datapath_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35372" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35396" } }, "show platform hardware qfp active feature qos interface {interface} hierarchy detail | include subdev": { @@ -49222,7 +49402,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) subdev: ,\n}", "uid": "show_platform_hardware_qfp_active_feature_qos_interface_interface_hierarchy_detail___include_subdev", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20846" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20867" } }, "show platform hardware qfp active feature sdwan client interface {interface_name}": { @@ -49233,7 +49413,7 @@ "package": "genie.libs.parser", "schema": "{\n'tloc_extension_output_uidb': ,\n'interface_color': ,\n'bfd_default_dscp': ,\n'interface_class_exmem_address': ,\n'interface_rewrite_exmem_address': ,\n'explicit_input_acl_cfg': ,\n'wan_interface': ,\n'sig_tun_src': ,\n'standard_ipsec_tun_src': ,\n'standard_ipsec_tun_all': ,\n'standard_ssl_tun_all': ,\n'interface_ip': ,\n'tloc_ext_gre_dst_ip': ,\n'path_monitor_send_num': ,\n'path_monitor_recv_num': ,\n'service': {\n Any (str) *: {\n 'allowed': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_sdwan_client_interface_interface_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6838" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6839" } }, "show platform hardware qfp active feature sdwan datapath fec global": { @@ -49244,7 +49424,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'ses_chunk_head': ,\n 'pak_chunk_head': ,\n 'ses_add': ,\n 'ses_del': ,\n 'ses_alloc_fail': ,\n 'ses_mem_req': ,\n 'ses_mem_req_resp': ,\n 'ses_mem_ret': ,\n 'pkt_alloc': ,\n 'pkt_free': ,\n 'pkt_alloc_fail': ,\n 'pak_mem_req': ,\n 'pak_mem_req_resp': ,\n 'pak_mem_ret': ,\n 'win_seq_err': ,\n 'mem_to_pkt_err': ,\n 'fec_encap_err': ,\n 'fec_decap_err': ,\n 'fec_compute_err': ,\n 'reconstruct_miss': ,\n 'fec_recycle_err': ,\n 'data_recycle_err': ,\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_sdwan_datapath_fec_global", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13087" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13090" } }, "show platform hardware qfp active feature sdwan datapath fec session summary": { @@ -49255,7 +49435,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel': {\n : {\n 'flags': ,\n 'tx_data': ,\n 'tx_parity': ,\n 'rx_data': ,\n 'rx_parity': ,\n 'reconstruct': ,\n Optional (str) tx_rx_wins: {\n : {\n 'win_flags': ,\n 'count': ,\n 'isn': ,\n 'tos': ,\n 'parity_len': ,\n 'fec_len': ,\n 'fec_data': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_sdwan_datapath_fec_session_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13152" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13155" } }, "show platform hardware qfp active feature sdwan datapath service-chain stats": { @@ -49266,7 +49446,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_chain_stats': {\n Any (str) *: {\n 'global_stats': ,\n Any (str) *: {\n 'tx_pkts': ,\n 'rx_pkts': ,\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_feature_sdwan_datapath_service-chain_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6133" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6134" } }, "show platform hardware qfp active feature uni-sr": { @@ -49288,7 +49468,7 @@ "package": "genie.libs.parser", "schema": "{\n'global_punt_cause': {\n 'number_of_punt_causes': ,\n 'number_of_inject_causes': ,\n Any (str) *: {\n 'counter_id': {\n Any (str) *: {\n 'cause_name': ,\n 'packet_received': ,\n 'packets_transmitted': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_infra_punt_stat_type_per___ex__0_", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21330" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21351" } }, "show platform hardware qfp active infrastructure bqs queue output default all": { @@ -49308,7 +49488,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'if_h': ,\n Optional (str) index: {\n Any (str) *: {\n 'queue_id': ,\n 'name': ,\n 'software_control_info': {\n 'cache_queue_id': ,\n 'wred': ,\n Optional (str) qlimit_bytes: ,\n Optional (str) qlimit_pkts: ,\n 'parent_sid': ,\n 'debug_name': ,\n 'sw_flags': ,\n 'sw_state': ,\n 'port_uidb': ,\n 'orig_min': ,\n 'min': ,\n 'min_qos': ,\n 'min_dflt': ,\n 'orig_max': ,\n 'max': ,\n 'max_qos': ,\n 'max_dflt': ,\n 'share': ,\n 'plevel': ,\n 'priority': ,\n Optional (str) defer_obj_refcnt: ,\n Optional (str) cp_ppe_addr: ,\n },\n 'statistics': {\n 'tail_drops_bytes': ,\n 'tail_drops_packets': ,\n 'total_enqs_bytes': ,\n 'total_enqs_packets': ,\n Optional (str) queue_depth_bytes: ,\n Optional (str) queue_depth_pkts: ,\n Optional (str) lic_throughput_oversub_drops_bytes: ,\n Optional (str) lic_throughput_oversub_drops_packets: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_infrastructure_bqs_queue_output_default_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5311" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5314" } }, "show platform hardware qfp active infrastructure bqs queue output default interface {interface}": { @@ -49328,7 +49508,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'if_h': ,\n Optional (str) index: {\n Any (str) *: {\n 'queue_id': ,\n 'name': ,\n 'software_control_info': {\n 'cache_queue_id': ,\n 'wred': ,\n Optional (str) qlimit_bytes: ,\n Optional (str) qlimit_pkts: ,\n 'parent_sid': ,\n 'debug_name': ,\n 'sw_flags': ,\n 'sw_state': ,\n 'port_uidb': ,\n 'orig_min': ,\n 'min': ,\n 'min_qos': ,\n 'min_dflt': ,\n 'orig_max': ,\n 'max': ,\n 'max_qos': ,\n 'max_dflt': ,\n 'share': ,\n 'plevel': ,\n 'priority': ,\n Optional (str) defer_obj_refcnt: ,\n Optional (str) cp_ppe_addr: ,\n },\n 'statistics': {\n 'tail_drops_bytes': ,\n 'tail_drops_packets': ,\n 'total_enqs_bytes': ,\n 'total_enqs_packets': ,\n Optional (str) queue_depth_bytes: ,\n Optional (str) queue_depth_pkts: ,\n Optional (str) lic_throughput_oversub_drops_bytes: ,\n Optional (str) lic_throughput_oversub_drops_packets: ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_infrastructure_bqs_queue_output_default_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5311" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5314" } }, "show platform hardware qfp active infrastructure bqs status | include QOS|QFP": { @@ -49339,7 +49519,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n Optional (str) total_qos_queue: ,\n Optional (str) total_qos_schedule_nodes: ,\n },\n}", "uid": "show_platform_hardware_qfp_active_infrastructure_bqs_status___include_QOS_QFP", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20783" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20804" } }, "show platform hardware qfp active infrastructure exmem statistics": { @@ -49350,7 +49530,7 @@ "package": "genie.libs.parser", "schema": "{\n'qfp_exmem_stats': {\n 'type': {\n Any (str) *: {\n 'qfp': ,\n 'total': ,\n 'inuse': ,\n 'free': ,\n 'lowest_free_water_mark': ,\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_infrastructure_exmem_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23221" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23242" } }, "show platform hardware qfp active interface all statistics drop_summary": { @@ -49361,7 +49541,7 @@ "package": "genie.libs.parser", "schema": "{\n'drop_stats_summary': {\n Any (str) *: {\n 'rx_packets': ,\n 'tx_packets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_interface_all_statistics_drop_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21186" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21207" } }, "show platform hardware qfp active system state": { @@ -49372,7 +49552,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpp_ha_client_processes': {\n 'total_processes': ,\n 'registered_process': ,\n 'client_processes': {\n 'cpp_ha': ,\n 'cpp_sp': ,\n 'cpp_driver0': ,\n 'fman_fp': ,\n 'cpp_cp': ,\n },\n 'platform_state': {\n 'curr': ,\n 'next': ,\n },\n 'ha_state': {\n 'cpp': ,\n 'dir': ,\n 'role_state': {\n 'curr': ,\n 'next': ,\n },\n },\n 'client_state': ,\n 'image': ,\n 'load': {\n 'load_count': ,\n 'time': ,\n },\n 'active_threads': ,\n 'stuck_threads': ,\n 'fault_manager_flag': {\n 'ignore_fault': ,\n 'ignore_stuck_thread': ,\n 'crashdump_in_progress': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_system_state", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22030" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22051" } }, "show platform hardware qfp active tcam resource-manager usage": { @@ -49383,7 +49563,7 @@ "package": "genie.libs.parser", "schema": "{\n'qfp_tcam_usage_information': {\n Any (str) *: {\n 'name': ,\n 'number_of_cells_per_entry': ,\n Optional (str) current_80_bit_entries_used: ,\n Optional (str) current_160_bits_entries_used: ,\n Optional (str) current_320_bits_entries_used: ,\n 'current_used_cell_entries': ,\n 'current_free_cell_entries': ,\n },\n 'total_tcam_cell_usage_information': {\n 'name': ,\n 'total_number_of_regions': ,\n 'total_tcam_used_cell_entries': ,\n 'total_tcam_free_cell_entries': ,\n 'threshold_status': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_active_tcam_resource-manager_usage", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8732" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8735" } }, "show platform hardware qfp {status} bqs {slot} ipm mapping": { @@ -49403,7 +49583,7 @@ "package": "genie.libs.parser", "schema": "{\n'channel': {\n Any (str) *: {\n Optional (str) interface: ,\n 'name': ,\n Optional (str) logical_channel: ,\n Optional (str) drain_mode: ,\n Optional (str) port: ,\n Optional (str) cfifo: ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_bqs_slot_ipm_mapping", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6059" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6062" } }, "show platform hardware qfp {status} bqs {slot} opm mapping": { @@ -49423,7 +49603,7 @@ "package": "genie.libs.parser", "schema": "{\n'channel': {\n Any (str) *: {\n Optional (str) interface: ,\n 'name': ,\n Optional (str) logical_channel: ,\n Optional (str) drain_mode: ,\n Optional (str) port: ,\n Optional (str) cfifo: ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_bqs_slot_opm_mapping", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5994" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5997" } }, "show platform hardware qfp {status} bqs {slot} {iotype} statistics channel all": { @@ -49443,7 +49623,18 @@ "package": "genie.libs.parser", "schema": "{\n'channel': {\n Any (str) *: {\n 'goodpkts': ,\n 'goodbytes': ,\n 'badpkts': ,\n 'badbytes': ,\n Optional (str) comment: ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_bqs_slot_iotype_statistics_channel_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6638" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6641" + } + }, + "show platform hardware qfp {status} interface if-name {interface} path": { + "iosxe": { + "class": "ShowPlatformHardwareQfpInterfaceIfnamepath", + "doc": "Parser for show platform hardware qfp {status} interface if-name {interface} path", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\nOptional (str) valid_flag: ,\nOptional (str) baf_port: ,\nOptional (str) input_uIDB: ,\nOptional (str) esi_channel: ,\nOptional (str) baf_header: ,\n}", + "uid": "show_platform_hardware_qfp_status_interface_if-name_interface_path", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35486" } }, "show platform hardware qfp {status} interface if-name {interface} statistics": { @@ -49463,7 +49654,7 @@ "package": "genie.libs.parser", "schema": "{\n'qfp': {\n 'active': {\n 'interface': {\n Any (str) *: {\n Optional (str) platform_handle: ,\n 'receive_stats': {\n Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n 'transmit_stats': {\n Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n 'ingress_drop_stats': {\n Optional (Any) Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n 'egress_drop_stats': {\n Optional (Any) Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_interface_if-name_interface_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6878" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6881" } }, "show platform hardware qfp {status} statistics drop": { @@ -49483,7 +49674,7 @@ "package": "genie.libs.parser", "schema": "{\n'global_drop_stats': {\n Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_statistics_drop", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6969" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6972" } }, "show platform hardware qfp {status} statistics drop clear": { @@ -49494,7 +49685,7 @@ "package": "genie.libs.parser", "schema": "{\n'global_drop_stats': {\n Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_statistics_drop_clear", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7020" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7023" } }, "show platform hardware qfp {status} statistics drop history": { @@ -49505,7 +49696,7 @@ "package": "genie.libs.parser", "schema": "{\n'stats_cleared': ,\nOptional (str) last_clear_time: {\n 'year': ,\n 'month': ,\n 'day': ,\n 'hour': ,\n 'minute': ,\n 'second': ,\n },\nOptional (str) last_clear_lapsed_time: {\n Optional (str) weeks: ,\n Optional (str) days: ,\n Optional (str) hours: ,\n Optional (str) minutes: ,\n 'seconds': ,\n },\n'drops_seen': ,\nOptional (str) drop_history: {\n Any (str) *: {\n '1m': {\n 'packets': ,\n },\n '5m': {\n 'packets': ,\n },\n '30m': {\n 'packets': ,\n },\n 'all': {\n 'packets': ,\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_statistics_drop_history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7101" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7104" } }, "show platform hardware qfp {status} statistics drop history clear": { @@ -49516,7 +49707,7 @@ "package": "genie.libs.parser", "schema": "{\n'stats_cleared': ,\nOptional (str) last_clear_time: {\n 'year': ,\n 'month': ,\n 'day': ,\n 'hour': ,\n 'minute': ,\n 'second': ,\n },\nOptional (str) last_clear_lapsed_time: {\n Optional (str) weeks: ,\n Optional (str) days: ,\n Optional (str) hours: ,\n Optional (str) minutes: ,\n 'seconds': ,\n },\n'drops_seen': ,\nOptional (str) drop_history: {\n Any (str) *: {\n '1m': {\n 'packets': ,\n },\n '5m': {\n 'packets': ,\n },\n '30m': {\n 'packets': ,\n },\n 'all': {\n 'packets': ,\n },\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_statistics_drop_history_clear", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7214" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7217" } }, "show platform hardware qfp {status} statistics drop | exclude {exclude}": { @@ -49536,7 +49727,7 @@ "package": "genie.libs.parser", "schema": "{\n'global_drop_stats': {\n Any (str) *: {\n 'packets': ,\n 'octets': ,\n },\n },\n}", "uid": "show_platform_hardware_qfp_status_statistics_drop___exclude_exclude", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6969" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6972" } }, "show platform hardware slot {slot} plim statistics": { @@ -49556,7 +49747,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) port: {\n Any (str) *: {\n 'received': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n },\n 'transmitted': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n },\n },\n },\nOptional (str) slot: {\n Any (str) *: {\n 'subslot': {\n Any (str) *: {\n 'name': ,\n 'status': ,\n 'received': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'dip4_error': ,\n 'disabled': ,\n 'loss_of_sync': ,\n 'sequence_error': ,\n 'burst_error': ,\n 'eop_abort': ,\n 'packet_gap_error': ,\n 'control_word_error': ,\n },\n },\n 'transmitted': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'frame_error': ,\n 'fifo_over_flow': ,\n 'dip2_error': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_slot_slot_plim_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5643" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5646" } }, "show platform hardware slot {slot} plim statistics internal": { @@ -49576,7 +49767,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) port: {\n Any (str) *: {\n 'received': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n },\n 'transmitted': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n },\n },\n },\nOptional (str) slot: {\n Any (str) *: {\n 'subslot': {\n Any (str) *: {\n 'name': ,\n 'status': ,\n 'received': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'dip4_error': ,\n 'disabled': ,\n 'loss_of_sync': ,\n 'sequence_error': ,\n 'burst_error': ,\n 'eop_abort': ,\n 'packet_gap_error': ,\n 'control_word_error': ,\n },\n },\n 'transmitted': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'frame_error': ,\n 'fifo_over_flow': ,\n 'dip2_error': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_slot_slot_plim_statistics_internal", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5643" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5646" } }, "show platform hardware slot {slot} serdes statistics": { @@ -49596,7 +49787,7 @@ "package": "genie.libs.parser", "schema": "{\n'link': {\n Any (str) *: {\n Optional (str) from: {\n 'pkts': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n Optional (str) looped: ,\n Optional (str) bad: ,\n },\n 'bytes': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n Optional (str) looped: ,\n Optional (str) bad: ,\n },\n Optional (str) qstat_count: ,\n Optional (str) flow_ctrl_count: ,\n },\n Optional (str) to: {\n 'pkts': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n },\n Optional (str) bytes: {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n },\n },\n Optional (str) local_tx_in_sync: ,\n Optional (str) local_rx_in_sync: ,\n Optional (str) remote_tx_in_sync: ,\n Optional (str) remote_rx_in_sync: ,\n Optional (str) errors: {\n 'rx_process': ,\n 'rx_schedule': ,\n 'rx_statistics': ,\n 'rx_parity': ,\n 'tx_process': ,\n 'tx_schedule': ,\n 'tx_statistics': ,\n },\n },\n },\nOptional (str) serdes_exception_counts: {\n Any (str) *: {\n Optional (str) link: {\n Any (str) *: {\n 'msgTypeError': ,\n 'msgEccError': ,\n 'chicoEvent': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_slot_slot_serdes_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6191" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6194" } }, "show platform hardware slot {slot} serdes statistics internal": { @@ -49616,7 +49807,7 @@ "package": "genie.libs.parser", "schema": "{\n'link': {\n Any (str) *: {\n Optional (str) from: {\n 'pkts': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n Optional (str) looped: ,\n Optional (str) bad: ,\n },\n 'bytes': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n Optional (str) looped: ,\n Optional (str) bad: ,\n },\n Optional (str) qstat_count: ,\n Optional (str) flow_ctrl_count: ,\n },\n Optional (str) to: {\n 'pkts': {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n },\n Optional (str) bytes: {\n Optional (str) total: ,\n Optional (str) high: ,\n Optional (str) low: ,\n Optional (str) dropped: ,\n Optional (str) errored: ,\n },\n },\n Optional (str) local_tx_in_sync: ,\n Optional (str) local_rx_in_sync: ,\n Optional (str) remote_tx_in_sync: ,\n Optional (str) remote_rx_in_sync: ,\n Optional (str) errors: {\n 'rx_process': ,\n 'rx_schedule': ,\n 'rx_statistics': ,\n 'rx_parity': ,\n 'tx_process': ,\n 'tx_schedule': ,\n 'tx_statistics': ,\n },\n },\n },\nOptional (str) serdes_exception_counts: {\n Any (str) *: {\n Optional (str) link: {\n Any (str) *: {\n 'msgTypeError': ,\n 'msgEccError': ,\n 'chicoEvent': ,\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_slot_slot_serdes_statistics_internal", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6275" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6278" } }, "show platform hardware subslot {subslot} plim statistics": { @@ -49636,7 +49827,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) port: {\n Any (str) *: {\n 'received': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'errored_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n 'errored_bytes': ,\n },\n },\n 'transmitted': {\n 'low_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n 'high_priority': {\n 'pkts': ,\n 'dropped_pkts': ,\n 'bytes': ,\n 'dropped_bytes': ,\n },\n },\n },\n },\nOptional (str) slot: {\n Any (str) *: {\n 'subslot': {\n Any (str) *: {\n 'name': ,\n 'status': ,\n 'received': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'dip4_error': ,\n 'disabled': ,\n 'loss_of_sync': ,\n 'sequence_error': ,\n 'burst_error': ,\n 'eop_abort': ,\n 'packet_gap_error': ,\n 'control_word_error': ,\n },\n },\n 'transmitted': {\n Optional (str) pkts: ,\n Optional (str) ipc_pkts: ,\n Optional (str) bytes: ,\n Optional (str) ipc_bytes: ,\n Optional (str) ipc_err: ,\n Optional (str) spi4_interrupt_counters: {\n 'out_of_frame': ,\n 'frame_error': ,\n 'fifo_over_flow': ,\n 'dip2_error': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_hardware_subslot_subslot_plim_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5643" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5646" } }, "show platform hardware throughput crypto": { @@ -49647,7 +49838,7 @@ "package": "genie.libs.parser", "schema": "{\n'current_configured_crypto_throughput_level': ,\n'current_enforced_crypto_throughput_level': ,\n'default_crypto_throughput_level': ,\n'level': ,\n'reboot': ,\n'crypto_throughput': ,\nOptional (str) current_boot_level: ,\n}", "uid": "show_platform_hardware_throughput_crypto", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11196" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11199" } }, "show platform hardware throughput level": { @@ -49658,7 +49849,7 @@ "package": "genie.libs.parser", "schema": "{\n'curr_throughput_level': ,\n}", "uid": "show_platform_hardware_throughput_level", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22832" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L22853" } }, "show platform hardware voltage margin switch {mode} rp active": { @@ -49669,7 +49860,7 @@ "package": "genie.libs.parser", "schema": "{\n'max_channels': ,\n'channels': {\n Any (str) *: {\n 'rail_name': ,\n 'voltage_in_mv': ,\n 'nominal_voltage': ,\n 'min_margin': ,\n 'percentage_change': ,\n 'max_margin': ,\n 'monitor': ,\n },\n },\n}", "uid": "show_platform_hardware_voltage_margin_switch_mode_rp_active", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20727" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20748" } }, "show platform host-access-table {intf}": { @@ -49680,7 +49871,7 @@ "package": "genie.libs.parser", "schema": "{\n'host_access': {\n Any (str) *: {\n 'src_address': ,\n 'vlan_id': ,\n 'access_mode': ,\n 'feature': ,\n 'type': ,\n },\n 'current_feature': ,\n 'default': ,\n },\n}", "uid": "show_platform_host-access-table_intf", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24448" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24469" } }, "show platform integrity": { @@ -49691,7 +49882,7 @@ "package": "genie.libs.parser", "schema": "{\n'platform': ,\n'boot': {\n Any (str) *: {\n 'version': ,\n 'hash': ,\n },\n 'loader': {\n 'version': ,\n 'hash': ,\n },\n },\n'os_version': ,\n'os_hashes': {\n Any (str) *: ,\n },\nOptional (str) signature_version: ,\nOptional (str) signature: ,\n}", "uid": "show_platform_integrity", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7862" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7865" } }, "show platform integrity sign nonce {nonce}": { @@ -49702,7 +49893,7 @@ "package": "genie.libs.parser", "schema": "{\n'platform': ,\n'boot': {\n Any (str) *: {\n 'version': ,\n 'hash': ,\n },\n 'loader': {\n 'version': ,\n 'hash': ,\n },\n },\n'os_version': ,\n'os_hashes': {\n Any (str) *: ,\n },\nOptional (str) signature_version: ,\nOptional (str) signature: ,\n}", "uid": "show_platform_integrity_sign_nonce_nonce", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7862" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7865" } }, "show platform integrity {signature}": { @@ -49713,7 +49904,7 @@ "package": "genie.libs.parser", "schema": "{\n'platform': ,\n'boot': {\n Any (str) *: {\n 'version': ,\n 'hash': ,\n },\n 'loader': {\n 'version': ,\n 'hash': ,\n },\n },\n'os_version': ,\n'os_hashes': {\n Any (str) *: ,\n },\nOptional (str) signature_version: ,\nOptional (str) signature: ,\n}", "uid": "show_platform_integrity_signature", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7862" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7865" } }, "show platform nat translations active": { @@ -49724,7 +49915,7 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'protocol': ,\n 'inside_global': ,\n 'inside_local': ,\n 'outside_local': ,\n 'outside_global': ,\n },\n },\n}", "uid": "show_platform_nat_translations_active", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16472" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16479" } }, "show platform nat translations active statistics": { @@ -49735,7 +49926,7 @@ "package": "genie.libs.parser", "schema": "{\n'nat_type': ,\n'netflow_type': ,\n'flow_record': ,\n'dynamic_nat_entries': ,\n'static_nat_entries': ,\n'total_nat_entries': ,\n'total_hw_resource_tcam': ,\n}", "uid": "show_platform_nat_translations_active_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16367" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16374" } }, "show platform packet-trace packet all": { @@ -49746,7 +49937,7 @@ "package": "genie.libs.parser", "schema": "{\n'packets': {\n : {\n 'cbug_id': ,\n 'summary': {\n 'input': ,\n 'output': ,\n 'state': ,\n 'start_timestamp_ns': ,\n 'stop_timestamp_ns': ,\n 'start_timestamp': ,\n 'stop_timestamp': ,\n },\n 'path_trace': {\n Optional (str) ipv4_input: {\n 'input': ,\n 'output': ,\n 'source': ,\n 'destination': ,\n 'protocol': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n },\n Optional (str) ipv4_output: {\n 'input': ,\n 'output': ,\n 'source': ,\n 'destination': ,\n 'protocol': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n },\n Optional (str) icmpv4_input: {\n 'input': ,\n 'output': ,\n 'type': ,\n 'code': ,\n },\n Optional (str) icmpv4_output: {\n 'input': ,\n 'output': ,\n 'type': ,\n 'code': ,\n },\n Optional (str) cft: {\n 'api': ,\n 'packet_capabilities': ,\n 'input_vrf_idx': ,\n 'calling_feature': ,\n 'direction': ,\n 'triplet_vrf_idx': ,\n 'triplet_network_start': ,\n 'triplet_triplet_flags': ,\n 'triplet_counter': ,\n 'cft_bucket_number': ,\n 'cft_l3_payload_size': ,\n 'cft_pkt_ind_flags': ,\n 'cft_pkt_ind_valid': ,\n 'tuple_src_ip': ,\n 'tuple_dst_ip': ,\n 'tuple_src_port': ,\n 'tuple_dst_port': ,\n 'tuple_vrfid': ,\n 'tuple_l4_protocol': ,\n 'tuple_l3_protocol': ,\n 'pkt_sb_state': ,\n 'pkt_sb_num_flows': ,\n 'pkt_sb_tuple_epoch': ,\n 'returned_cft_error': ,\n 'returned_fid': ,\n },\n Optional (str) nbar: {\n 'packet_number_in_flow': ,\n 'classification_state': ,\n 'classification_name': ,\n 'classification_id': ,\n 'classification_source': ,\n 'number_of_matched_sub_classifications': ,\n 'number_of_extracted_fields': ,\n 'is_pa_split_packet': ,\n 'tph_mqc_bitmask_value': ,\n },\n Optional (str) qos: {\n 'direction': ,\n 'action': ,\n 'fields': ,\n },\n Optional (str) ipsec: {\n 'action': ,\n 'sa_handle': ,\n 'spi': ,\n 'peer_addr': ,\n 'local_addr': ,\n },\n Optional (str) nat: {\n 'direction': ,\n 'from': ,\n 'action': ,\n 'fwd_point': ,\n 'vrf': ,\n 'table_id': ,\n 'protocol': ,\n 'src_addr': ,\n 'dest_addr': ,\n 'src_port': ,\n 'dst_port': ,\n },\n },\n Optional (str) iosd_flow: {\n Optional (str) infra: {\n 'pkt_direction': ,\n 'packet_rcvd_from': ,\n },\n Optional (str) ip: {\n 'pkt_direction': ,\n 'packet_enqueued_in': ,\n 'source': ,\n 'destination': ,\n 'interface': ,\n },\n Optional (str) tcp: {\n 'pkt_direction': ,\n 'tcp0': ,\n },\n Optional (str) udp: {\n 'pkt_direction': ,\n 'src': ,\n 'dst': ,\n 'length': ,\n },\n },\n },\n },\n}", "uid": "show_platform_packet-trace_packet_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18478" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18485" } }, "show platform packet-trace packet {packet_id}": { @@ -49757,7 +49948,7 @@ "package": "genie.libs.parser", "schema": "{\n'packets': {\n : {\n 'cbug_id': ,\n 'summary': {\n 'input': ,\n 'output': ,\n 'state': ,\n 'start_timestamp_ns': ,\n 'stop_timestamp_ns': ,\n 'start_timestamp': ,\n 'stop_timestamp': ,\n },\n 'path_trace': {\n Optional (str) ipv4_input: {\n 'input': ,\n 'output': ,\n 'source': ,\n 'destination': ,\n 'protocol': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n },\n Optional (str) ipv4_output: {\n 'input': ,\n 'output': ,\n 'source': ,\n 'destination': ,\n 'protocol': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n },\n Optional (str) icmpv4_input: {\n 'input': ,\n 'output': ,\n 'type': ,\n 'code': ,\n },\n Optional (str) icmpv4_output: {\n 'input': ,\n 'output': ,\n 'type': ,\n 'code': ,\n },\n Optional (str) cft: {\n 'api': ,\n 'packet_capabilities': ,\n 'input_vrf_idx': ,\n 'calling_feature': ,\n 'direction': ,\n 'triplet_vrf_idx': ,\n 'triplet_network_start': ,\n 'triplet_triplet_flags': ,\n 'triplet_counter': ,\n 'cft_bucket_number': ,\n 'cft_l3_payload_size': ,\n 'cft_pkt_ind_flags': ,\n 'cft_pkt_ind_valid': ,\n 'tuple_src_ip': ,\n 'tuple_dst_ip': ,\n 'tuple_src_port': ,\n 'tuple_dst_port': ,\n 'tuple_vrfid': ,\n 'tuple_l4_protocol': ,\n 'tuple_l3_protocol': ,\n 'pkt_sb_state': ,\n 'pkt_sb_num_flows': ,\n 'pkt_sb_tuple_epoch': ,\n 'returned_cft_error': ,\n 'returned_fid': ,\n },\n Optional (str) nbar: {\n 'packet_number_in_flow': ,\n 'classification_state': ,\n 'classification_name': ,\n 'classification_id': ,\n 'classification_source': ,\n 'number_of_matched_sub_classifications': ,\n 'number_of_extracted_fields': ,\n 'is_pa_split_packet': ,\n 'tph_mqc_bitmask_value': ,\n },\n Optional (str) qos: {\n 'direction': ,\n 'action': ,\n 'fields': ,\n },\n Optional (str) ipsec: {\n 'action': ,\n 'sa_handle': ,\n 'spi': ,\n 'peer_addr': ,\n 'local_addr': ,\n },\n Optional (str) nat: {\n 'direction': ,\n 'from': ,\n 'action': ,\n 'fwd_point': ,\n 'vrf': ,\n 'table_id': ,\n 'protocol': ,\n 'src_addr': ,\n 'dest_addr': ,\n 'src_port': ,\n 'dst_port': ,\n },\n },\n Optional (str) iosd_flow: {\n Optional (str) infra: {\n 'pkt_direction': ,\n 'packet_rcvd_from': ,\n },\n Optional (str) ip: {\n 'pkt_direction': ,\n 'packet_enqueued_in': ,\n 'source': ,\n 'destination': ,\n 'interface': ,\n },\n Optional (str) tcp: {\n 'pkt_direction': ,\n 'tcp0': ,\n },\n Optional (str) udp: {\n 'pkt_direction': ,\n 'src': ,\n 'dst': ,\n 'length': ,\n },\n },\n },\n },\n}", "uid": "show_platform_packet-trace_packet_packet_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18478" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18485" } }, "show platform packet-trace statistics": { @@ -49768,7 +49959,7 @@ "package": "genie.libs.parser", "schema": "{\n'packets_summary': {\n Optional (str) matched: ,\n 'traced': ,\n },\n'packets_recieved': {\n 'ingress': ,\n 'inject': ,\n },\n'packets_processed': {\n 'forward': ,\n 'punt': ,\n 'drop': ,\n 'consume': ,\n },\n}", "uid": "show_platform_packet-trace_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18201" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18208" } }, "show platform packet-trace summary": { @@ -49779,7 +49970,7 @@ "package": "genie.libs.parser", "schema": "{\n'packets': {\n : {\n 'input_intf': ,\n 'output_intf': ,\n 'state': ,\n Optional (str) reason: {\n 'code': ,\n 'text': ,\n },\n },\n },\n}", "uid": "show_platform_packet-trace_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18295" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18302" } }, "show platform pm etherchannel {ec_channel_group_id} group-mask": { @@ -49790,7 +49981,7 @@ "package": "genie.libs.parser", "schema": "{\n'etherchannel': {\n Any (str) *: {\n 'ec_channel_group_id': ,\n 'ec_channel_group_mac': ,\n 'active_ports': ,\n Optional (str) interface: {\n Any (str) *: {\n 'if_id': ,\n 'ec_index': ,\n },\n },\n },\n },\n}", "uid": "show_platform_pm_etherchannel_ec_channel_group_id_group-mask", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34982" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35006" } }, "show platform pm interface-numbers": { @@ -49801,7 +49992,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'interface': ,\n 'iif_id': ,\n 'gid': ,\n 'slot': ,\n 'unit': ,\n 'slun': ,\n 'hwidb_ptr': ,\n 'status': ,\n 'status2': ,\n 'state': ,\n 'snmp_if_index': ,\n },\n },\n}", "uid": "show_platform_pm_interface-numbers", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27247" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27268" } }, "show platform pm port-data {interface}": { @@ -49812,7 +50003,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) pm_port_data: {\n Any (str) *: {\n Optional (str) field: ,\n Optional (str) admin_field: ,\n Optional (str) oper_field: ,\n },\n },\nOptional (str) pm_port_info: {\n Optional (str) forwarding_vlans: ,\n Optional (str) current_pruned_vlans: ,\n Optional (str) previous_pruned_vlans: ,\n Optional (str) sw_linkneg_state: ,\n Optional (str) no_link_down_events: ,\n Optional (str) time_stamp_last_link_flapped: ,\n Optional (str) last_link_down_duration_secs: ,\n Optional (str) last_link_up_duration_secs: ,\n },\n}", "uid": "show_platform_pm_port-data_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25325" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25346" } }, "show platform power": { @@ -49832,7 +50023,7 @@ "package": "genie.libs.parser", "schema": "{\n'chassis': ,\n'total_load': ,\n'total_capacity': ,\n'load_capacity_percent': ,\n'power_capacity': ,\n'redundant_alc': ,\n'fan_alc': ,\n'fru_alc': ,\n'excess_power': ,\n'excess_capacity_percent': ,\n'redundancy_mode': ,\n'allocation_status': ,\n'slot': {\n Any (str) *: {\n 'type': ,\n 'state': ,\n Optional (str) allocation: ,\n Optional (str) capacity: ,\n Optional (str) load: ,\n },\n },\n}", "uid": "show_platform_power", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6480" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L6483" } }, "show platform resources": { @@ -49843,7 +50034,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) rp: {\n Any (str) *: {\n 'state': ,\n 'role': ,\n 'control_processer': {\n 'usage_perc': ,\n 'max_perc': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n 'dram': {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n Optional (str) bootflash: {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n Optional (str) harddisk: {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n },\n },\n },\nOptional (str) esp: {\n Any (str) *: {\n 'state': ,\n 'role': ,\n Optional (str) control_processer: {\n 'usage_perc': ,\n 'max_perc': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n 'dram': {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n },\n 'qfp': {\n 'state': ,\n Optional (str) tcam: {\n 'usage_cells': ,\n 'usage_perc': ,\n 'max_cells': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': 'H',\n },\n 'dram': {\n 'usage_kb': ,\n 'usage_perc': ,\n 'max_kb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n 'iram': {\n 'usage_kb': ,\n 'usage_perc': ,\n 'max_kb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n 'cpu_utilization': {\n 'usage_perc': ,\n 'max_perc': ,\n 'warning_perc': ,\n 'state': ,\n },\n Optional (Any) Any (str) *: {\n 'usage_kb': ,\n 'usage_perc': ,\n 'max_kb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n },\n },\n },\nOptional (str) sip: {\n Any (str) *: {\n 'state': ,\n 'control_processer': {\n 'usage_perc': ,\n 'max_perc': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n 'dram': {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n },\n },\n },\nOptional (str) control_processer: {\n 'usage_perc': ,\n 'max_perc': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n 'dram': {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n Optional (str) tmpfs: {\n 'usage_mb': ,\n 'usage_perc': ,\n 'max_mb': ,\n 'warning_perc': ,\n 'critical_perc': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_resources", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8953" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L8956" } }, "show platform soft infra bipc | inc buffer": { @@ -49854,7 +50045,7 @@ "package": "genie.libs.parser", "schema": "{\n'platform_soft_infra_bipc': {\n 'total_buffers_allocated': ,\n 'total_buffers_freed': ,\n 'total_buffer_alloc_failure': ,\n },\n'buffers': {\n 'rx_buffers_allocated': ,\n 'rx_buffer_freed': ,\n 'tx_buffer_allocated': ,\n 'tx_buffer_freed': ,\n },\n'failure': {\n 'rx_buffer_alloc_failure': ,\n 'tx_buffer_alloc_failure': ,\n },\n}", "uid": "show_platform_soft_infra_bipc___inc_buffer", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21813" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21834" } }, "show platform software access-list switch active F0 summary": { @@ -49865,7 +50056,7 @@ "package": "genie.libs.parser", "schema": "{\n'summary': {\n Any (str) *: {\n 'access_list': ,\n 'num_ref': ,\n 'dwnld_aces': ,\n },\n },\n}", "uid": "show_platform_software_access-list_switch_active_F0_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35181" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35205" } }, "show platform software access-list {switch} {mode} FP {switch_var} og-lkup-ids": { @@ -49876,7 +50067,7 @@ "package": "genie.libs.parser", "schema": "{\n'summary': {\n Any (str) *: {\n 'access_list': ,\n 'src_lkup_id': ,\n 'dst_lkup_id': ,\n },\n },\n}", "uid": "show_platform_software_access-list_switch_mode_FP_switch_var_og-lkup-ids", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35544" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35652" } }, "show platform software audit summary": { @@ -49887,7 +50078,7 @@ "package": "genie.libs.parser", "schema": "{\n'chassis': {\n Any (str) *: {\n Optional (str) route_process: ,\n 'avc_denial_count': ,\n },\n },\n}", "uid": "show_platform_software_audit_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31106" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31130" } }, "show platform software bp crimson content config": { @@ -49898,7 +50089,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'fipskey': ,\n 'interface_details': {\n Any (str) *: {\n 'link': ,\n 'slot': ,\n },\n },\n 'node_details': {\n 'node_number': ,\n 'priority': ,\n },\n 'svl_link': {\n 'link': ,\n },\n 'svl_ports': {\n 'domain': ,\n 'mode': ,\n 'node': ,\n 'router_id': ,\n },\n },\n}", "uid": "show_platform_software_bp_crimson_content_config", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20904" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20925" } }, "show platform software bp crimson statistics": { @@ -49918,7 +50109,7 @@ "package": "genie.libs.parser", "schema": "{\n'bp_crimson_statistics': {\n 'initialized': ,\n 'config_database_init_d': ,\n 'config_db_persist': ,\n 'config_db_restorable': ,\n 'config_lock_mgr_dbid': ,\n 'oper_database_init_d': ,\n 'oper_lock_mgr_dbid': ,\n 'garbage_collections': ,\n },\nOptional (str) bp_svl_crimson_statistics: {\n 'config_notify_mgr_id': ,\n 'config_dyn_tables_reg_d': ,\n 'config_dyn_reg_failures': ,\n 'config_dyn_tables_dereg_d': ,\n 'config_dereg_deferred': ,\n 'config_dereg_failures': ,\n 'config_table_updates': ,\n 'config_applied': ,\n 'config_skipped': ,\n 'oper_notify_mgr_dbid': ,\n 'oper_dyn_tables_reg_d': ,\n 'oper_dyn_reg_failures': ,\n 'oper_dyn_tables_dereg_d': ,\n 'oper_dereg_s_deferred': ,\n 'oper_dereg_failures': ,\n 'oper_table_updates': ,\n 'dyn_table_failures': ,\n 'dyn_table_dereg_failures': ,\n 'pending_notifications': ,\n 'notifications_highwater': ,\n 'notifications_processed': ,\n 'notification_failures': ,\n },\nOptional (str) bp_remote_db_statistics: {\n 'get_requests': {\n 'total_requests': ,\n 'pending_requests': ,\n 'timed_out_requests': ,\n 'failed_requests': ,\n },\n 'set_requests': {\n 'total_requests': ,\n 'pending_requests': ,\n 'timed_out_requests': ,\n 'failed_requests': ,\n },\n 'in_progress_requests': {\n 'type': ,\n 'db_id': ,\n 'batch_id': ,\n 'op_id': ,\n 'task_pid': ,\n },\n Optional (str) dbal_response_time: {\n 'max': ,\n },\n Optional (str) record_free_failures: {\n 'total_failures': ,\n },\n },\n}", "uid": "show_platform_software_bp_crimson_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28936" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28960" } }, "show platform software bridge-domain Fp active {bd_id} mac-table": { @@ -49962,7 +50153,7 @@ "package": "genie.libs.parser", "schema": "{\n'system_port': ,\n'svl_control_interface': {\n Any (str) *: {\n Any (str) *: {\n 'ec_if_id': ,\n 'system_port': ,\n 'if_type': ,\n },\n },\n },\n}", "uid": "show_platform_software_cpm_switch_mode_B0_control-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16648" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16655" } }, "show platform software cpm switch {mode} B0 counters drop": { @@ -49973,7 +50164,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: ,\n}", "uid": "show_platform_software_cpm_switch_mode_B0_counters_drop", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15656" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15659" } }, "show platform software cpm switch {mode} B0 counters punt-inject": { @@ -49984,7 +50175,7 @@ "package": "genie.libs.parser", "schema": "{\n'traffic_type': {\n Any (str) *: {\n 'packets_inject': ,\n 'packets_punt': ,\n 'drop_inject': ,\n 'drop_punt': ,\n },\n },\n}", "uid": "show_platform_software_cpm_switch_mode_B0_counters_punt-inject", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15698" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15701" } }, "show platform software cpm switch {mode} B0 ipc brief": { @@ -49995,7 +50186,7 @@ "package": "genie.libs.parser", "schema": "{\n'ipc_status': {\n 'cpm_cm': ,\n 'cpm_fed': ,\n },\n}", "uid": "show_platform_software_cpm_switch_mode_B0_ipc_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15738" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15741" } }, "show platform software cpm switch {mode} B0 ipc detail": { @@ -50006,7 +50197,7 @@ "package": "genie.libs.parser", "schema": "{\n'bipc_connection_status': {\n Optional (str) service: ,\n Optional (str) peer_location: ,\n Optional (str) peer_state: ,\n Optional (str) connection_drops: ,\n Optional (str) flow_control: ,\n Optional (str) transition_count: ,\n Optional (str) received_msgs: ,\n Optional (str) tdl_hdl_failure: ,\n Optional (str) dispatch_failures: ,\n Optional (str) rx_other_drops: ,\n Optional (str) sent_msgs: ,\n Optional (str) tx_no_mem_failures: ,\n Optional (str) tx_other_drops: ,\n Optional (str) tx_no_space_failures: ,\n },\n}", "uid": "show_platform_software_cpm_switch_mode_B0_ipc_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15800" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15803" } }, "show platform software cpm switch {mode} B0 resource": { @@ -50017,7 +50208,7 @@ "package": "genie.libs.parser", "schema": "{\n'device_status': {\n 'oobnd1': ,\n 'leaba0_3': ,\n 'leaba0_5': ,\n },\n}", "uid": "show_platform_software_cpm_switch_mode_B0_resource", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16724" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16731" } }, "show platform software dbal smd R0 database all": { @@ -50028,7 +50219,7 @@ "package": "genie.libs.parser", "schema": "{\n'db_name': {\n Any (str) *: {\n 'db_mode': ,\n 'batches_waiting': ,\n 'batches_in_progress': ,\n 'batches_done': ,\n 'tunnels_active': ,\n 'tunnels_closed': ,\n },\n },\n}", "uid": "show_platform_software_dbal_smd_R0_database_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14262" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14265" } }, "show platform software distributed-ipsec tunnel-info": { @@ -50039,7 +50230,7 @@ "package": "genie.libs.parser", "schema": "{\n'asic_count': ,\n: {\n 'switch_number': ,\n 'asic_value': ,\n 'num_of_tunnel': ,\n 'platform': ,\n },\nOptional (str) svti_tunnel: {\n Any (str) *: {\n 'if_id': ,\n 'sbad_info': ,\n 'switch_number': ,\n 'asic_id': ,\n },\n },\n}", "uid": "show_platform_software_distributed-ipsec_tunnel-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35469" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35577" } }, "show platform software dns-umbrella statistics": { @@ -50050,7 +50241,7 @@ "package": "genie.libs.parser", "schema": "{\n'umbrella_statistics': {\n 'total_packets': ,\n 'dns_crypt_queries': ,\n 'dns_crypt_responses': ,\n 'dns_queries': ,\n 'dns_bypass_queries': ,\n 'dns_umbrella_responses': ,\n 'dns_other_responses': ,\n 'aged_queries': ,\n 'dropped_packets': ,\n },\n}", "uid": "show_platform_software_dns-umbrella_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15122" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15125" } }, "show platform software dpidb index": { @@ -50061,7 +50252,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'index': ,\n },\n}", "uid": "show_platform_software_dpidb_index", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11961" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11964" } }, "show platform software evpn Fp active encap-oce index {oce_index} detail": { @@ -50083,7 +50274,7 @@ "package": "genie.libs.parser", "schema": "{\n'start_time': ,\n'end_time': ,\nAny (str) *: {\n Optional (str) mid: ,\n Optional (str) nist: ,\n Optional (str) pnm: ,\n Optional (str) prv: ,\n Optional (str) sn: ,\n Optional (str) mnm: ,\n Optional (str) status: ,\n },\n}", "uid": "show_platform_software_factory-reset_secure_log", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21243" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21264" } }, "show platform software fed active acl counters hardware": { @@ -50094,7 +50285,7 @@ "package": "genie.libs.parser", "schema": "{\n'counters': {\n 'unknown_stat_counter': ,\n 'ingress_ipv4_forward': ,\n 'ingress_ipv4_forward_from_cpu': ,\n 'ingress_ipv4_pacl_drop': ,\n 'ingress_ipv4_vacl_drop': ,\n 'ingress_ipv4_racl_drop': ,\n 'ingress_ipv4_gacl_drop': ,\n 'ingress_ipv4_racl_drop_and_log': ,\n 'ingress_ipv4_vacl_drop_and_log': ,\n 'ingress_ipv4_pacl_cpu': ,\n 'ingress_ipv4_vacl_cpu': ,\n 'ingress_ipv4_racl_cpu': ,\n 'ingress_ipv4_gacl_cpu': ,\n 'ingress_ipv4_tcp_mss_cpu': ,\n 'ingress_ipv6_forward': ,\n 'ingress_ipv6_forward_from_cpu': ,\n 'ingress_ipv6_pacl_drop': ,\n 'ingress_ipv6_vacl_drop': ,\n 'ingress_ipv6_racl_drop': ,\n 'ingress_ipv6_gacl_drop': ,\n 'ingress_ipv6_racl_drop_and_log': ,\n 'ingress_ipv6_vacl_drop_and_log': ,\n 'ingress_ipv6_pacl_cpu': ,\n 'ingress_ipv6_pacl_sisf_cpu': ,\n 'ingress_ipv6_vacl_cpu': ,\n 'ingress_ipv6_vacl_sisf_cpu': ,\n 'ingress_ipv6_racl_cpu': ,\n 'ingress_ipv6_gacl_cpu': ,\n 'ingress_ipv6_tcp_mss_cpu': ,\n 'ingress_mac_forward': ,\n 'ingress_mac_forward_from_cpu': ,\n 'ingress_mac_pacl_drop': ,\n 'ingress_mac_vacl_drop': ,\n 'ingress_mac_racl_drop': ,\n 'ingress_mac_gacl_drop': ,\n 'ingress_mac_racl_drop_and_log': ,\n 'ingress_mac_vacl_drop_and_log': ,\n 'ingress_mac_pacl_cpu': ,\n 'ingress_mac_vacl_cpu': ,\n 'ingress_mac_racl_cpu': ,\n 'ingress_mac_gacl_cpu': ,\n 'ingress_dai_smac_validation_drop': ,\n 'ingress_dai_dmac_validation_drop': ,\n 'ingress_dai_ip_validation_drop': ,\n 'ingress_arp_acl_permit': ,\n 'ingress_arp_acl_drop': ,\n 'ingress_auth_acl_drop': ,\n Optional (str) ingress_ipv4_ipclients_cpu: ,\n Optional (str) ingress_ipv6_ipclients_cpu: ,\n Optional (str) ingress_ipv4_ipclients_drop: ,\n Optional (str) ingress_ipv6_ipclients_drop: ,\n 'egress_ipv4_forward': ,\n 'egress_ipv4_forward_to_cpu': ,\n Optional (str) egress_ipv4_forward_from_cpu: ,\n 'egress_ipv4_pacl_drop': ,\n 'egress_ipv4_vacl_drop': ,\n 'egress_ipv4_racl_drop': ,\n 'egress_ipv4_gacl_drop': ,\n 'egress_ipv4_racl_drop_and_log': ,\n 'egress_ipv4_vacl_drop_and_log': ,\n 'egress_ipv4_pacl_cpu': ,\n 'egress_ipv4_vacl_cpu': ,\n 'egress_ipv4_racl_cpu': ,\n 'egress_ipv4_gacl_cpu': ,\n 'egress_ipv4_tcp_mss_cpu': ,\n 'egress_ipv6_forward': ,\n 'egress_ipv6_forward_to_cpu': ,\n Optional (str) egress_ipv6_forward_from_cpu: ,\n 'egress_ipv6_pacl_drop': ,\n 'egress_ipv6_vacl_drop': ,\n 'egress_ipv6_racl_drop': ,\n 'egress_ipv6_gacl_drop': ,\n 'egress_ipv6_racl_drop_and_log': ,\n 'egress_ipv6_vacl_drop_and_log': ,\n 'egress_ipv6_pacl_cpu': ,\n 'egress_ipv6_vacl_cpu': ,\n 'egress_ipv6_racl_cpu': ,\n 'egress_ipv6_gacl_cpu': ,\n 'egress_ipv6_tcp_mss_cpu': ,\n 'egress_mac_forward': ,\n 'egress_mac_forward_to_cpu': ,\n Optional (str) egress_mac_forward_from_cpu: ,\n 'egress_mac_pacl_drop': ,\n 'egress_mac_vacl_drop': ,\n 'egress_mac_racl_drop': ,\n 'egress_mac_gacl_drop': ,\n 'egress_mac_racl_drop_and_log': ,\n 'egress_mac_vacl_drop_and_log': ,\n 'egress_mac_pacl_cpu': ,\n 'egress_mac_vacl_cpu': ,\n 'egress_mac_racl_cpu': ,\n 'egress_mac_gacl_cpu': ,\n 'egress_ipv4_cpu_queues_drop': ,\n 'egress_ipv4_p2p_drop': ,\n 'egress_ipv6_p2p_drop': ,\n 'egress_mac_p2p_drop': ,\n 'egress_ipv4_p2p_redirect': ,\n 'egress_ipv6_p2p_redirect': ,\n 'egress_mac_p2p_redirect': ,\n 'egress_ipv4_sgacl_drop': ,\n 'egress_ipv6_sgacl_drop': ,\n 'egress_ipv4_sgacl_test_cell_drop': ,\n 'egress_ipv6_sgacl_test_cell_drop': ,\n 'egress_ipv4_dns_response_cpu': ,\n 'egress_ipv6_dns_response_cpu': ,\n 'egress_ipv4_pre_sgacl_forward': ,\n },\n}", "uid": "show_platform_software_fed_active_acl_counters_hardware", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11127" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11130" } }, "show platform software fed active acl info summary": { @@ -50131,7 +50322,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) acl_usage: {\n Optional (str) ace_software: {\n Optional (str) vmr_max: ,\n Optional (str) used: ,\n },\n 'acl_name': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature_type': ,\n 'acl_type': ,\n 'entries_used': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_acl_usage", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12678" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12681" } }, "show platform software fed active acl usage | include {acl_name}": { @@ -50142,7 +50333,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) acl_usage: {\n Optional (str) ace_software: {\n Optional (str) vmr_max: ,\n Optional (str) used: ,\n },\n 'acl_name': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature_type': ,\n 'acl_type': ,\n 'entries_used': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_acl_usage___include_acl_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12678" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12681" } }, "show platform software fed active fnf et-analytics-flows": { @@ -50153,7 +50344,7 @@ "package": "genie.libs.parser", "schema": "{\n'current-eta-records': ,\n'excess-packets-received': ,\n'excess-syn-received': ,\n'total-eta-fnf': ,\n'total-eta-idp': ,\n'total-eta-records': ,\n'total-eta-splt': ,\n'total-packets-out-of-order': ,\n'total-packets-received': ,\n'total-packets-retransmitted': ,\n}", "uid": "show_platform_software_fed_active_fnf_et-analytics-flows", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10197" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10200" } }, "show platform software fed active fnf record-count asic {asic_num}": { @@ -50177,7 +50368,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_ifm_interfaces_tunnel", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19368" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19375" } }, "show platform software fed active ifm interfaces vlan": { @@ -50188,7 +50379,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_ifm_interfaces_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28028" } }, "show platform software fed active ifm interfaces {label}": { @@ -50199,7 +50390,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_ifm_interfaces_label", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12095" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12098" } }, "show platform software fed active ifm mappings": { @@ -50228,7 +50419,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'if_id': ,\n 'inst': ,\n 'asic': ,\n 'core': ,\n Optional (str) ifg_id: ,\n 'port': ,\n 'subport': ,\n 'mac': ,\n Optional (str) first_serdes: ,\n Optional (str) last_serdes: ,\n 'cntx': ,\n 'lpn': ,\n 'gpn': ,\n 'type': ,\n 'active': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_ifm_mappings", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18779" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18786" } }, "show platform software fed active ifm {if_id}": { @@ -50239,7 +50430,7 @@ "package": "genie.libs.parser", "schema": "{\n'intf_id': ,\n'intf_name': ,\n'intf_block_pointer': ,\n'intf_block_state': ,\n'intf_state': ,\n'intf_admin_mode': ,\n'intf_status': ,\n'int_ref_cnt': ,\n'interface_type': {\n 'intf_type': ,\n 'port_type': ,\n 'port_location': ,\n 'slot': ,\n 'unit': ,\n 'slot_unit': ,\n 'snmp_index': ,\n 'gpn': ,\n 'ec_channel': ,\n 'ec_index': ,\n 'ipv4_mtu': ,\n 'ipv6_mtu': ,\n Optional (str) ipv4_vrf_id: ,\n Optional (str) ipv6_vrf_id: ,\n 'protocol_flags': ,\n Optional (str) misc_flags: ,\n 'icmpv4_flags': ,\n 'icmpv6_flags': ,\n 'mac_address': ,\n 'qos_trust_type': ,\n },\n'ref_count': ,\n'port_phy_sub': {\n 'affinity': ,\n 'lpn': ,\n 'gpn': ,\n 'speed': ,\n 'type': ,\n 'mtu': ,\n 'ac_profile': ,\n },\n'port_sub': {\n 'mac_port_oid': ,\n 'system_port_oid': ,\n 'system_port_gid': ,\n 'ethernet_port_oid': ,\n 'vog_oid': ,\n },\n'platform_sub': {\n 'asic': ,\n 'core': ,\n 'asic_port': ,\n 'asic_sub_port': ,\n 'ifg_id': ,\n 'mac_num': ,\n 'first_serdes': ,\n 'last_serdes': ,\n 'fc_mode': ,\n 'fec_mode': ,\n 'context_id': ,\n },\n'port_l2_sub': {\n 'port_mode': ,\n 'port_mode_set': ,\n 'vlan': ,\n 'ethertype': ,\n 'bd_vlan': ,\n 'status': ,\n 'ac_profile': ,\n },\nOptional (str) port_l3_sub: {\n Optional (str) vrf_id: ,\n Optional (str) ipv4_routing: ,\n Optional (str) ipv6_routing: ,\n Optional (str) mpls: ,\n Optional (str) pimv4: ,\n Optional (str) pimv6: ,\n Optional (str) ipv4_mtu: ,\n Optional (str) ipv6_mtu: ,\n Optional (str) l3_srv: ,\n Optional (str) l3_srv_oid: ,\n },\n}", "uid": "show_platform_software_fed_active_ifm_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26228" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26249" } }, "show platform software fed active inject packet-capture detailed": { @@ -50250,7 +50441,7 @@ "package": "genie.libs.parser", "schema": "{\n'inject_packet_capture': ,\n'buffer_wrapping': ,\n'total_captured': ,\n'capture_capacity': ,\n'capture_filter': ,\n'inject_packet_number': {\n Any (str) *: {\n 'interface': {\n 'pal': {\n 'iifd': ,\n },\n },\n 'metadata': {\n 'cause': ,\n 'sub_cause': ,\n 'q_no': ,\n 'linktype': ,\n },\n 'ether_hdr_1': {\n 'dest_mac': ,\n 'src_mac': ,\n },\n 'ether_hdr_2': {\n 'ether_type': ,\n },\n 'ipv4_hdr_1': {\n 'dest_ip': ,\n 'src_ip': ,\n },\n 'ipv4_hdr_2': {\n 'packet_len': ,\n 'ttl': ,\n 'protocol': ,\n },\n 'udp_hdr': {\n 'dest_port': ,\n 'src_port': ,\n },\n 'doppler_frame_descriptor': {\n 'fdformat': ,\n 'system_ttl': ,\n 'fdtype': ,\n 'span_session_map': ,\n 'qoslabel': ,\n 'fpe_first_header_type': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_inject_packet-capture_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11741" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11744" } }, "show platform software fed active ip igmp snooping groups count": { @@ -50283,7 +50474,7 @@ "package": "genie.libs.parser", "schema": "{\n'adj_id': {\n Any (str) *: {\n 'if_number': ,\n 'vni_id': ,\n 'len': ,\n 'vlan_id': ,\n 'encap': ,\n 'link_type': ,\n 'source_ip': ,\n 'destination_ip': ,\n 'si_handle': ,\n 'ri_handle': ,\n 'l3_mri_handle': ,\n 'di_handle': ,\n 'object_type': ,\n },\n },\n'created_time': ,\n'last_modified': ,\n'current_time': ,\nOptional (str) asic_instance: {\n Any (str) *: {\n Optional (str) ri: ,\n Optional (str) rewrite_type: ,\n Optional (str) mapped_ri: ,\n Optional (str) src_ip: ,\n Optional (str) dst_ip: ,\n Optional (str) dst_mac: ,\n Optional (str) src_mac: ,\n Optional (str) ipv4_ttl: ,\n Optional (str) iid_present: ,\n Optional (str) lisp_iid: ,\n Optional (str) lisp_flags: ,\n Optional (str) dst_port: ,\n Optional (str) update_l3if: ,\n Optional (str) is_ttl_prop: ,\n Optional (str) l3if_le: ,\n Optional (str) port_le: ,\n Optional (str) vlan_le: ,\n },\n },\n}", "uid": "show_platform_software_fed_active_matm_adjacencies_adjkey_adj_key", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27402" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27423" } }, "show platform software fed active matm adjacencies vlan {vlan_id}": { @@ -50294,7 +50485,7 @@ "package": "genie.libs.parser", "schema": "{\n'adj_id': {\n Any (str) *: {\n 'vlan_id': ,\n 'adj_key': ,\n 'encap': ,\n 'link_type': ,\n 'si_handle': ,\n 'ri_handle': ,\n 'l3_mri_handle': ,\n 'di_handle': ,\n 'obj_type': ,\n 'shared': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_matm_adjacencies_vlan_vlan_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27310" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27331" } }, "show platform software fed active matm stats": { @@ -50305,7 +50496,7 @@ "package": "genie.libs.parser", "schema": "{\n'matm_counters': {\n Any (str) *: ,\n },\n}", "uid": "show_platform_software_fed_active_matm_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28302" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28323" } }, "show platform software fed active monitor {session}": { @@ -50314,9 +50505,9 @@ "doc": "\n Parser for 'show platform software fed active monitor {session}'\n ", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\n'session_type': ,\n'source_ports': {\n 'rx': ,\n 'tx': ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", + "schema": "{\n'session_type': ,\n'source_ports': {\n Optional (str) rx: ,\n Optional (str) tx: ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", "uid": "show_platform_software_fed_active_monitor_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27681" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27702" } }, "show platform software fed active mpls forwarding label {label} detail": { @@ -50327,7 +50518,7 @@ "package": "genie.libs.parser", "schema": "{\n'lentry_label': {\n Any (str) *: {\n 'nobj': ,\n 'lentry_hdl': ,\n 'modify_cnt': ,\n 'backwalk_cnt': ,\n 'lspa_handle': ,\n 'aal': {\n 'id': ,\n 'lbl': ,\n 'eos0': {\n 'adj_hdl': ,\n 'hw_hdl': ,\n },\n 'eos1': {\n 'adj_hdl': ,\n 'hw_hdl': ,\n },\n 'deagg_vrf_id': ,\n 'lspa_handle': ,\n },\n Optional (str) eos: {\n 'objid': ,\n 'local_label': ,\n 'flags': ,\n 'pdflags': ,\n 'nobj0': ,\n 'nobj1': ,\n 'modify': ,\n 'bwalk': ,\n },\n Optional (str) label: {\n Any (str) *: {\n 'link_type': ,\n 'local_label': ,\n 'outlabel': ,\n 'flags': {\n Any (str) *: ,\n },\n 'pdflags': {\n Any (str) *: ,\n },\n 'adj_handle': ,\n 'unsupported_recursion': ,\n 'olbl_changed': ,\n 'local_adj': ,\n 'modify_cnt': ,\n 'bwalk_cnt': ,\n 'subwalk_cnt': ,\n 'collapsed_oce': ,\n Optional (str) label_aal: {\n Any (str) *: {\n 'lbl': ,\n 'smac': ,\n 'dmac': ,\n 'sub_type': ,\n 'link_type': ,\n 'adj_flags': ,\n 'label_type': ,\n 'rewrite_type': ,\n 'vlan_id': ,\n 'vrf_id': ,\n 'ri': ,\n 'ri_id': ,\n 'phdl': ,\n 'ref_cnt': ,\n 'si': ,\n 'si_id': ,\n 'di_id': ,\n },\n },\n },\n },\n Optional (str) adj: {\n Any (str) *: {\n 'link_type': ,\n 'ifnum': ,\n 'adj': ,\n 'si': ,\n Optional (str) IPv4: ,\n },\n },\n Optional (str) objid: {\n Any (str) *: {\n 'SPECIAL': ,\n },\n },\n Optional (str) lb: {\n Any (str) *: {\n 'ecr_map_objid': ,\n 'link_type': ,\n 'num_choices': ,\n 'flags': ,\n 'mpls_ecr': ,\n 'local_label': ,\n 'path_inhw': ,\n 'ecrh': ,\n 'old_ecrh': ,\n 'modify_cnt': ,\n 'bwalk_cnt': ,\n 'subwalk_cnt': ,\n 'finish_cnt': ,\n Optional (str) bwalk: {\n 'req': ,\n 'in_prog': ,\n 'nested': ,\n },\n Optional (str) aal: {\n 'ecr_id': ,\n 'af': ,\n 'ecr_type': ,\n 'ref': ,\n 'ecrh': ,\n 'hwhdl': ,\n },\n },\n },\n Optional (str) sw_enh_ecr_scale: {\n Any (str) *: {\n 'llabel': ,\n 'eos': ,\n 'adjs': ,\n 'mixed_adj': ,\n 'reprogram_hw': ,\n 'ecrhdl': ,\n 'ecr_hwhdl': ,\n 'mod_cnt': ,\n 'prev_npath': ,\n 'pmismatch': ,\n 'pordermatch': ,\n Optional (str) ecr_adj: {\n Any (str) *: {\n Optional (str) is_mpls_adj: ,\n Optional (str) l3adj_flags: ,\n Optional (str) recirc_adj_id: ,\n 'sih': ,\n 'di_id': ,\n 'rih': ,\n Optional (str) adj_lentry: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_mpls_forwarding_label_label_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10471" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10474" } }, "show platform software fed active nat acl": { @@ -50338,7 +50529,7 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'type': ,\n 'protocol': ,\n 'src_port': ,\n 'dst_port': ,\n 'src_addr': ,\n 'dst_addr': ,\n },\n },\n'ace_count': ,\n'oid': ,\n}", "uid": "show_platform_software_fed_active_nat_acl", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1783" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1782" } }, "show platform software fed active nat flows": { @@ -50349,7 +50540,29 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'flow_id': ,\n 'vrf': ,\n 'protocol': ,\n 'il_ip_port': ,\n 'ig_ip_port': ,\n 'ol_ip_port': ,\n 'og_ip_port': ,\n },\n },\n'no_of_flows': ,\n}", "uid": "show_platform_software_fed_active_nat_flows", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1872" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1866" + } + }, + "show platform software fed active nat interfaces": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveNatInterfaces", + "doc": "\n show platform software fed switch active nat interfaces\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'index': {\n Any (str) *: {\n 'interface_name': ,\n 'interface_id': ,\n 'domain': ,\n },\n },\n'number_of_interfaces': ,\n}", + "uid": "show_platform_software_fed_active_nat_interfaces", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36487" + } + }, + "show platform software fed active nat rules": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveNatRules", + "doc": "\n show platform software fed switch active nat rules\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'rules': {\n Optional (Or) Or ('static', 'dynamic'): {\n Optional (str) index: {\n : {\n Optional (str) rule_id: ,\n Optional (str) type: ,\n Optional (str) domain: ,\n Optional (str) vrf: ,\n Optional (str) protocol: ,\n Optional (str) local_ip: ,\n Optional (str) local_port: ,\n Optional (str) global_ip: ,\n Optional (str) global_port: ,\n Optional (str) network: ,\n Optional (str) acl: ,\n Optional (str) pool_interface_ip: ,\n Optional (str) overload: ,\n },\n },\n 'number_of_rules': ,\n },\n },\n}", + "uid": "show_platform_software_fed_active_nat_rules", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36572" } }, "show platform software fed active ptp domain": { @@ -50360,7 +50573,7 @@ "package": "genie.libs.parser", "schema": "{\n'domain_number': {\n Any (str) *: {\n 'profile_type': ,\n 'profile_state': ,\n Optional (str) clock_mode: ,\n Optional (str) delay_mechanism: ,\n Optional (str) ptp_clock: ,\n Optional (str) mean_path_delay_ns: ,\n 'transport_method': ,\n Optional (str) message_general_ip_dscp: ,\n Optional (str) message_event_ip_dscp: ,\n Optional (str) clocksource: ,\n Optional (str) gm_capable: ,\n Optional (str) grandmaster: ,\n Optional (str) gm_present: ,\n Optional (str) propagation_delay: ,\n },\n },\n}", "uid": "show_platform_software_fed_active_ptp_domain", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12166" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12169" } }, "show platform software fed active ptp interface {interface}": { @@ -50371,7 +50584,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n 'ptp_info': {\n 'version': ,\n Optional (str) ptp_vlan_is_valid: ,\n Optional (str) ptp_vlan_id: ,\n },\n 'port_info': {\n 'mac_address': ,\n 'clock_identity': ,\n 'number': ,\n Optional (str) mode: ,\n 'state': ,\n 'port_enabled': ,\n },\n 'num_info': {\n 'num_sync_messages_transmitted': ,\n 'num_followup_messages_transmitted': ,\n 'num_sync_messages_received': ,\n 'num_followup_messages_received': ,\n Optional (str) num_delay_requests_transmitted: ,\n Optional (str) num_delay_responses_received: ,\n Optional (str) num_delay_requests_received: ,\n Optional (str) num_delay_responses_transmitted: ,\n },\n 'if_id': ,\n 'domain_value': ,\n 'profile_type': ,\n 'clock_mode': ,\n 'delay_mechanism': ,\n 'ptt_port_enabled': ,\n 'sync_seq_num': ,\n 'delay_req_seq_num': ,\n Optional (str) log_mean_sync_interval: ,\n Optional (str) log_mean_delay_interval: ,\n Optional (str) tag_native_vlan: ,\n },\n}", "uid": "show_platform_software_fed_active_ptp_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12336" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12339" } }, "show platform software fed active punt asic-cause brief": { @@ -50395,7 +50608,7 @@ "package": "genie.libs.parser", "schema": "{\n'queue_number': {\n Any (str) *: {\n 'queue_name': {\n Any (str) *: {\n 'rx_prev': ,\n 'rx_cur': ,\n 'rx_delta': ,\n 'drop_prev': ,\n 'drop_cur': ,\n 'drop_delta': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_punt_cpuq_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33550" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33574" } }, "show platform software fed active punt cpuq {cpu_q_id}": { @@ -50406,7 +50619,7 @@ "package": "genie.libs.parser", "schema": "{\n'punt_cpu_q_statistics': {\n 'cpu_q_id': ,\n 'cpu_q_name': ,\n 'packets_received_from_asic': ,\n 'send_to_iosd_total_attempts': ,\n 'send_to_iosd_failed_count': ,\n 'rx_suspend_count': ,\n 'rx_unsuspend_count': ,\n 'rx_unsuspend_send_count': ,\n 'rx_unsuspend_send_failed_count': ,\n 'rx_consumed_count': ,\n 'rx_dropped_count': ,\n 'rx_non_active_dropped_count': ,\n 'rx_conversion_failure_dropped': ,\n 'rx_intack_count': ,\n 'rx_packets_dq_d_after_intack': ,\n 'active_rxq_event': ,\n 'rx_spurious_interrupt': ,\n 'rx_phy_idb_fetch_failed': ,\n 'rx_table_id_fetch_failed': ,\n 'rx_invalid_punt_cause': ,\n },\n'replenish_stats_for_all_rxq': {\n 'number_of_replenish': ,\n 'number_of_replenish_suspend': ,\n 'number_of_replenish_unsuspend': ,\n },\n}", "uid": "show_platform_software_fed_active_punt_cpuq_cpu_q_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15997" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16000" } }, "show platform software fed active punt entries": { @@ -50418,7 +50631,7 @@ "package": "genie.libs.parser", "schema": "{\n'entries_name': {\n Any (str) *: {\n 'source': ,\n 'pri': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'pkts_a': ,\n 'bytes_a': ,\n 'pkts_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_punt_entries", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1818" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1822" } } }, @@ -50431,7 +50644,7 @@ "package": "genie.libs.parser", "schema": "{\n'entries_name': {\n Any (str) *: {\n 'source': ,\n 'pri': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'pkts_a': ,\n 'bytes_a': ,\n 'pkts_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_punt_entries___include_label", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1818" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1822" } } }, @@ -50443,7 +50656,7 @@ "package": "genie.libs.parser", "schema": "{\n'cause_dict': {\n Any (str) *: {\n 'cause': ,\n 'rcvd': ,\n 'dropped': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_punt_ios-cause_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36017" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36816" } }, "show platform software fed active qos policy summary": { @@ -50454,7 +50667,7 @@ "package": "genie.libs.parser", "schema": "{\n'cg_id': {\n Any (str) *: {\n 'classes': ,\n 'targets': ,\n 'child': ,\n 'cfg_err': ,\n 'in_hw': ,\n 'op_error': ,\n 'policy_name': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_qos_policy_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28121" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28142" } }, "show platform software fed active qos policy target brief": { @@ -50465,7 +50678,7 @@ "package": "genie.libs.parser", "schema": "{\n'tcg_sum_for_policy': {\n Any (str) *: {\n 'interface': {\n Any (str) *: {\n 'loc': ,\n 'iif_id': ,\n 'direction': ,\n 'tccg': ,\n 'child': ,\n 'mpq': ,\n 'state_cfg': ,\n 'state_opr': ,\n 'address': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_qos_policy_target_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13960" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L13963" } }, "show platform software fed active qos policy target status": { @@ -50476,7 +50689,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'policy': {\n Any (str) *: {\n 'iif_id': ,\n 'dir': ,\n 'state': ,\n 'loc': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_active_qos_policy_target_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28247" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28268" } }, "show platform software fed active security-fed sis-redirect acl all": { @@ -50487,7 +50700,7 @@ "package": "genie.libs.parser", "schema": "{\n'firewall_id': {\n Any (str) *: {\n 'seq_no': {\n Any (str) *: {\n 'acl_id': ,\n 'firewall_id': ,\n 'stats_handle': ,\n 'frame_count': ,\n 'hardware_count': ,\n },\n },\n },\n },\n'number_of_aces': ,\n'number_of_acls': ,\n}", "uid": "show_platform_software_fed_active_security-fed_sis-redirect_acl_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17798" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17805" } }, "show platform software fed active security-fed sis-redirect firewall all": { @@ -50498,7 +50711,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_ip': {\n Any (str) *: {\n 'service_id': ,\n 'vrf_id': ,\n 'firewall_ip': ,\n Optional (str) aal_hd1: ,\n 'redirect_hd1': ,\n 'hmt_hd1': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_security-fed_sis-redirect_firewall_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17715" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17722" } }, "show platform software fed active security-fed sis-redirect firewall service-id {service_id} detail": { @@ -50509,7 +50722,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_id': ,\n'vrf_id': ,\n'firewall_ip': ,\n'redirect_hd1': ,\n'hmt_hd1': ,\n'router_prefix': ,\n'next_hop': ,\n'adj_last_modified': ,\n'adj_oce_type': ,\n'adj_oce_sub_type': ,\n}", "uid": "show_platform_software_fed_active_security-fed_sis-redirect_firewall_service-id_service_id_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17891" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17898" } }, "show platform software fed active vt counter": { @@ -50520,7 +50733,7 @@ "package": "genie.libs.parser", "schema": "{\n'number_of_vlans': ,\n}", "uid": "show_platform_software_fed_active_vt_counter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23124" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23145" } }, "show platform software fed active vt hardware if-id {if_id}": { @@ -50531,7 +50744,7 @@ "package": "genie.libs.parser", "schema": "{\n'mapping': {\n Any (str) *: {\n 'vlan_id': ,\n 'translated_vlan_id': ,\n },\n },\n}", "uid": "show_platform_software_fed_active_vt_hardware_if-id_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28547" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28568" } }, "show platform software fed active vt hardware if-id {ifid}": { @@ -50542,7 +50755,7 @@ "package": "genie.libs.parser", "schema": "{\n'forward_mapping': {\n Optional (str) translated_vlan: ,\n Optional (str) cvlan: ,\n },\n'reverse_mapping': {\n Optional (str) translated_vlan: ,\n Optional (str) svlan: ,\n },\n}", "uid": "show_platform_software_fed_active_vt_hardware_if-id_ifid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31063" } }, "show platform software fed active vt if-id {if_id}": { @@ -50575,7 +50788,7 @@ "package": "genie.libs.parser", "schema": "{\n'cg_name': {\n Any (str) *: {\n 'cg_id': ,\n 'feature': ,\n 'prot': ,\n 'region': ,\n 'dir': ,\n 'asic': ,\n 'oid': ,\n 'seq': {\n Any (str) *: {\n Optional (str) ipv4_src_value: ,\n Optional (str) ipv4_src_mask: ,\n Optional (str) ipv4_dst_value: ,\n Optional (str) ipv4_dst_mask: ,\n Optional (str) ipv6_src_value: ,\n Optional (str) ipv6_src_mask: ,\n Optional (str) ipv6_dst_value: ,\n Optional (str) ipv6_dst_mask: ,\n 'pro': {\n Any (str) *: {\n 'proto': ,\n 'frag': ,\n 'tcp_flg': ,\n 'tcp_op': ,\n 'src_port': ,\n 'dst_port': ,\n },\n },\n 'tost': {\n Any (str) *: {\n 'tos': ,\n 'ttl': ,\n 'cos': ,\n 'v4_opt': ,\n 'src_obj': ,\n 'dst_obj': ,\n },\n },\n 'result': ,\n 'counter': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_info_db_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34432" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34456" } }, "show platform software fed switch active acl info db summary": { @@ -50586,7 +50799,7 @@ "package": "genie.libs.parser", "schema": "{\n'acl_summary': {\n Any (str) *: {\n 'acl_name': ,\n 'feature': ,\n 'no_of_aces': ,\n 'protocol': ,\n 'ingress': ,\n 'egress': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_info_db_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33776" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33800" } }, "show platform software fed switch active acl og-pcl": { @@ -50597,7 +50810,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: {\n 'lkup_id': ,\n 'num_orgs': ,\n 'ref_cnt': ,\n 'bits_used': ,\n 'prefixes': ,\n 'in_HW': ,\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_og-pcl", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35129" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35153" } }, "show platform software fed switch active acl statistics events": { @@ -50608,7 +50821,7 @@ "package": "genie.libs.parser", "schema": "{\n'acl_statistics': {\n 'acl_binds': ,\n 'acl_bind_errors': ,\n 'acl_unbinds': ,\n 'acl_unbind_errors': ,\n 'acl_rebinds': ,\n 'acl_rebind_errors': ,\n 'acl_edits': ,\n 'acl_edit_errors': ,\n 'og_creates': ,\n 'og_create_errors': ,\n 'og_deletes': ,\n 'og_delete_errors': ,\n 'og_edits': ,\n 'og_edit_errors': ,\n 'ipv4_ingress_acl_deny': ,\n 'ipv4_egress_acl_deny': ,\n 'ipv4_acl_implicit_deny': ,\n 'ipv6_ingress_acl_deny': ,\n 'ipv6_egress_acl_deny': ,\n 'ipv6_acl_implicit_deny': ,\n Optional (str) mac_ingress_acl_deny: ,\n Optional (str) mac_egress_acl_deny: ,\n Optional (str) mac_acl_implicit_deny: ,\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_statistics_events", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35268" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35292" } }, "show platform software fed switch active acl usage": { @@ -50628,7 +50841,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) acl_usage: {\n Optional (str) ace_software: {\n Optional (str) vmr_max: ,\n Optional (str) used: ,\n },\n 'acl_name': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature_type': ,\n 'acl_type': ,\n 'entries_used': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_usage", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23049" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23070" } }, "show platform software fed switch active acl usage | include {acl_name}": { @@ -50648,7 +50861,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) acl_usage: {\n Optional (str) ace_software: {\n Optional (str) vmr_max: ,\n Optional (str) used: ,\n },\n 'acl_name': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature_type': ,\n 'acl_type': ,\n 'entries_used': ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_acl_usage___include_acl_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23049" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23070" } }, "show platform software fed switch active ifm mappings lpn": { @@ -50659,7 +50872,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'lpn': ,\n 'asic': ,\n 'port': ,\n 'if_id': ,\n 'active': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_ifm_mappings_lpn", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12020" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12023" } }, "show platform software fed switch active ifm mappings lpn | include {interface}": { @@ -50670,7 +50883,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'lpn': ,\n 'asic': ,\n 'port': ,\n 'if_id': ,\n 'active': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_ifm_mappings_lpn___include_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12020" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12023" } }, "show platform software fed switch active ipsec counters if-id all": { @@ -50681,7 +50894,7 @@ "package": "genie.libs.parser", "schema": "{\n'if-id': ,\nOr ('inbound_flow', 'outbound_flow'): {\n 'flow_id': ,\n 'sa_index': ,\n 'asic_instance': ,\n 'packet_format_check_error': ,\n 'invalid_sa': ,\n 'auth_fail': ,\n 'sequence_number_overflows': ,\n 'anti_replay_fail': ,\n 'packet_count': ,\n 'byte_count': ,\n },\n}", "uid": "show_platform_software_fed_switch_active_ipsec_counters_if-id_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19453" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19460" } }, "show platform software fed switch active learning stats": { @@ -50692,7 +50905,7 @@ "package": "genie.libs.parser", "schema": "{\n'learning_cache': ,\n'iosd_notification': ,\n'iosd_cache': ,\n'l2_validation': ,\n'l2_matm': ,\n'l2_learning': ,\n'l3_validation': ,\n'l3_process': ,\n'l3_learning': ,\n}", "uid": "show_platform_software_fed_switch_active_learning_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34852" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34876" } }, "show platform software fed switch active matm adjacencies": { @@ -50703,7 +50916,7 @@ "package": "genie.libs.parser", "schema": "{\n'adjacencies': {\n Any (str) *: {\n 'adj_id': ,\n 'adj_key': ,\n 'encap': ,\n 'link': ,\n 'sihandle': ,\n 'rihandle': ,\n 'dihandle': ,\n 'obj_type': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_matm_adjacencies", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28063" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28084" } }, "show platform software fed switch active monitor {session}": { @@ -50712,9 +50925,9 @@ "doc": "\n Parser for 'show platform software fed switch active monitor {session}'\n ", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\n'session_type': ,\n'source_ports': {\n 'rx': ,\n 'tx': ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", + "schema": "{\n'session_type': ,\n'source_ports': {\n Optional (str) rx: ,\n Optional (str) tx: ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", "uid": "show_platform_software_fed_switch_active_monitor_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27903" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27924" } }, "show platform software fed switch active qos policy target brief": { @@ -50725,7 +50938,7 @@ "package": "genie.libs.parser", "schema": "{\n'tcg_sum_for_policy': {\n Any (str) *: {\n 'interface': {\n Any (str) *: {\n 'loc': ,\n 'iif_id': ,\n 'direction': ,\n 'tccg': ,\n 'child': ,\n 'mpq': ,\n 'state_cfg': ,\n 'state_opr': ,\n 'address': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_qos_policy_target_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16798" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16805" } }, "show platform software fed switch active stp-vlan {vlan_id}": { @@ -50736,7 +50949,7 @@ "package": "genie.libs.parser", "schema": "{\n'hw_flood_list': ,\n'interface': {\n Any (str) *: {\n 'pvlan_mode': ,\n 'stp_state': ,\n 'vtp_pruned': ,\n 'untagged': ,\n 'ingress': ,\n 'egress': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_stp-vlan_vlan_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35066" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35090" } }, "show platform software fed switch active vt all": { @@ -50747,7 +50960,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_id': {\n Any (str) *: {\n 'cvlan_id': ,\n 'svlan_id': ,\n 'action': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_vt_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23168" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23189" } }, "show platform software fed switch standby acl usage": { @@ -50784,7 +50997,7 @@ "package": "genie.libs.parser", "schema": "{\n'matm_counters': {\n Any (str) *: ,\n },\n}", "uid": "show_platform_software_fed_switch_mode_matm_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28302" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28323" } }, "show platform software fed switch {mode} port summary": { @@ -50795,7 +51008,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'if_id': ,\n 'port_enable': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_port_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14593" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14596" } }, "show platform software fed switch {state} fnf record-count asic {asic_num}": { @@ -50819,7 +51032,7 @@ "package": "genie.libs.parser", "schema": "{\n'int_info': {\n Optional (str) name: ,\n 'if_id': ,\n Optional (str) blk_ptr: ,\n Optional (str) blk_state: ,\n Optional (str) state: ,\n Optional (str) status: ,\n Optional (str) ref_count: ,\n Optional (str) type: ,\n Optional (str) create_time: ,\n Optional (str) last_modfd_time: ,\n Optional (str) cur_time: ,\n Optional (str) mac: ,\n Optional (str) parent_if_id: ,\n Optional (str) client_if_id: ,\n Optional (str) switch_num: ,\n Optional (str) client_type: ,\n Optional (str) asic_num: ,\n Optional (str) client_le: ,\n Optional (str) dns_punt: ,\n Optional (str) ref_count_feature: ,\n },\nOptional (str) port_info: {\n Optional (str) handle: ,\n Optional (str) type: ,\n Optional (str) identifier: ,\n Optional (str) unit: ,\n },\nOptional (str) port_logical_subblk: {\n Optional (str) client_le_handle: ,\n Optional (str) parent_identifier: ,\n Optional (str) asic_num: ,\n Optional (str) switch_num: ,\n Optional (str) rewr_type: ,\n Optional (str) client_mac: ,\n Optional (str) ri_handle: ,\n Optional (str) di_handle: ,\n Optional (str) dst_adj_handle: ,\n Optional (str) dst_lkp_handle: ,\n Optional (str) src_adj_handle: ,\n Optional (str) src_lkp_handle: ,\n },\nOptional (str) port_l2_subblk: {\n Optional (str) enabled: ,\n Optional (str) allow_dot1q: ,\n Optional (str) allow_native: ,\n Optional (str) def_vlan: ,\n Optional (str) allow_priority_tag: ,\n Optional (str) allow_unkn_ucast: ,\n Optional (str) allow_unkn_mcast: ,\n Optional (str) allow_unkn_bcast: ,\n Optional (str) protected: ,\n Optional (str) ipv4_arp_snp: ,\n Optional (str) ipv6_arp_snp: ,\n Optional (str) jumbo_mtu: ,\n Optional (str) learning_mode: ,\n Optional (str) vepa: ,\n Optional (str) app_hosting: ,\n },\nOptional (str) port_qos_subblk: {\n Optional (str) trust_type: ,\n Optional (str) def_value: ,\n Optional (str) ingrs_tbl_map: ,\n Optional (str) egrs_tbl_map: ,\n Optional (str) q_map: ,\n },\nOptional (str) port_cts_subblk: {\n Optional (str) disable_sgacl: ,\n Optional (str) trust: ,\n Optional (str) propagate: ,\n Optional (str) port_sgt: ,\n },\nOptional (str) ifm_feature_ref_counts: {\n Optional (str) fid: ,\n Optional (str) ref_count: ,\n },\n}", "uid": "show_platform_software_fed_switch_state_ifm_if-id_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24597" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24618" } }, "show platform software fed switch {state} ifm mappings": { @@ -50839,7 +51052,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'if_id': ,\n 'inst': ,\n 'asic': ,\n 'core': ,\n Optional (str) ifg_id: ,\n 'port': ,\n 'subport': ,\n 'mac': ,\n Optional (str) first_serdes: ,\n Optional (str) last_serdes: ,\n 'cntx': ,\n 'lpn': ,\n 'gpn': ,\n 'type': ,\n 'active': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_state_ifm_mappings", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18779" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18786" } }, "show platform software fed switch {switch_no} security-fed dhcp-snoop vlan vlan-id {vlan_id}": { @@ -50850,7 +51063,7 @@ "package": "genie.libs.parser", "schema": "{\n'trust_status': ,\n'vlan': ,\n'snooping_handle': ,\nOptional (str) interfaces: {\n Any (str) *: {\n Optional (str) port: ,\n Optional (str) mode: ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_no_security-fed_dhcp-snoop_vlan_vlan-id_vlan_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17504" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17511" } }, "show platform software fed switch {switch_num} monitor {session}": { @@ -50859,9 +51072,9 @@ "doc": "\n Parser for 'show platform software fed switch active monitor {session}'\n ", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\n'session_type': ,\n'source_ports': {\n 'rx': ,\n 'tx': ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", + "schema": "{\n'session_type': ,\n'source_ports': {\n Optional (str) rx: ,\n Optional (str) tx: ,\n },\nOptional (str) destination_ports: ,\nOptional (str) source_vlans: ,\nOptional (str) destination_vlans: ,\n'source_rspan_vlan': ,\n'destination_rspan_vlan': ,\n'encap': ,\n'ingress_forwarding': ,\nOptional (str) filter_vlans: ,\n'erspan_enable': ,\n'erspan_hw_programmed': ,\n'erspan_mandatory_cfg': ,\n'erspan_id': ,\nOptional (str) gre_protocol: ,\n'mtu': ,\n'ip_tos': ,\n'ip_ttl': ,\n'cos': ,\n'vrf_id': ,\n'tunnel_if_id': ,\n'destination_ip': ,\n'org_ip': ,\nOptional (str) sgt_count: ,\nOptional (str) sgt_tag: ,\n}", "uid": "show_platform_software_fed_switch_switch_num_monitor_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27903" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27924" } }, "show platform software fed switch {switch_type} ifm {if_id}": { @@ -50872,7 +51085,7 @@ "package": "genie.libs.parser", "schema": "{\n'intf_id': ,\n'intf_name': ,\n'intf_block_pointer': ,\n'intf_block_state': ,\n'intf_state': ,\n'intf_admin_mode': ,\n'intf_status': ,\n'int_ref_cnt': ,\n'interface_type': {\n 'intf_type': ,\n 'port_type': ,\n 'port_location': ,\n 'slot': ,\n 'unit': ,\n 'slot_unit': ,\n 'snmp_index': ,\n 'gpn': ,\n 'ec_channel': ,\n 'ec_index': ,\n 'ipv4_mtu': ,\n 'ipv6_mtu': ,\n Optional (str) ipv4_vrf_id: ,\n Optional (str) ipv6_vrf_id: ,\n 'protocol_flags': ,\n Optional (str) misc_flags: ,\n 'icmpv4_flags': ,\n 'icmpv6_flags': ,\n 'mac_address': ,\n 'qos_trust_type': ,\n },\n'ref_count': ,\n'port_phy_sub': {\n 'affinity': ,\n 'lpn': ,\n 'gpn': ,\n 'speed': ,\n 'type': ,\n 'mtu': ,\n 'ac_profile': ,\n },\n'port_sub': {\n 'mac_port_oid': ,\n 'system_port_oid': ,\n 'system_port_gid': ,\n 'ethernet_port_oid': ,\n 'vog_oid': ,\n },\n'platform_sub': {\n 'asic': ,\n 'core': ,\n 'asic_port': ,\n 'asic_sub_port': ,\n 'ifg_id': ,\n 'mac_num': ,\n 'first_serdes': ,\n 'last_serdes': ,\n 'fc_mode': ,\n 'fec_mode': ,\n 'context_id': ,\n },\n'port_l2_sub': {\n 'port_mode': ,\n 'port_mode_set': ,\n 'vlan': ,\n 'ethertype': ,\n 'bd_vlan': ,\n 'status': ,\n 'ac_profile': ,\n },\nOptional (str) port_l3_sub: {\n Optional (str) vrf_id: ,\n Optional (str) ipv4_routing: ,\n Optional (str) ipv6_routing: ,\n Optional (str) mpls: ,\n Optional (str) pimv4: ,\n Optional (str) pimv6: ,\n Optional (str) ipv4_mtu: ,\n Optional (str) ipv6_mtu: ,\n Optional (str) l3_srv: ,\n Optional (str) l3_srv_oid: ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_type_ifm_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26228" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26249" } }, "show platform software fed switch {switch_type} mpls rlist summary": { @@ -50883,7 +51096,7 @@ "package": "genie.libs.parser", "schema": "{\n'mpls_rlist_summary': {\n 'current_count': {\n 'rlist': ,\n 'rentry': ,\n },\n 'maximum_reached': {\n 'rlist': ,\n 'rentry': ,\n },\n 'total_retry_count': {\n 'rlist': ,\n 'rentry': ,\n },\n 'current_lspvif_adj_count': ,\n 'max_lspvif_adj': ,\n 'current_lspvif_adj_label_count': ,\n 'max_lspvif_adj_label_info': ,\n 'total_lspvif_adj_label_count': ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_type_mpls_rlist_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14440" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14443" } }, "show platform software fed switch {switch_type} mpls rlist | in RLIST id:": { @@ -50894,7 +51107,7 @@ "package": "genie.libs.parser", "schema": "{\n'rlist_id': {\n Any (str) *: {\n 'state': ,\n 'status': ,\n 'flags': ,\n 'remote_ifs': ,\n 'packets': ,\n 'pps': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_type_mpls_rlist___in_RLIST_id:", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14320" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14323" } }, "show platform software fed switch {switch_type} vt if-id {if_id}": { @@ -50916,7 +51129,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n 'ptp_info': {\n 'version': ,\n Optional (str) ptp_vlan_is_valid: ,\n Optional (str) ptp_vlan_id: ,\n },\n 'port_info': {\n 'mac_address': ,\n 'clock_identity': ,\n 'number': ,\n Optional (str) mode: ,\n 'state': ,\n 'port_enabled': ,\n },\n 'num_info': {\n 'num_sync_messages_transmitted': ,\n 'num_followup_messages_transmitted': ,\n 'num_sync_messages_received': ,\n 'num_followup_messages_received': ,\n Optional (str) num_delay_requests_transmitted: ,\n Optional (str) num_delay_responses_received: ,\n Optional (str) num_delay_requests_received: ,\n Optional (str) num_delay_responses_transmitted: ,\n },\n 'if_id': ,\n 'domain_value': ,\n 'profile_type': ,\n 'clock_mode': ,\n 'delay_mechanism': ,\n 'ptt_port_enabled': ,\n 'sync_seq_num': ,\n 'delay_req_seq_num': ,\n Optional (str) log_mean_sync_interval: ,\n Optional (str) log_mean_delay_interval: ,\n Optional (str) tag_native_vlan: ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_var_ptp_interface_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12336" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12339" } }, "show platform software fed switch {switch_var} vt hardware if-id {ifid}": { @@ -50927,7 +51140,7 @@ "package": "genie.libs.parser", "schema": "{\n'forward_mapping': {\n Optional (str) translated_vlan: ,\n Optional (str) cvlan: ,\n },\n'reverse_mapping': {\n Optional (str) translated_vlan: ,\n Optional (str) svlan: ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_var_vt_hardware_if-id_ifid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31039" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31063" } }, "show platform software fed switch {switch} active vt counter": { @@ -50938,7 +51151,7 @@ "package": "genie.libs.parser", "schema": "{\n'number_of_vlans': ,\n}", "uid": "show_platform_software_fed_switch_switch_active_vt_counter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23124" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23145" } }, "show platform software fed switch {switch} fnf flow-record asic {asic} start-index {index} num-flows {flow}": { @@ -50949,7 +51162,7 @@ "package": "genie.libs.parser", "schema": "{\n'num_flows': ,\n'index_num': ,\n'asic_num': ,\n'id_details': {\n Any (str) *: {\n 'id': ,\n 'first_seen': ,\n 'last_seen': ,\n 'sys_uptime': ,\n 'pkt_count': ,\n 'byte_count': ,\n 'lookup_details': {\n Any (str) *: {\n 'lookup_num': ,\n 'lookup_type': ,\n 'lookup_value': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_fnf_flow-record_asic_asic_start-index_index_num-flows_flow", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33316" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33340" } }, "show platform software fed switch {switch} ptp domain": { @@ -50960,7 +51173,7 @@ "package": "genie.libs.parser", "schema": "{\n'domain_number': {\n Any (str) *: {\n 'profile_type': ,\n 'profile_state': ,\n Optional (str) clock_mode: ,\n Optional (str) delay_mechanism: ,\n Optional (str) ptp_clock: ,\n Optional (str) mean_path_delay_ns: ,\n 'transport_method': ,\n Optional (str) message_general_ip_dscp: ,\n Optional (str) message_event_ip_dscp: ,\n Optional (str) clocksource: ,\n Optional (str) gm_capable: ,\n Optional (str) grandmaster: ,\n Optional (str) gm_present: ,\n Optional (str) propagation_delay: ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_ptp_domain", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12166" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12169" } }, "show platform software fed switch {switch} qos policy target status": { @@ -50971,7 +51184,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'policy': {\n Any (str) *: {\n 'iif_id': ,\n 'dir': ,\n 'state': ,\n 'loc': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_qos_policy_target_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28247" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28268" } }, "show platform software fed switch {switch} {mode} if-id {if_id}": { @@ -50982,7 +51195,7 @@ "package": "genie.libs.parser", "schema": "{\n'int_info': {\n 'intf_type': ,\n 'interface_client_mac': ,\n 'interface_mac': ,\n 'intfinfo': ,\n 'intf_handle': ,\n 'interface_type': ,\n 'intf_if_id': ,\n 'intf_direction': ,\n 'intf_protocol_type': ,\n 'policy_intf_handle': ,\n 'policy_handle': ,\n },\n'policy_info': {\n 'policy_info_handle': ,\n 'policy_info_name': ,\n 'policy_info_id': ,\n 'policy_info_protocol': ,\n 'policy_info_feature': ,\n 'policy_number_of_acls': ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_mode_if-id_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L235" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L238" } }, "show platform software fed {instance} acl sgacl cell all": { @@ -51004,7 +51217,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_mode_ifm_interfaces_svi", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35595" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35703" } }, "show platform software fed {mode} ifm mappings etherchannel": { @@ -51015,7 +51228,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'channel_num': ,\n 'if_id': ,\n },\n },\n}", "uid": "show_platform_software_fed_mode_ifm_mappings_etherchannel", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35652" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35760" } }, "show platform software fed {mode} punt entries": { @@ -51026,7 +51239,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'source': ,\n 'priority': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'packets_a': ,\n 'bytes_a': ,\n 'packets_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_mode_punt_entries", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32600" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32624" } }, "show platform software fed {mode} qos interface {interface} egress npd detailed": { @@ -51037,7 +51250,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_egress_npd_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30529" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30553" } }, "show platform software fed {mode} qos interface {interface} egress sdk detailed": { @@ -51048,7 +51261,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_egress_sdk_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30499" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30523" } }, "show platform software fed {mode} qos interface {interface} ingress npd": { @@ -51059,7 +51272,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_ingress_npd", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30490" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30514" } }, "show platform software fed {mode} qos interface {interface} ingress npd detailed": { @@ -51070,7 +51283,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_ingress_npd_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29823" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29847" } }, "show platform software fed {mode} qos interface {interface} ingress npi detailed": { @@ -51081,7 +51294,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'classmap': {\n Any (str) *: {\n 'cgid': ,\n 'clid': ,\n 'tccg_ref_count': ,\n 'null_bind_count': ,\n 'class_seq_number': ,\n 'child_classes': ,\n Optional (str) filter: {\n Any (str) *: {\n 'value': ,\n },\n },\n },\n },\nOptional (str) tcg: {\n 'npi_tcg': {\n 'config_state': ,\n 'operational_state': ,\n 'parent_info': ,\n 'child_tcg': ,\n 'mark_action': ,\n 'police_action': ,\n 'queue_action': ,\n 'no_of_tccg': ,\n },\n Optional (str) tccg: {\n Any (str) *: {\n 'class_map_name': ,\n 'clid': ,\n 'child_cgid': ,\n 'null_bind': ,\n Optional (str) action: {\n Any (str) *: {\n 'action_type': ,\n 'marking_method': ,\n Optional (str) mark_value: ,\n Optional (str) mark_type: ,\n 'qos_group': ,\n 'traffic_class': ,\n 'discard_class': ,\n Optional (str) table_id: ,\n Optional (str) table_name: ,\n Optional (str) map: {\n Any (str) *: {\n Any (str) *: ,\n },\n },\n Optional (str) default_value: ,\n Optional (str) default_behavior: ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_ingress_npi_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31220" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31244" } }, "show platform software fed {mode} qos interface {interface} ingress sdk": { @@ -51092,7 +51305,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_ingress_sdk", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30509" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30533" } }, "show platform software fed {mode} qos interface {interface} ingress sdk detailed": { @@ -51103,7 +51316,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_mode_qos_interface_interface_ingress_sdk_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30519" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30543" } }, "show platform software fed {mode} security-fed ipsg if-id {if_id}": { @@ -51114,7 +51327,7 @@ "package": "genie.libs.parser", "schema": "{\nOr ('ip', 'mac'): {\n Any (str) *: {\n 'handle': ,\n },\n },\n}", "uid": "show_platform_software_fed_mode_security-fed_ipsg_if-id_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31675" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31699" } }, "show platform software fed {mode} vp summary interface if_id {interface_id}": { @@ -51125,7 +51338,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'vlan_id': ,\n 'pvln_mode': ,\n 'pvlan': ,\n 'stp_state': ,\n 'vtp_pruned': ,\n 'untag': ,\n },\n },\n}", "uid": "show_platform_software_fed_mode_vp_summary_interface_if_id_interface_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27115" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27136" } }, "show platform software fed {state} ip igmp snooping groups vlan {vlan}": { @@ -51136,7 +51349,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) group: ,\n Optional (str) mem_port: ,\n Optional (str) cck_ep: ,\n Optional (str) fail_flag: ,\n Optional (str) di_hand: ,\n Optional (str) rep_ri: ,\n Optional (str) si_hand: ,\n Optional (str) htm_hand: ,\n },\n },\n}", "uid": "show_platform_software_fed_state_ip_igmp_snooping_groups_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20235" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20256" } }, "show platform software fed {state} ip igmp snooping vlan {vlan}": { @@ -51145,9 +51358,9 @@ "doc": "Parser for show Platform Software Fed igmp snooping", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) igmp_en: ,\n Optional (str) pimsn_en: ,\n Optional (str) flood_md: ,\n Optional (str) op_state: ,\n Optional (str) stp_tcn_flood: ,\n Optional (str) route_en: ,\n Optional (str) pim_en: ,\n Optional (str) pvlan: ,\n Optional (str) in_retry: ,\n Optional (str) cck_ep: ,\n Optional (str) iosd_md: ,\n Optional (str) evpn_en: ,\n Optional (str) l3m_adj: ,\n Optional (str) mroute_port: ,\n Optional (str) flood_port: ,\n Optional (str) rep_han: ,\n },\n },\n}", + "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) igmp_en: ,\n Optional (str) pimsn_en: ,\n Optional (str) snoop_state: ,\n Optional (str) flood_md: ,\n Optional (str) op_state: ,\n Optional (str) stp_tcn_flood: ,\n Optional (str) route_en: ,\n Optional (str) pim_en: ,\n Optional (str) pvlan: ,\n Optional (str) in_retry: ,\n Optional (str) cck_ep: ,\n Optional (str) iosd_md: ,\n Optional (str) evpn_en: ,\n Optional (str) l3m_adj: ,\n Optional (str) mroute_port: ,\n Optional (str) flood_port: ,\n Optional (str) rep_han: ,\n },\n },\n}", "uid": "show_platform_software_fed_state_ip_igmp_snooping_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19994" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20002" } }, "show platform software fed {state} ipv6 mld snooping groups vlan {vlan}": { @@ -51158,7 +51371,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) group: ,\n Optional (str) mem_port: ,\n Optional (str) cck_ep: ,\n Optional (str) fail_flag: ,\n Optional (str) di_hand: ,\n Optional (str) rep_ri: ,\n Optional (str) si_hand: ,\n Optional (str) htm_hand: ,\n },\n },\n}", "uid": "show_platform_software_fed_state_ipv6_mld_snooping_groups_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20366" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20387" } }, "show platform software fed {state} ipv6 mld snooping vlan {vlan}": { @@ -51169,7 +51382,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) mldsn_en: ,\n Optional (str) pimsn_en: ,\n Optional (str) flood_md: ,\n Optional (str) op_state: ,\n Optional (str) stp_tcn_flood: ,\n Optional (str) route_en: ,\n Optional (str) pim_en: ,\n Optional (str) pvlan: ,\n Optional (str) in_retry: ,\n Optional (str) cck_ep: ,\n Optional (str) iosd_md: ,\n Optional (str) evpn_en: ,\n Optional (str) l3m_adj: ,\n Optional (str) mroute_port: ,\n Optional (str) flood_port: ,\n Optional (str) rep_han: ,\n },\n },\n}", "uid": "show_platform_software_fed_state_ipv6_mld_snooping_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20504" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20525" } }, "show platform software fed {state} matm macTable vlan {vlan}": { @@ -51189,7 +51402,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac': {\n Any (str) *: {\n Optional (str) mac: ,\n Optional (str) vlanport: ,\n Optional (str) type: ,\n Optional (str) sequence: ,\n Optional (str) ecbi: ,\n Optional (str) flag: ,\n Optional (str) machandle: ,\n Optional (str) sihandle: ,\n Optional (str) rihandle: ,\n Optional (str) dihandle: ,\n Optional (str) atime: ,\n Optional (str) etime: ,\n Optional (str) port: ,\n Optional (str) con: ,\n },\n },\n}", "uid": "show_platform_software_fed_state_matm_macTable_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19933" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19940" } }, "show platform software fed {state} matm macTable vlan {vlan} mac {mac}": { @@ -51200,7 +51413,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan': {\n Any (str) *: {\n 'mac': ,\n 'type': ,\n 'seq': ,\n 'ec_bi': ,\n 'flags': ,\n 'machandle': ,\n 'siHandle': ,\n 'riHandle': ,\n 'diHandle': ,\n 'a_time': ,\n 'e_time': ,\n 'port': ,\n 'con': ,\n },\n },\n'platform_details': {\n 'asic': {\n Any (str) *: {\n Optional (str) htmhandle: ,\n Optional (str) mvid: ,\n Optional (str) gpn: ,\n Optional (str) si: ,\n Optional (str) ri: ,\n Optional (str) di: ,\n Optional (str) pmap: ,\n Optional (str) pmap_intf: ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_state_matm_macTable_vlan_vlan_mac_mac", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33431" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33455" } }, "show platform software fed {switch_var} acl bind db detail": { @@ -51211,7 +51424,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'cg_id': ,\n 'cg_name': ,\n 'status': ,\n 'src_og_lkup_hdl': ,\n 'dst_og_lkup_hdl': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_var_acl_bind_db_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34259" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34283" } }, "show platform software fed {switch_var} acl bind db feature {feature_name} summary": { @@ -51222,7 +51435,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'status': ,\n 'cg_id': ,\n 'direction': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_var_acl_bind_db_feature_feature_name_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34666" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34690" } }, "show platform software fed {switch_var} acl bind db summary": { @@ -51233,7 +51446,18 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'status': ,\n 'cg_id': ,\n 'direction': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_var_acl_bind_db_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34666" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34690" + } + }, + "show platform software fed {switch_var} fnf sw-stats-show": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow", + "doc": "Parser for show platform software fed active fnf sw-stats-show", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'fnf_statistics': {\n Any (str) *: {\n Optional (str) id: ,\n 'value': ,\n },\n },\n}", + "uid": "show_platform_software_fed_switch_var_fnf_sw-stats-show", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36878" } }, "show platform software fed {switch_var} {state} ip igmp snooping vlan {vlan}": { @@ -51242,9 +51466,9 @@ "doc": "Parser for show Platform Software Fed igmp snooping", "module_name": "show_platform", "package": "genie.libs.parser", - "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) igmp_en: ,\n Optional (str) pimsn_en: ,\n Optional (str) flood_md: ,\n Optional (str) op_state: ,\n Optional (str) stp_tcn_flood: ,\n Optional (str) route_en: ,\n Optional (str) pim_en: ,\n Optional (str) pvlan: ,\n Optional (str) in_retry: ,\n Optional (str) cck_ep: ,\n Optional (str) iosd_md: ,\n Optional (str) evpn_en: ,\n Optional (str) l3m_adj: ,\n Optional (str) mroute_port: ,\n Optional (str) flood_port: ,\n Optional (str) rep_han: ,\n },\n },\n}", + "schema": "{\n'vlan': {\n Any (str) *: {\n Optional (str) igmp_en: ,\n Optional (str) pimsn_en: ,\n Optional (str) snoop_state: ,\n Optional (str) flood_md: ,\n Optional (str) op_state: ,\n Optional (str) stp_tcn_flood: ,\n Optional (str) route_en: ,\n Optional (str) pim_en: ,\n Optional (str) pvlan: ,\n Optional (str) in_retry: ,\n Optional (str) cck_ep: ,\n Optional (str) iosd_md: ,\n Optional (str) evpn_en: ,\n Optional (str) l3m_adj: ,\n Optional (str) mroute_port: ,\n Optional (str) flood_port: ,\n Optional (str) rep_han: ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_var_state_ip_igmp_snooping_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19994" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L20002" } }, "show platform software fed {switch_var} {switch} vp summary vlan {vlan}": { @@ -51255,7 +51479,7 @@ "package": "genie.libs.parser", "schema": "{\n'if_id': {\n Any (str) *: {\n 'vlan_id': ,\n 'pvlan_mode': ,\n 'pvlan_vlan': ,\n 'stp_state': ,\n 'vtp_pruned': ,\n 'untagged': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_var_switch_vp_summary_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24009" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24030" } }, "show platform software fed {switchvirtualstate} mpls lspa all": { @@ -51266,7 +51490,7 @@ "package": "genie.libs.parser", "schema": "{\n'lspa_info': {\n Optional (str) total_lspa_entries: ,\n Optional (str) lspa_record: {\n Any (str) *: {\n Optional (str) mode: ,\n Optional (str) ref_cnt: ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switchvirtualstate_mpls_lspa_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15056" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15059" } }, "show platform software fed {switchvirtualstate} mpls lspa all | c {mode}": { @@ -51277,7 +51501,7 @@ "package": "genie.libs.parser", "schema": "{\n'lspa_mode_count': ,\n}", "uid": "show_platform_software_fed_switchvirtualstate_mpls_lspa_all___c_mode", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14636" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14639" } }, "show platform software fed {switch} active ifm interfaces tunnel": { @@ -51288,7 +51512,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_ifm_interfaces_tunnel", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19368" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19375" } }, "show platform software fed {switch} active ifm interfaces vlan": { @@ -51299,7 +51523,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_ifm_interfaces_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28007" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28028" } }, "show platform software fed {switch} active ifm interfaces {label}": { @@ -51310,7 +51534,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_ifm_interfaces_label", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12095" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L12098" } }, "show platform software fed {switch} active ip igmp snooping groups count": { @@ -51333,7 +51557,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_id': {\n Any (str) *: {\n Optional (str) ipv4_address: ,\n Optional (str) mask_length: ,\n Optional (str) parent_type: ,\n Optional (str) parent_object_id: ,\n },\n },\n'number_entries': ,\n}", "uid": "show_platform_software_fed_switch_active_ip_route_vrf_vrf_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1910" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1914" } } }, @@ -51356,7 +51580,7 @@ "package": "genie.libs.parser", "schema": "{\n'adj_id': {\n Any (str) *: {\n 'if_number': ,\n 'vni_id': ,\n 'len': ,\n 'vlan_id': ,\n 'encap': ,\n 'link_type': ,\n 'source_ip': ,\n 'destination_ip': ,\n 'si_handle': ,\n 'ri_handle': ,\n 'l3_mri_handle': ,\n 'di_handle': ,\n 'object_type': ,\n },\n },\n'created_time': ,\n'last_modified': ,\n'current_time': ,\nOptional (str) asic_instance: {\n Any (str) *: {\n Optional (str) ri: ,\n Optional (str) rewrite_type: ,\n Optional (str) mapped_ri: ,\n Optional (str) src_ip: ,\n Optional (str) dst_ip: ,\n Optional (str) dst_mac: ,\n Optional (str) src_mac: ,\n Optional (str) ipv4_ttl: ,\n Optional (str) iid_present: ,\n Optional (str) lisp_iid: ,\n Optional (str) lisp_flags: ,\n Optional (str) dst_port: ,\n Optional (str) update_l3if: ,\n Optional (str) is_ttl_prop: ,\n Optional (str) l3if_le: ,\n Optional (str) port_le: ,\n Optional (str) vlan_le: ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_matm_adjacencies_adjkey_adj_key", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27402" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27423" } }, "show platform software fed {switch} active matm adjacencies vlan {vlan_id}": { @@ -51367,7 +51591,7 @@ "package": "genie.libs.parser", "schema": "{\n'adj_id': {\n Any (str) *: {\n 'vlan_id': ,\n 'adj_key': ,\n 'encap': ,\n 'link_type': ,\n 'si_handle': ,\n 'ri_handle': ,\n 'l3_mri_handle': ,\n 'di_handle': ,\n 'obj_type': ,\n 'shared': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_matm_adjacencies_vlan_vlan_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27310" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27331" } }, "show platform software fed {switch} active mpls forwarding label {label} detail": { @@ -51378,7 +51602,7 @@ "package": "genie.libs.parser", "schema": "{\n'lentry_label': {\n Any (str) *: {\n 'nobj': ,\n 'lentry_hdl': ,\n 'modify_cnt': ,\n 'backwalk_cnt': ,\n 'lspa_handle': ,\n 'aal': {\n 'id': ,\n 'lbl': ,\n 'eos0': {\n 'adj_hdl': ,\n 'hw_hdl': ,\n },\n 'eos1': {\n 'adj_hdl': ,\n 'hw_hdl': ,\n },\n 'deagg_vrf_id': ,\n 'lspa_handle': ,\n },\n Optional (str) eos: {\n 'objid': ,\n 'local_label': ,\n 'flags': ,\n 'pdflags': ,\n 'nobj0': ,\n 'nobj1': ,\n 'modify': ,\n 'bwalk': ,\n },\n Optional (str) label: {\n Any (str) *: {\n 'link_type': ,\n 'local_label': ,\n 'outlabel': ,\n 'flags': {\n Any (str) *: ,\n },\n 'pdflags': {\n Any (str) *: ,\n },\n 'adj_handle': ,\n 'unsupported_recursion': ,\n 'olbl_changed': ,\n 'local_adj': ,\n 'modify_cnt': ,\n 'bwalk_cnt': ,\n 'subwalk_cnt': ,\n 'collapsed_oce': ,\n Optional (str) label_aal: {\n Any (str) *: {\n 'lbl': ,\n 'smac': ,\n 'dmac': ,\n 'sub_type': ,\n 'link_type': ,\n 'adj_flags': ,\n 'label_type': ,\n 'rewrite_type': ,\n 'vlan_id': ,\n 'vrf_id': ,\n 'ri': ,\n 'ri_id': ,\n 'phdl': ,\n 'ref_cnt': ,\n 'si': ,\n 'si_id': ,\n 'di_id': ,\n },\n },\n },\n },\n Optional (str) adj: {\n Any (str) *: {\n 'link_type': ,\n 'ifnum': ,\n 'adj': ,\n 'si': ,\n Optional (str) IPv4: ,\n },\n },\n Optional (str) objid: {\n Any (str) *: {\n 'SPECIAL': ,\n },\n },\n Optional (str) lb: {\n Any (str) *: {\n 'ecr_map_objid': ,\n 'link_type': ,\n 'num_choices': ,\n 'flags': ,\n 'mpls_ecr': ,\n 'local_label': ,\n 'path_inhw': ,\n 'ecrh': ,\n 'old_ecrh': ,\n 'modify_cnt': ,\n 'bwalk_cnt': ,\n 'subwalk_cnt': ,\n 'finish_cnt': ,\n Optional (str) bwalk: {\n 'req': ,\n 'in_prog': ,\n 'nested': ,\n },\n Optional (str) aal: {\n 'ecr_id': ,\n 'af': ,\n 'ecr_type': ,\n 'ref': ,\n 'ecrh': ,\n 'hwhdl': ,\n },\n },\n },\n Optional (str) sw_enh_ecr_scale: {\n Any (str) *: {\n 'llabel': ,\n 'eos': ,\n 'adjs': ,\n 'mixed_adj': ,\n 'reprogram_hw': ,\n 'ecrhdl': ,\n 'ecr_hwhdl': ,\n 'mod_cnt': ,\n 'prev_npath': ,\n 'pmismatch': ,\n 'pordermatch': ,\n Optional (str) ecr_adj: {\n Any (str) *: {\n Optional (str) is_mpls_adj: ,\n Optional (str) l3adj_flags: ,\n Optional (str) recirc_adj_id: ,\n 'sih': ,\n 'di_id': ,\n 'rih': ,\n Optional (str) adj_lentry: ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_mpls_forwarding_label_label_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10471" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L10474" } }, "show platform software fed {switch} active punt asic-cause brief": { @@ -51402,7 +51626,7 @@ "package": "genie.libs.parser", "schema": "{\n'queue_number': {\n Any (str) *: {\n 'queue_name': {\n Any (str) *: {\n 'rx_prev': ,\n 'rx_cur': ,\n 'rx_delta': ,\n 'drop_prev': ,\n 'drop_cur': ,\n 'drop_delta': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_punt_cpuq_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33550" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33574" } }, "show platform software fed {switch} active punt entries": { @@ -51414,7 +51638,7 @@ "package": "genie.libs.parser", "schema": "{\n'entries_name': {\n Any (str) *: {\n 'source': ,\n 'pri': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'pkts_a': ,\n 'bytes_a': ,\n 'pkts_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_punt_entries", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1818" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1822" } } }, @@ -51427,7 +51651,7 @@ "package": "genie.libs.parser", "schema": "{\n'entries_name': {\n Any (str) *: {\n 'source': ,\n 'pri': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'pkts_a': ,\n 'bytes_a': ,\n 'pkts_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_punt_entries___include_label", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1818" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9500/show_platform.py#L1822" } } }, @@ -51439,7 +51663,7 @@ "package": "genie.libs.parser", "schema": "{\n'firewall_id': {\n Any (str) *: {\n 'seq_no': {\n Any (str) *: {\n 'acl_id': ,\n 'firewall_id': ,\n 'stats_handle': ,\n 'frame_count': ,\n 'hardware_count': ,\n },\n },\n },\n },\n'number_of_aces': ,\n'number_of_acls': ,\n}", "uid": "show_platform_software_fed_switch_active_security-fed_sis-redirect_acl_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17798" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17805" } }, "show platform software fed {switch} active security-fed sis-redirect firewall all": { @@ -51450,7 +51674,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_ip': {\n Any (str) *: {\n 'service_id': ,\n 'vrf_id': ,\n 'firewall_ip': ,\n Optional (str) aal_hd1: ,\n 'redirect_hd1': ,\n 'hmt_hd1': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_active_security-fed_sis-redirect_firewall_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17715" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17722" } }, "show platform software fed {switch} active security-fed sis-redirect firewall service-id {service_id} detail": { @@ -51461,7 +51685,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_id': ,\n'vrf_id': ,\n'firewall_ip': ,\n'redirect_hd1': ,\n'hmt_hd1': ,\n'router_prefix': ,\n'next_hop': ,\n'adj_last_modified': ,\n'adj_oce_type': ,\n'adj_oce_sub_type': ,\n}", "uid": "show_platform_software_fed_switch_active_security-fed_sis-redirect_firewall_service-id_service_id_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17891" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17898" } }, "show platform software fed {switch} vp summary vlan {vlan}": { @@ -51472,7 +51696,7 @@ "package": "genie.libs.parser", "schema": "{\n'if_id': {\n Any (str) *: {\n 'vlan_id': ,\n 'pvlan_mode': ,\n 'pvlan_vlan': ,\n 'stp_state': ,\n 'vtp_pruned': ,\n 'untagged': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_vp_summary_vlan_vlan", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24009" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24030" } }, "show platform software fed {switch} {instance} acl sgacl cell all": { @@ -51494,7 +51718,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'if_id': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_ifm_interfaces_svi", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35595" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35703" } }, "show platform software fed {switch} {mode} ifm mappings etherchannel": { @@ -51505,7 +51729,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface_name': {\n Any (str) *: {\n 'channel_num': ,\n 'if_id': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_ifm_mappings_etherchannel", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35652" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35760" } }, "show platform software fed {switch} {mode} nat acl": { @@ -51516,7 +51740,7 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'type': ,\n 'protocol': ,\n 'src_port': ,\n 'dst_port': ,\n 'src_addr': ,\n 'dst_addr': ,\n },\n },\n'ace_count': ,\n'oid': ,\n}", "uid": "show_platform_software_fed_switch_mode_nat_acl", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1783" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1782" } }, "show platform software fed {switch} {mode} nat flows": { @@ -51527,7 +51751,29 @@ "package": "genie.libs.parser", "schema": "{\n'index': {\n Any (str) *: {\n 'flow_id': ,\n 'vrf': ,\n 'protocol': ,\n 'il_ip_port': ,\n 'ig_ip_port': ,\n 'ol_ip_port': ,\n 'og_ip_port': ,\n },\n },\n'no_of_flows': ,\n}", "uid": "show_platform_software_fed_switch_mode_nat_flows", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1872" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_nat.py#L1866" + } + }, + "show platform software fed {switch} {mode} nat interfaces": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveNatInterfaces", + "doc": "\n show platform software fed switch active nat interfaces\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'index': {\n Any (str) *: {\n 'interface_name': ,\n 'interface_id': ,\n 'domain': ,\n },\n },\n'number_of_interfaces': ,\n}", + "uid": "show_platform_software_fed_switch_mode_nat_interfaces", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36487" + } + }, + "show platform software fed {switch} {mode} nat rules": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveNatRules", + "doc": "\n show platform software fed switch active nat rules\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'rules': {\n Optional (Or) Or ('static', 'dynamic'): {\n Optional (str) index: {\n : {\n Optional (str) rule_id: ,\n Optional (str) type: ,\n Optional (str) domain: ,\n Optional (str) vrf: ,\n Optional (str) protocol: ,\n Optional (str) local_ip: ,\n Optional (str) local_port: ,\n Optional (str) global_ip: ,\n Optional (str) global_port: ,\n Optional (str) network: ,\n Optional (str) acl: ,\n Optional (str) pool_interface_ip: ,\n Optional (str) overload: ,\n },\n },\n 'number_of_rules': ,\n },\n },\n}", + "uid": "show_platform_software_fed_switch_mode_nat_rules", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36572" } }, "show platform software fed {switch} {mode} punt entries": { @@ -51538,7 +51784,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'source': ,\n 'priority': ,\n 'tc': ,\n 'policy': ,\n 'cir_sw': ,\n 'cir_hw': ,\n 'packets_a': ,\n 'bytes_a': ,\n 'packets_d': ,\n 'bytes_d': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_punt_entries", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32600" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32624" } }, "show platform software fed {switch} {mode} punt ios-cause brief": { @@ -51549,7 +51795,7 @@ "package": "genie.libs.parser", "schema": "{\n'cause_dict': {\n Any (str) *: {\n 'cause': ,\n 'rcvd': ,\n 'dropped': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_punt_ios-cause_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36017" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36816" } }, "show platform software fed {switch} {mode} qos interface {interface} egress npd detailed": { @@ -51560,7 +51806,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_egress_npd_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30529" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30553" } }, "show platform software fed {switch} {mode} qos interface {interface} egress sdk detailed": { @@ -51571,7 +51817,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_egress_sdk_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30499" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30523" } }, "show platform software fed {switch} {mode} qos interface {interface} ingress npd": { @@ -51582,7 +51828,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_ingress_npd", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30490" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30514" } }, "show platform software fed {switch} {mode} qos interface {interface} ingress npd detailed": { @@ -51593,7 +51839,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_ingress_npd_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29823" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29847" } }, "show platform software fed {switch} {mode} qos interface {interface} ingress npi detailed": { @@ -51604,7 +51850,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'classmap': {\n Any (str) *: {\n 'cgid': ,\n 'clid': ,\n 'tccg_ref_count': ,\n 'null_bind_count': ,\n 'class_seq_number': ,\n 'child_classes': ,\n Optional (str) filter: {\n Any (str) *: {\n 'value': ,\n },\n },\n },\n },\nOptional (str) tcg: {\n 'npi_tcg': {\n 'config_state': ,\n 'operational_state': ,\n 'parent_info': ,\n 'child_tcg': ,\n 'mark_action': ,\n 'police_action': ,\n 'queue_action': ,\n 'no_of_tccg': ,\n },\n Optional (str) tccg: {\n Any (str) *: {\n 'class_map_name': ,\n 'clid': ,\n 'child_cgid': ,\n 'null_bind': ,\n Optional (str) action: {\n Any (str) *: {\n 'action_type': ,\n 'marking_method': ,\n Optional (str) mark_value: ,\n Optional (str) mark_type: ,\n 'qos_group': ,\n 'traffic_class': ,\n 'discard_class': ,\n Optional (str) table_id: ,\n Optional (str) table_name: ,\n Optional (str) map: {\n Any (str) *: {\n Any (str) *: ,\n },\n },\n Optional (str) default_value: ,\n Optional (str) default_behavior: ,\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_ingress_npi_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31220" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31244" } }, "show platform software fed {switch} {mode} qos interface {interface} ingress sdk": { @@ -51615,7 +51861,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_ingress_sdk", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30509" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30533" } }, "show platform software fed {switch} {mode} qos interface {interface} ingress sdk detailed": { @@ -51626,7 +51872,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) interface: {\n Any (str) *: {\n 'cgid': ,\n 'no_of_classes': ,\n 'tcg_ref_count': ,\n 'filter_state': ,\n 'vmr_state': ,\n },\n },\n'qos_profile_information': {\n 'oid': ,\n 'ref_count': ,\n 'no_of_counter': ,\n Optional (str) no_of_meters: ,\n Optional (str) marking_source: ,\n 'tunnel_mode': ,\n 'need_filter_table_update': ,\n Optional (str) dscp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) cos_dei: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n Optional (str) exp: {\n Any (str) *: {\n 'remap': ,\n Optional (str) encap: ,\n Optional (str) etos: ,\n Optional (str) qos_group: ,\n Optional (str) epcp: ,\n Optional (str) tc: ,\n Optional (str) eexp: ,\n Optional (str) ile: ,\n Optional (str) dp: ,\n Optional (str) meter: ,\n Optional (str) counteroffset: ,\n Optional (str) mc_offset: ,\n },\n },\n },\nOptional (str) markdown_table: {\n 'oid': ,\n 'dscp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'pcpdei': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'exp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n 'encapexp': {\n Any (str) *: {\n 'green': ,\n 'yellow': ,\n 'red': ,\n },\n },\n },\nOptional (str) ipv4_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv4_src_address': ,\n 'ipv4_src_mask': ,\n 'ipv4_dst_address': ,\n 'ipv4_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) ipv6_acl: {\n 'oid': ,\n 'number_of_aces': ,\n Optional (str) ace: {\n Any (str) *: {\n 'class_id': ,\n 'ipv6_src_address': ,\n 'ipv6_src_mask': ,\n 'ipv6_dst_address': ,\n 'ipv6_dst_mask': ,\n 'protocol': ,\n 'protocol_mask': ,\n 'dscp': ,\n 'dscp_mask': ,\n 'ttl_start': ,\n 'ttl_end': ,\n 'tcp_flags': ,\n 'tcp_mask': ,\n 'ip_flags': ,\n 'ip_mask': ,\n 'src_port_start': ,\n 'src_port_end': ,\n 'dst_port_start': ,\n 'dst_port_end': ,\n Optional (str) result_action: {\n 'remark_value': ,\n 'encap_value': ,\n 'qos_group': ,\n 'traffic_class': ,\n 'drop_precedence': ,\n 'overwrite_phb': ,\n 'overwrite_qos_group': ,\n 'overwrite_encap': ,\n 'overwrite_fwd_tag': ,\n 'meter_enabled': ,\n 'meter_counter_offset': ,\n },\n },\n },\n },\nOptional (str) bind_information: {\n 'port_type': ,\n Optional (str) iqp_counter_size: ,\n Optional (str) iqp_counter_oid: ,\n Optional (str) eqp_counter_size: ,\n Optional (str) eqp_counter_oid: ,\n Optional (str) meter_type: ,\n Optional (str) meter_set_oid: ,\n Optional (str) no_of_meters: ,\n 'system_port_oid': ,\n 'port_oid': ,\n 'speed': ,\n 'port_internal_state': ,\n Optional (str) meter_set_info: {\n Any (str) *: {\n 'cir': ,\n 'eir': ,\n 'profile_oid': ,\n 'action_profile_oid': ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_qos_interface_interface_ingress_sdk_detailed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30519" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30543" } }, "show platform software fed {switch} {mode} security-fed ipsg if-id {if_id}": { @@ -51637,7 +51883,7 @@ "package": "genie.libs.parser", "schema": "{\nOr ('ip', 'mac'): {\n Any (str) *: {\n 'handle': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_security-fed_ipsg_if-id_if_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31675" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L31699" } }, "show platform software fed {switch} {mode} vp summary interface if_id {interface_id}": { @@ -51648,7 +51894,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'if_id': ,\n 'vlan_id': ,\n 'pvln_mode': ,\n 'pvlan': ,\n 'stp_state': ,\n 'vtp_pruned': ,\n 'untag': ,\n },\n },\n}", "uid": "show_platform_software_fed_switch_mode_vp_summary_interface_if_id_interface_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27115" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27136" } }, "show platform software fed {switch} {state} ifm mappings": { @@ -51685,7 +51931,7 @@ "package": "genie.libs.parser", "schema": "{\n'vlan': {\n Any (str) *: {\n 'mac': ,\n 'type': ,\n 'seq': ,\n 'ec_bi': ,\n 'flags': ,\n 'machandle': ,\n 'siHandle': ,\n 'riHandle': ,\n 'diHandle': ,\n 'a_time': ,\n 'e_time': ,\n 'port': ,\n 'con': ,\n },\n },\n'platform_details': {\n 'asic': {\n Any (str) *: {\n Optional (str) htmhandle: ,\n Optional (str) mvid: ,\n Optional (str) gpn: ,\n Optional (str) si: ,\n Optional (str) ri: ,\n Optional (str) di: ,\n Optional (str) pmap: ,\n Optional (str) pmap_intf: ,\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_state_matm_macTable_vlan_vlan_mac_mac", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33431" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33455" } }, "show platform software fed {switch} {switch_type} punt cpuq {cpu_q_id}": { @@ -51696,7 +51942,7 @@ "package": "genie.libs.parser", "schema": "{\n'punt_cpu_q_statistics': {\n 'cpu_q_id': ,\n 'cpu_q_name': ,\n 'packets_received_from_asic': ,\n 'send_to_iosd_total_attempts': ,\n 'send_to_iosd_failed_count': ,\n 'rx_suspend_count': ,\n 'rx_unsuspend_count': ,\n 'rx_unsuspend_send_count': ,\n 'rx_unsuspend_send_failed_count': ,\n 'rx_consumed_count': ,\n 'rx_dropped_count': ,\n 'rx_non_active_dropped_count': ,\n 'rx_conversion_failure_dropped': ,\n 'rx_intack_count': ,\n 'rx_packets_dq_d_after_intack': ,\n 'active_rxq_event': ,\n 'rx_spurious_interrupt': ,\n 'rx_phy_idb_fetch_failed': ,\n 'rx_table_id_fetch_failed': ,\n 'rx_invalid_punt_cause': ,\n },\n'replenish_stats_for_all_rxq': {\n 'number_of_replenish': ,\n 'number_of_replenish_suspend': ,\n 'number_of_replenish_unsuspend': ,\n },\n}", "uid": "show_platform_software_fed_switch_switch_type_punt_cpuq_cpu_q_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15997" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16000" } }, "show platform software fed {switch} {switch_var} acl bind db detail": { @@ -51707,7 +51953,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'direction': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'cg_id': ,\n 'cg_name': ,\n 'status': ,\n 'src_og_lkup_hdl': ,\n 'dst_og_lkup_hdl': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_var_acl_bind_db_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34259" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34283" } }, "show platform software fed {switch} {switch_var} acl bind db feature {feature_name} summary": { @@ -51718,7 +51964,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'status': ,\n 'cg_id': ,\n 'direction': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_var_acl_bind_db_feature_feature_name_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34666" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34690" } }, "show platform software fed {switch} {switch_var} acl bind db summary": { @@ -51729,7 +51975,18 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'feature': {\n Any (str) *: {\n 'protocol': ,\n 'status': ,\n 'cg_id': ,\n 'direction': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_fed_switch_switch_var_acl_bind_db_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34666" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34690" + } + }, + "show platform software fed {switch} {switch_var} fnf sw-stats-show": { + "iosxe": { + "class": "ShowPlatformSoftwareFedSwitchActiveFnfSwStatsShow", + "doc": "Parser for show platform software fed active fnf sw-stats-show", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'fnf_statistics': {\n Any (str) *: {\n Optional (str) id: ,\n 'value': ,\n },\n },\n}", + "uid": "show_platform_software_fed_switch_switch_var_fnf_sw-stats-show", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36878" } }, "show platform software ilpower port {interface}": { @@ -51740,7 +51997,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'initialization_done': ,\n 'ilp_supported': ,\n 'ilp_enabled': ,\n 'post': ,\n 'detect_on': ,\n 'pd_detected': ,\n 'pd_class_done': ,\n 'cisco_pd': ,\n 'power_is_on': ,\n 'power_denied': ,\n 'pd_type': ,\n 'pd_class': ,\n 'power_state': ,\n 'current_state': ,\n 'previous_state': ,\n 'requested_power': ,\n 'short': ,\n 'short_cnt': ,\n 'cisco_pd_detect_count': ,\n 'spare_pair_mode': ,\n 'spare_pair_arch': ,\n 'signal_pair_pwr_alloc': ,\n 'spare_pair_power_on': ,\n 'pd_power_state': ,\n 'timer': {\n 'bad_power': ,\n 'power_good': ,\n 'power_denied': ,\n 'cisco_pd_detect': ,\n 'ieee_detect': ,\n 'ieee_short': ,\n 'link_down': ,\n 'vsense': ,\n },\n },\n },\n}", "uid": "show_platform_software_ilpower_port_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33868" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33892" } }, "show platform software install-manager RP active operation history summary": { @@ -51751,7 +52008,7 @@ "package": "genie.libs.parser", "schema": "{\n'operation_summary': {\n Any (str) *: {\n 'uuid': ,\n 'op_id': ,\n 'command': ,\n 'status': ,\n 'duration': ,\n 'start_date': ,\n 'start_time': ,\n 'end_date': ,\n 'end_time': ,\n },\n },\n}", "uid": "show_platform_software_install-manager_RP_active_operation_history_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17053" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17060" } }, "show platform software install-manager chassis active r0 operation history summary": { @@ -51762,7 +52019,7 @@ "package": "genie.libs.parser", "schema": "{\n'operation_summary': {\n Any (str) *: {\n 'uuid': ,\n 'op_id': ,\n 'command': ,\n 'status': ,\n 'duration': ,\n 'start_date': ,\n 'start_time': ,\n 'end_date': ,\n 'end_time': ,\n },\n },\n}", "uid": "show_platform_software_install-manager_chassis_active_r0_operation_history_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28512" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L28533" } }, "show platform software install-manager switch active r0 operation history summary": { @@ -51773,7 +52030,7 @@ "package": "genie.libs.parser", "schema": "{\n'operation_summary': {\n Any (str) *: {\n 'uuid': ,\n 'op_id': ,\n 'command': ,\n 'status': ,\n 'duration': ,\n 'start_date': ,\n 'start_time': ,\n 'end_date': ,\n 'end_time': ,\n },\n },\n}", "uid": "show_platform_software_install-manager_switch_active_r0_operation_history_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17115" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17122" } }, "show platform software interface switch {mode} F0 brief": { @@ -51784,7 +52041,7 @@ "package": "genie.libs.parser", "schema": "{\n'forwarding_manager_interface_information': {\n Any (str) *: {\n 'id': ,\n 'qfp_id': ,\n },\n },\n}", "uid": "show_platform_software_interface_switch_mode_F0_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14547" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14550" } }, "show platform software iomd 1/0 macsec interface {interface} brief": { @@ -51795,7 +52052,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) tx-sc: {\n Any (str) *: {\n 'sub-interface': ,\n 'sc-idx': ,\n 'pre-cur-an': ,\n 'sci': ,\n 'sa-vp-rule-idx': ,\n 'cipher': ,\n },\n },\nOptional (str) rx-sc: {\n Any (str) *: {\n 'sub-interface': ,\n 'sc-idx': ,\n 'pre-cur-an': ,\n 'sci': ,\n 'sa-vp-rule-idx': ,\n 'cipher': ,\n },\n },\n}", "uid": "show_platform_software_iomd_1/0_macsec_interface_interface_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9802" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9805" } }, "show platform software iomd 1/0 macsec interface {interface} detail": { @@ -51806,7 +52063,18 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) subport-11-tx: {\n 'bypass': ,\n 'cipher': ,\n 'conf-offset': ,\n 'cur-an': ,\n 'delay-protection': ,\n 'encrypt': ,\n 'end-station': ,\n 'hashkey-len': ,\n 'key-len': ,\n 'next-pn': ,\n 'prev-an': ,\n 'rule-index': ,\n 'sa-index': ,\n 'scb': ,\n 'sci': ,\n 'vlan': ,\n 'vport-index': ,\n },\nOptional (str) subport-12-tx: {\n 'bypass': ,\n 'cipher': ,\n 'conf-offset': ,\n 'cur-an': ,\n 'delay-protection': ,\n 'encrypt': ,\n 'end-station': ,\n 'hashkey-len': ,\n 'key-len': ,\n 'next-pn': ,\n 'prev-an': ,\n 'rule-index': ,\n 'sa-index': ,\n 'scb': ,\n 'sci': ,\n 'vlan': ,\n 'vport-index': ,\n },\nOptional (str) subport-11-rx: {\n 'bypass': ,\n 'cipher': ,\n 'conf-offset': ,\n 'cur-an': ,\n 'decrypt-frames': ,\n 'hashkey-len': ,\n 'key-len': ,\n 'next-pn': ,\n 'prev-an': ,\n 'replay-protect': ,\n 'replay-window-size': ,\n 'rule-index': ,\n 'sa-index': ,\n 'sci': ,\n 'validate-frames': ,\n 'vport-index': ,\n },\nOptional (str) subport-12-rx: {\n 'bypass': ,\n 'cipher': ,\n 'conf-offset': ,\n 'cur-an': ,\n 'decrypt-frames': ,\n 'hashkey-len': ,\n 'key-len': ,\n 'next-pn': ,\n 'prev-an': ,\n 'replay-protect': ,\n 'replay-window-size': ,\n 'rule-index': ,\n 'sa-index': ,\n 'sci': ,\n 'validate-frames': ,\n 'vport-index': ,\n },\n}", "uid": "show_platform_software_iomd_1/0_macsec_interface_interface_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9951" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9954" + } + }, + "show platform software iomd {lc_no} macsec interface {port_no} detail": { + "iosxe": { + "class": "ShowPlatformSoftwareIomdMacsecInterfacePortDetail", + "doc": "\n Parser for\n * 'show platform software iomd {lc no} macsec interface {port no} detail'\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'tx': {\n 'tx_port': ,\n 'tx_sub_port': ,\n 'tx_index': ,\n 'tx_prev_an': ,\n 'tx_cur_an': ,\n 'tx_encrypt': ,\n 'tx_vlan': ,\n 'tx_end_station': ,\n 'tx_scb': ,\n 'tx_next_pn': ,\n 'tx_key_len': ,\n 'tx_hashkey_len': ,\n 'tx_bypass': ,\n 'tx_conf_offset': ,\n 'tx_cipher': ,\n },\n'common': {\n 'delay_protection': ,\n 'install_rx_cnt': ,\n 'install_tx_cnt': ,\n 'del_rx_cnt': ,\n 'instal_rx_fail_cnt': ,\n 'install_tx_fail_cnt': ,\n 'del_rx_fail_cnt': ,\n 'rx_an_cnt': ,\n 'common_port': ,\n 'common_sub_port': ,\n 'common_index': ,\n },\n'rx': {\n 'rx_port': ,\n 'rx_sub_port': ,\n 'rx_index': ,\n 'rx_prev_an': ,\n 'rx_cur_an': ,\n 'rx_replay_protect': ,\n 'replay_window_size': ,\n 'decrypt_frames': ,\n 'validate_frames': ,\n 'rx_next_pn': ,\n 'rx_key_len': ,\n 'rx_hashkey_len': ,\n 'rx_bypass': ,\n 'rx_conf_offset': ,\n 'rx_cipher': ,\n },\n'device': {\n 'id': ,\n },\n}", + "uid": "show_platform_software_iomd_lc_no_macsec_interface_port_no_detail", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36044" } }, "show platform software matm switch {switch} {slot} table": { @@ -51828,7 +52096,7 @@ "package": "genie.libs.parser", "schema": "{\n'database': {\n Any (str) *: {\n Optional (str) callsite: {\n Any (str) *: {\n 'calls': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_memory_database_fed_switch_var_callsite", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35893" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36692" } }, "show platform software memory database fed {switch} {switch_var} callsite": { @@ -51839,7 +52107,7 @@ "package": "genie.libs.parser", "schema": "{\n'database': {\n Any (str) *: {\n Optional (str) callsite: {\n Any (str) *: {\n 'calls': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_memory_database_fed_switch_switch_var_callsite", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35893" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L36692" } }, "show platform software memory fed switch {switch_num} alloc backtrace": { @@ -51902,7 +52170,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n Optional (str) allocations: ,\n Optional (str) failed: ,\n Optional (str) frees: ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9266" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9269" } }, "show platform software memory {process} RP active alloc callsite": { @@ -51913,7 +52181,7 @@ "package": "genie.libs.parser", "schema": "{\n'callsite': {\n Any (str) *: {\n 'thread_id': ,\n 'allocs': ,\n 'frees': ,\n 'alloc_bytes': ,\n 'free_bytes': ,\n 'call_diff': ,\n 'byte_diff': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active_alloc_callsite", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9461" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9464" } }, "show platform software memory {process} RP active alloc callsite brief": { @@ -51924,7 +52192,7 @@ "package": "genie.libs.parser", "schema": "{\n'tracekey': ,\n'callsite': {\n Any (str) *: {\n 'thread_id': ,\n 'diff_byte': ,\n 'diff_call': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active_alloc_callsite_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9541" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9544" } }, "show platform software memory {process} RP active alloc type {alloc_type}": { @@ -51935,7 +52203,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) module: {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n 'allocations': ,\n 'null_allocations': ,\n 'frees': ,\n },\n },\nOptional (str) type: {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n 'allocations': ,\n 'null_allocations': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active_alloc_type_alloc_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9613" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9616" } }, "show platform software memory {process} RP active alloc type {alloc_type} brief": { @@ -51946,7 +52214,7 @@ "package": "genie.libs.parser", "schema": "{\n'type': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'allocations': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active_alloc_type_alloc_type_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9717" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9720" } }, "show platform software memory {process} RP active brief": { @@ -51957,7 +52225,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'allocs': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_RP_active_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9372" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9375" } }, "show platform software memory {process} chassis active {slot}": { @@ -51968,7 +52236,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n Optional (str) allocations: ,\n Optional (str) failed: ,\n Optional (str) frees: ,\n },\n },\n}", "uid": "show_platform_software_memory_process_chassis_active_slot", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9339" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9342" } }, "show platform software memory {process} chassis active {slot} brief": { @@ -51979,7 +52247,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'allocs': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_chassis_active_slot_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9425" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9428" } }, "show platform software memory {process} switch active {slot}": { @@ -51990,7 +52258,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n Optional (str) allocations: ,\n Optional (str) failed: ,\n Optional (str) frees: ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9321" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9324" } }, "show platform software memory {process} switch active {slot} alloc backtrace": { @@ -52001,7 +52269,7 @@ "package": "genie.libs.parser", "schema": "{\n'backtraces': {\n Any (str) *: {\n 'allocs': ,\n 'frees': ,\n 'call_diff': ,\n 'callsite': ,\n 'thread_id': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot_alloc_backtrace", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7662" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7665" } }, "show platform software memory {process} switch active {slot} alloc callsite": { @@ -52012,7 +52280,7 @@ "package": "genie.libs.parser", "schema": "{\n'callsite': {\n Any (str) *: {\n 'thread_id': ,\n 'allocs': ,\n 'frees': ,\n 'alloc_bytes': ,\n 'free_bytes': ,\n 'call_diff': ,\n 'byte_diff': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot_alloc_callsite", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9508" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9511" } }, "show platform software memory {process} switch active {slot} alloc type {alloc_type}": { @@ -52023,7 +52291,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) module: {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n 'allocations': ,\n 'null_allocations': ,\n 'frees': ,\n },\n },\nOptional (str) type: {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'overhead': ,\n 'allocations': ,\n 'null_allocations': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot_alloc_type_alloc_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9683" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9686" } }, "show platform software memory {process} switch active {slot} alloc type {alloc_type} brief": { @@ -52034,7 +52302,7 @@ "package": "genie.libs.parser", "schema": "{\n'type': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'allocations': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot_alloc_type_alloc_type_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9754" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9757" } }, "show platform software memory {process} switch active {slot} brief": { @@ -52045,7 +52313,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'allocated': ,\n 'requested': ,\n 'allocs': ,\n 'frees': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_switch_active_slot_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9407" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9410" } }, "show platform software memory {process} {hw} active alloc callsite brief": { @@ -52056,7 +52324,7 @@ "package": "genie.libs.parser", "schema": "{\n'tracekey': ,\n'callsites': {\n Any (str) *: {\n 'thread': ,\n 'diff_byte': ,\n 'diff_call': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_hw_active_alloc_callsite_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7594" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7597" } }, "show platform software memory {process} {hw} active {slot} alloc callsite brief": { @@ -52067,7 +52335,7 @@ "package": "genie.libs.parser", "schema": "{\n'tracekey': ,\n'callsites': {\n Any (str) *: {\n 'thread': ,\n 'diff_byte': ,\n 'diff_call': ,\n },\n },\n}", "uid": "show_platform_software_memory_process_hw_active_slot_alloc_callsite_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7594" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7597" } }, "show platform software monitor session {session}": { @@ -52078,7 +52346,7 @@ "package": "genie.libs.parser", "schema": "{\n'span_session': ,\n'fed_session': ,\n'type': ,\n'prev_type': ,\nOptional (str) ingress_source_ports: ,\nOptional (str) egress_source_ports: ,\nOptional (str) ingress_local_source_ports: ,\nOptional (str) egress_local_source_ports: ,\nOptional (str) destination_ports: ,\nOptional (str) ingress_source_vlans: ,\nOptional (str) egress_source_vlans: ,\nOptional (str) ingress_up_source_vlans: ,\nOptional (str) egress_up_source_vlans: ,\nOptional (str) source_trunk_filter_vlans: ,\n'rspan': {\n 'destination_vlan': ,\n 'source_vlan': ,\n 'source_vlan_sav': ,\n },\n'destination_port_encap': ,\n'destination_port_ingress_encap': ,\n'destination_port_ingress_vlan': ,\n'source_session': ,\n'destination_session': ,\n'destination_port_cfgd': ,\n'rspn_destination_cfg': ,\n'rspn_source_vld': ,\n'dstination_cli_cfg': ,\n'dstination_prt_init': ,\n'pslclcfgd': ,\n'flags': ,\n'remote_destination_port': ,\n'destination_port_group': ,\nOptional (str) erspan: {\n 'id': ,\n Optional (str) org_ip: ,\n Optional (str) destination_ip: ,\n Optional (str) org_ipv6: ,\n Optional (str) destination_ipv6: ,\n Optional (str) ip_ttl: ,\n Optional (str) dscp: ,\n Optional (str) ipv6_flow_label: ,\n Optional (str) vrfid: ,\n Optional (str) state: ,\n Optional (str) tun_id: ,\n },\n}", "uid": "show_platform_software_monitor_session_session", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25763" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L25784" } }, "show platform software node cluster-manager switch {mode} B0 local": { @@ -52089,7 +52357,7 @@ "package": "genie.libs.parser", "schema": "{\n'local_node_number': ,\n'node_status_is': ,\n'tunnel_status_is': ,\n'node_role_is': ,\n'mac_address_is': ,\n'slot_number_is': ,\n'priority_set_to': ,\n'leader_node_num_is': ,\n'follower_node_is': ,\n'total_node_present_in_cluster': ,\n}", "uid": "show_platform_software_node_cluster-manager_switch_mode_B0_local", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29075" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L29099" } }, "show platform software node cluster-manager switch {mode} B0 node {node}": { @@ -52100,7 +52368,7 @@ "package": "genie.libs.parser", "schema": "{\nAny (str) *: ,\n}", "uid": "show_platform_software_node_cluster-manager_switch_mode_B0_node_node", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21003" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21024" } }, "show platform software object-manager F0 error-object": { @@ -52111,7 +52379,7 @@ "package": "genie.libs.parser", "schema": "{\n'identifier': {\n Any (str) *: {\n Optional (str) identifier: ,\n Optional (str) status: ,\n Optional (str) description: ,\n },\n },\n}", "uid": "show_platform_software_object-manager_F0_error-object", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11498" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11501" } }, "show platform software object-manager F0 pending-ack-update": { @@ -52122,7 +52390,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_id': {\n Any (str) *: {\n 'update_id': ,\n 'description': ,\n 'action': ,\n 'pending_sec': ,\n 'num_retries': ,\n 'number_batch_begin_retries': ,\n 'number_nacked_download_retries': ,\n },\n },\n}", "uid": "show_platform_software_object-manager_F0_pending-ack-update", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11593" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11596" } }, "show platform software object-manager F0 statistics": { @@ -52133,7 +52401,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_update': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_begin': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_end': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'command': {\n 'pending_acknowledgement': ,\n },\n'total_objects': ,\n'stale_objects': ,\n'resolve_objects': ,\n'childless_delete_objects': ,\n'backplane_objects': ,\n'error_objects': ,\n'number_of_bundles': ,\n'paused_types': ,\n}", "uid": "show_platform_software_object-manager_F0_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11306" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11309" } }, "show platform software object-manager FP active statistics": { @@ -52144,7 +52412,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_update': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_begin': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_end': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'command': {\n 'pending_acknowledgement': ,\n },\n'total_objects': ,\n'stale_objects': ,\n'resolve_objects': ,\n'childless_delete_objects': ,\n'backplane_objects': ,\n'error_objects': ,\n'number_of_bundles': ,\n'paused_types': ,\n}", "uid": "show_platform_software_object-manager_FP_active_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16888" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16895" } }, "show platform software object-manager switch {switchstate} {serviceprocessor} active statistics": { @@ -52155,7 +52423,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_update': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_begin': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_end': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'command': {\n 'pending_acknowledgement': ,\n },\n'total_objects': ,\n'stale_objects': ,\n'resolve_objects': ,\n'childless_delete_objects': ,\n'backplane_objects': ,\n'error_objects': ,\n'number_of_bundles': ,\n'paused_types': ,\n}", "uid": "show_platform_software_object-manager_switch_switchstate_serviceprocessor_active_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16888" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L16895" } }, "show platform software object-manager switch {switchvirtualstate} {serviceprocessor} statistics": { @@ -52188,7 +52456,7 @@ "package": "genie.libs.parser", "schema": "{\n'obj_identifier': {\n 'description': {\n 'contract': ,\n 'idx': ,\n },\n 'obj_identifier': ,\n 'obj_status': {\n 'client_data': ,\n 'epoch': ,\n 'status': ,\n },\n 'obj_type_id': ,\n Optional (str) post_lock_count: ,\n Optional (str) pre_lock_count: ,\n },\n}", "uid": "show_platform_software_object-manager_switch_switch_F0_object_object", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35768" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35877" } }, "show platform software object-manager {serviceprocessor} statistics": { @@ -52212,7 +52480,7 @@ "package": "genie.libs.parser", "schema": "{\n'identifier': {\n Any (str) *: {\n Optional (str) identifier: ,\n Optional (str) status: ,\n Optional (str) description: ,\n },\n },\n}", "uid": "show_platform_software_object-manager_switch_switch_type_F0_error-object", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11498" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11501" } }, "show platform software object-manager {switch} {switch_type} F0 pending-ack-update": { @@ -52223,7 +52491,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_id': {\n Any (str) *: {\n 'update_id': ,\n 'description': ,\n 'action': ,\n 'pending_sec': ,\n 'num_retries': ,\n 'number_batch_begin_retries': ,\n 'number_nacked_download_retries': ,\n },\n },\n}", "uid": "show_platform_software_object-manager_switch_switch_type_F0_pending-ack-update", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11593" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11596" } }, "show platform software object-manager {switch} {switch_type} F0 statistics": { @@ -52234,7 +52502,7 @@ "package": "genie.libs.parser", "schema": "{\n'object_update': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_begin': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'batch_end': {\n 'pending_issue': ,\n 'pending_acknowledgement': ,\n },\n'command': {\n 'pending_acknowledgement': ,\n },\n'total_objects': ,\n'stale_objects': ,\n'resolve_objects': ,\n'childless_delete_objects': ,\n'backplane_objects': ,\n'error_objects': ,\n'number_of_bundles': ,\n'paused_types': ,\n}", "uid": "show_platform_software_object-manager_switch_switch_type_F0_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11306" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L11309" } }, "show platform software process slot sw {chassis} r0 monitor | count {process}": { @@ -52280,7 +52548,7 @@ "package": "genie.libs.parser", "schema": "{\n'memory': {\n 'total': ,\n 'free': ,\n 'used': ,\n 'buff_cache': ,\n },\n'swap': {\n 'total': ,\n 'free': ,\n 'used': ,\n 'available_memory': ,\n },\n}", "uid": "show_platform_software_process_slot_switch_active_R0_monitor___inc_Mem_:_Swap:", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4543" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4546" } }, "show platform software punt-policer": { @@ -52291,7 +52559,7 @@ "package": "genie.libs.parser", "schema": "{\n'punt_policer': {\n Any (str) *: {\n 'description': ,\n 'config_rate_normal_pps': ,\n 'config_rate_high_pps': ,\n 'conform_pkts_normal': ,\n 'conform_pkts_high': ,\n 'dropped_pkts_normal': ,\n 'dropped_pkts_high': ,\n 'config_burst_normal_pkts': ,\n 'config_burst_high_pkts': ,\n 'config_alert_normal': ,\n 'config_alert_high': ,\n },\n },\n}", "uid": "show_platform_software_punt-policer", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21069" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21090" } }, "show platform software sdwan multicast remote-nodes vrf {vrf_ID}": { @@ -52302,7 +52570,7 @@ "package": "genie.libs.parser", "schema": "{\n'system_ip': {\n Any (str) *: {\n 'replicator': ,\n 'spt_only_mode': ,\n 'msdp_i_work': ,\n 'label': ,\n 'received_xg': ,\n 'received_sg': ,\n 'sent_xg': ,\n 'sent_sg': ,\n },\n },\n}", "uid": "show_platform_software_sdwan_multicast_remote-nodes_vrf_vrf_ID", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6564" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6565" } }, "show platform software sdwan multicast replicators vrf {vrf_ID}": { @@ -52313,7 +52581,7 @@ "package": "genie.libs.parser", "schema": "{\n'system_ip': {\n Any (str) *: {\n 'selected': ,\n 'preference': ,\n 'route_count': ,\n 'threshold': ,\n 'distance': ,\n },\n },\n}", "uid": "show_platform_software_sdwan_multicast_replicators_vrf_vrf_ID", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6630" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6631" } }, "show platform software sdwan service-chain database": { @@ -52324,7 +52592,7 @@ "package": "genie.libs.parser", "schema": "{\n'service_chain_db': {\n Any (str) *: {\n 'vrf': ,\n 'label': ,\n 'state': ,\n 'services': {\n Any (str) *: {\n 'service_state': ,\n 'sequence': ,\n Any (str) *: {\n Any (str) *: {\n Any (str) *: {\n 'interface': ,\n 'ip': ,\n 'status': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_platform_software_sdwan_service-chain_database", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6011" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6012" } }, "show platform software status control-processor brief": { @@ -52344,7 +52612,7 @@ "package": "genie.libs.parser", "schema": "{\n'slot': {\n Any (str) *: {\n 'load_average': {\n 'status': ,\n '1_min': ,\n '5_min': ,\n '15_min': ,\n },\n 'memory': {\n 'status': ,\n 'total': ,\n 'used': ,\n 'used_percentage': ,\n 'free': ,\n 'free_percentage': ,\n 'committed': ,\n 'committed_percentage': ,\n },\n 'cpu': {\n Any (str) *: {\n 'user': ,\n 'system': ,\n 'nice_process': ,\n 'idle': ,\n 'irq': ,\n 'sirq': ,\n 'waiting': ,\n },\n },\n },\n },\n}", "uid": "show_platform_software_status_control-processor_brief", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4624" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4627" } }, "show platform software steering-policy forwarding-manager F0 cell-info": { @@ -52355,7 +52623,7 @@ "package": "genie.libs.parser", "schema": "{\n'sgt': {\n Any (str) *: {\n 'sgt': ,\n 'dgt': ,\n 'template_name': ,\n 'number_of_policies': ,\n 'policy_id': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_F0_cell-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18040" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18047" } }, "show platform software steering-policy forwarding-manager F0 policy-summary": { @@ -52366,7 +52634,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_index': {\n Any (str) *: {\n 'policy': ,\n 'index': ,\n 'num_ref': ,\n 'num_entries': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_F0_policy-summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18719" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18726" } }, "show platform software steering-policy forwarding-manager F0 service-all": { @@ -52377,7 +52645,7 @@ "package": "genie.libs.parser", "schema": "{\n'services_ip': {\n Any (str) *: {\n 'service_id': ,\n 'service_vrf': ,\n 'firewall_mode': ,\n 'service_selector': ,\n 'service_ip': ,\n 'number_of_rlocs': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_F0_service-all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18673" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18680" } }, "show platform software steering-policy forwarding-manager R0 permissions ipv4 {sgt} {dgt}": { @@ -52388,7 +52656,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_permissions': {\n 'sgt': {\n Any (str) *: {\n 'source_sgt': ,\n 'destination_sgt': ,\n 'policy_id': ,\n },\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_R0_permissions_ipv4_sgt_dgt", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18137" } }, "show platform software steering-policy forwarding-manager r0 service-id {service_id}": { @@ -52399,7 +52667,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_service': {\n 'vnid': {\n Any (str) *: {\n 'priority': ,\n 'weightage': ,\n 'vnid': ,\n 'rloc_ip': ,\n },\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_r0_service-id_service_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18624" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18631" } }, "show platform software steering-policy forwarding-manager switch {switch} F0 cell-info": { @@ -52410,7 +52678,7 @@ "package": "genie.libs.parser", "schema": "{\n'sgt': {\n Any (str) *: {\n 'sgt': ,\n 'dgt': ,\n 'template_name': ,\n 'number_of_policies': ,\n 'policy_id': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_F0_cell-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18040" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18047" } }, "show platform software steering-policy forwarding-manager switch {switch} F0 policy-aom-info": { @@ -52421,7 +52689,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_index': {\n Any (str) *: {\n 'policy': ,\n 'aom_id': ,\n 'num_ref': ,\n 'ref_aom_id': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_F0_policy-aom-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35704" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L35812" } }, "show platform software steering-policy forwarding-manager switch {switch} F0 policy-summary": { @@ -52432,7 +52700,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_index': {\n Any (str) *: {\n 'policy': ,\n 'index': ,\n 'num_ref': ,\n 'num_entries': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_F0_policy-summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18719" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18726" } }, "show platform software steering-policy forwarding-manager switch {switch} F0 service-all": { @@ -52443,7 +52711,7 @@ "package": "genie.libs.parser", "schema": "{\n'services_ip': {\n Any (str) *: {\n 'service_id': ,\n 'service_vrf': ,\n 'firewall_mode': ,\n 'service_selector': ,\n 'service_ip': ,\n 'number_of_rlocs': ,\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_F0_service-all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18673" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18680" } }, "show platform software steering-policy forwarding-manager switch {switch} R0 permissions ipv4 {sgt} {dgt}": { @@ -52454,7 +52722,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_permissions': {\n 'sgt': {\n Any (str) *: {\n 'source_sgt': ,\n 'destination_sgt': ,\n 'policy_id': ,\n },\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_R0_permissions_ipv4_sgt_dgt", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18130" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18137" } }, "show platform software steering-policy forwarding-manager switch {switch} r0 service-id {service_id}": { @@ -52465,7 +52733,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_service': {\n 'vnid': {\n Any (str) *: {\n 'priority': ,\n 'weightage': ,\n 'vnid': ,\n 'rloc_ip': ,\n },\n },\n },\n}", "uid": "show_platform_software_steering-policy_forwarding-manager_switch_switch_r0_service-id_service_id", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18624" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L18631" } }, "show platform software tdl-database content bp config {mode}": { @@ -52476,7 +52744,7 @@ "package": "genie.libs.parser", "schema": "{\n'node': {\n Any (str) *: {\n 'node': ,\n Optional (str) domain: ,\n Optional (str) mode: ,\n Optional (str) router_id: ,\n Optional (str) priority: ,\n },\n },\n}", "uid": "show_platform_software_tdl-database_content_bp_config_mode", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27930" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27951" } }, "show platform software wired-client switch {switch_state} r0": { @@ -52487,7 +52755,7 @@ "package": "genie.libs.parser", "schema": "{\n'wired_client': {\n Any (str) *: {\n 'id': ,\n 'mac': ,\n 'fwd': ,\n 'open_access': ,\n },\n },\n}", "uid": "show_platform_software_wired-client_switch_switch_state_r0", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24129" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24150" } }, "show platform software wired-client switch {switch} f0": { @@ -52498,7 +52766,7 @@ "package": "genie.libs.parser", "schema": "{\n'mac_address': {\n Any (str) *: {\n 'id': ,\n 'fwd': ,\n 'open_access': ,\n 'status': ,\n },\n },\n}", "uid": "show_platform_software_wired-client_switch_switch_f0", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23956" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L23977" } }, "show platform software wired-client {process} active": { @@ -52509,7 +52777,7 @@ "package": "genie.libs.parser", "schema": "{\n'fp_active': {\n Any (str) *: {\n 'mac_address': ,\n 'fwd': ,\n 'open_access': ,\n 'status': ,\n },\n },\n}", "uid": "show_platform_software_wired-client_process_active", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34784" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L34808" } }, "show platform software yang-management process": { @@ -52520,7 +52788,7 @@ "package": "genie.libs.parser", "schema": "{\n: ,\n}", "uid": "show_platform_software_yang-management_process", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9085" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9088" } }, "show platform software yang-management process monitor": { @@ -52531,7 +52799,7 @@ "package": "genie.libs.parser", "schema": "{\n'pid': {\n : {\n 'command': ,\n 'state': ,\n 'vsz': ,\n 'rss': ,\n 'cpu': ,\n 'mem': ,\n 'elapsed': ,\n },\n },\n}", "uid": "show_platform_software_yang-management_process_monitor", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9138" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9141" } }, "show platform software yang-management process state": { @@ -52542,7 +52810,7 @@ "package": "genie.libs.parser", "schema": "{\n'confd-status': ,\n'processes': {\n : {\n 'status': ,\n 'state': ,\n },\n },\n}", "uid": "show_platform_software_yang-management_process_state", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9197" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L9200" } }, "show platform sudi certificate": { @@ -52553,7 +52821,7 @@ "package": "genie.libs.parser", "schema": "{\n'certificates': {\n : ,\n },\nOptional (str) signature: ,\nOptional (str) signature_version: ,\n}", "uid": "show_platform_sudi_certificate", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14026" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14029" } }, "show platform sudi certificate sign nonce {signature}": { @@ -52564,7 +52832,7 @@ "package": "genie.libs.parser", "schema": "{\n'certificates': {\n : ,\n },\nOptional (str) signature: ,\nOptional (str) signature_version: ,\n}", "uid": "show_platform_sudi_certificate_sign_nonce_signature", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14026" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14029" } }, "show platform sudi pki": { @@ -52575,7 +52843,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) Cisco Manufacturing CA III certificate: ,\nOptional (str) Cisco Manufacturing CA: ,\nOptional (str) Cisco Manufacturing CA III: ,\nOptional (str) Cisco Manufacturing CA SHA2: ,\n}", "uid": "show_platform_sudi_pki", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15406" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L15409" } }, "show platform usb status": { @@ -52586,7 +52854,7 @@ "package": "genie.libs.parser", "schema": "{\n'status': ,\n}", "uid": "show_platform_usb_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27069" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L27090" } }, "show platform vm": { @@ -52650,7 +52918,7 @@ "doc": " Super Parser for\n * 'show policy-map control-plane | section {class_map}'\n ", "module_name": "show_policy_map", "package": "genie.libs.parser", - "schema": "{\n'class_map': {\n Any (str) *: {\n 'match_evaluation': ,\n 'match': ,\n Optional (str) packets: ,\n Optional (str) bytes: ,\n Optional (str) rate: {\n Optional (str) interval: ,\n Optional (str) offered_rate_bps: ,\n Optional (str) drop_rate_bps: ,\n },\n Optional (str) qos_set: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) packets_marked: ,\n Optional (str) marker_statistics: ,\n },\n },\n },\n Optional (str) police: {\n Optional (str) cir_bps: ,\n Optional (str) cir_bc_bytes: ,\n Optional (str) cir_be_bytes: ,\n Optional (str) police_bps: ,\n Optional (str) police_limit: ,\n Optional (str) extended_limit: ,\n Optional (str) conformed: {\n Optional (str) packets: ,\n 'bytes': ,\n 'bps': ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n Optional (str) exceeded: {\n Optional (str) packets: ,\n 'bytes': ,\n 'bps': ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n Optional (str) violated: {\n Optional (str) packets: ,\n 'bytes': ,\n 'bps': ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n },\n },\n },\n}", + "schema": "{\n'class_map': {\n Any (str) *: {\n 'match_evaluation': ,\n 'match': ,\n Optional (str) packets: ,\n Optional (str) bytes: ,\n Optional (str) rate: {\n Optional (str) interval: ,\n Optional (str) offered_rate_bps: ,\n Optional (str) drop_rate_bps: ,\n },\n Optional (str) qos_set: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) packets_marked: ,\n Optional (str) marker_statistics: ,\n },\n },\n },\n Optional (str) police: {\n Optional (str) cir_bps: ,\n Optional (str) cir_bc_bytes: ,\n Optional (str) cir_be_bytes: ,\n Optional (str) police_bps: ,\n Optional (str) police_limit: ,\n Optional (str) extended_limit: ,\n Optional (str) conformed: {\n Optional (str) packets: ,\n Optional (str) bytes: ,\n Optional (str) bps: ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n Optional (str) exceeded: {\n Optional (str) packets: ,\n Optional (str) bytes: ,\n Optional (str) bps: ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n Optional (str) violated: {\n Optional (str) packets: ,\n Optional (str) bytes: ,\n Optional (str) bps: ,\n Optional (str) actions: {\n Any (str) *: Or (, ),\n },\n },\n },\n },\n },\n}", "uid": "show_policy-map_control-plane___section_class_map", "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_policy_map.py#L2012" } @@ -52957,6 +53225,15 @@ "uid": "show_post", "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9300/show_post.py#L31" }, + "c9400": { + "class": "ShowPost", + "doc": " Parser for show post ", + "module_name": "show_post", + "package": "genie.libs.parser", + "schema": "{\n'switch': {\n Any (str) *: {\n 'test': {\n Any (str) *: {\n Optional (str) module: {\n Any (str) *: {\n 'status': ,\n },\n },\n Optional (str) status: ,\n },\n },\n },\n },\n}", + "uid": "show_post", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/c9400/show_post.py#L36" + }, "class": "ShowPost", "doc": " Parser for show post ", "module_name": "show_post", @@ -53027,7 +53304,7 @@ "package": "genie.libs.parser", "schema": "{\n'module': {\n Any (str) *: {\n 'mod': ,\n 'available_power': ,\n 'used_power': ,\n 'remaining_power': ,\n },\n },\n'interfaces': {\n Any (str) *: {\n 'admin': ,\n 'oper': ,\n 'power': ,\n 'device': ,\n 'class': ,\n 'max': ,\n },\n },\n}", "uid": "show_power_inline_module_moduleNum", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1403" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1423" } }, "show power inline police": { @@ -53038,7 +53315,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'admin_state': ,\n 'oper_state': ,\n 'admin_police': ,\n 'oper_police': ,\n 'cutoff_power': ,\n 'oper_power': ,\n },\n },\n}", "uid": "show_power_inline_police", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1335" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1355" } }, "show power inline police {interface}": { @@ -53049,7 +53326,7 @@ "package": "genie.libs.parser", "schema": "{\n'interface': {\n Any (str) *: {\n 'admin_state': ,\n 'oper_state': ,\n 'admin_police': ,\n 'oper_police': ,\n 'cutoff_power': ,\n 'oper_power': ,\n },\n },\n}", "uid": "show_power_inline_police_interface", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1335" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1355" } }, "show power inline priority": { @@ -53133,9 +53410,9 @@ "doc": "Parser for show power inline detail", "module_name": "show_power", "package": "genie.libs.parser", - "schema": "{\n'interface': {\n Any (str) *: {\n 'inline_power_mode': ,\n 'operational_status': ,\n 'device_detected': ,\n 'device_type': ,\n Optional (str) connection_check: ,\n 'ieee_class': ,\n Optional (str) physical_assigned_class: ,\n 'discovery_mechanism': ,\n 'police': ,\n 'admin_value': ,\n 'power_drawn': ,\n 'power_available': ,\n Optional (str) allocated_power: ,\n 'measured_consumption': ,\n 'max_consumption': ,\n 'absent_counter': ,\n 'over_curent_counter': ,\n 'short_curent_counter': ,\n 'invalid_signature_counter': ,\n 'power_denied_counter': ,\n 'power_negotiation_used': ,\n 'power_type_to_pd': ,\n 'power_type_from_pd': ,\n 'power_source_to_pd': ,\n 'power_source_from_pd': ,\n 'power_priority_to_pd': ,\n 'power_priority_from_pd': ,\n 'requested_power_to_pd': ,\n 'requested_power_from_pd': ,\n 'allocated_power_to_pd': ,\n 'allocated_power_from_pd': ,\n 'four_pair_poe_supported': ,\n 'spare_pair_power_enabled': ,\n 'four_pair_pd_architecture': ,\n Optional (str) perpetual_poe_enabled: ,\n Optional (str) fast_poe_enabled: ,\n },\n },\n}", + "schema": "{\n'interface': {\n Any (str) *: {\n 'inline_power_mode': ,\n 'operational_status': ,\n 'device_detected': ,\n 'device_type': ,\n Optional (str) connection_check: ,\n 'ieee_class': ,\n Optional (str) physical_assigned_class: ,\n 'discovery_mechanism': ,\n 'police': ,\n 'admin_value': ,\n 'power_drawn': ,\n 'power_available': ,\n Optional (str) allocated_power: ,\n 'measured_consumption': ,\n 'max_consumption': ,\n 'absent_counter': ,\n 'over_curent_counter': ,\n 'short_curent_counter': ,\n 'invalid_signature_counter': ,\n 'power_denied_counter': ,\n 'power_negotiation_used': ,\n 'power_type_to_pd': ,\n 'power_type_from_pd': ,\n 'power_source_to_pd': ,\n 'power_source_from_pd': ,\n 'power_priority_to_pd': ,\n 'power_priority_from_pd': ,\n 'requested_power_to_pd': ,\n 'requested_power_from_pd': ,\n 'allocated_power_to_pd': ,\n 'allocated_power_from_pd': ,\n 'four_pair_poe_supported': ,\n 'spare_pair_power_enabled': ,\n 'four_pair_pd_architecture': ,\n Optional (str) perpetual_poe_enabled: ,\n Optional (str) fast_poe_enabled: ,\n Optional (str) meter_start_time: ,\n Optional (str) meter_energy_value: ,\n },\n },\n}", "uid": "show_power_inline_interface_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1003" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_power.py#L1005" } }, "show power {detail}": { @@ -53263,7 +53540,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5105" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5108" }, "iosxr": { "class": "ShowProcessesCpu", @@ -53301,7 +53578,7 @@ "package": "genie.libs.parser", "schema": "{\n'60s': {\n Any (str) *: {\n 'maximum': ,\n Optional (str) average: ,\n },\n },\n'60m': {\n Any (str) *: {\n 'maximum': ,\n Optional (str) average: ,\n },\n },\n'72h': {\n Any (str) *: {\n 'maximum': ,\n Optional (str) average: ,\n },\n },\n}", "uid": "show_processes_cpu_history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7351" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7354" } }, "show processes cpu platform": { @@ -53321,7 +53598,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpu_utilization': {\n 'cpu_util_five_secs': ,\n 'cpu_util_one_min': ,\n 'cpu_util_five_min': ,\n Optional (str) core: {\n Any (str) *: {\n 'core_cpu_util_five_secs': ,\n 'core_cpu_util_one_min': ,\n 'core_cpu_util_five_min': ,\n },\n },\n },\n'pid': {\n Any (str) *: {\n 'ppid': ,\n 'five_sec': ,\n 'one_min': ,\n 'five_min': ,\n 'status': ,\n 'size': ,\n 'name': ,\n },\n },\n}", "uid": "show_processes_cpu_platform", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4886" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4889" } }, "show processes cpu platform sorted": { @@ -53332,7 +53609,7 @@ "package": "genie.libs.parser", "schema": "{\n'cpu_utilization': {\n 'cpu_util_five_secs': ,\n 'cpu_util_one_min': ,\n 'cpu_util_five_min': ,\n Optional (str) core: {\n Any (str) *: {\n 'core_cpu_util_five_secs': ,\n 'core_cpu_util_one_min': ,\n 'core_cpu_util_five_min': ,\n },\n },\n },\n'pid': {\n Any (str) *: {\n 'ppid': ,\n 'five_sec': ,\n 'one_min': ,\n 'five_min': ,\n 'status': ,\n 'size': ,\n 'name': ,\n },\n },\n}", "uid": "show_processes_cpu_platform_sorted", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21031" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L21052" } }, "show processes cpu sorted": { @@ -53352,7 +53629,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu sorted {sort_time}": { @@ -53372,7 +53649,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted_sort_time", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu sorted {sort_time} | exclude {exclude}": { @@ -53392,7 +53669,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted_sort_time___exclude_exclude", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu sorted {sort_time} | include {key_word}": { @@ -53412,7 +53689,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted_sort_time___include_key_word", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu sorted | exclude {exclude}": { @@ -53432,7 +53709,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted___exclude_exclude", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu sorted | include {key_word}": { @@ -53452,7 +53729,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) core: {\n Any (str) *: {\n Optional (str) five_sec_cpu_interrupts: ,\n Optional (str) five_sec_cpu_total: ,\n Optional (str) one_min_cpu: ,\n Optional (str) five_min_cpu: ,\n Optional (str) zero_cpu_processes: ,\n Optional (str) nonzero_cpu_processes: ,\n Optional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n },\n },\nOptional (str) five_sec_cpu_interrupts: ,\nOptional (str) five_sec_cpu_total: ,\nOptional (str) one_min_cpu: ,\nOptional (str) five_min_cpu: ,\nOptional (str) zero_cpu_processes: ,\nOptional (str) nonzero_cpu_processes: ,\nOptional (str) sort: {\n Any (str) *: {\n 'runtime': ,\n 'invoked': ,\n 'usecs': ,\n 'five_sec_cpu': ,\n 'one_min_cpu': ,\n 'five_min_cpu': ,\n 'tty': ,\n 'pid': ,\n 'process': ,\n },\n },\n}", "uid": "show_processes_cpu_sorted___include_key_word", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4750" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L4753" } }, "show processes cpu | include {include}": { @@ -53483,7 +53760,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) processor_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) reserve_p_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) lsmi_io_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) pid: {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'pid': ,\n 'tty': ,\n 'allocated': ,\n 'freed': ,\n 'holding': ,\n 'getbufs': ,\n 'retbufs': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7491" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7494" }, "iosxr": { "class": "ShowProcessesMemory", @@ -53492,7 +53769,7 @@ "package": "genie.libs.parser", "schema": "{\n'jid': {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'jid': ,\n 'text': ,\n 'data': ,\n 'stack': ,\n 'dynamic': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1703" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1808" }, "nxos": { "class": "ShowProcessesMemory", @@ -53512,7 +53789,7 @@ "package": "genie.libs.parser", "schema": "{\n'jid': {\n : {\n 'index': {\n : {\n 'jid': ,\n 'text': ,\n 'data': ,\n 'stack': ,\n 'dynamic': ,\n 'dyn_limit': ,\n 'shm_tot': ,\n 'phy_tot': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1781" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1886" } }, "show processes memory detail | include {include}": { @@ -53523,7 +53800,7 @@ "package": "genie.libs.parser", "schema": "{\n'jid': {\n : {\n 'index': {\n : {\n 'jid': ,\n 'text': ,\n 'data': ,\n 'stack': ,\n 'dynamic': ,\n 'dyn_limit': ,\n 'shm_tot': ,\n 'phy_tot': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory_detail___include_include", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1781" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1886" } }, "show processes memory platform sorted": { @@ -53545,7 +53822,7 @@ "package": "genie.libs.parser", "schema": "{\n'processor_pool': {\n 'total': ,\n 'used': ,\n 'free': ,\n },\n'reserve_p_pool': {\n 'total': ,\n 'used': ,\n 'free': ,\n },\n'lsmi_io_pool': {\n 'total': ,\n 'used': ,\n 'free': ,\n },\n'per_process_memory': {\n Any (str) *: {\n 'pid': ,\n 'tty': ,\n 'allocated': ,\n 'freed': ,\n 'holding': ,\n 'getbufs': ,\n 'retbufs': ,\n },\n },\n}", "uid": "show_processes_memory_sorted", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7763" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7766" } }, "show processes memory | exclude {exclude}": { @@ -53565,7 +53842,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) processor_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) reserve_p_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) lsmi_io_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) pid: {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'pid': ,\n 'tty': ,\n 'allocated': ,\n 'freed': ,\n 'holding': ,\n 'getbufs': ,\n 'retbufs': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory___exclude_exclude", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7491" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7494" } }, "show processes memory | include {include}": { @@ -53585,7 +53862,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) processor_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) reserve_p_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) lsmi_io_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) pid: {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'pid': ,\n 'tty': ,\n 'allocated': ,\n 'freed': ,\n 'holding': ,\n 'getbufs': ,\n 'retbufs': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory___include_include", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7491" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7494" }, "iosxr": { "class": "ShowProcessesMemory", @@ -53594,7 +53871,7 @@ "package": "genie.libs.parser", "schema": "{\n'jid': {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'jid': ,\n 'text': ,\n 'data': ,\n 'stack': ,\n 'dynamic': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory___include_include", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1703" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1808" }, "nxos": { "class": "ShowProcessesMemory", @@ -53623,7 +53900,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) processor_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) reserve_p_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) lsmi_io_pool: {\n 'total': ,\n 'used': ,\n 'free': ,\n },\nOptional (str) pid: {\n Any (str) *: {\n 'index': {\n Any (str) *: {\n 'pid': ,\n 'tty': ,\n 'allocated': ,\n 'freed': ,\n 'holding': ,\n 'getbufs': ,\n 'retbufs': ,\n 'process': ,\n },\n },\n },\n },\n}", "uid": "show_processes_memory___section_section", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7491" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L7494" } }, "show processes platform | count {process}": { @@ -53656,7 +53933,7 @@ "package": "genie.libs.parser", "schema": "{\n'pid': ,\n'process_name': ,\n'tty': ,\n'memory_usage': {\n 'holding': ,\n 'maximum': ,\n 'allocated': ,\n 'freed': ,\n 'getbufs': ,\n 'retbufs': ,\n 'stack': ,\n },\n'cpu_usage': {\n 'pc': ,\n 'invoked': ,\n 'giveups': ,\n 'u_sec': ,\n '5sec_percent': ,\n '1min_percent': ,\n '5min_percent': ,\n 'average': ,\n 'age': ,\n 'runtime': ,\n 'state': ,\n 'priority': ,\n },\n}", "uid": "show_processes_processid", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30579" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30603" } }, "show processes {process}": { @@ -54099,7 +54376,7 @@ "package": "genie.libs.parser", "schema": "{\n'red_sys_info': {\n 'available_system_uptime': ,\n 'switchovers_system_experienced': ,\n 'standby_failures': ,\n 'last_switchover_reason': ,\n 'hw_mode': ,\n 'conf_red_mode': ,\n 'oper_red_mode': ,\n 'maint_mode': ,\n 'communications': ,\n Optional (str) communications_reason: ,\n },\n'slot': {\n Any (str) *: {\n 'curr_sw_state': ,\n 'uptime_in_curr_state': ,\n 'image_ver': ,\n Optional (str) boot: ,\n Optional (str) config_file: ,\n Optional (str) bootldr: ,\n Optional (str) config_register: ,\n },\n },\n}", "uid": "show_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1986" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L1989" }, "iosxr": { "class": "ShowRedundancy", @@ -54108,7 +54385,7 @@ "package": "genie.libs.parser", "schema": "{\n'node': {\n Any (str) *: {\n 'role': ,\n Optional (str) valid_partner: ,\n Optional (str) ready: ,\n Optional (str) group: {\n Any (str) *: {\n 'primary': ,\n 'backup': ,\n 'status': ,\n },\n },\n Optional (str) primary_rmf_state: ,\n Optional (str) primary_rmf_state_reason: ,\n 'last_reload_timestamp': ,\n 'time_since_last_reload': ,\n 'node_uptime': ,\n 'node_uptime_timestamp': ,\n 'node_uptime_in_seconds': ,\n Optional (str) standby_node: ,\n Optional (str) backup_process: ,\n Optional (str) last_switchover_timepstamp: ,\n Optional (str) time_since_last_switchover: ,\n Optional (str) standby_node_timestamp: ,\n Optional (str) time_since_standby_boot: ,\n Optional (str) standby_node_not_ready: ,\n Optional (str) time_since_standby_node_not_ready: ,\n Optional (str) standby_node_ready: ,\n Optional (str) time_since_standby_node_ready: ,\n Optional (str) reload_cause: ,\n },\n },\n}", "uid": "show_redundancy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1314" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1419" } }, "show redundancy application group all": { @@ -54159,7 +54436,7 @@ "package": "genie.libs.parser", "schema": "{\n'err_list': ,\n}", "uid": "show_redundancy_config-sync_failures_mcl", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24065" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L24086" } }, "show redundancy linecard all": { @@ -54192,7 +54469,7 @@ "package": "genie.libs.parser", "schema": "{\n'my_state': ,\n'peer_state': ,\n'mode': ,\nOptional (str) unit: ,\n'unit_id': ,\n'redundancy_mode_operational': ,\n'redundancy_mode_configured': ,\n'redundancy_state': ,\nOptional (str) maintenance_mode: ,\n'manual_swact': ,\nOptional (str) manual_swact_reason: ,\n'communications': ,\nOptional (str) communications_reason: ,\n'client_count': ,\n'client_notification_tmr_msec': ,\n'rf_debug_mask': ,\n}", "uid": "show_redundancy_states", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2197" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L2200" } }, "show redundancy status": { @@ -54214,7 +54491,7 @@ "package": "genie.libs.parser", "schema": "{\n'node': {\n Any (str) *: {\n 'type': ,\n Optional (str) standby_node: ,\n Optional (str) backup_node: ,\n Optional (str) node_detail: ,\n },\n },\nOptional (str) redundancy_communication: ,\n}", "uid": "show_redundancy_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1179" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_platform.py#L1284" } }, "show redundancy switchover history": { @@ -54236,7 +54513,7 @@ "package": "genie.libs.parser", "schema": "{\n'interfaces': {\n Any (str) *: {\n 'port': ,\n 'bridge': ,\n 'edge': ,\n 'role': ,\n },\n },\n}", "uid": "show_rep_topology_segment_no", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17587" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17594" } }, "show resource usage": { @@ -55478,7 +55755,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_exporter_name': {\n Any (str) *: {\n Optional (str) description: ,\n Optional (str) destination: ,\n Optional (str) source: ,\n Optional (str) dscp: ,\n Optional (str) ttl: ,\n Optional (str) transport_protocol: ,\n Optional (str) transport_protocol_port: ,\n Optional (str) export_protocol: ,\n Optional (str) options: ListOf (type) ,\n Optional (str) match_counter_packets_long_gt: ,\n },\n },\n}", "uid": "show_running-config_flow_exporter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1414" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1478" } }, "show running-config flow monitor": { @@ -55500,7 +55777,7 @@ "package": "genie.libs.parser", "schema": "{\n'flow_record': {\n Any (str) *: {\n Optional (str) match_list: ListOf (type) ,\n Optional (str) collect_list: ListOf (type) ,\n },\n },\n}", "uid": "show_running-config_flow_record", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1549" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_flow.py#L1613" } }, "show running-config interface": { @@ -55796,6 +56073,61 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_run.py#L4660" } }, + "show sd-routing control local-properties summary": { + "iosxe": { + "class": "ShowSdroutingControlLocalPropertiesSummary", + "doc": " Parser for \"show sd-routing control local-properties summary\" ", + "module_name": "show_sdrouting", + "package": "genie.libs.parser", + "schema": "{\n'personality': ,\nOptional (str) sp_organization_name: ,\n'organization_name': ,\n'root_ca_chain_status': ,\n'root_ca_crl_status': ,\n'certificate_status': ,\n'certificate_validity': ,\n'certificate_not_valid_before': ,\n'certificate_not_valid_after': ,\nOptional (str) enterprise_cert_status: ,\nOptional (str) enterprise_cert_validity: ,\nOptional (str) enterprise_cert_not_valid_before: ,\nOptional (str) enterprise_cert_not_valid_after: ,\n'dns_name': ,\n'site_id': ,\n'protocol': ,\n'tls_port': ,\n'system_ip': ,\n'chassis_num_unique_id': ,\n'serial_num': ,\n'subject_serial_num': ,\nOptional (str) enterprise_serial_num: ,\nOptional (str) token: ,\n'keygen_interval': ,\n'retry_interval': ,\n'no_activity_exp_interval': ,\n'dns_cache_ttl': ,\n'port_hopped': ,\n'time_since_last_port_hop': ,\nOptional (str) embargo_check: ,\n'number_vbond_peers': ,\n'number_active_wan_interfaces': ,\n}", + "uid": "show_sd-routing_control_local-properties_summary", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdrouting.py#L58" + } + }, + "show sd-routing control local-properties vbond": { + "iosxe": { + "class": "ShowSdroutingControlLocalPropertiesVbond", + "doc": " Parser for \"show sd-routing control local-properties vbond\" ", + "module_name": "show_sdrouting", + "package": "genie.libs.parser", + "schema": "{\n'vbond_index': {\n Any (str) *: {\n 'ip': ,\n 'port': ,\n },\n },\n}", + "uid": "show_sd-routing_control_local-properties_vbond", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdrouting.py#L962" + } + }, + "show sd-routing control local-properties wan detail": { + "iosxe": { + "class": "ShowSdroutingControlLocalPropertiesWanDetail", + "doc": " Parser for \"show sd-routing control local-properties wan detail\" ", + "module_name": "show_sdrouting", + "package": "genie.libs.parser", + "schema": "{\n'wan_interfaces': {\n Any (str) *: {\n 'public_ipv4': ,\n 'public_port': ,\n 'private_ipv4': ,\n 'private_ipv6': ,\n 'private_port': ,\n 'state': ,\n 'vmanage': ,\n 'control': ,\n 'stun': ,\n 'low_bandwidth_link': ,\n 'last_connection': ,\n 'spi_time_remaining': ,\n 'nat_type': ,\n 'vm_con': ,\n 'region_id': ,\n },\n },\n}", + "uid": "show_sd-routing_control_local-properties_wan_detail", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdrouting.py#L562" + } + }, + "show sd-routing control local-properties wan ipv4": { + "iosxe": { + "class": "ShowSdroutingControlLocalPropertiesWanIpv4", + "doc": " Parser for \"show sd-routing control local-properties wan ipv4\" ", + "module_name": "show_sdrouting", + "package": "genie.libs.parser", + "schema": "{\n'wan_interfaces': {\n Any (str) *: {\n 'public_ipv4': ,\n 'public_port': ,\n 'private_ipv4': ,\n 'private_port': ,\n 'state': ,\n },\n },\n}", + "uid": "show_sd-routing_control_local-properties_wan_ipv4", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdrouting.py#L834" + } + }, + "show sd-routing control local-properties wan ipv6": { + "iosxe": { + "class": "ShowSdroutingControlLocalPropertiesWanIpv6", + "doc": " Parser for \"show sd-routing control local-properties wan ipv6\" ", + "module_name": "show_sdrouting", + "package": "genie.libs.parser", + "schema": "{\n'wan_interfaces': {\n Any (str) *: {\n 'public_port': ,\n 'private_ipv6': ,\n 'private_port': ,\n 'state': ,\n },\n },\n}", + "uid": "show_sd-routing_control_local-properties_wan_ipv6", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdrouting.py#L900" + } + }, "show sdm prefer": { "iosxe": { "c9500": { @@ -55859,7 +56191,7 @@ "package": "genie.libs.parser", "schema": "{\n'vpn': {\n Any (str) *: {\n 'count': ,\n },\n },\n}", "uid": "show_sdwan_app-fwd_cflowd_flow-count", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2937" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2938" } }, "show sdwan app-fwd cflowd statistics": { @@ -55870,7 +56202,7 @@ "package": "genie.libs.parser", "schema": "{\n'data_packets': ,\n'template_packets': ,\n'total_packets': ,\n'flow_refresh': ,\n'flow_ageout': ,\n'flow_end_detected': ,\n'flow_end_forced': ,\n'flow_rate_limit_drop': ,\n}", "uid": "show_sdwan_app-fwd_cflowd_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2823" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2824" } }, "show sdwan app-fwd dpi flows": { @@ -55881,7 +56213,7 @@ "package": "genie.libs.parser", "schema": "{\n'vpn_id': {\n Any (str) *: ListOf (dict) {'source_ip': , 'destination_ip': , 'source_port': , 'destination_port': , 'dscp': , 'ip_protocol': , 'tcp_cntrl_bits': , 'icmp_opcode': , 'total_pkts': , 'total_bytes': , 'egress_intf_name': , 'ingress_intf_name': , 'application': , 'family': , 'drop_cause': , 'drop_octets': , 'drop_packets': , 'sla_not_met': , 'color_not_met': , 'queue_id': , 'tos': , 'dscp_output': , 'sampler_id': , 'fec_d_pkts': , 'fec_r_pkts': , 'pkt_dup_d_pkts_orig': , 'pkt_dup_d_pkts_dup': , 'pkt_dup_r_pkts': , 'pkt_cxp_d_pkts': , 'traffic_category': , 'service_area': , 'ssl_read_bytes': , 'ssl_written_bytes': , 'ssl_en_read_bytes': , 'ssl_en_written_bytes': , 'ssl_de_read_bytes': , 'ssl_de_written_bytes': , 'ssl_service_type': , 'ssl_traffic_type': , 'ssl_policy_action': , 'appqoe_action': , 'appqoe_sn_ip': , 'appqoe_pass_reason': , 'appqoe_dre_input_bytes': , 'appqoe_dre_input_packets': , 'appqoe_flags': },\n },\n}", "uid": "show_sdwan_app-fwd_dpi_flows", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5481" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5482" } }, "show sdwan app-fwd dpi summary": { @@ -55892,7 +56224,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'cache_size': ,\n 'current_entries': ,\n 'high_watermark': ,\n 'flows_added': ,\n 'flows_aged': ,\n 'active_flows_timed_out': ,\n 'inactive_flows_timed_out': ,\n },\n },\n}", "uid": "show_sdwan_app-fwd_dpi_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2759" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2760" } }, "show sdwan app-hosting oper-data": { @@ -55903,7 +56235,7 @@ "package": "genie.libs.parser", "schema": "{\n'app_hosting_oper_data_app': {\n Any (str) *: {\n 'state': ,\n 'pkg_info_name': ,\n 'pkg_info_path': ,\n 'app_name': ,\n 'pkg_version': ,\n 'pkg_desc_name': ,\n 'pkg_app_type': ,\n 'pkg_app_owner': ,\n 'app_act_allowed': ,\n 'pkg_app_author': ,\n 'pkg_info_key_type': ,\n 'pkg_info_method': ,\n 'pkg_lic_name': ,\n 'pkg_lic_version': ,\n 'processes_name': ,\n 'processes_status': ,\n 'processes_pid': ,\n 'processes_uptime': ,\n 'processes_memory': ,\n 'profile_name': ,\n 'disk': ,\n 'memory': ,\n 'cpu': ,\n 'vcpu': ,\n 'cpu_percent': ,\n 'guest_intf': ,\n 'res_add_state': ,\n 'res_add_disk_space': ,\n 'res_add_memory': ,\n 'res_add_cpu': ,\n 'res_add_vcpu': ,\n 'res_doc_run_opts': ,\n 'details_command': ,\n 'details_entry_point': ,\n 'details_health_stats': ,\n 'details_probe_error': ,\n 'details_probe_output': ,\n 'details_pkg_run_opt': ,\n 'ieobc_mac_address': ,\n 'utilization_name': ,\n 'req_app_util': ,\n 'actual_app_util': ,\n 'cpu_state': ,\n 'mem_allocation': ,\n 'mem_used': ,\n },\n },\n'name': {\n Any (str) *: {\n 'alias': ,\n 'rx_packets': ,\n 'rx_bytes': ,\n 'rx_errors': ,\n 'tx_packets': ,\n 'tx_bytes': ,\n 'tx_errors': ,\n },\n },\n'storage_utils_storage_util_disk': {\n 'alias': ,\n 'rd_bytes': ,\n 'rd_requests': ,\n 'errors': ,\n 'wr_bytes': ,\n 'wr_requests': ,\n 'capacity': ,\n 'available': ,\n 'used': ,\n 'usage': ,\n 'pkg_policy': ,\n },\n'mac_address': {\n Any (str) *: {\n 'attached_intf': ,\n 'ipv4_address': ,\n 'network_name': ,\n 'ipv6_address': ,\n },\n },\n'app_hosting_oper_data_app_resources_global': {\n Any (str) *: {\n 'quota': ,\n 'available': ,\n Optional (str) quota_unit: ,\n Optional (str) available_unit: ,\n },\n },\n'app_notifications_event': {\n 'timestamp': ,\n 'severity_level': ,\n 'host_name': ,\n 'vrf_name': ,\n 'app_id': ,\n 'ev_type': ,\n 'status': ,\n 'app_state': ,\n 'is_enabled': ,\n },\n}", "uid": "show_sdwan_app-hosting_oper-data", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L3078" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L3079" } }, "show sdwan app-route sla-class": { @@ -55914,7 +56246,7 @@ "package": "genie.libs.parser", "schema": "{\n'sla_class': {\n Any (str) *: {\n 'name': ,\n 'loss': ,\n 'latency': ,\n 'jitter': ,\n Optional (str) class_id: ,\n Optional (str) app_probe_class: ,\n Optional (str) app_probe_class_id: ,\n Optional (str) app_probe_class: ,\n 'fallback_best_tunnel': ,\n },\n },\n}", "uid": "show_sdwan_app-route_sla-class", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2640" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2641" } }, "show sdwan app-route sla-class name {name}": { @@ -55925,7 +56257,7 @@ "package": "genie.libs.parser", "schema": "{\n'sla_class': {\n Any (str) *: {\n 'name': ,\n 'loss': ,\n 'latency': ,\n 'jitter': ,\n Optional (str) class_id: ,\n Optional (str) app_probe_class: ,\n Optional (str) app_probe_class_id: ,\n Optional (str) app_probe_class: ,\n 'fallback_best_tunnel': ,\n },\n },\n}", "uid": "show_sdwan_app-route_sla-class_name_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2640" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2641" } }, "show sdwan app-route stats": { @@ -55936,7 +56268,7 @@ "package": "genie.libs.parser", "schema": "{\n'approute': {\n Optional (type) : {\n : {\n 'protocol': ,\n 'src_port': ,\n 'dst_port': ,\n 'remote_system_ip': ,\n 'local_color': ,\n 'remote_color': ,\n 'sla_class_index': ,\n 'fall_back_sla_index': ,\n 'app_probe_class_list': {\n : {\n 'mean_loss': ,\n 'mean_latency': ,\n 'mean_jitter': ,\n 'interval': {\n : {\n 'total_packets': ,\n 'loss': ,\n 'average_latency': ,\n 'average_jitter': ,\n 'tx_data_pkts': ,\n 'rx_data_pkts': ,\n 'ipv6_tx_data_pkts': ,\n 'ipv6_rx_data_pkts': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_app-route_stats", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2452" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2453" } }, "show sdwan app-route stats remote-system-ip {system_ip}": { @@ -55947,7 +56279,7 @@ "package": "genie.libs.parser", "schema": "{\n'approute': {\n Optional (type) : {\n : {\n 'protocol': ,\n 'src_port': ,\n 'dst_port': ,\n 'remote_system_ip': ,\n 'local_color': ,\n 'remote_color': ,\n 'sla_class_index': ,\n 'fall_back_sla_index': ,\n 'app_probe_class_list': {\n : {\n 'mean_loss': ,\n 'mean_latency': ,\n 'mean_jitter': ,\n 'interval': {\n : {\n 'total_packets': ,\n 'loss': ,\n 'average_latency': ,\n 'average_jitter': ,\n 'tx_data_pkts': ,\n 'rx_data_pkts': ,\n 'ipv6_tx_data_pkts': ,\n 'ipv6_rx_data_pkts': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_app-route_stats_remote-system-ip_system_ip", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2452" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2453" } }, "show sdwan app-route stats {color_type} {color}": { @@ -55958,7 +56290,7 @@ "package": "genie.libs.parser", "schema": "{\n'approute': {\n Optional (type) : {\n : {\n 'protocol': ,\n 'src_port': ,\n 'dst_port': ,\n 'remote_system_ip': ,\n 'local_color': ,\n 'remote_color': ,\n 'sla_class_index': ,\n 'fall_back_sla_index': ,\n 'app_probe_class_list': {\n : {\n 'mean_loss': ,\n 'mean_latency': ,\n 'mean_jitter': ,\n 'interval': {\n : {\n 'total_packets': ,\n 'loss': ,\n 'average_latency': ,\n 'average_jitter': ,\n 'tx_data_pkts': ,\n 'rx_data_pkts': ,\n 'ipv6_tx_data_pkts': ,\n 'ipv6_rx_data_pkts': ,\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_app-route_stats_color_type_color", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2452" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2453" } }, "show sdwan appqoe ad-statistics": { @@ -55969,7 +56301,7 @@ "package": "genie.libs.parser", "schema": "{\n'auto_discovery_option_length_mismatch': ,\n'auto_discovery_option_version_mismatch': ,\n'tcp_option_length_mismatch': ,\n'ad_role_set_to_none': ,\n'edge_ad_negotiation_start': ,\n'edge_ad_negotiation_done': ,\n'edge_rcvd_syn_ack_wo_ad_options': ,\n'edge_aoim_sync_needed': ,\n'core_ad_negotiation_start': ,\n'core_ad_negotiation_done': ,\n'core_rcvd_ack_wo_ad_options': ,\n'core_aoim_sync_needed': ,\n}", "uid": "show_sdwan_appqoe_ad-statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7557" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7558" } }, "show sdwan appqoe aoim-statistics": { @@ -55980,7 +56312,7 @@ "package": "genie.libs.parser", "schema": "{\n'total_peer_syncs': ,\n'current_peer_syncs_in_progress': ,\n'Needed_peer_resyncs': ,\n'passthrough_connections_dueto_peer_version_mismatch': ,\n'aoim_db_size_in_bytes': ,\n'local_ao_stats': {\n 'number_of_aos': ,\n 'ao_name': {\n Any (str) *: {\n 'version': ,\n 'registered': ,\n },\n },\n },\n'peer_stats': {\n 'number_of_peers': ,\n 'peer_id': {\n Any (str) *: {\n 'number_of_peer_aos': ,\n 'ao_name': {\n Any (str) *: {\n 'version': ,\n 'incompatible': ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_appqoe_aoim-statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L134" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L135" } }, "show sdwan appqoe dreopt statistics": { @@ -55991,7 +56323,7 @@ "package": "genie.libs.parser", "schema": "{\n'total_connections': ,\n'max_concurrent_connections': ,\n'current_active_connections': ,\n'total_connection_resets': ,\n'total_original_bytes': ,\n'total_optimized_bytes': ,\n'overall_reduction_ratio': ,\n'disk_size_used': ,\n'cache_status': ,\n'cache_size': ,\n'cache_used': ,\n'oldest_data_in_cache': ,\n'replaced_last_hour_size': ,\n}", "uid": "show_sdwan_appqoe_dreopt_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7378" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7379" } }, "show sdwan appqoe dreopt status": { @@ -56002,7 +56334,7 @@ "package": "genie.libs.parser", "schema": "{\n'dre_id': ,\n'dre_uptime': ,\n'health_status': ,\n'health_change_reason': ,\n'last_health_change_time': ,\n'notification_send_time': ,\n'dre_cache_status': ,\n'disk_cache_usage': ,\n'disk_latency': ,\n'profile_type': ,\n'max_connections': ,\n'max_fanout': ,\n'disk_size': ,\n'memory_size': ,\n'cpu_cores': ,\n'disk_encryption': ,\n}", "uid": "show_sdwan_appqoe_dreopt_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5800" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5801" } }, "show sdwan appqoe flow all": { @@ -56013,7 +56345,7 @@ "package": "genie.libs.parser", "schema": "{\n'active_flows': ,\n'vpn': {\n : {\n 'flow_id': {\n : {\n 'source_ip': ,\n 'source_port': ,\n 'destination_ip': ,\n 'destination_port': ,\n 'service': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_appqoe_flow_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L568" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L569" } }, "show sdwan appqoe nat-statistics": { @@ -56024,7 +56356,7 @@ "package": "genie.libs.parser", "schema": "{\n'nat_statistics': {\n 'insert_success': ,\n 'delete_success': ,\n 'duplicate_entries': ,\n 'allocation_failures': ,\n 'port_alloc_success': ,\n 'port_alloc_failures': ,\n 'port_free_success': ,\n 'port_free_failures': ,\n },\n}", "uid": "show_sdwan_appqoe_nat-statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L356" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L357" } }, "show sdwan appqoe rm-resources": { @@ -56035,7 +56367,7 @@ "package": "genie.libs.parser", "schema": "{\n'rm_resources': {\n 'rm_global_resources': {\n 'max_services_memory_kb': ,\n 'available_system_memory_kb': ,\n 'used_services_memory_kb': ,\n 'used_services_memory_percentage': ,\n 'system_memory_status': ,\n 'num_sessions_status': ,\n 'overall_htx_health_status': ,\n },\n 'registered_service_resources': {\n 'tcp_resources': {\n 'max_sessions': ,\n 'used_sessions': ,\n 'memory_per_session': ,\n },\n 'ssl_resources': {\n 'max_sessions': ,\n 'used_sessions': ,\n 'memory_per_session': ,\n },\n },\n },\n}", "uid": "show_sdwan_appqoe_rm-resources", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L444" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L445" } }, "show sdwan appqoe rm-statistics": { @@ -56046,7 +56378,7 @@ "package": "genie.libs.parser", "schema": "{\n'times_sessions_health_changed_yellow': ,\n'times_sessions_health_changed_green': ,\n'times_service_mem_health_changed_yellow': ,\n'times_service_mem_health_changed_green': ,\n'overall_health_changed_yellow': ,\n'overall_health_changed_green': ,\n'dre_reserve_failures_due_to_health_status': ,\n'client': {\n Any (str) *: {\n 'tcp_session_alloc': ,\n 'tcp_session_free': ,\n 'ssl_session_alloc': ,\n 'ssl_session_free': ,\n 'dre_session_alloc': ,\n 'dre_session_free': ,\n 'http_session_alloc': ,\n 'http_session_free': ,\n },\n },\n}", "uid": "show_sdwan_appqoe_rm-statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7735" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7736" } }, "show sdwan appqoe service-chain status": { @@ -56057,7 +56389,7 @@ "package": "genie.libs.parser", "schema": "{\n'snort_state': ,\n'dre_state': ,\n'httpopt_state': ,\n}", "uid": "show_sdwan_appqoe_service-chain_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5723" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5724" } }, "show sdwan appqoe service-controllers": { @@ -56068,7 +56400,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) service_health_status: {\n Any (str) *: {\n 'color': ,\n 'percentage': ,\n },\n },\n'service_controllers': {\n 'lan_ip': {\n : {\n 'system_ip': {\n : {\n 'site_id': ,\n 'sn_lan_ip': ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_appqoe_service-controllers", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L648" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L649" } }, "show sdwan appqoe status": { @@ -56079,7 +56411,7 @@ "package": "genie.libs.parser", "schema": "{\n'appqoe_status': ,\n'sslproxy_status': ,\n'tcpproxy_status': ,\n'service_chain_status': ,\n'resource_mgr_status': ,\n}", "uid": "show_sdwan_appqoe_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5639" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5640" } }, "show sdwan appqoe tcpopt status": { @@ -56090,7 +56422,7 @@ "package": "genie.libs.parser", "schema": "{\n'status': {\n 'tcp_opt_operational_state': ,\n 'tcp_proxy_operational_state': ,\n },\n}", "uid": "show_sdwan_appqoe_tcpopt_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L296" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L297" } }, "show sdwan bfd history": { @@ -56101,7 +56433,7 @@ "package": "genie.libs.parser", "schema": "{\n'site_id': {\n Any (str) *: {\n 'system_ip': {\n Any (str) *: {\n 'dst_public_ip': {\n Any (str) *: {\n 'time': {\n Any (str) *: {\n 'color': ,\n 'state': ,\n 'dst_public_port': ,\n 'encap': ,\n 'rx_pkts': ,\n 'tx_pkts': ,\n 'del': ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_bfd_history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L733" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L734" } }, "show sdwan bfd sessions": { @@ -56112,7 +56444,7 @@ "package": "genie.libs.parser", "schema": "{\n'system_ip': {\n Any (str) *: {\n 'source_tloc_color': {\n Any (str) *: {\n 'destination_public_ip': ,\n 'destination_public_port': ,\n 'detect_multiplier': ,\n 'encapsulation': ,\n 'site_id': ,\n 'source_ip': ,\n 'remote_tloc_color': ,\n 'state': ,\n 'transitions': ,\n 'tx_interval': ,\n 'uptime': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_bfd_sessions", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L790" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L791" } }, "show sdwan bfd summary": { @@ -56123,7 +56455,7 @@ "package": "genie.libs.parser", "schema": "{\n'sessions_total': ,\n'sessions_up': ,\n'sessions_max': ,\n'sessions_flap': ,\n'poll_interval': ,\n}", "uid": "show_sdwan_bfd_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L806" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L807" } }, "show sdwan control connection-history": { @@ -56134,7 +56466,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer_type': {\n Any (str) *: {\n 'downtime': {\n Any (str) *: {\n 'domain_id': ,\n 'peer_private_ip': ,\n 'peer_private_port': ,\n 'peer_protocol': ,\n 'peer_public_ip': ,\n 'peer_public_port': ,\n 'peer_system_ip': ,\n Optional (str) peer_organization: ,\n 'site_id': ,\n 'state': ,\n 'local_error': ,\n 'remote_error': ,\n 'repeat_count': ,\n 'local_color': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_control_connection-history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2724" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2725" } }, "show sdwan control connections": { @@ -56145,7 +56477,7 @@ "package": "genie.libs.parser", "schema": "{\n'local_color': {\n Any (str) *: {\n 'peer_system_ip': {\n Any (str) *: {\n 'controller_group_id': ,\n 'domain_id': ,\n 'peer_private_ip': ,\n 'peer_private_port': ,\n 'peer_protocol': ,\n 'peer_public_ip': ,\n 'peer_public_port': ,\n Optional (str) peer_organization: ,\n 'peer_type': ,\n 'proxy_state': ,\n 'site_id': ,\n 'state': ,\n 'uptime': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_control_connections", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L873" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L874" } }, "show sdwan control local-properties": { @@ -56156,7 +56488,7 @@ "package": "genie.libs.parser", "schema": "{\n'personality': ,\nOptional (str) sp_organization_name: ,\n'organization_name': ,\n'root_ca_chain_status': ,\n'certificate_status': ,\n'certificate_validity': ,\n'certificate_not_valid_before': ,\n'certificate_not_valid_after': ,\nOptional (str) enterprise_cert_status: ,\nOptional (str) enterprise_cert_validity: ,\nOptional (str) enterprise_cert_not_valid_before: ,\nOptional (str) enterprise_cert_not_valid_after: ,\n'dns_name': ,\n'site_id': ,\n'domain_id': ,\n'protocol': ,\n'tls_port': ,\n'system_ip': ,\n'chassis_num_unique_id': ,\n'serial_num': ,\nOptional (str) enterprise_serial_num: ,\nOptional (str) token: ,\n'keygen_interval': ,\n'retry_interval': ,\n'no_activity_exp_interval': ,\n'dns_cache_ttl': ,\n'port_hopped': ,\n'time_since_last_port_hop': ,\nOptional (str) pairwise_keying: ,\nOptional (str) embargo_check: ,\n'number_vbond_peers': ,\n'number_active_wan_interfaces': ,\n'wan_interfaces': {\n Any (str) *: {\n 'public_ipv4': ,\n 'public_port': ,\n 'private_ipv4': ,\n 'private_ipv6': ,\n 'private_port': ,\n 'vsmart': ,\n 'vmanage': ,\n 'color': ,\n 'state': ,\n 'max_cntrl': ,\n 'restrict': ,\n 'control': ,\n 'stun': ,\n 'lr': ,\n 'lb': ,\n 'last_connection': ,\n 'spi_time_remaining': ,\n 'nat_type': ,\n 'vm_con_prf': ,\n },\n },\n}", "uid": "show_sdwan_control_local-properties", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L889" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L890" } }, "show sdwan control summary": { @@ -56167,7 +56499,7 @@ "package": "genie.libs.parser", "schema": "{\n'summary': ,\n'vbond_counts': ,\n'vmanage_counts': ,\n'vsmart_counts': ,\n}", "uid": "show_sdwan_control_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L836" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L837" } }, "show sdwan ipsec inbound-connections": { @@ -56178,7 +56510,7 @@ "package": "genie.libs.parser", "schema": "{\n'source_ip': {\n Any (str) *: {\n 'destination_ip': {\n Any (str) *: {\n 'local_tloc_color': ,\n 'destination_port': ,\n 'local_tloc': ,\n 'remote_tloc_color': ,\n 'remote_tloc': ,\n 'source_port': ,\n 'encryption_algorithm': ,\n 'tc_spi': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_ipsec_inbound-connections", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L984" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L985" } }, "show sdwan ipsec local-sa {tloc_address}": { @@ -56189,7 +56521,7 @@ "package": "genie.libs.parser", "schema": "{\n'local_sa': {\n 'inbound': {\n 'spi': ,\n 'source_ipv4': ,\n 'source_port': ,\n 'source_ipv6': ,\n 'tloc_color': ,\n 'key_hash': ,\n },\n 'outbound': {\n 'spi': ,\n 'source_ipv4': ,\n 'source_port': ,\n 'source_ipv6': ,\n 'tloc_color': ,\n 'key_hash': ,\n },\n },\n}", "uid": "show_sdwan_ipsec_local-sa_tloc_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1112" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1113" } }, "show sdwan ipsec outbound-connections": { @@ -56200,7 +56532,7 @@ "package": "genie.libs.parser", "schema": "{\n'source_ip': {\n Any (str) *: {\n 'destination_ip': {\n Any (str) *: {\n 'destination_port': ,\n 'authentication': ,\n 'remote_tloc_color': ,\n 'key_hash': ,\n 'spi': ,\n 'source_port': ,\n 'remote_tloc': ,\n 'encryption_algorithm': ,\n 'tunnel_mtu': ,\n 'tc_spi': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_ipsec_outbound-connections", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1045" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1046" } }, "show sdwan omp multicast-auto-discover": { @@ -56211,7 +56543,7 @@ "package": "genie.libs.parser", "schema": "{\n'address-family': {\n Any (str) *: {\n 'vpn': {\n Any (str) *: {\n 'tenant': {\n Any (str) *: {\n 'originator': {\n Any (str) *: {\n 'path_list': {\n Any (str) *: {\n 'from_peer': ,\n 'status': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_multicast-auto-discover", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7171" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7172" } }, "show sdwan omp multicast-routes": { @@ -56222,7 +56554,7 @@ "package": "genie.libs.parser", "schema": "{\n'address-family': {\n Any (str) *: {\n 'vpn': {\n Any (str) *: {\n 'tenant': {\n Any (str) *: {\n 'originator': {\n Any (str) *: {\n 'type': ,\n 'source_system_ip': ,\n 'destination_system_ip': ,\n 'group': ,\n 'source_mcast_ip': ,\n 'path_list': {\n Any (str) *: {\n 'from_peer': ,\n 'rp_address': ,\n 'status': ,\n },\n },\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_multicast-routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7068" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7069" } }, "show sdwan omp peers": { @@ -56233,7 +56565,7 @@ "package": "genie.libs.parser", "schema": "{\n'peer': {\n Any (str) *: {\n 'type': ,\n 'domain_id': ,\n 'overlay_id': ,\n 'site_id': ,\n 'state': ,\n 'uptime': ,\n 'route': {\n 'recv': ,\n 'install': ,\n 'sent': ,\n },\n },\n },\n}", "uid": "show_sdwan_omp_peers", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1175" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1176" } }, "show sdwan omp routes": { @@ -56244,7 +56576,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'prefixes': {\n Any (str) *: {\n 'prefix': ,\n Optional (str) tenant: ,\n 'from_peer': {\n Any (str) *: {\n 'peer': ,\n 'path_list': {\n Any (str) *: {\n 'index': ,\n 'path_id': ,\n 'label': ,\n 'status': ,\n 'attr_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n Optional (str) affinity: ,\n Optional (str) region_id: ,\n Optional (str) region_path: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1219" } }, "show sdwan omp routes family {af} vpn {vpn}": { @@ -56255,7 +56587,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'prefixes': {\n Any (str) *: {\n 'prefix': ,\n Optional (str) tenant: ,\n 'from_peer': {\n Any (str) *: {\n 'peer': ,\n 'path_list': {\n Any (str) *: {\n 'index': ,\n 'path_id': ,\n 'label': ,\n 'status': ,\n 'attr_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n Optional (str) affinity: ,\n Optional (str) region_id: ,\n Optional (str) region_path: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_routes_family_af_vpn_vpn", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1219" } }, "show sdwan omp routes vpn {vpn}": { @@ -56266,7 +56598,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'prefixes': {\n Any (str) *: {\n 'prefix': ,\n Optional (str) tenant: ,\n 'from_peer': {\n Any (str) *: {\n 'peer': ,\n 'path_list': {\n Any (str) *: {\n 'index': ,\n 'path_id': ,\n 'label': ,\n 'status': ,\n 'attr_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n Optional (str) affinity: ,\n Optional (str) region_id: ,\n Optional (str) region_path: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_routes_vpn_vpn", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1219" } }, "show sdwan omp routes {prefix}": { @@ -56277,7 +56609,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'prefixes': {\n Any (str) *: {\n 'prefix': ,\n Optional (str) tenant: ,\n 'from_peer': {\n Any (str) *: {\n 'peer': ,\n 'path_list': {\n Any (str) *: {\n 'index': ,\n 'path_id': ,\n 'label': ,\n 'status': ,\n 'attr_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n Optional (str) affinity: ,\n Optional (str) region_id: ,\n Optional (str) region_path: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_routes_prefix", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1219" } }, "show sdwan omp routes {prefix} vpn {vpn}": { @@ -56288,7 +56620,7 @@ "package": "genie.libs.parser", "schema": "{\n'vrf': {\n Any (str) *: {\n 'prefixes': {\n Any (str) *: {\n 'prefix': ,\n Optional (str) tenant: ,\n 'from_peer': {\n Any (str) *: {\n 'peer': ,\n 'path_list': {\n Any (str) *: {\n 'index': ,\n 'path_id': ,\n 'label': ,\n 'status': ,\n 'attr_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n Optional (str) affinity: ,\n Optional (str) region_id: ,\n Optional (str) region_path: ,\n },\n },\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_routes_prefix_vpn_vpn", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1218" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1219" } }, "show sdwan omp summary": { @@ -56299,7 +56631,7 @@ "package": "genie.libs.parser", "schema": "{\n'admin_state': ,\n'alert_received': ,\n'alert_sent': ,\n'handshake_received': ,\n'handshake_sent': ,\n'hello_received': ,\n'hello_sent': ,\n'inform_received': ,\n'inform_sent': ,\n'mcast_routes_received': ,\n'mcast_routes_sent': ,\n'omp_uptime': ,\n'oper_state': ,\n'personality': ,\n'policy_received': ,\n'policy_sent': ,\n'routes_installed': ,\n'routes_received': ,\n'routes_sent': ,\n'services_installed': ,\n'services_received': ,\n'services_sent': ,\n'tlocs_installed': ,\n'tlocs_received': ,\n'tlocs_sent': ,\n'total_packets_sent': ,\n'update_received': ,\n'update_sent': ,\n'vsmart_peers': ,\n}", "uid": "show_sdwan_omp_summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1161" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1162" } }, "show sdwan omp tloc-paths": { @@ -56310,7 +56642,7 @@ "package": "genie.libs.parser", "schema": "{\n'tloc_path': {\n Any (str) *: {\n 'tloc': {\n Any (str) *: {\n 'transport': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_tloc-paths", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1203" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1204" } }, "show sdwan omp tlocs": { @@ -56321,7 +56653,7 @@ "package": "genie.libs.parser", "schema": "{\n'tloc_data': {\n Any (str) *: {\n 'tloc': {\n Any (str) *: {\n 'transport': ,\n 'received_from': {\n 'peer': ,\n 'status': ,\n 'loss_reason': ,\n 'lost_to_peer': ,\n 'lost_to_path_id': ,\n 'attributes': {\n 'attribute_type': ,\n 'encap_key': ,\n 'encap_proto': ,\n 'encap_spi': ,\n 'encap_auth': ,\n 'encap_encrypt': ,\n 'public_ip': ,\n 'public_port': ,\n 'private_ip': ,\n 'private_port': ,\n 'bfd_status': ,\n Optional (str) domain_id: ,\n Optional (str) site_id: ,\n Optional (str) overlay_id: ,\n 'preference': ,\n 'tag': ,\n 'stale': ,\n 'weight': ,\n 'version': ,\n 'gen_id': ,\n 'carrier': ,\n 'restrict': ,\n 'on_demand': ,\n 'groups': ,\n 'bandwidth': ,\n 'qos_group': ,\n 'border': ,\n 'unknown_attr_len': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_omp_tlocs", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1189" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1190" } }, "show sdwan policy access-list-associations": { @@ -56332,7 +56664,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'interface_direction': {\n Any (str) *: {\n 'interface_name': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_access-list-associations", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1307" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1308" } }, "show sdwan policy access-list-counters": { @@ -56343,7 +56675,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'counter_name': {\n Any (str) *: {\n 'bytes': ,\n 'packets': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_access-list-counters", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1368" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1369" } }, "show sdwan policy app-route-policy-filter": { @@ -56354,7 +56686,7 @@ "package": "genie.libs.parser", "schema": "{\n'policy_name': {\n Any (str) *: {\n 'vpn_list': {\n Any (str) *: {\n 'counter_name': {\n Any (str) *: {\n 'packets': ,\n 'bytes': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_app-route-policy-filter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L4030" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L4031" } }, "show sdwan policy data-policy-filter": { @@ -56365,7 +56697,7 @@ "package": "genie.libs.parser", "schema": "{\n'data_policy_filter': {\n Any (str) *: {\n Any (str) *: {\n Any (str) *: {\n 'packets': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_data-policy-filter", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6220" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6221" } }, "show sdwan policy data-policy-filter {policy}": { @@ -56376,7 +56708,7 @@ "package": "genie.libs.parser", "schema": "{\n'data_policy_filter': {\n Any (str) *: {\n Any (str) *: {\n Any (str) *: {\n 'packets': ,\n 'bytes': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_data-policy-filter_policy", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6220" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6221" } }, "show sdwan policy from-vsmart": { @@ -56387,7 +56719,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) sla_class: {\n Any (str) *: {\n 'loss': ,\n 'latency': ,\n 'jitter': ,\n Optional (str) fallback_best_tunnel: {\n 'criteria': ,\n 'loss_variance': ,\n 'latency_variance': ,\n 'jitter_variance': ,\n },\n },\n },\nOptional (str) data_policy: {\n Any (str) *: {\n 'direction': ,\n 'vpn_list': {\n Any (str) *: {\n 'sequence': {\n Any (str) *: {\n 'match': {\n Optional (str) source_ip: ,\n Optional (str) destination_ip: ,\n Optional (str) dscp: ,\n Optional (str) app_list: ,\n Optional (str) source_data_prefix_list: ,\n Optional (str) destination_data_prefix_list: ,\n Optional (str) dns_app_list: ,\n Optional (str) source_port: ,\n Optional (str) destination_port: ,\n Optional (str) protocol: ,\n Optional (str) tcp: ,\n Optional (str) plp: ,\n Optional (str) traffic_to: ,\n Optional (str) destination_region: ,\n Optional (str) packet_length: ,\n Optional (str) dns: ,\n },\n 'action': {\n Any (str) *: {\n Optional (str) count: ,\n Optional (str) nat: {\n Optional (str) use_vpn: ,\n Optional (str) fallback: ,\n Optional (str) pool: ,\n },\n Optional (str) log: ,\n Optional (str) tcp_optimization: ,\n Optional (str) loss_protection: {\n Optional (str) forward_error_correction: ,\n Optional (str) packet_duplication: ,\n },\n Optional (str) cflowd: ,\n Optional (str) set: {\n Optional (str) local_tloc_list: {\n Optional (str) color: ,\n Optional (str) encap: ,\n Optional (str) restrict: ,\n },\n Optional (str) next_hop: ,\n Optional (str) next_hop_loose: ,\n Optional (str) policer: ,\n Optional (str) dscp: ,\n Optional (str) forwarding_class: ,\n Optional (str) vpn: ,\n Optional (str) vip_tloc_pref_list: {\n Any (str) *: {\n Optional (str) tloc: {\n Optional (str) label: ,\n Optional (str) ip: ,\n Optional (str) color: ,\n Optional (str) encap: ,\n },\n },\n },\n Optional (str) tloc_list: ,\n Optional (str) service: {\n Optional (str) name: ,\n Optional (str) vpn: ,\n Optional (str) tloc_list: ,\n Optional (str) tloc: {\n Optional (str) ip: ,\n Optional (str) color: ,\n Optional (str) encap: ,\n },\n },\n },\n Optional (str) redirect_dns: ,\n },\n },\n },\n },\n Optional (str) default_action: ,\n },\n },\n },\n },\nOptional (str) cflowd_template: {\n Any (str) *: {\n 'flow_active_timeout': ,\n 'flow_inactive_timeout': ,\n 'template_refresh': ,\n 'flow_sampling_interval': ,\n 'protocol': ,\n 'customized_ipv4_record_fields': {\n Optional (str) collect_tos: ,\n Optional (str) collect_dscp_output: ,\n },\n 'collector': {\n 'vpn': {\n Any (str) *: {\n 'address': ,\n 'port': ,\n 'transport': ,\n 'source_interface': ,\n },\n },\n },\n },\n },\nOptional (str) app_route_policy: {\n Any (str) *: {\n 'vpn_list': {\n Any (str) *: {\n 'sequence': {\n Any (str) *: {\n 'match': {\n Optional (str) source_ip: ,\n Optional (str) destination_ip: ,\n Optional (str) dscp: ,\n Optional (str) app_list: ,\n Optional (str) source_data_prefix_list: ,\n Optional (str) destination_data_prefix_list: ,\n Optional (str) dns_app_list: ,\n Optional (str) source_port: ,\n Optional (str) destination_port: ,\n Optional (str) protocol: ,\n Optional (str) tcp: ,\n Optional (str) plp: ,\n Optional (str) traffic_to: ,\n Optional (str) destination_region: ,\n Optional (str) packet_length: ,\n Optional (str) dns: ,\n Optional (str) cloud_saas_app_list: ,\n },\n 'action': {\n Optional (str) count: ,\n Optional (str) log: ,\n Optional (str) backup_sla_preferred_color: ,\n Optional (str) sla_class: {\n Optional (str) types: ,\n Optional (str) preferred_color: ,\n },\n Optional (str) cloud_saas: ,\n },\n },\n },\n },\n },\n },\n },\nOptional (str) policer: {\n Any (str) *: {\n 'rate': ,\n 'burst': ,\n 'exceed': ,\n },\n },\nOptional (str) lists: {\n Optional (str) vpn_list: {\n Any (str) *: {\n 'vpn': ,\n },\n },\n Optional (str) app_list: {\n Any (str) *: {\n Optional (str) app: ,\n Optional (str) app_family: ,\n },\n },\n Optional (str) data_prefix_list: {\n Any (str) *: {\n 'ip_prefix': ,\n },\n },\n Optional (str) tloc_list: {\n Any (str) *: {\n 'tloc': {\n Any (str) *: {\n 'color': ,\n 'encap': ,\n },\n },\n },\n },\n Optional (str) preferred_color_group: {\n Any (str) *: {\n Any (str) *: {\n 'color_preference': ,\n Optional (str) path_preference: ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_from-vsmart", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L4342" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L4343" } }, "show sdwan policy ipv6 access-list-associations": { @@ -56398,7 +56730,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'interface_direction': {\n Any (str) *: {\n 'interface_name': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_ipv6_access-list-associations", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1261" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1262" } }, "show sdwan policy ipv6 access-list-counters": { @@ -56409,7 +56741,7 @@ "package": "genie.libs.parser", "schema": "{\n'name': {\n Any (str) *: {\n 'counter_name': {\n Any (str) *: {\n 'bytes': ,\n 'packets': ,\n },\n },\n },\n },\n}", "uid": "show_sdwan_policy_ipv6_access-list-counters", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1439" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1440" } }, "show sdwan policy service-path vpn {vpn} interface {interface} source-ip {source_ip} dest-ip {destination_ip} protocol {protocol}": { @@ -56420,7 +56752,7 @@ "package": "genie.libs.parser", "schema": "{\n'paths': {\n Any (str) *: {\n 'next_hop_type': ,\n Optional (str) source: ,\n Optional (str) source_port: ,\n Optional (str) destination: ,\n Optional (str) destination_port: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) remote_system_ip: ,\n Optional (str) remote_ip: ,\n Optional (str) interface: ,\n Optional (str) index: ,\n },\n },\nOptional (str) number_of_paths: ,\n}", "uid": "show_sdwan_policy_service-path_vpn_vpn_interface_interface_source-ip_source_ip_dest-ip_destination_ip_protocol_protocol", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7260" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7261" } }, "show sdwan policy service-path vpn {vpn} interface {interface} source-ip {source_ip} dest-ip {destination_ip} protocol {protocol} {all}": { @@ -56431,7 +56763,7 @@ "package": "genie.libs.parser", "schema": "{\n'paths': {\n Any (str) *: {\n 'next_hop_type': ,\n Optional (str) source: ,\n Optional (str) source_port: ,\n Optional (str) destination: ,\n Optional (str) destination_port: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) remote_system_ip: ,\n Optional (str) remote_ip: ,\n Optional (str) interface: ,\n Optional (str) index: ,\n },\n },\nOptional (str) number_of_paths: ,\n}", "uid": "show_sdwan_policy_service-path_vpn_vpn_interface_interface_source-ip_source_ip_dest-ip_destination_ip_protocol_protocol_all", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7260" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L7261" } }, "show sdwan reboot history": { @@ -56442,7 +56774,7 @@ "package": "genie.libs.parser", "schema": "{\n'reboot_date_time': {\n : {\n 'reboot_reason': ,\n },\n },\n}", "uid": "show_sdwan_reboot_history", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1484" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1485" } }, "show sdwan security-info": { @@ -56453,7 +56785,7 @@ "package": "genie.libs.parser", "schema": "{\n'authentication_type': ,\n'rekey': ,\n'replay_window': ,\n'encryption_supported': ,\n'fips_mode': ,\n'pairwise_keying': ,\n'pwk_sym_rekey': ,\n'extended_ar_window': ,\n'integrity_type': ,\n}", "uid": "show_sdwan_security-info", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6695" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6696" } }, "show sdwan software": { @@ -56464,7 +56796,7 @@ "package": "genie.libs.parser", "schema": "{\n'version': {\n : {\n 'active': ,\n 'confirmed': ,\n 'default': ,\n 'previous': ,\n 'timestamp': ,\n },\n },\n}", "uid": "show_sdwan_software", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1499" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1500" } }, "show sdwan system on-demand": { @@ -56475,7 +56807,7 @@ "package": "genie.libs.parser", "schema": "{\n'on_demand_tunnel': {\n Any (str) *: {\n 'system-ip': ,\n 'on-demand': ,\n Optional (str) status: ,\n Optional (str) timeout: ,\n },\n },\n}", "uid": "show_sdwan_system_on-demand", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1922" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1923" } }, "show sdwan system on-demand {remote_system}": { @@ -56486,7 +56818,7 @@ "package": "genie.libs.parser", "schema": "{\n'on_demand_tunnel': {\n Any (str) *: {\n 'system-ip': ,\n 'on-demand': ,\n Optional (str) status: ,\n Optional (str) timeout: ,\n },\n },\n}", "uid": "show_sdwan_system_on-demand_remote_system", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1922" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1923" } }, "show sdwan system on-demand {remote_system} system-ip {system_ip}": { @@ -56497,7 +56829,7 @@ "package": "genie.libs.parser", "schema": "{\n'on_demand_tunnel': {\n Any (str) *: {\n 'system-ip': ,\n 'on-demand': ,\n Optional (str) status: ,\n Optional (str) timeout: ,\n },\n },\n}", "uid": "show_sdwan_system_on-demand_remote_system_system-ip_system_ip", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1922" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1923" } }, "show sdwan system status": { @@ -56508,7 +56840,7 @@ "package": "genie.libs.parser", "schema": "{\n'boot_loader_version': ,\n'build': ,\n'chassis_serial_number': ,\n'commit_pending': ,\n'configuration_template': ,\nOptional (str) engineering_signed: ,\nOptional (str) controller_compatibility: ,\nOptional (str) cpu_allocation: {\n Optional (str) total: ,\n Optional (str) control: ,\n Optional (str) data: ,\n },\n'cpu_reported_reboot': ,\n'cpu_states': {\n 'idle': ,\n 'system': ,\n 'user': ,\n },\n'current_time': ,\n'disk_usage': {\n 'avail_mega': ,\n 'filesystem': ,\n 'mounted_on': ,\n 'size_mega': ,\n 'use_pc': ,\n 'used_mega': ,\n },\nOptional (str) vmanage_storage_usage: {\n Optional (str) filesystem: ,\n Optional (str) size_mega: ,\n Optional (str) used_mega: ,\n Optional (str) avail_mega: ,\n Optional (str) use_pc: ,\n Optional (str) mounted_on: ,\n },\n'last_reboot': ,\nOptional (str) load_average: {\n Optional (str) minute_1: ,\n Optional (str) minute_15: ,\n Optional (str) minute_5: ,\n },\n'memory_usage': {\n 'buffers_kilo': ,\n 'cache_kilo': ,\n 'free_kilo': ,\n 'total_kilo': ,\n 'used_kilo': ,\n },\nOptional (str) hypervisor_type: ,\nOptional (str) cloud_hosted_instance: ,\n'model_name': ,\n'personality': ,\n'processes': ,\n'services': ,\n'system_fips_state': ,\n'system_logging_disk': ,\n'system_logging_host': ,\n'system_state': ,\n'system_uptime': ,\nOptional (str) device_role: ,\nOptional (str) testbed_mode: ,\n'version': ,\n'vmanaged': ,\n}", "uid": "show_sdwan_system_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1518" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1519" } }, "show sdwan tenant {tenant} omp peers": { @@ -56519,7 +56851,7 @@ "package": "genie.libs.parser", "schema": "{\n'tenant_id': ,\n'peer': {\n Any (str) *: {\n 'type': ,\n 'domain_id': ,\n 'overlay_id': ,\n 'site_id': ,\n 'region_id': ,\n 'state': ,\n 'uptime': ,\n 'r_i_s': ,\n },\n },\n}", "uid": "show_sdwan_tenant_tenant_omp_peers", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6390" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6391" } }, "show sdwan tenant {tenant} omp routes": { @@ -56530,7 +56862,7 @@ "package": "genie.libs.parser", "schema": "{\n'tenant': ,\n'vpn': {\n Any (str) *: {\n 'prefix': {\n Any (str) *: {\n 'path_id': {\n Any (str) *: {\n 'from_peer': ,\n 'label': ,\n 'status': ,\n 'attribute_type': ,\n 'tloc_ip': ,\n 'color': ,\n 'encap': ,\n 'preference': ,\n 'affinity_group_number': ,\n 'region_id': ,\n 'region_path': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tenant_tenant_omp_routes", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6466" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6467" } }, "show sdwan tenant-summary": { @@ -56541,7 +56873,7 @@ "package": "genie.libs.parser", "schema": "{\n'max_tenants': ,\n'active_tenants': ,\nOptional (str) org_name: {\n Any (str) *: {\n Optional (str) global_id: ,\n Optional (str) uuid: ,\n },\n },\n}", "uid": "show_sdwan_tenant-summary", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6312" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L6313" } }, "show sdwan tunnel remote-system-ip {system_ip} sla": { @@ -56552,7 +56884,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel_sla_class': {\n Any (str) *: {\n Optional (str) sla_name: ,\n Optional (str) sla_loss: ,\n Optional (str) sla_latency: ,\n Optional (str) sla_jitter: ,\n Optional (str) tunnel_count: ,\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) index: ,\n 'protocol': ,\n 'src_ip': ,\n 'dst_ip': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n Optional (str) remote_system_ip: ,\n Optional (str) t_local_color: ,\n Optional (str) t_remote_color: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) mean_loss: ,\n Optional (str) mean_latency: ,\n Optional (str) mean_jitter: ,\n Optional (str) sla_class_index: ,\n 'sla_class_name': ,\n Optional (str) fallback_sla_class_index: ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_remote-system-ip_system_ip_sla", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2289" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2290" } }, "show sdwan tunnel sla": { @@ -56563,7 +56895,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel_sla_class': {\n Any (str) *: {\n Optional (str) sla_name: ,\n Optional (str) sla_loss: ,\n Optional (str) sla_latency: ,\n Optional (str) sla_jitter: ,\n Optional (str) tunnel_count: ,\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) index: ,\n 'protocol': ,\n 'src_ip': ,\n 'dst_ip': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n Optional (str) remote_system_ip: ,\n Optional (str) t_local_color: ,\n Optional (str) t_remote_color: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) mean_loss: ,\n Optional (str) mean_latency: ,\n Optional (str) mean_jitter: ,\n Optional (str) sla_class_index: ,\n 'sla_class_name': ,\n Optional (str) fallback_sla_class_index: ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_sla", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2289" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2290" } }, "show sdwan tunnel sla index 0": { @@ -56574,7 +56906,7 @@ "package": "genie.libs.parser", "schema": "{\n'lines': {\n Any (str) *: {\n 'color': ,\n 'loss': ,\n 'latency': ,\n 'jitter': ,\n 'slaclass': ,\n },\n },\n}", "uid": "show_sdwan_tunnel_sla_index_0", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1848" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1849" } }, "show sdwan tunnel sla index {index}": { @@ -56585,7 +56917,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel_sla_class': {\n Any (str) *: {\n Optional (str) sla_name: ,\n Optional (str) sla_loss: ,\n Optional (str) sla_latency: ,\n Optional (str) sla_jitter: ,\n Optional (str) tunnel_count: ,\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) index: ,\n 'protocol': ,\n 'src_ip': ,\n 'dst_ip': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n Optional (str) remote_system_ip: ,\n Optional (str) t_local_color: ,\n Optional (str) t_remote_color: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) mean_loss: ,\n Optional (str) mean_latency: ,\n Optional (str) mean_jitter: ,\n Optional (str) sla_class_index: ,\n 'sla_class_name': ,\n Optional (str) fallback_sla_class_index: ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_sla_index_index", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2289" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2290" } }, "show sdwan tunnel sla name {name}": { @@ -56596,7 +56928,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel_sla_class': {\n Any (str) *: {\n Optional (str) sla_name: ,\n Optional (str) sla_loss: ,\n Optional (str) sla_latency: ,\n Optional (str) sla_jitter: ,\n Optional (str) tunnel_count: ,\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) index: ,\n 'protocol': ,\n 'src_ip': ,\n 'dst_ip': ,\n Optional (str) src_port: ,\n Optional (str) dst_port: ,\n Optional (str) remote_system_ip: ,\n Optional (str) t_local_color: ,\n Optional (str) t_remote_color: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) mean_loss: ,\n Optional (str) mean_latency: ,\n Optional (str) mean_jitter: ,\n Optional (str) sla_class_index: ,\n 'sla_class_name': ,\n Optional (str) fallback_sla_class_index: ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_sla_name_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2289" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2290" } }, "show sdwan tunnel statistics": { @@ -56607,7 +56939,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel': {\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) protocol: ,\n 'src_port': ,\n 'dst_port': ,\n Optional (str) remote_sys_ip: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) tunnel_mtu: ,\n Optional (str) tcp_mss_adjust: ,\n Optional (str) tx: {\n 'tx_pkts': ,\n 'tx_octets': ,\n 'tx_ipv4_mcast_pkts': ,\n 'tx_ipv4_mcast_octets': ,\n },\n Optional (str) rx: {\n 'rx_pkts': ,\n 'rx_octets': ,\n 'rx_ipv4_mcast_pkts': ,\n 'rx_ipv4_mcast_octets': ,\n },\n Optional (str) ipv6_tx: {\n 'ipv6_tx_pkts': ,\n 'ipv6_tx_octets': ,\n },\n Optional (str) ipv6_rx: {\n 'ipv6_rx_pkts': ,\n 'ipv6_rx_octets': ,\n },\n Optional (str) bfd: {\n Optional (str) echo: {\n 'bfd_echo_tx_pkts': ,\n 'bfd_echo_rx_pkts': ,\n 'bfd_echo_tx_octets': ,\n 'bfd_echo_rx_octets': ,\n },\n Optional (str) pmtu: {\n 'bfd_pmtu_tx_pkts': ,\n 'bfd_pmtu_rx_pkts': ,\n 'bfd_pmtu_tx_octets': ,\n 'bfd_pmtu_rx_octets': ,\n },\n },\n Optional (str) fec: {\n 'fec_rx_data_pkts': ,\n 'fec_rx_parity_pkts': ,\n 'fec_tx_data_pkts': ,\n 'fec_tx_parity_pkts': ,\n 'fec_reconstruct_pkts': ,\n 'fec_capable': ,\n 'fec_dynamic': ,\n },\n Optional (str) ipsec: {\n 'ipsec_decrypt_inbound': ,\n 'ipsec_rx_auth_failures': ,\n 'ipsec_rx_failures': ,\n 'ipsec_encrypt_outbound': ,\n 'ipsec_tx_auth_failures': ,\n 'ipsec_tx_failures': ,\n },\n Optional (str) pktdup: {\n 'pktdup_rx': ,\n 'pktdup_rx_other': ,\n 'pktdup_rx_this': ,\n 'pktdup_tx': ,\n 'pktdup_tx_other': ,\n 'pktdup_capable': ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2065" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2066" } }, "show sdwan tunnel statistics {stats_type}": { @@ -56618,7 +56950,7 @@ "package": "genie.libs.parser", "schema": "{\n'tunnel': {\n Any (str) *: {\n 'remote': {\n Any (str) *: {\n Optional (str) protocol: ,\n 'src_port': ,\n 'dst_port': ,\n Optional (str) remote_sys_ip: ,\n Optional (str) local_color: ,\n Optional (str) remote_color: ,\n Optional (str) tunnel_mtu: ,\n Optional (str) tcp_mss_adjust: ,\n Optional (str) tx: {\n 'tx_pkts': ,\n 'tx_octets': ,\n 'tx_ipv4_mcast_pkts': ,\n 'tx_ipv4_mcast_octets': ,\n },\n Optional (str) rx: {\n 'rx_pkts': ,\n 'rx_octets': ,\n 'rx_ipv4_mcast_pkts': ,\n 'rx_ipv4_mcast_octets': ,\n },\n Optional (str) ipv6_tx: {\n 'ipv6_tx_pkts': ,\n 'ipv6_tx_octets': ,\n },\n Optional (str) ipv6_rx: {\n 'ipv6_rx_pkts': ,\n 'ipv6_rx_octets': ,\n },\n Optional (str) bfd: {\n Optional (str) echo: {\n 'bfd_echo_tx_pkts': ,\n 'bfd_echo_rx_pkts': ,\n 'bfd_echo_tx_octets': ,\n 'bfd_echo_rx_octets': ,\n },\n Optional (str) pmtu: {\n 'bfd_pmtu_tx_pkts': ,\n 'bfd_pmtu_rx_pkts': ,\n 'bfd_pmtu_tx_octets': ,\n 'bfd_pmtu_rx_octets': ,\n },\n },\n Optional (str) fec: {\n 'fec_rx_data_pkts': ,\n 'fec_rx_parity_pkts': ,\n 'fec_tx_data_pkts': ,\n 'fec_tx_parity_pkts': ,\n 'fec_reconstruct_pkts': ,\n 'fec_capable': ,\n 'fec_dynamic': ,\n },\n Optional (str) ipsec: {\n 'ipsec_decrypt_inbound': ,\n 'ipsec_rx_auth_failures': ,\n 'ipsec_rx_failures': ,\n 'ipsec_encrypt_outbound': ,\n 'ipsec_tx_auth_failures': ,\n 'ipsec_tx_failures': ,\n },\n Optional (str) pktdup: {\n 'pktdup_rx': ,\n 'pktdup_rx_other': ,\n 'pktdup_rx_this': ,\n 'pktdup_tx': ,\n 'pktdup_tx_other': ,\n 'pktdup_capable': ,\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_tunnel_statistics_stats_type", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2065" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L2066" } }, "show sdwan utd dataplane config": { @@ -56629,7 +56961,7 @@ "package": "genie.libs.parser", "schema": "{\n'utd_config_context': {\n : {\n 'context_flag': ,\n 'engine': ,\n 'state': ,\n 'sn_redirect': ,\n 'redirect_type': ,\n 'threat_inspection': ,\n 'defense_mode': ,\n 'domain_filtering': ,\n 'url_filtering': ,\n 'all_interface': ,\n 'file_inspection': ,\n },\n },\n}", "uid": "show_sdwan_utd_dataplane_config", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5343" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L5344" } }, "show sdwan utd engine": { @@ -56651,7 +56983,7 @@ "package": "genie.libs.parser", "schema": "{\n'version': ,\n}", "uid": "show_sdwan_version", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1533" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1534" } }, "show sdwan zbfw zonepair-statistics": { @@ -56662,7 +56994,7 @@ "package": "genie.libs.parser", "schema": "{\n'zonepair_name': {\n Any (str) *: {\n 'src_zone_name': ,\n 'dst_zone_name': ,\n 'policy_name': ,\n 'class_entry': {\n Any (str) *: {\n 'zonepair_name': ,\n 'class_action': ,\n 'pkts_counter': ,\n 'bytes_counter': ,\n 'attempted_conn': ,\n 'current_active_conn': ,\n 'max_active_conn': ,\n 'current_halfopen_conn': ,\n 'max_halfopen_conn': ,\n 'current_terminating_conn': ,\n 'max_terminating_conn': ,\n 'time_since_last_session_create': ,\n Optional (str) match_entry: {\n Any (str) *: {\n 'seq_num': ,\n Optional (str) match_crit: ,\n 'match_type': ,\n },\n },\n Optional (str) proto_entry: {\n : {\n 'protocol_name': ,\n 'byte_counters': ,\n 'pkt_counters': ,\n },\n },\n 'l7_policy_name': ,\n },\n },\n Optional (str) l7_class_entry: {\n Any (str) *: {\n 'parent_class_name': ,\n 'child_class_action': ,\n 'pkts_counter': ,\n 'bytes_counter': ,\n 'attempted_conn': ,\n 'current_active_conn': ,\n 'max_active_conn': ,\n 'current_halfopen_conn': ,\n 'max_halfopen_conn': ,\n 'current_terminating_conn': ,\n 'max_terminating_conn': ,\n 'time_since_last_session_create': ,\n Optional (str) l7_match_entry: {\n Any (str) *: {\n 'byte_counters': ,\n 'pkt_counters': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_sdwan_zbfw_zonepair-statistics", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1719" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1720" } }, "show sdwan zonebfwdp sessions": { @@ -56673,7 +57005,7 @@ "package": "genie.libs.parser", "schema": "{\n'session_db': {\n Any (str) *: {\n 'session_id': ,\n 'state': ,\n 'src_ip': ,\n 'dst_ip': ,\n 'src_port': ,\n 'dst_port': ,\n 'protocol': ,\n 'src_vrf': ,\n 'dst_vrf': ,\n 'src_vpn_id': ,\n 'dst_vpn_id': ,\n 'zp_name': ,\n 'classmap_name': ,\n 'nat_flags': ,\n 'internal_flags': ,\n 'total_initiator_bytes': ,\n 'total_responder_bytes': ,\n Optional (str) application_type: ,\n },\n },\n}", "uid": "show_sdwan_zonebfwdp_sessions", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1571" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_sdwan.py#L1572" } }, "show security policies hit-count": { @@ -56885,6 +57217,17 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_segment_routing.py#L1574" } }, + "show segment-routing traffic-eng pcc lsp": { + "iosxr": { + "class": "ShowSegmentRoutingTrafficEnggPccLsp", + "doc": " Parser for:\n * ShowSegmentRoutingTrafficEnggPccLsp\n ", + "module_name": "show_segment_routing", + "package": "genie.libs.parser", + "schema": "{\n'pce_sr_policy_database': {\n 'symbolic_name': ,\n 'lsps': {\n Any (str) *: {\n 'source': ,\n 'destination': ,\n 'tunnel_id': ,\n 'lsp_id': ,\n 'admin_state': ,\n 'operation_state': ,\n 'setup_type': ,\n 'binding_sid': ,\n },\n },\n },\n}", + "uid": "show_segment-routing_traffic-eng_pcc_lsp", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_segment_routing.py#L1607" + } + }, "show segment-routing traffic-eng policy all": { "iosxe": { "class": "ShowSegmentRoutingTrafficEngPolicy", @@ -57198,6 +57541,28 @@ "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_shmwin.py#L49" } }, + "show smartpower domain": { + "iosxe": { + "class": "ShowSmartPowerDomain", + "doc": "Parser for show smartpower domain", + "module_name": "show_smartpower", + "package": "genie.libs.parser", + "schema": "{\nOptional (str) switch_name: ,\nOptional (str) domain: ,\nOptional (str) protocol: ,\nOptional (str) ip: ,\nOptional (str) port: ,\n}", + "uid": "show_smartpower_domain", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_smartpower.py#L103" + } + }, + "show smartpower version": { + "iosxe": { + "class": "ShowSmartPowerVersion", + "doc": "Parser for show smartpower version", + "module_name": "show_smartpower", + "package": "genie.libs.parser", + "schema": "{\nOptional (str) smartpower_mode: ,\nOptional (str) ios_version: ,\nOptional (str) smartpower_specification: ,\nOptional (str) smartpower_version: ,\nOptional (str) sdk_version: ,\n}", + "uid": "show_smartpower_version", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_smartpower.py#L23" + } + }, "show snmp": { "iosxe": { "class": "ShowSnmp", @@ -58006,7 +58371,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n 'mac_address': ,\n Optional (str) mac_persistency_wait_time: ,\n 'stack': {\n Any (str) *: {\n 'role': ,\n 'mac_address': ,\n 'priority': ,\n Optional (str) hw_ver: ,\n 'state': ,\n },\n },\n },\n}", "uid": "show_switch", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3707" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3710" } }, "show switch detail": { @@ -58026,7 +58391,7 @@ "package": "genie.libs.parser", "schema": "{\n'switch': {\n 'mac_address': ,\n Optional (str) mac_persistency_wait_time: ,\n 'stack': {\n Any (str) *: {\n 'role': ,\n 'mac_address': ,\n 'priority': ,\n Optional (str) hw_ver: ,\n 'state': ,\n 'ports': {\n Any (str) *: {\n 'stack_port_status': ,\n 'neighbors_num': Or (, ),\n },\n },\n },\n },\n },\n}", "uid": "show_switch_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3569" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L3572" } }, "show switch stack-mode": { @@ -58059,7 +58424,7 @@ "package": "genie.libs.parser", "schema": "{\n'stackports': {\n Any (str) *: {\n 'switch_port_id': ,\n 'status': ,\n 'loopback': ,\n 'cable_length': ,\n 'neighbor': ,\n 'link_ok': ,\n 'sync_ok': ,\n 'link_active': ,\n 'changes_to_link_ok': ,\n 'five_minute_input_rate': ,\n 'five_minute_output_rate': ,\n 'input_bytes': ,\n 'output_bytes': ,\n 'crc_errors': {\n 'data_crc': ,\n 'ringword_crc': ,\n 'inv_ringword': ,\n 'pcs_codeword': ,\n },\n },\n },\n}", "uid": "show_switch_stack-ports_detail", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30870" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30894" } }, "show switch stack-ports summary": { @@ -58090,7 +58455,7 @@ "package": "genie.libs.parser", "schema": "{\n'speed': ,\n'configuration': ,\n'protocol': ,\n}", "uid": "show_switch_stack-ring_speed", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26100" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L26121" } }, "show system buffers": { @@ -58309,7 +58674,7 @@ "package": "genie.libs.parser", "schema": "{\n'mtu_in_bytes': ,\n}", "uid": "show_system_mtu", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19407" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L19414" } }, "show system ntp all": { @@ -59084,9 +59449,9 @@ "doc": "\n Parser for show terminal\n ", "module_name": "show_terminal", "package": "genie.libs.parser", - "schema": "{\n'line': ,\n'location': ,\n'type': ,\n'length': ,\n'width': ,\n'baud_rate': ,\n'template': ,\n'capabilities': ,\n'parity': ,\n'stopbits': ,\n'databits': ,\n'allowed_transport': ListOf (type) ,\n}", + "schema": "{\n'line': ,\n'location': ,\n'type': ,\n'length': ,\n'width': ,\n'baud_rate': {\n 'tx': ,\n 'rx': ,\n },\n'template': ,\n'capabilities': ,\n'parity': ,\n'stopbits': ,\n'databits': ,\n'allowed_transport': ListOf (type) ,\n}", "uid": "show_terminal", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_terminal.py#L39" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxr/show_terminal.py#L42" }, "nxos": { "class": "ShowTerminal", @@ -59106,7 +59471,7 @@ "package": "genie.libs.parser", "schema": "{\n'time_range_entry': ,\n'status': ,\n'periodicity': ,\n'start_time': ,\n'end_time': ,\n'used_in': ,\n}", "uid": "show_time-range_time_range_name", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33710" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L33734" } }, "show track": { @@ -59470,6 +59835,15 @@ "uid": "show_version", "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/asa/show_version.py#L84" }, + "cheetah": { + "class": "ShowVersion", + "doc": "\n Parser for\n * show version\n ", + "module_name": "show_platform", + "package": "genie.libs.parser", + "schema": "{\n'version': {\n 'model_number': ,\n 'top_assembly_serial_number': ,\n Optional (str) radio_driver_version: ,\n 'radio_fw_version': ,\n 'ap_running_image': ,\n 'primary_boot_image': ,\n 'backup_boot_image': ,\n 'chassis': ,\n 'main_mem': ,\n 'os': ,\n 'processor_type': ,\n Optional (str) bootloader_version: ,\n Optional (str) bootloader_timestamp: ,\n 'multigigabit_eth_intf': ,\n Optional (str) gigabit_eth_intf: ,\n '80211_radios': ,\n Optional (str) uptime: ,\n Optional (str) last_reload_time: ,\n Optional (str) last_reload_reason: ,\n 'nss_fw_version': ,\n 'primary_boot_image_hash': ,\n 'backup_boot_image_hash': ,\n 'base_ethernet_mac': ,\n 'part_number': ,\n 'pcb_serial_number': ,\n 'top_assembly_part_number': ,\n 'top_revision_number': ,\n 'processor_board_id': ,\n },\n}", + "uid": "show_version", + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/cheetah/show_platform.py#L58" + }, "generic": { "class": "ShowVersion", "doc": "Parser for show version", @@ -59522,7 +59896,7 @@ "package": "genie.libs.parser", "schema": "{\n'version': {\n Optional (str) xe_version: ,\n 'version_short': ,\n 'platform': ,\n 'version': ,\n Optional (str) label: ,\n Optional (str) build_label: ,\n 'image_id': ,\n 'rom': ,\n 'image_type': ,\n Optional (str) installation_mode: ,\n Optional (str) bootldr: ,\n 'hostname': ,\n 'uptime': ,\n Optional (str) uptime_this_cp: ,\n Optional (str) jawa_revision: ,\n Optional (str) snowtrooper_revision: ,\n Optional (str) running_default_software: ,\n Optional (str) processor_board_flash: ,\n Optional (str) last_reload_type: ,\n Optional (str) returned_to_rom_by: ,\n Optional (str) returned_to_rom_at: ,\n Optional (str) compiled_date: ,\n Optional (str) location: ,\n Optional (str) copyright_years: ,\n Optional (str) sp_by: ,\n Optional (str) compiled_by: ,\n Optional (str) system_restarted_at: ,\n Optional (str) system_image: ,\n Optional (str) last_reload_reason: ,\n Optional (str) license_type: ,\n Optional (str) license_level: ,\n Optional (str) next_reload_license_level: ,\n Optional (str) air_license_level: ,\n Optional (str) next_reload_air_license_level: ,\n Optional (str) chassis: ,\n Optional (str) processor_type: ,\n Optional (str) chassis_sn: ,\n Optional (str) rtr_type: ,\n Optional (str) router_operating_mode: ,\n 'os': ,\n Optional (str) curr_config_register: ,\n Optional (str) license_udi: {\n Optional (str) device_num: {\n Any (str) *: {\n 'pid': ,\n 'sn': ,\n },\n },\n },\n Optional (str) next_config_register: ,\n Optional (str) main_mem: ,\n Optional (str) number_of_intfs: {\n Any (str) *: ,\n },\n Optional (str) mem_size: {\n Any (str) *: ,\n },\n Optional (str) disks: {\n Any (str) *: {\n Optional (str) disk_size: ,\n Optional (str) type_of_disk: ,\n },\n },\n Optional (str) switch_num: {\n Any (str) *: {\n Optional (str) uptime: ,\n Optional (str) mac_address: ,\n Optional (str) mb_assembly_num: ,\n Optional (str) power_supply_part_nr: ,\n Optional (str) mb_sn: ,\n Optional (str) power_supply_sn: ,\n Optional (str) model_rev_num: ,\n Optional (str) mb_rev_num: ,\n Optional (str) model_num: ,\n Optional (str) db_assembly_num: ,\n Optional (str) db_sn: ,\n Optional (str) system_sn: ,\n Optional (str) top_assembly_part_num: ,\n Optional (str) top_assembly_rev_num: ,\n Optional (str) system_fpga_version: ,\n Optional (str) version_id: ,\n Optional (str) clei_code_num: ,\n Optional (str) db_rev_num: ,\n Optional (str) hb_rev_num: ,\n Optional (str) mode: ,\n Optional (str) model: ,\n Optional (str) sw_image: ,\n Optional (str) ports: ,\n Optional (str) sw_ver: ,\n Optional (str) active: ,\n },\n },\n Optional (str) processor: {\n Optional (str) cpu_type: ,\n Optional (str) speed: ,\n Optional (str) core: ,\n Optional (str) l2_cache: ,\n Optional (str) supervisor: ,\n },\n Optional (str) license_package: {\n Any (str) *: {\n 'license_level': ,\n 'license_type': ,\n 'next_reload_license_level': ,\n },\n },\n Optional (str) module: {\n Any (str) *: {\n Any (str) *: {\n Optional (str) suite: ,\n Optional (str) suite_current: ,\n Optional (str) type: ,\n Optional (str) suite_next_reboot: ,\n },\n },\n },\n Optional (str) image: {\n 'text_base': ,\n 'data_base': ,\n },\n Optional (str) interfaces: {\n Optional (str) virtual_ethernet: ,\n Optional (str) fastethernet: ,\n Optional (str) gigabit_ethernet: ,\n },\n Optional (str) revision: {\n Any (str) *: ,\n },\n },\n}", "uid": "show_version", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L739" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L742" }, "iosxr": { "class": "ShowVersion", @@ -59596,7 +59970,7 @@ "package": "genie.libs.parser", "schema": "{\n'rp': {\n Optional (str) active: {\n 'slot': {\n Any (str) *: {\n 'package': {\n Any (str) *: {\n 'version': ,\n 'status': ,\n 'file': ,\n 'built_time': ,\n 'built_by': ,\n 'file_sha1_checksum': ,\n },\n },\n },\n },\n },\n Optional (str) standby: {\n 'slot': {\n Any (str) *: {\n 'package': {\n Any (str) *: {\n 'version': ,\n 'status': ,\n 'file': ,\n 'built_time': ,\n 'built_by': ,\n 'file_sha1_checksum': ,\n },\n },\n },\n },\n },\n },\n}", "uid": "show_version_RP_rp_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5157" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L5160" } }, "show version all": { @@ -59651,7 +60025,7 @@ "package": "genie.libs.parser", "schema": "{\n'version_running': {\n Any (str) *: {\n 'package': ,\n 'version': ,\n 'status': ,\n 'role': ,\n 'file': ,\n 'on': ,\n 'built': ,\n 'by': ,\n 'file_sha_checksum': ,\n },\n },\n}", "uid": "show_version_running", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17176" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L17183" } }, "show version {mode}": { @@ -60623,7 +60997,7 @@ "package": "genie.libs.parser", "schema": "{\n'vtp': {\n Optional (str) version_capable: ,\n 'version': ,\n Optional (str) domain_name: ,\n 'pruning_mode': ,\n 'traps_generation': ,\n Optional (str) device_id: ,\n Optional (str) conf_last_modified_by: ,\n Optional (str) conf_last_modified_time: ,\n Optional (str) updater_id: ,\n Optional (str) updater_interface: ,\n Optional (str) updater_reason: ,\n Optional (str) operating_mode: ,\n Optional (str) enabled: ,\n Optional (str) maximum_vlans: ,\n Optional (str) existing_vlans: ,\n Optional (str) configuration_revision: ,\n Optional (str) md5_digest: ,\n Optional (str) feature: {\n 'vlan': {\n 'enabled': ,\n 'operating_mode': ,\n Optional (str) maximum_vlans: ,\n 'existing_vlans': ,\n 'existing_extended_vlans': ,\n Optional (str) configuration_revision: ,\n Optional (str) primary_id: ,\n Optional (str) primary_description: ,\n Optional (str) md5_digest: ,\n },\n 'mst': {\n 'enabled': ,\n 'operating_mode': ,\n Optional (str) configuration_revision: ,\n Optional (str) primary_id: ,\n Optional (str) primary_description: ,\n Optional (str) md5_digest: ,\n },\n Optional (str) unknown: {\n 'enabled': ,\n 'operating_mode': ,\n },\n },\n },\n}", "uid": "show_vtp_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_vtp.py#L123" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_vtp.py#L133" } }, "show vxlan": { @@ -60935,7 +61309,7 @@ "package": "genie.libs.parser", "schema": "{\n'reload_fast_supported': ,\n'reload_fast_platform_stauts': ,\n'stack_configuration': ,\n'eligibility_check': {\n Any (str) *: {\n 'status': ,\n },\n 'spanning_tree': {\n 'status': ,\n Optional (Any) Any (str) *: ,\n },\n },\n}", "uid": "show_xfsu_eligibility", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30753" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L30777" } }, "show xfsu status": { @@ -60946,7 +61320,7 @@ "package": "genie.libs.parser", "schema": "{\nOptional (str) reload_fast_platform_status: ,\n'graceful_reload_infra_status': ,\n'uptime_before_fast_reload': ,\n'client': {\n Any (str) *: {\n 'id': ,\n 'status': ,\n },\n },\n}", "uid": "show_xfsu_status", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32466" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32490" } }, "show {addr_family} pim tunnel": { @@ -61112,7 +61486,7 @@ "package": "genie.libs.parser", "schema": "{\n'filesystem': ,\n'filesystem_path': ,\n'filesystem_type': ,\n'mounted': ,\n}", "uid": "show_filesystem_filesys", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32548" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L32572" } }, "show {ip_type} nhrp stats": { @@ -61189,7 +61563,7 @@ "package": "genie.libs.parser", "schema": "{\n'ipv4_add': {\n Any (str) *: {\n 'ipv4route_id': ,\n 'obj_name': ,\n 'obj_id': ,\n 'tblid': ,\n 'da': ,\n Optional (str) child: {\n Optional (str) child_adj: {\n Optional (str) objid: ,\n Optional (str) nh_type: ,\n Optional (str) iif_id: ,\n Optional (str) ether_type: ,\n Optional (str) srcmac: ,\n Optional (str) dstmac: ,\n },\n Optional (str) child_npd: {\n Optional (str) child_device: ,\n Optional (str) nh_gid: ,\n Optional (str) nh_oid: ,\n Optional (str) old_gid: ,\n Optional (str) old_oid: ,\n Optional (str) parent_oid: ,\n Optional (str) child_fec_oid: ,\n Optional (str) was_nor_nh: ,\n Optional (str) cr_def: ,\n Optional (str) stale: ,\n Optional (str) l3port_valid: ,\n },\n Optional (str) child_sdk: {\n Optional (str) cla_nhtype: ,\n },\n },\n Optional (str) sdk_fec_dest: {\n Optional (str) sdk_oid: ,\n Optional (str) sdk_dev: ,\n Optional (str) dest_type: ,\n },\n Optional (str) npd: {\n Optional (str) device: ,\n Optional (str) lspa_rec: ,\n Optional (str) api_type: ,\n Optional (str) sdk_oid: ,\n Optional (str) devid: ,\n Optional (str) asic: ,\n },\n Optional (str) sdk: {\n Optional (str) is_host: ,\n Optional (str) l3_dest_id: ,\n Optional (str) l3_dest_name: ,\n Optional (str) vrf_gid: ,\n Optional (str) vrf_oid: ,\n },\n Optional (str) object_type: ,\n Optional (str) sdk_nexthop: {\n Optional (str) oid: ,\n Optional (str) dev: ,\n Optional (str) gid: ,\n Optional (str) macaddr: ,\n Optional (str) nh_type: ,\n },\n Optional (str) sdk_outgoing_port: {\n Optional (str) out_oid: ,\n Optional (str) porttype: ,\n },\n Optional (str) forus_destination: {\n Any (str) *: {\n Optional (str) forus_obj_id: ,\n },\n },\n Optional (str) subnet_present_l3port_oid: ,\n Optional (Any) Any (str) *: {\n Optional (str) ipnexthop_obj_id: ,\n },\n },\n },\n}", "uid": "show\u00a0platform_software_fed_active_mpls_ipv4_vrf-name\u00a0vn_name_ip_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14761" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14764" } }, "show\u00a0platform software fed {switch} active mpls ipv4 vrf-name\u00a0{vn_name} {ip_address}": { @@ -61200,7 +61574,7 @@ "package": "genie.libs.parser", "schema": "{\n'ipv4_add': {\n Any (str) *: {\n 'ipv4route_id': ,\n 'obj_name': ,\n 'obj_id': ,\n 'tblid': ,\n 'da': ,\n Optional (str) child: {\n Optional (str) child_adj: {\n Optional (str) objid: ,\n Optional (str) nh_type: ,\n Optional (str) iif_id: ,\n Optional (str) ether_type: ,\n Optional (str) srcmac: ,\n Optional (str) dstmac: ,\n },\n Optional (str) child_npd: {\n Optional (str) child_device: ,\n Optional (str) nh_gid: ,\n Optional (str) nh_oid: ,\n Optional (str) old_gid: ,\n Optional (str) old_oid: ,\n Optional (str) parent_oid: ,\n Optional (str) child_fec_oid: ,\n Optional (str) was_nor_nh: ,\n Optional (str) cr_def: ,\n Optional (str) stale: ,\n Optional (str) l3port_valid: ,\n },\n Optional (str) child_sdk: {\n Optional (str) cla_nhtype: ,\n },\n },\n Optional (str) sdk_fec_dest: {\n Optional (str) sdk_oid: ,\n Optional (str) sdk_dev: ,\n Optional (str) dest_type: ,\n },\n Optional (str) npd: {\n Optional (str) device: ,\n Optional (str) lspa_rec: ,\n Optional (str) api_type: ,\n Optional (str) sdk_oid: ,\n Optional (str) devid: ,\n Optional (str) asic: ,\n },\n Optional (str) sdk: {\n Optional (str) is_host: ,\n Optional (str) l3_dest_id: ,\n Optional (str) l3_dest_name: ,\n Optional (str) vrf_gid: ,\n Optional (str) vrf_oid: ,\n },\n Optional (str) object_type: ,\n Optional (str) sdk_nexthop: {\n Optional (str) oid: ,\n Optional (str) dev: ,\n Optional (str) gid: ,\n Optional (str) macaddr: ,\n Optional (str) nh_type: ,\n },\n Optional (str) sdk_outgoing_port: {\n Optional (str) out_oid: ,\n Optional (str) porttype: ,\n },\n Optional (str) forus_destination: {\n Any (str) *: {\n Optional (str) forus_obj_id: ,\n },\n },\n Optional (str) subnet_present_l3port_oid: ,\n Optional (Any) Any (str) *: {\n Optional (str) ipnexthop_obj_id: ,\n },\n },\n },\n}", "uid": "show\u00a0platform_software_fed_switch_active_mpls_ipv4_vrf-name\u00a0vn_name_ip_address", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14761" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/iosxe/show_platform.py#L14764" } }, "snmp get v{version} {ip} {community_str} oid {mibifindex}": { @@ -61361,7 +61735,7 @@ "package": "genie.libs.parser", "schema": "{\n'os': ,\n'hostname': ,\n'version': ,\n}", "uid": "uname_-a", - "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/generic/show_platform.py#L408" + "url": "https://github.com/CiscoTestAutomation/genieparser/tree/master/src/genie/libs/parser/generic/show_platform.py#L425" } }, "vim-cmd vmsvc/getallvms": { diff --git a/src/genie/libs/parser/__init__.py b/src/genie/libs/parser/__init__.py index 88b2999e81..119ac14d2e 100644 --- a/src/genie/libs/parser/__init__.py +++ b/src/genie/libs/parser/__init__.py @@ -8,7 +8,7 @@ ''' # metadata -__version__ = '24.2' +__version__ = '24.3' __author__ = 'Cisco Systems Inc.' __contact__ = ['pyats-support@cisco.com', 'pyats-support-ext@cisco.com'] __copyright__ = 'Copyright (c) 2018, Cisco Systems Inc.' diff --git a/src/genie/libs/parser/cheetah/show_interface.py b/src/genie/libs/parser/cheetah/show_interface.py new file mode 100644 index 0000000000..5acb875fbe --- /dev/null +++ b/src/genie/libs/parser/cheetah/show_interface.py @@ -0,0 +1,806 @@ +""" +CHEETAH parsers for the following show commands: + + * show interfaces wired {ifnum} + +""" +# Python +import re +# Metaparser +from genie.metaparser import MetaParser +from genie.metaparser.util.schemaengine import Schema, Any, Optional, ListOf + +class ShowInterfacesWiredSchema(MetaParser): + + """ + Schema for + * show interfaces wired {ifnum} + """ + + schema = { + 'interface': { + Any(description="Placeholder for interface name"): { + 'mac_address': str, + Optional('status'): str, + 'ip_address': str, + 'broadcast_address': str, + 'netmask': str, + 'duplex': str, + 'speed': int, + 'input_load_interval': str, + 'input_rate_bps': str, + 'input_pps': str, + 'output_load_interval': str, + 'output_rate_bps': str, + 'output_pps': str, + 'mtu': int, + 'metric': int, + 'type': str, + Optional('collisions'): int, + Optional('txqueuelen'): int, + 'statistics': { + 'rx_pkts_cumulative_total': int, + 'rx_pkts_last_5_sec': int, + 'tx_pkts_cumulative_total': int, + 'tx_pkts_last_5_sec': int, + Optional('rx_bytes_cumulative_total'): int, + Optional('rx_bytes_last_5_sec'): int, + Optional('tx_bytes_cumulative_total'): int, + Optional('tx_bytes_last_5_sec'): int, + Optional('rx_octets_cumulative_total'): int, + Optional('rx_octets_last_5_sec'): int, + Optional('tx_octets_cumulative_total'): int, + Optional('tx_octets_last_5_sec'): int, + Optional('rx_drops_cumulative_total'): int, + Optional('rx_drops_last_5_sec'): int, + Optional('rx_err_cumulative_total'): int, + Optional('rx_err_last_5_sec'): int, + Optional('tx_err_cumulative_total'): int, + Optional('tx_err_last_5_sec'): int, + Optional('id'): int, + Optional('type'): int + } + } + } + } + + +class ShowInterfacesWired(ShowInterfacesWiredSchema): + + """ + Parser for + * show interfaces wired {ifnum} + """ + + cli_command = "show interfaces wired {ifnum}" + + def cli(self, ifnum, output=None): + + if output is None: + output = self.device.execute(self.cli_command.format(ifnum=ifnum)) + + ret_dict = {} + + # wired0 Link encap:Ethernet HWaddr 5C:5A:C7:52:01:DC eMac Status: UP + # wired0 Link encap:Ethernet HWaddr D4:C9:3C:E6:B8:48 + p1 = re.compile(r'^(?P\w+)\s+Link encap:Ethernet\s+HWaddr (?P[\w:]+)(?: eMac Status: (?P\w+))?$') + + # inet addr: 9.2.46.109 Bcast: 9.2.46.255 Mask: 255.255.255.0 + p1_1 = re.compile(r'^inet +addr: (?P[0-9\.]+|unassigned)\s+Bcast:\s+(?P[0-9\.]+)\s+Mask:\s+(?P[0-9\.]+)$') + + # UP BROADCAST RUNNING PROMISC MULTICAST MTU:2400 Metric:1 + p1_2 = re.compile(r'^(?P[\w\s]+)?\s+MTU:(?P\d+)\s+Metric:(?P\d+)$') + + # collisions:0 txqueuelen:80 + p1_3 = re.compile(r'^collisions:(?P\d+) txqueuelen:(?P\d+)$') + + # full Duplex, 1000 Mb/s + p1_4 = re.compile(r'^(?P\w+) Duplex, (?P\d+) Mb\/s$') + + # 5 minute input rate 25514 bits/sec, 20 packets/sec + # 5 minute input rate n/a bits/sec, n/a packets/sec + p1_5 = re.compile(r'^(?P[\w\s]+) input rate (?P\d+|n\/a) bits\/sec,' + r'\s+(?P\d+|n\/a) packets\/sec$') + + # 5 minute output rate 4911 bits/sec, 1 packets/sec + # 5 minute output rate n/a bits/sec, n/a packets/sec + p1_6 = re.compile(r'^(?P[\w\s]+) output rate (?P\d+|n\/a) bits\/sec, ' + r'(?P\d+|n\/a) packets\/sec$') + + # ID : 0 TYPE : 0 + p1_7 = re.compile(r'^ID\s+:\s+(?P\d+)\s+TYPE\s+:\s+(?P\d+)$') + + # RX PKTS : 216610184/14 TX PKTS : 8818878/1 + p1_8 = re.compile(r'^RX PKTS\s+:\s+(?P\d+)\/(?P\d+)\s+' + r'TX PKTS\s+:\s+(?P\d+)\/(?P\d+)$') + + # RX OCTETS : 349752895/54141 TX OCTETS : 61400488/1453 + p1_9 = re.compile(r'^RX OCTETS\s+:\s+(?P\d+)\/(?P\d+)\s+' + r'TX OCTETS\s+:\s+(?P\d+)\/(?P\d+)$') + + # RX ERR : 52/0 TX ERR : 0/0 + p1_10 = re.compile(r'^RX ERR\s+:\s+(?P\d+)\/(?P\d+)\s+' + r'TX ERR\s+:\s+(?P\d+)\/(?P\d+)$') + + # RX BYTES : 35331894561/1232 TX BYTES : 1854544178/68 + p1_11 = re.compile(r'^RX BYTES\s+:\s+(?P\d+)\/(?P\d+)\s+' + r'TX BYTES\s+:\s+(?P\d+)\/(?P\d+)$') + + # RX DROPS : 0/0 + p1_12 = re.compile(r'^RX DROPS\s+:\s+(?P\d+)\/(?P\d+)$') + + for line in output.splitlines(): + line = line.strip() + + # wired0 Link encap:Ethernet HWaddr 5C:5A:C7:52:01:DC eMac Status: UP + m = p1.match(line) + if m: + match_dict = m.groupdict() + name = match_dict['name'] + iface_dict = ret_dict.setdefault('interface',{}).setdefault(name, {}) + statistics = iface_dict.setdefault('statistics',{}) + iface_dict['type'] = 'ethernet' + iface_dict['mac_address'] = match_dict['mac_address'] + iface_dict.update({'status': match_dict['status'].lower()} if match_dict['status'] else {}) + continue + + # inet addr: 9.2.46.109 Bcast: 9.2.46.255 Mask: 255.255.255.0 + m = p1_1.match(line) + if m: + match_dict = m.groupdict() + iface_dict['ip_address'] = match_dict['ip_address'] + iface_dict['broadcast_address'] = match_dict['broadcast_address'] + iface_dict['netmask'] = match_dict['netmask'] + continue + + # UP BROADCAST RUNNING PROMISC MULTICAST MTU:2400 Metric:1 + m = p1_2.match(line) + if m: + match_dict = m.groupdict() + iface_dict['mtu'] = int(match_dict['mtu']) + iface_dict['metric'] = int(match_dict['metric']) + continue + + # collisions:0 txqueuelen:80 + m = p1_3.match(line) + if m: + match_dict = m.groupdict() + iface_dict['collisions'] = int(match_dict['collisions']) + iface_dict['txqueuelen'] = int(match_dict['txqueuelen']) + continue + + # full Duplex, 1000 Mb/s + m = p1_4.match(line) + if m: + match_dict = m.groupdict() + iface_dict['duplex'] = match_dict['duplex'] + iface_dict['speed'] = int(match_dict['speed']) + continue + + # 5 minute input rate 25514 bits/sec, 20 packets/sec + # 5 minute input rate n/a bits/sec, n/a packets/sec + m = p1_5.match(line) + if m: + match_dict = m.groupdict() + iface_dict['input_load_interval'] = match_dict['load_interval'] + iface_dict['input_rate_bps'] = match_dict['input_rate_bps'] + iface_dict['input_pps'] = match_dict['input_pps'] + continue + + # 5 minute output rate 4911 bits/sec, 1 packets/sec + # 5 minute output rate n/a bits/sec, n/a packets/sec + m = p1_6.match(line) + if m: + match_dict = m.groupdict() + iface_dict['output_load_interval'] = match_dict['load_interval'] + iface_dict['output_rate_bps'] = match_dict['output_rate_bps'] + iface_dict['output_pps'] = match_dict['output_pps'] + continue + + # ID : 0 TYPE : 0 + m = p1_7.match(line) + if m: + match_dict = m.groupdict() + statistics['id'] = int(match_dict['id']) + statistics['type'] = int(match_dict['type']) + continue + + # RX PKTS : 2123343/141 TX PKTS : 109143/6 + m = p1_8.match(line) + if m: + match_dict = m.groupdict() + statistics['rx_pkts_cumulative_total'] = int(match_dict['rx_pkts_cumulative_total']) + statistics['rx_pkts_last_5_sec'] = int(match_dict['rx_pkts_last_5_sec']) + statistics['tx_pkts_cumulative_total'] = int(match_dict['tx_pkts_cumulative_total']) + statistics['tx_pkts_last_5_sec'] = int(match_dict['tx_pkts_last_5_sec']) + continue + + # RX OCTETS : 349752895/54141 TX OCTETS : 61400488/1453 + m = p1_9.match(line) + if m: + match_dict = m.groupdict() + statistics['rx_octets_cumulative_total'] = int(match_dict['rx_oct_cumulative_total']) + statistics['rx_octets_last_5_sec'] = int(match_dict['rx_oct_last_5_sec']) + statistics['tx_octets_cumulative_total'] = int(match_dict['tx_oct_cumulative_total']) + statistics['tx_octets_last_5_sec'] = int(match_dict['tx_oct_last_5_sec']) + continue + + # RX ERR : 52/0 TX ERR : 0/0 + m = p1_10.match(line) + if m: + match_dict = m.groupdict() + statistics['rx_err_cumulative_total'] = int(match_dict['rx_err_cumulative_total']) + statistics['rx_err_last_5_sec'] = int(match_dict['rx_err_last_5_sec']) + statistics['tx_err_cumulative_total'] = int(match_dict['tx_err_cumulative_total']) + statistics['tx_err_last_5_sec'] = int(match_dict['tx_err_last_5_sec']) + continue + + # RX BYTES : 35331894561/1232 TX BYTES : 1854544178/68 + m = p1_11.match(line) + if m: + match_dict = m.groupdict() + statistics['rx_bytes_cumulative_total'] = int(match_dict['rx_byt_cumulative_total']) + statistics['rx_bytes_last_5_sec'] = int(match_dict['rx_byt_last_5_sec']) + statistics['tx_bytes_cumulative_total'] = int(match_dict['tx_byt_cumulative_total']) + statistics['tx_bytes_last_5_sec'] = int(match_dict['tx_byt_last_5_sec']) + continue + + # RX DROPS : 0/0 + m = p1_12.match(line) + if m: + match_dict = m.groupdict() + statistics['rx_drops_cumulative_total'] = int(match_dict['rx_drop_cumulative_total']) + statistics['rx_drops_last_5_sec'] = int(match_dict['rx_drop_last_5_sec']) + continue + + return ret_dict + + + +class ShowInterfacesDot11radioSchema(MetaParser): + + """ + Schema for + * show interfaces dot11radio {ifnum} + """ + + schema = { + 'interface':{ + Any(description='Placeholder for interface name'): { + 'admin_state': str, + 'protocol_state': str, + 'hardware': str, + 'channel': str, + 'radio_mac_address': str, + 'mac_address': str, + 'attributes': str, + 'mtu': int, + 'metric': int, + 'rx': { + 'packets': int, + 'errors': int, + 'drop': int, + 'overrun': int, + 'frame': int + }, + 'tx': { + 'packets': int, + 'errors': int, + 'drop': int, + 'overrun': int, + 'carrier': int + }, + 'collisions': int, + 'txqueuelen':int, + 'rx_bytes': int, + 'tx_bytes': int, + 'interrupt': int, + 'memory': str, + 'ml_type': { + Any(description='Placeholder for ml/non_ml type'): { # ML_TYPE: NON_ML DOT11 Statistics / ML_TYPE: ML DOT11 Statistics + 'statistics': { + Any(description='Placeholder for cumulative_total/last_five_seconds'): { + 'host_rx_k_bytes': int, + 'host_tx_k_bytes': int, + 'unicast_rx': int, + 'unicast_tx': int, + 'broadcasts_rx': int, + 'broadcasts_tx': int, + 'beacons_rx': int, + 'beacons_tx': int, + 'probes_rx': int, + 'probes_tx': int, + 'multicast_rx': int, + 'multicast_tx': int, + 'mgmt_pkts_rx': int, + 'mgmt_pkts_tx': int, + 'ctrl_frame_rx': int, + 'ctrl_frame_tx': int, + 'rts_received':int, + 'rts_transmitted':int, + 'duplicate_frames': int, + 'cts_not_received': int, + 'mic_err': int, + 'wep_err': int, + 'fcs_error': int, + 'retries': int, + 'key_index_err': int, + 'tx_failures': int, + 'tx_drops': int + } + } + } + }, + 'beacons_missed': { + '0-30s': int, + '31-60s': int, + '61-90s': int, + '90s+': int + }, + Optional('vap_rx_statistics'): { + 'vap': int, + 'ssid': str, + 'mgmt': str, + 'data': str, + 'bk': str, + 'be': str, + 'vi': str, + 'vo':str, + 'data_bytes': str + }, + Optional('vap_tx_statistics'): { + 'vap': int, + 'ssid': str, + 'mgmt': str, + 'beacon': str, + 'data': str, + 'bk': str, + 'be': str, + 'vi': str, + 'vo':str, + 'data_bytes': str, + 'qos_retries': str, + 'amdpu_subframe_retries': str + } + } + } + } + + +class ShowInterfacesDot11radio(ShowInterfacesDot11radioSchema): + + """ + Parser for + * show interfaces dot11radio {ifnum} + """ + + cli_command = "show interfaces dot11radio {ifnum}" + + def cli(self, ifnum, output=None): + + if output is None: + output = self.device.execute(self.cli_command.format(ifnum=ifnum)) + + ret_dict = {} + + # Dot11Radio0 is UP, line protocol is UP + p1 = re.compile(r'^(?P\w+) is (?P\w+), line protocol is (?P\w+)$') + + # Hardware is 802.11 2.4G Radio, channel is 1 + p1_1 = re.compile(r'^Hardware is (?P.*?), channel is (?P\d+)$') + + # Radio MAC is 5C:5A:C7:CB:7C:A0 + p1_2 = re.compile(r'^Radio MAC is (?P[\w:]+)$') + + # Dot11Radio0 Link encap:Ethernet HWaddr 5C:5A:C7:CB:7C:A0 + p1_3 = re.compile(r'^(?P\w+)\s+Link encap:Ethernet\s+HWaddr (?P[\w:]+)$') + + # UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 + p1_4 = re.compile(r'^(?P[\w\s]+)?\s+MTU:(?P\d+)\s+Metric:(?P\d+)$') + + # RX packets:26749820 errors:0 dropped:0 overruns:0 frame:0 + p1_5 = re.compile('^RX packets:(?P\d+) errors:(?P\d+) dropped:(?P\d+) overruns:(?P\d+) frame:(?P\d+)$') + + # TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 + p1_6 = re.compile('^TX packets:(?P\d+) errors:(?P\d+) dropped:(?P\d+) overruns:(?P\d+) carrier:(?P\d+)$') + + # collisions:0 txqueuelen:1000 + p1_7 = re.compile(r'^collisions:(?P\d+) txqueuelen:(?P\d+)$') + + # RX bytes:3849651069 (3.5 GiB) TX bytes:0 (0.0 B) + p1_8 = re.compile(r'^RX bytes:(?P\d+) \([\d.\s\w]+\)\s+TX bytes:(?P\d+) \([\d.\s\w]+\)$') + + # Interrupt:65 Memory:f8000000-f8200000 + p1_9 = re.compile(r'^Interrupt:(?P\d+) Memory:(?P[\w-]+)$') + + # ML_TYPE: NON_ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): + p1_10 = re.compile(r'^(ML_TYPE: (?P[\w_]+)\s+)?DOT11 Statistics \(Cumulative Total\/Last 5 Seconds\):$') + + # Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 + p1_11 = re.compile(r'^Host Rx K Bytes:\s+(?P\d+)\/(?P\d+)' + r'\s+Host Tx K Bytes:\s+(?P\d+)\/(?P\d+)$') + + # Unicasts Rx: 0/0 Unicasts Tx: 0/0 + p1_12 = re.compile(r'^Unicasts Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Unicasts Tx:\s+(?P\d+)\/(?P\d+)$') + + # Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 + p1_13 = re.compile(r'^Broadcasts Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Broadcasts Tx:\s+(?P\d+)\/(?P\d+)$') + + # Beacons Rx: 42662813/2219 Beacons Tx: 0/0 + p1_14 = re.compile(r'^Beacons Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Beacons Tx:\s+(?P\d+)\/(?P\d+)$') + + # Probes Rx: 208124/16 Probes Tx: 0/0 + p1_15 = re.compile(r'^Probes Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Probes Tx:\s+(?P\d+)\/(?P\d+)$') + + # Multicasts Rx: 0/0 Multicasts Tx: 0/0 + p1_16 = re.compile(r'^Multicasts Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Multicasts Tx:\s+(?P\d+)\/(?P\d+)$') + + # Mgmt Packets Rx: 42870937/2235 Mgmt Packets Tx: 0/0 + p1_17 = re.compile(r'^Mgmt Packets Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Mgmt Packets Tx:\s+(?P\d+)\/(?P\d+)$') + + # Ctrl Frames Rx: 93989/15 Ctrl Frames Tx: 0/0 + p1_18 = re.compile(r'^Ctrl Frames Rx:\s+(?P\d+)\/(?P\d+)' + r'\s+Ctrl Frames Tx:\s+(?P\d+)\/(?P\d+)$') + + # RTS received: 12523/2 RTS transmitted: 0/0 + p1_19 = re.compile(r'^RTS received:\s+(?P\d+)\/(?P\d+)' + r'\s+RTS transmitted:\s+(?P\d+)\/(?P\d+)$') + + # Duplicate frames: 0/0 CTS not received: 0/0 + p1_20 = re.compile(r'^Duplicate frames:\s+(?P\d+)\/(?P\d+)' + r'\s+CTS not received:\s+(?P\d+)\/(?P\d+)$') + + # MIC errors: 0/0 WEP errors: 0/0 + p1_21 = re.compile(r'^MIC errors:\s+(?P\d+)\/(?P\d+)' + r'\s+WEP errors:\s+(?P\d+)\/(?P\d+)$') + + # FCS errors: 5300255/231 Retries: 0/0 + p1_22 = re.compile(r'^FCS errors:\s+(?P\d+)\/(?P\d+)' + r'\s+Retries:\s+(?P\d+)\/(?P\d+)$') + + # Key Index errors: 0/0 Tx Failures: 0/0 + p1_23 = re.compile(r'^Key Index errors:\s+(?P\d+)\/(?P\d+)' + r'\s+Tx Failures:\s+(?P\d+)\/(?P\d+)$') + + # Tx Drops: 0/0 + p1_24 = re.compile(r'^Tx Drops:\s+(?P\d+)\/(?P\d+)$') + + # Beacons missed: 0-30s 31-60s 61-90s 90s+ + p1_25 = re.compile(r'^Beacons missed: (?P[\w\s\-+]+)$') + + # 0 0 0 0 + p1_26 = re.compile(r'^(?P[\d\s]+)$') + + # Vap RX statistics: + p1_27 = re.compile(r'^Vap RX statistics:$') + + # Vap TX statistics: + p1_28 = re.compile(r'^Vap TX statistics:$') + + # vap ssid MGMT DATA [BK BE VI VO] Bytes(Data) + # 1 JEY_OPEN_WGB 944/0 0/0 0/0 0/0 0/0 0/0 0/0 + p1_29 = re.compile(r'^(?P\d+)\s+(?P[\w_]+)\s+(?P[\d\/]+)\s+' + r'(?P[\d\/]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)\s+' + r'(?P[\d\/]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)$') + + # vap ssid MGMT Beacon DATA [BK BE VI VO] Bytes(Data) QosRetries AMDPU-SubFrameRetries + # 1 JEY_OPEN_WGB 813/0 23654269/48 181306/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 + p1_30 = re.compile(r'^(?P\d+)\s+(?P[\w_]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)\s+' + r'(?P[\d\/]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)\s+' + r'(?P[\d\/]+)\s+(?P[\d\/]+)\s+(?P[\d\/]+)?\s+' + r'(?P[\d\/]+)$') + + for line in output.splitlines(): + line = line.strip() + + # Dot11Radio0 is UP, line protocol is UP + m = p1.match(line) + if m: + match_dict = m.groupdict() + name = match_dict['name'] + iface_dict = ret_dict.setdefault('interface',{}).setdefault(name, {}) + iface_dict['admin_state'] = match_dict['admin_state'].lower() + iface_dict['protocol_state'] = match_dict['protocol_state'].lower() + continue + + # Hardware is 802.11 2.4G Radio, channel is 1 + m = p1_1.match(line) + if m: + match_dict = m.groupdict() + iface_dict['hardware'] = match_dict['hardware'] + iface_dict['channel'] = match_dict['channel'] + continue + + # Radio MAC is 5C:5A:C7:CB:7C:A0 + m = p1_2.match(line) + if m: + match_dict = m.groupdict() + iface_dict['radio_mac_address'] = match_dict['radio_mac_address'] + continue + + # Dot11Radio0 Link encap:Ethernet HWaddr 5C:5A:C7:CB:7C:A0 + m = p1_3.match(line) + if m: + match_dict = m.groupdict() + iface_dict['mac_address'] = match_dict['mac_address'] + continue + + # UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 + m = p1_4.match(line) + if m: + match_dict = m.groupdict() + iface_dict['attributes'] = match_dict['attributes'].lower() + iface_dict['mtu'] = int(match_dict['mtu']) + iface_dict['metric'] = int(match_dict ['metric']) + continue + + # RX packets:26749820 errors:0 dropped:0 overruns:0 frame:0 + m = p1_5.match(line) + if m: + match_dict = m.groupdict() + rx_dict = iface_dict.setdefault('rx', {}) + rx_dict['packets'] = int(match_dict['packets']) + rx_dict['errors'] = int(match_dict['error']) + rx_dict['drop'] = int(match_dict['drop']) + rx_dict['overrun'] = int(match_dict['overrun']) + rx_dict['frame'] = int(match_dict['frame']) + continue + + # TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 + m = p1_6.match(line) + if m: + match_dict = m.groupdict() + tx_dict = iface_dict.setdefault('tx', {}) + tx_dict['packets'] = int(match_dict['packets']) + tx_dict['errors'] = int(match_dict['error']) + tx_dict['drop'] = int(match_dict['drop']) + tx_dict['overrun'] = int(match_dict['overrun']) + tx_dict['carrier'] = int(match_dict['carrier']) + continue + + # collisions:0 txqueuelen:1000 + m = p1_7.match(line) + if m: + match_dict = m.groupdict() + iface_dict['collisions'] = int(match_dict['collisions']) + iface_dict['txqueuelen'] = int(match_dict['txqueuelen']) + continue + + # RX bytes:3849651069 (3.5 GiB) TX bytes:0 (0.0 B) + m = p1_8.match(line) + if m: + match_dict = m.groupdict() + iface_dict['rx_bytes'] = int(match_dict['rx_bytes']) + iface_dict['tx_bytes'] = int(match_dict['tx_bytes']) + continue + + # Interrupt:65 Memory:f8000000-f8200000 + m = p1_9.match(line) + if m: + match_dict = m.groupdict() + iface_dict['interrupt'] = int(match_dict['interrupt']) + iface_dict['memory'] = match_dict['memory'] + continue + + # ML_TYPE: NON_ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): + m = p1_10.match(line) + if m: + match_dict = m.groupdict() + if match_dict['ml_type']: + ml_type = iface_dict.setdefault('ml_type', {}).setdefault(match_dict['ml_type'].lower(), {}) + else: + ml_type = iface_dict.setdefault('ml_type', {}).setdefault("default", {}) + statistics = ml_type.setdefault('statistics', {}) + cumulative = statistics.setdefault('cumulative_total', {}) + last_5_sec = statistics.setdefault('last_5_seconds', {}) + continue + + # Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 + m = p1_11.match(line) + if m: + match_dict = m.groupdict() + cumulative['host_rx_k_bytes'] = int(match_dict['host_rx_cumulative']) + cumulative['host_tx_k_bytes'] = int(match_dict['host_tx_cumulative']) + last_5_sec['host_rx_k_bytes'] = int(match_dict['host_rx_last_5sec']) + last_5_sec['host_tx_k_bytes'] = int(match_dict['host_tx_last_5sec']) + continue + + # Unicasts Rx: 0/0 Unicasts Tx: 0/0 + m = p1_12.match(line) + if m: + match_dict = m.groupdict() + cumulative['unicast_rx'] = int(match_dict['unicasts_rx_cumulative']) + cumulative['unicast_tx'] = int(match_dict['unicasts_tx_cumulative']) + last_5_sec['unicast_rx'] = int(match_dict['unicasts_rx_last_5sec']) + last_5_sec['unicast_tx'] = int(match_dict['unicasts_tx_last_5sec']) + continue + + # Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 + m = p1_13.match(line) + if m: + match_dict = m.groupdict() + cumulative['broadcasts_rx'] = int(match_dict['broadcasts_rx_cumulative']) + cumulative['broadcasts_tx'] = int(match_dict['broadcasts_tx_cumulative']) + last_5_sec['broadcasts_rx'] = int(match_dict['broadcasts_rx_last_5sec']) + last_5_sec['broadcasts_tx'] = int(match_dict['broadcasts_tx_last_5sec']) + continue + + # Beacons Rx: 42662813/2219 Beacons Tx: 0/0 + m = p1_14.match(line) + if m: + match_dict = m.groupdict() + cumulative['beacons_rx'] = int(match_dict['beacons_rx_cumulative']) + cumulative['beacons_tx'] = int(match_dict['beacons_tx_cumulative']) + last_5_sec['beacons_rx'] = int(match_dict['beacons_rx_last_5sec']) + last_5_sec['beacons_tx'] = int(match_dict['beacons_tx_last_5sec']) + continue + + # Probes Rx: 208124/16 Probes Tx: 0/0 + m = p1_15.match(line) + if m: + match_dict = m.groupdict() + cumulative['probes_rx'] = int(match_dict['probes_rx_cumulative']) + cumulative['probes_tx'] = int(match_dict['probes_tx_cumulative']) + last_5_sec['probes_rx'] = int(match_dict['probes_rx_last_5sec']) + last_5_sec['probes_tx'] = int(match_dict['probes_tx_last_5sec']) + continue + + # Multicasts Rx: 0/0 Multicasts Tx: 0/0 + m = p1_16.match(line) + if m: + match_dict = m.groupdict() + cumulative['multicast_rx'] = int(match_dict['multicasts_rx_cumulative']) + cumulative['multicast_tx'] = int(match_dict['multicasts_tx_cumulative']) + last_5_sec['multicast_rx'] = int(match_dict['multicasts_rx_last_5sec']) + last_5_sec['multicast_tx'] = int(match_dict['multicasts_tx_last_5sec']) + continue + + # Mgmt Packets Rx: 42870937/2235 Mgmt Packets Tx: 0/0 + m = p1_17.match(line) + if m: + match_dict = m.groupdict() + cumulative['mgmt_pkts_rx'] = int(match_dict['mgmt_rx_pkts_cumulative']) + cumulative['mgmt_pkts_tx'] = int(match_dict['mgmt_tx_pkts_cumulative']) + last_5_sec['mgmt_pkts_rx'] = int(match_dict['mgmt_rx_pkts_last_5sec']) + last_5_sec['mgmt_pkts_tx'] = int(match_dict['mgmt_tx_pkts_last_5sec']) + continue + + # Ctrl Frames Rx: 93989/15 Ctrl Frames Tx: 0/0 + m = p1_18.match(line) + if m: + match_dict = m.groupdict() + cumulative['ctrl_frame_rx'] = int(match_dict['ctrl_frame_rx_cumulative']) + cumulative['ctrl_frame_tx'] = int(match_dict['ctrl_frame_tx_cumulative']) + last_5_sec['ctrl_frame_rx'] = int(match_dict['ctrl_frame_rx_last_5sec']) + last_5_sec['ctrl_frame_tx'] = int(match_dict['ctrl_frame_tx_last_5sec']) + continue + + # RTS received: 12523/2 RTS transmitted: 0/0 + m = p1_19.match(line) + if m: + match_dict = m.groupdict() + cumulative['rts_received'] = int(match_dict['rts_received_rx_cumulative']) + cumulative['rts_transmitted'] = int(match_dict['rts_received_tx_cumulative']) + last_5_sec['rts_received'] = int(match_dict['rts_received_rx_last_5sec']) + last_5_sec['rts_transmitted'] = int(match_dict['rts_received_tx_last_5sec']) + continue + + # Duplicate frames: 0/0 CTS not received: 0/0 + m = p1_20.match(line) + if m: + match_dict = m.groupdict() + cumulative['duplicate_frames'] = int(match_dict['duplicate_frames_rx_cumulative']) + cumulative['cts_not_received'] = int(match_dict['cts_not_received_cumulative']) + last_5_sec['duplicate_frames'] = int(match_dict['duplicate_frames_rx_last_5sec']) + last_5_sec['cts_not_received'] = int(match_dict['cts_not_received_last_5sec']) + continue + + # MIC errors: 0/0 WEP errors: 0/0 + m = p1_21.match(line) + if m: + match_dict = m.groupdict() + cumulative['mic_err'] = int(match_dict['mic_err_cumulative']) + cumulative['wep_err'] = int(match_dict['wep_err_cumulative']) + last_5_sec['mic_err'] = int(match_dict['mic_err_last_5sec']) + last_5_sec['wep_err'] = int(match_dict['wep_err_last_5sec']) + continue + + # FCS errors: 5300255/231 Retries: 0/0 + m = p1_22.match(line) + if m: + match_dict = m.groupdict() + cumulative['fcs_error'] = int(match_dict['fcs_errors_rx_cumulative']) + cumulative['retries'] = int(match_dict['retries_tx_cumulative']) + last_5_sec['fcs_error'] = int(match_dict['fcs_errors_rx_last_5sec']) + last_5_sec['retries'] = int(match_dict['retries_tx_last_5sec']) + continue + + # Key Index errors: 0/0 Tx Failures: 0/0 + m = p1_23.match(line) + if m: + match_dict = m.groupdict() + cumulative['key_index_err'] = int(match_dict['key_index_err_rx_cumulative']) + cumulative['tx_failures'] = int(match_dict['tx_failures_cumulative']) + last_5_sec['key_index_err'] = int(match_dict['key_index_err_rx_last_5sec']) + last_5_sec['tx_failures'] = int(match_dict['tx_failures_last_5sec']) + continue + + # Tx Drops: 0/0 + m = p1_24.match(line) + if m: + match_dict = m.groupdict() + cumulative['tx_drops'] = int(match_dict['tx_drops_cumulative']) + last_5_sec['tx_drops'] = int(match_dict['tx_drops_last_5sec']) + continue + + # Beacons missed: 0-30s 31-60s 61-90s 90s+ + m = p1_25.match(line) + if m: + match_dict = m.groupdict() + beacon_missed = match_dict['beacon_missed'].split() + continue + + # 0 0 0 0 + m = p1_26.match(line) + if m and beacon_missed: + match_dict = m.groupdict() + values = map(int, match_dict['values'].split()) + iface_dict.setdefault('beacons_missed', {}) + result = dict(zip(beacon_missed, values)) + iface_dict['beacons_missed'] = result + continue + + # Vap RX statistics: + m = p1_27.match(line) + if m: + vap_rx_statistics = iface_dict.setdefault('vap_rx_statistics', {}) + continue + + # Vap TX statistics: + m = p1_28.match(line) + if m: + vap_tx_statistics = iface_dict.setdefault('vap_tx_statistics', {}) + continue + + # vap ssid MGMT DATA [BK BE VI VO] Bytes(Data) + # 1 JEY_OPEN_WGB 944/0 0/0 0/0 0/0 0/0 0/0 0/0 + m = p1_29.match(line) + if m: + match_dict = m.groupdict() + vap_rx_statistics['vap'] = int(match_dict['vap_id']) + vap_rx_statistics['ssid'] = match_dict['ssid'] + vap_rx_statistics['mgmt'] = match_dict['mgmt'] + vap_rx_statistics['data'] = match_dict['data'] + vap_rx_statistics['bk'] = match_dict['bk'] + vap_rx_statistics['be'] = match_dict['be'] + vap_rx_statistics['vi'] = match_dict['vi'] + vap_rx_statistics['vo'] = match_dict['vo'] + vap_rx_statistics['data_bytes'] = match_dict['data_bytes'] + continue + + # vap ssid MGMT Beacon DATA [BK BE VI VO] Bytes(Data) QosRetries AMDPU-SubFrameRetries + # 1 JEY_OPEN_WGB 813/0 23654269/48 181306/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 + m = p1_30.match(line) + if m: + match_dict = m.groupdict() + vap_tx_statistics['vap'] = int(match_dict['vap_id']) + vap_tx_statistics['ssid'] = match_dict['ssid'] + vap_tx_statistics['mgmt'] = match_dict['mgmt'] + vap_tx_statistics['beacon'] = match_dict['beacon'] + vap_tx_statistics['data'] = match_dict['data'] + vap_tx_statistics['bk'] = match_dict['bk'] + vap_tx_statistics['be'] = match_dict['be'] + vap_tx_statistics['vi'] = match_dict['vi'] + vap_tx_statistics['vo'] = match_dict['vo'] + vap_tx_statistics['data_bytes'] = match_dict['data_bytes'] + vap_tx_statistics['qos_retries'] = match_dict['qos_retries'] + vap_tx_statistics['amdpu_subframe_retries'] = match_dict['amdpu_subframe_retries'] + continue + + return ret_dict diff --git a/src/genie/libs/parser/cheetah/show_platform.py b/src/genie/libs/parser/cheetah/show_platform.py new file mode 100644 index 0000000000..d3cb8d3b65 --- /dev/null +++ b/src/genie/libs/parser/cheetah/show_platform.py @@ -0,0 +1,296 @@ +""" +CHEETAH parsers for the following show commands: + + * show version + +""" +# Python +import re +# Metaparser +from genie.metaparser import MetaParser +from genie.metaparser.util.schemaengine import Schema, Any, Optional + + +class ShowVersionSchema(MetaParser): + + """ + Schema for + * show version + """ + + schema = { + 'version': { + 'model_number': str, + 'top_assembly_serial_number': str, + Optional('radio_driver_version'): str, + 'radio_fw_version': str, + 'ap_running_image': str, + 'primary_boot_image': str, + 'backup_boot_image': str, + 'chassis': str, + 'main_mem': str, + 'os': str, + 'processor_type': str, + Optional('bootloader_version'): str, + Optional('bootloader_timestamp'): str, + 'multigigabit_eth_intf': int, + Optional('gigabit_eth_intf'): int, + '80211_radios': int, + Optional('uptime'): str, + Optional('last_reload_time'): str, + Optional('last_reload_reason'): str, + 'nss_fw_version': str, + 'primary_boot_image_hash': str, + 'backup_boot_image_hash': str, + 'base_ethernet_mac': str, + 'part_number': str, + 'pcb_serial_number': str, + 'top_assembly_part_number': str, + 'top_revision_number': str, + 'processor_board_id': str + } + } + +# ==================== +# Parser for: +# * 'show version' +# ==================== +class ShowVersion(ShowVersionSchema): + + """ + Parser for + * show version + """ + + cli_command = "show version" + + def cli(self, output=None): + + if output is None: + output = self.device.execute(self.cli_command) + + ret_dict = {} + # Cisco AP Software, (ap3g3), [lnx15:/6885/label/ci_barbados] + p0 = re.compile(r'Cisco AP Software.*?') + # BOOTLDR: U-Boot boot loader Version 2013.01-ge1c49d93a (Jul 28 2023 - 09:08:14) + p1 = re.compile(r'BOOTLDR:\s+U\-Boot\s+boot\s+loader\s+Version\s+(?P\S+)\s+\((?P.*?)\)$') + # AP5C5A.C752.01DC uptime is 0 days, 8 hours, 24 minutes + p1_1 = re.compile(r'.*?\s+uptime\s+is\s+(?P.*?)$') + # Last reload time : Tue Jan 23 19:26:02 UTC 2024 + p1_2 = re.compile(r'Last\s+reload\s+time\s+:\s+(?P.*?)$') + # Last reload reason : Image Upgrade + p1_3 = re.compile(r'Last\s+reload\s+reason\s+:\s+(?P.*?)$') + # cisco AIR-AP4800-D-K9 ARMv7 Processor rev 1 (v7l) with 1028320/528608K bytes of memory. + p1_4 = re.compile(r'^(C|c)isco +(?P[a-zA-Z0-9\-\/\+]+) +(?P\w+) +(.*?)with +(?P[0-9]+)\/[0-9]+[kK]') + # Processor board ID FGL2325A4YP + p1_5 = re.compile(r'Processor\s+board\s+ID\s+(?P\S+)$') + # AP Running Image : 17.15.0.10 + p1_6 = re.compile(r'AP\s+Running\s+Image\s+:\s+(?P\S+)$') + # Primary Boot Image : 17.15.0.10 + p1_7 = re.compile(r'Primary\s+Boot\s+Image\s+:\s+(?P\S+)$') + # Backup Boot Image : 17.15.0.8 + p1_8 = re.compile(r'Backup\s+Boot\s+Image\s+:\s+(?P\S+)$') + # Primary Boot Image Hash: 8084019f7d71c36ca841f23b8089b7f3e3008cf360da0b49c30c1b468b7e090fef649c1ac7f7dff564f023a795f47ede202024fe7e2a1ae229d69e9ece865ddc + p1_9 = re.compile(r'Primary\s+Boot\s+Image\s+Hash:\s+(?P\S+)$') + # Backup Boot Image Hash: 6b563a9e688f24196d72661309291367bb52e49683e3f6b98feba06ccf22ea03a2ec0b194c5e41f7166138bc3a0fe0d7a9aa1d005295fb29669253eea08a64ba + p1_10 = re.compile(r'Backup\s+Boot\s+Image\s+Hash:\s+(?P\S+)$') + # 1 Multigigabit Ethernet interfaces + # 1 Gigabit Ethernet interfaces + p1_11 = re.compile(r'^(?P\d+) (?P.+) Ethernet interfaces$') + # 3 802.11 Radios + p1_12 = re.compile(r'(?P\d+) 802.11 Radios$') + # Radio Driver version : 9.0.5.5-W8964 + p1_13 = re.compile(r'Radio\s+Driver\s+version\s+:\s+(?P.+)$') + # Radio FW version : 9.1.8.1 + p1_14 = re.compile(r'Radio\s+FW\s+version\s+:\s+(?P.+)$') + # NSS FW version : 2.4.32 + p1_15 = re.compile(r'NSS\s+FW\s+version\s+:\s+(?P.+)$') + # Base ethernet MAC Address : 5C:5A:C7:52:01:DC + p1_16 = re.compile(r'Base\s+ethernet\s+MAC\s+Address\s+:\s+(?P\S+)$') + # Part Number : 73-018776-02 + p1_17 = re.compile(r'Part\s+Number\s+:\s+(?P\S+)$') + # PCB Serial Number : FOC23206BHY + p1_18 = re.compile(r'PCB\s+Serial\s+Number\s+:\s+(?P\S+)$') + # Top Assembly Part Number : 068-100533-01 + p1_19 = re.compile(r'Top\s+Assembly\s+Part\s+Number\s+:\s+(?P\S+)$') + # Top Assembly Serial Number : FGL2325A4YP + p1_20 = re.compile(r'Top\s+Assembly\s+Serial\s+Number\s+:\s+(?P\S+)$') + # Top Revision Number : A0 + p1_21 = re.compile(r'Top\s+Revision\s+Number\s+:\s+(?P\S+)$') + # Product/Model Number : AIR-AP4800-D-K9 + p1_22 = re.compile(r'Product/Model\s+Number\s+:\s+(?P\S+)\s*$') + + for line in output.splitlines(): + line = line.strip() + + # Cisco AP Software, (ap3g3), [lnx15:/6885/label/ci_barbados] + m = p0.match(line) + if m: + ret_dict['os'] = 'cheetah' + continue + + # BOOTLDR: U-Boot boot loader Version 2013.01-ge1c49d93a (Jul 28 2023 - 09:08:14) + m = p1.match(line) + if m: + match_dict = m.groupdict() + ret_dict['bootloader_version'] = match_dict['bootloader_version'] + ret_dict['bootloader_timestamp'] = match_dict['bootloader_timestamp'] + continue + + # AP5C5A.C752.01DC uptime is 0 days, 8 hours, 24 minutes + m = p1_1.match(line) + if m: + match_dict = m.groupdict() + ret_dict['uptime'] = match_dict['uptime'] + continue + + # Last reload time : Tue Jan 23 19:26:02 UTC 2024 + m = p1_2.match(line) + if m: + match_dict = m.groupdict() + ret_dict['last_reload_time'] = match_dict['last_reload_time'] + continue + + # Last reload reason : Image Upgrade + m = p1_3.match(line) + if m: + match_dict = m.groupdict() + ret_dict['last_reload_reason'] = match_dict['last_reload_reason'] + continue + + # cisco AIR-AP4800-D-K9 ARMv7 Processor rev 1 (v7l) with 1028320/528608K bytes of memory. + m = p1_4.match(line) + if m: + match_dict = m.groupdict() + ret_dict['chassis'] = match_dict['chassis'] + ret_dict['processor_type'] = match_dict['processor_type'] + ret_dict['main_mem'] = match_dict['main_mem'] + continue + + # Processor board ID FGL2325A4YP + m = p1_5.match(line) + if m: + match_dict = m.groupdict() + ret_dict['processor_board_id'] = match_dict['processor_board_id'] + continue + + # AP Running Image : 17.15.0.10 + m = p1_6.match(line) + if m: + match_dict = m.groupdict() + ret_dict['ap_running_image'] = match_dict['ap_running_image'] + continue + + # Primary Boot Image : 17.15.0.10 + m = p1_7.match(line) + if m: + match_dict = m.groupdict() + ret_dict['primary_boot_image'] = match_dict['primary_boot_image'] + continue + + # Backup Boot Image : 17.15.0.8 + m = p1_8.match(line) + if m: + match_dict = m.groupdict() + ret_dict['backup_boot_image'] = match_dict['backup_boot_image'] + continue + + # Primary Boot Image Hash: 8084019f7d71c36ca841f23b8089b7f3e3008cf360da0b49c30c1b468b7e090fef649c1ac7f7dff564f023a795f47ede202024fe7e2a1ae229d69e9ece865ddc + m = p1_9.match(line) + if m: + match_dict = m.groupdict() + ret_dict['primary_boot_image_hash'] = match_dict['primary_boot_image_hash'] + continue + + # Backup Boot Image Hash: 6b563a9e688f24196d72661309291367bb52e49683e3f6b98feba06ccf22ea03a2ec0b194c5e41f7166138bc3a0fe0d7a9aa1d005295fb29669253eea08a64ba + m = p1_10.match(line) + if m: + match_dict = m.groupdict() + ret_dict['backup_boot_image_hash'] = match_dict['backup_boot_image_hash'] + continue + + # 1 Multigigabit Ethernet interfaces + # 1 Gigabit Ethernet interfaces + m = p1_11.match(line) + if m: + interface = m.groupdict()['interface'].lower() + '_eth_intf' + ret_dict[interface] = int(m.groupdict()['number_of_ports']) + continue + + # 3 802.11 Radios + m = p1_12.match(line) + if m: + ret_dict["80211_radios"] = int(m.groupdict()['number_of_ports']) + continue + + # Radio Driver version : 9.0.5.5-W8964 + m = p1_13.match(line) + if m: + match_dict = m.groupdict() + ret_dict['radio_driver_version'] = match_dict['radio_driver_version'] + continue + + # Radio FW version : 9.1.8.1 + m = p1_14.match(line) + if m: + match_dict = m.groupdict() + ret_dict['radio_fw_version'] = match_dict['radio_fw_version'] + continue + + # NSS FW version : 2.4.32 + m = p1_15.match(line) + if m: + match_dict = m.groupdict() + ret_dict['nss_fw_version'] = match_dict['nss_fw_version'] + continue + + # Base ethernet MAC Address : 5C:5A:C7:52:01:DC + m = p1_16.match(line) + if m: + match_dict = m.groupdict() + ret_dict['base_ethernet_mac'] = match_dict['base_ethernet_mac'] + continue + + # Part Number : 73-018776-02 + m = p1_17.match(line) + if m: + match_dict = m.groupdict() + ret_dict['part_number'] = match_dict['part_number'] + continue + + # PCB Serial Number : FOC23206BHY + m = p1_18.match(line) + if m: + match_dict = m.groupdict() + ret_dict['pcb_serial_number'] = match_dict['pcb_serial_number'] + continue + + # Top Assembly Part Number : 068-100533-01 + m = p1_19.match(line) + if m: + match_dict = m.groupdict() + ret_dict['top_assembly_part_number'] = match_dict['top_assembly_part_number'] + continue + + # Top Assembly Serial Number : FGL2325A4YP + m = p1_20.match(line) + if m: + match_dict = m.groupdict() + ret_dict['top_assembly_serial_number'] = match_dict['top_assembly_serial_number'] + continue + + # Top Revision Number : A0 + m = p1_21.match(line) + if m: + match_dict = m.groupdict() + ret_dict['top_revision_number'] = match_dict['top_revision_number'] + continue + + # Product/Model Number : AIR-AP4800-D-K9 + m = p1_22.match(line) + if m: + match_dict = m.groupdict() + ret_dict['model_number'] = match_dict['model_number'] + continue + + return {'version': ret_dict} \ No newline at end of file diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/empty/empty_output_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/empty/empty_output_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/empty/empty_output_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/empty/empty_output_output.txt diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output1_expected.py b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output1_expected.py similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output1_expected.py rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output1_expected.py diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output1_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output1_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output1_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output1_output.txt diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output2_expected.py b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output2_expected.py similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output2_expected.py rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output2_expected.py diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output2_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output2_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output2_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output2_output.txt diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output3_expected.py b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output3_expected.py similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output3_expected.py rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output3_expected.py diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output3_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output3_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output3_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output3_output.txt diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output4_expected.py b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output4_expected.py similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output4_expected.py rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output4_expected.py diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output4_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output4_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output4_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output4_output.txt diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output5_expected.py b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output5_expected.py similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output5_expected.py rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output5_expected.py diff --git a/tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output5_output.txt b/src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output5_output.txt similarity index 100% rename from tests/cheetah/ShowCapwapClientRcb/cli/equal/golden_output5_output.txt rename to src/genie/libs/parser/cheetah/tests/ShowCapwapClientRcb/cli/equal/golden_output5_output.txt diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_arguments.json new file mode 100644 index 0000000000..948e72be67 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 0 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_expected.py new file mode 100644 index 0000000000..069411b024 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_expected.py @@ -0,0 +1,167 @@ +expected_output = { + 'interface': { + 'Dot11Radio0': { + 'admin_state': 'up', + 'protocol_state': 'up', + 'hardware': '802.11 2.4G Radio', + 'channel': '1', + 'radio_mac_address': '5C:5A:C7:CB:7C:A0', + 'mac_address': '5C:5A:C7:CB:7C:A0', + 'attributes': 'up broadcast running multicast ', + 'mtu': 1500, + 'metric': 1, + 'rx': { + 'packets': 26749820, + 'errors': 0, + 'drop': 0, + 'overrun': 0, + 'frame': 0 + }, + 'tx': { + 'packets': 0, + 'errors': 0, + 'drop': 0, + 'overrun': 0, + 'carrier': 0 + }, + 'collisions': 0, + 'txqueuelen': 1000, + 'rx_bytes': 3849651069, + 'tx_bytes': 0, + 'interrupt': 65, + 'memory': 'f8000000-f8200000', + 'ml_type': { + 'non_ml': { + 'statistics': { + 'cumulative_total': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 42662813, + 'beacons_tx': 0, + 'probes_rx': 208124, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 42870937, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 93989, + 'ctrl_frame_tx': 0, + 'rts_received': 12523, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 5300255, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + }, + 'last_5_seconds': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 2219, + 'beacons_tx': 0, + 'probes_rx': 16, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 2235, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 15, + 'ctrl_frame_tx': 0, + 'rts_received': 2, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 231, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + } + } + }, + 'ml': { + 'statistics': { + 'cumulative_total': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 42662813, + 'beacons_tx': 0, + 'probes_rx': 208124, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 42870937, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 93989, + 'ctrl_frame_tx': 0, + 'rts_received': 12523, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 5300255, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + }, + 'last_5_seconds': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 2219, + 'beacons_tx': 0, + 'probes_rx': 16, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 2235, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 15, + 'ctrl_frame_tx': 0, + 'rts_received': 2, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 231, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + } + } + } + }, + 'beacons_missed': { + '0-30s': 0, + '31-60s': 0, + '61-90s': 0, + '90s+': 0 + } + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_output.txt new file mode 100644 index 0000000000..5aef972e47 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_1_output.txt @@ -0,0 +1,52 @@ +# show interfaces dot11Radio 0 +Dot11Radio0 is UP, line protocol is UP +Hardware is 802.11 2.4G Radio, channel is 1 +Radio MAC is 5C:5A:C7:CB:7C:A0 + +Dot11Radio0 Link encap:Ethernet HWaddr 5C:5A:C7:CB:7C:A0 + UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 + RX packets:26749820 errors:0 dropped:0 overruns:0 frame:0 + TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 + collisions:0 txqueuelen:1000 + RX bytes:3849651069 (3.5 GiB) TX bytes:0 (0.0 B) + Interrupt:65 Memory:f8000000-f8200000 + +ML_TYPE: NON_ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): +RECEIVER TRANSMITTER +Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 +Unicasts Rx: 0/0 Unicasts Tx: 0/0 +Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 +Beacons Rx: 42662813/2219 Beacons Tx: 0/0 +Probes Rx: 208124/16 Probes Tx: 0/0 +Multicasts Rx: 0/0 Multicasts Tx: 0/0 +Mgmt Packets Rx: 42870937/2235 Mgmt Packets Tx: 0/0 +Ctrl Frames Rx: 93989/15 Ctrl Frames Tx: 0/0 +RTS received: 12523/2 RTS transmitted: 0/0 +Duplicate frames: 0/0 CTS not received: 0/0 +MIC errors: 0/0 WEP errors: 0/0 +FCS errors: 5300255/231 Retries: 0/0 +Key Index errors: 0/0 Tx Failures: 0/0 + Tx Drops: 0/0 +Rate Statistics for Radio:: +ML_TYPE: ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): +RECEIVER TRANSMITTER +Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 +Unicasts Rx: 0/0 Unicasts Tx: 0/0 +Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 +Beacons Rx: 42662813/2219 Beacons Tx: 0/0 +Probes Rx: 208124/16 Probes Tx: 0/0 +Multicasts Rx: 0/0 Multicasts Tx: 0/0 +Mgmt Packets Rx: 42870937/2235 Mgmt Packets Tx: 0/0 +Ctrl Frames Rx: 93989/15 Ctrl Frames Tx: 0/0 +RTS received: 12523/2 RTS transmitted: 0/0 +Duplicate frames: 0/0 CTS not received: 0/0 +MIC errors: 0/0 WEP errors: 0/0 +FCS errors: 5300255/231 Retries: 0/0 +Key Index errors: 0/0 Tx Failures: 0/0 + Tx Drops: 0/0 +Rate Statistics for Radio:: + + +Beacons missed: 0-30s 31-60s 61-90s 90s+ + 0 0 0 0 + diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_arguments.json new file mode 100644 index 0000000000..e2d7237973 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 1 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_expected.py new file mode 100644 index 0000000000..6449d94c66 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_expected.py @@ -0,0 +1,167 @@ +expected_output = { + 'interface': { + 'Dot11Radio1': { + 'admin_state': 'down', + 'protocol_state': 'down', + 'hardware': '802.11 5.0G Radio', + 'channel': '149', + 'radio_mac_address': '70:6D:15:C0:87:60', + 'mac_address': '70:6D:15:C0:87:60', + 'attributes': 'broadcast multicast ', + 'mtu': 1500, + 'metric': 1, + 'rx': { + 'packets': 3, + 'errors': 0, + 'drop': 0, + 'overrun': 0, + 'frame': 0 + }, + 'tx': { + 'packets': 0, + 'errors': 0, + 'drop': 0, + 'overrun': 0, + 'carrier': 0 + }, + 'collisions': 0, + 'txqueuelen': 1000, + 'rx_bytes': 0, + 'tx_bytes': 0, + 'interrupt': 102, + 'memory': 'f8400000-f8600000', + 'ml_type': { + 'non_ml': { + 'statistics': { + 'cumulative_total': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 0, + 'beacons_tx': 0, + 'probes_rx': 0, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 0, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 0, + 'ctrl_frame_tx': 0, + 'rts_received': 0, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 0, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + }, + 'last_5_seconds': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 0, + 'beacons_tx': 0, + 'probes_rx': 0, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 0, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 0, + 'ctrl_frame_tx': 0, + 'rts_received': 0, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 0, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + } + } + }, + 'ml': { + 'statistics': { + 'cumulative_total': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 0, + 'beacons_tx': 0, + 'probes_rx': 0, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 0, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 0, + 'ctrl_frame_tx': 0, + 'rts_received': 0, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 0, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + }, + 'last_5_seconds': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 0, + 'beacons_tx': 0, + 'probes_rx': 0, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 0, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 0, + 'ctrl_frame_tx': 0, + 'rts_received': 0, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 0, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + } + } + } + }, + 'beacons_missed': { + '0-30s': 0, + '31-60s': 0, + '61-90s': 0, + '90s+': 0 + } + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_output.txt new file mode 100644 index 0000000000..7d1d30cc2b --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_2_output.txt @@ -0,0 +1,51 @@ +# show interfaces dot11Radio 1 +Dot11Radio1 is DOWN, line protocol is DOWN + Hardware is 802.11 5.0G Radio, channel is 149 + Radio MAC is 70:6D:15:C0:87:60 + + Dot11Radio1 Link encap:Ethernet HWaddr 70:6D:15:C0:87:60 + BROADCAST MULTICAST MTU:1500 Metric:1 + RX packets:3 errors:0 dropped:0 overruns:0 frame:0 + TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 + collisions:0 txqueuelen:1000 + RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) + Interrupt:102 Memory:f8400000-f8600000 + + ML_TYPE: NON_ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): + RECEIVER TRANSMITTER + Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 + Unicasts Rx: 0/0 Unicasts Tx: 0/0 + Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 + Beacons Rx: 0/0 Beacons Tx: 0/0 + Probes Rx: 0/0 Probes Tx: 0/0 + Multicasts Rx: 0/0 Multicasts Tx: 0/0 + Mgmt Packets Rx: 0/0 Mgmt Packets Tx: 0/0 + Ctrl Frames Rx: 0/0 Ctrl Frames Tx: 0/0 + RTS received: 0/0 RTS transmitted: 0/0 + Duplicate frames: 0/0 CTS not received: 0/0 + MIC errors: 0/0 WEP errors: 0/0 + FCS errors: 0/0 Retries: 0/0 + Key Index errors: 0/0 Tx Failures: 0/0 + Tx Drops: 0/0 + Rate Statistics for Radio:: + ML_TYPE: ML DOT11 Statistics (Cumulative Total/Last 5 Seconds): + RECEIVER TRANSMITTER + Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 + Unicasts Rx: 0/0 Unicasts Tx: 0/0 + Broadcasts Rx: 0/0 Broadcasts Tx: 0/0 + Beacons Rx: 0/0 Beacons Tx: 0/0 + Probes Rx: 0/0 Probes Tx: 0/0 + Multicasts Rx: 0/0 Multicasts Tx: 0/0 + Mgmt Packets Rx: 0/0 Mgmt Packets Tx: 0/0 + Ctrl Frames Rx: 0/0 Ctrl Frames Tx: 0/0 + RTS received: 0/0 RTS transmitted: 0/0 + Duplicate frames: 0/0 CTS not received: 0/0 + MIC errors: 0/0 WEP errors: 0/0 + FCS errors: 0/0 Retries: 0/0 + Key Index errors: 0/0 Tx Failures: 0/0 + Tx Drops: 0/0 + Rate Statistics for Radio:: + + + Beacons missed: 0-30s 31-60s 61-90s 90s+ + 0 0 0 0 \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_arguments.json new file mode 100644 index 0000000000..948e72be67 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 0 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_expected.py new file mode 100644 index 0000000000..f408c0a708 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_expected.py @@ -0,0 +1,130 @@ +expected_output = { + 'interface': { + 'Dot11Radio0': { + 'admin_state': 'up', + 'protocol_state': 'up', + 'hardware': '802.11 2.4G Radio', + 'channel': '9', + 'radio_mac_address': '70:B3:17:DB:20:E0', + 'mac_address': '70:B3:17:DB:20:E0', + 'attributes': 'up broadcast running multicast ', + 'mtu': 1500, + 'metric': 1, + 'rx': { + 'packets': 859026379, + 'errors': 0, + 'drop': 191, + 'overrun': 0, + 'frame': 0 + }, + 'tx': { + 'packets': 2329738, + 'errors': 0, + 'drop': 0, + 'overrun': 0, + 'carrier': 0 + }, + 'collisions': 0, + 'txqueuelen': 1000, + 'rx_bytes': 3622404190, + 'tx_bytes': 79242356, + 'interrupt': 65, + 'memory': 'f8000000-f8200000', + 'ml_type': { + 'default': { + 'statistics': { + 'cumulative_total': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 8, + 'broadcasts_tx': 0, + 'beacons_rx': 521028626, + 'beacons_tx': 23654269, + 'probes_rx': 62714582, + 'probes_tx': 188029, + 'multicast_rx': 10, + 'multicast_tx': 181306, + 'mgmt_pkts_rx': 583487676, + 'mgmt_pkts_tx': 813, + 'ctrl_frame_rx': 182415739, + 'ctrl_frame_tx': 304, + 'rts_received': 107251217, + 'rts_transmitted': 302, + 'duplicate_frames': 0, + 'cts_not_received': 212, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 1307329647, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + }, + 'last_5_seconds': { + 'host_rx_k_bytes': 0, + 'host_tx_k_bytes': 0, + 'unicast_rx': 0, + 'unicast_tx': 0, + 'broadcasts_rx': 0, + 'broadcasts_tx': 0, + 'beacons_rx': 303, + 'beacons_tx': 48, + 'probes_rx': 36, + 'probes_tx': 0, + 'multicast_rx': 0, + 'multicast_tx': 0, + 'mgmt_pkts_rx': 338, + 'mgmt_pkts_tx': 0, + 'ctrl_frame_rx': 19, + 'ctrl_frame_tx': 0, + 'rts_received': 6, + 'rts_transmitted': 0, + 'duplicate_frames': 0, + 'cts_not_received': 0, + 'mic_err': 0, + 'wep_err': 0, + 'fcs_error': 362, + 'retries': 0, + 'key_index_err': 0, + 'tx_failures': 0, + 'tx_drops': 0 + } + } + } + }, + 'beacons_missed': { + '0-30s': 1, + '31-60s': 0, + '61-90s': 0, + '90s+': 0 + }, + 'vap_tx_statistics': { + 'vap': 1, + 'ssid': 'JEY_OPEN_WGB', + 'mgmt': '813/0', + 'beacon': '23654269/48', + 'data': '181306/0', + 'bk': '0/0', + 'be': '0/0', + 'vi': '0/0', + 'vo': '0/0', + 'data_bytes': '0/0', + 'qos_retries': '0/0', + 'amdpu_subframe_retries': '0/0' + }, + 'vap_rx_statistics': { + 'vap': 1, + 'ssid': 'JEY_OPEN_WGB', + 'mgmt': '944/0', + 'data': '0/0', + 'bk': '0/0', + 'be': '0/0', + 'vi': '0/0', + 'vo': '0/0', + 'data_bytes': '0/0' + } + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_output.txt new file mode 100644 index 0000000000..9f73347455 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesDot11Radio/cli/equal/test_3_output.txt @@ -0,0 +1,43 @@ +# show interfaces dot11radio 0 +Dot11Radio0 is UP, line protocol is UP +Hardware is 802.11 2.4G Radio, channel is 9 +Radio MAC is 70:B3:17:DB:20:E0 + +Dot11Radio0 Link encap:Ethernet HWaddr 70:B3:17:DB:20:E0 + UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 + RX packets:859026379 errors:0 dropped:191 overruns:0 frame:0 + TX packets:2329738 errors:0 dropped:0 overruns:0 carrier:0 + collisions:0 txqueuelen:1000 + RX bytes:3622404190 (3.3 GiB) TX bytes:79242356 (75.5 MiB) + Interrupt:65 Memory:f8000000-f8200000 + + DOT11 Statistics (Cumulative Total/Last 5 Seconds): +RECEIVER TRANSMITTER +Host Rx K Bytes: 0/0 Host Tx K Bytes: 0/0 +Unicasts Rx: 0/0 Unicasts Tx: 0/0 +Broadcasts Rx: 8/0 Broadcasts Tx: 0/0 +Beacons Rx: 521028626/303 Beacons Tx: 23654269/48 +Probes Rx: 62714582/36 Probes Tx: 188029/0 +Multicasts Rx: 10/0 Multicasts Tx: 181306/0 +Mgmt Packets Rx: 583487676/338 Mgmt Packets Tx: 813/0 +Ctrl Frames Rx: 182415739/19 Ctrl Frames Tx: 304/0 +RTS received: 107251217/6 RTS transmitted: 302/0 +Duplicate frames: 0/0 CTS not received: 212/0 +MIC errors: 0/0 WEP errors: 0/0 +FCS errors: 1307329647/362 Retries: 0/0 +Key Index errors: 0/0 Tx Failures: 0/0 + Tx Drops: 0/0 + +Rate Statistics for Radio:: + + +Beacons missed: 0-30s 31-60s 61-90s 90s+ + 1 0 0 0 + +Vap TX statistics: +vap ssid MGMT Beacon DATA [BK BE VI VO] Bytes(Data) QosRetries AMDPU-SubFrameRetries + 1 JEY_OPEN_WGB 813/0 23654269/48 181306/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 + +Vap RX statistics: +vap ssid MGMT DATA [BK BE VI VO] Bytes(Data) + 1 JEY_OPEN_WGB 944/0 0/0 0/0 0/0 0/0 0/0 0/0 \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_arguments.json new file mode 100644 index 0000000000..948e72be67 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 0 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_expected.py new file mode 100644 index 0000000000..38b5d54f56 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_expected.py @@ -0,0 +1,40 @@ +expected_output = { + 'interface': { + 'wired0': { + 'statistics': { + 'id': 0, + 'type': 0, + 'rx_pkts_cumulative_total': 2123343, + 'rx_pkts_last_5_sec': 141, + 'tx_pkts_cumulative_total': 109143, + 'tx_pkts_last_5_sec': 6, + 'rx_octets_cumulative_total': 349752895, + 'rx_octets_last_5_sec': 54141, + 'tx_octets_cumulative_total': 61400488, + 'tx_octets_last_5_sec': 1453, + 'rx_err_cumulative_total': 52, + 'rx_err_last_5_sec': 0, + 'tx_err_cumulative_total': 0, + 'tx_err_last_5_sec': 0 + }, + 'type': 'ethernet', + 'mac_address': '5C:5A:C7:52:01:DC', + 'status': 'up', + 'ip_address': '9.2.46.109', + 'broadcast_address': '9.2.46.255', + 'netmask': '255.255.255.0', + 'mtu': 2400, + 'metric': 1, + 'collisions': 0, + 'txqueuelen': 80, + 'duplex': 'full', + 'speed': 1000, + 'input_load_interval': '5 minute', + 'input_rate_bps': '25514', + 'input_pps': '20', + 'output_load_interval': '5 minute', + 'output_rate_bps': '4911', + 'output_pps': '1' + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_output.txt new file mode 100644 index 0000000000..59eaa8f630 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_1_output.txt @@ -0,0 +1,14 @@ +# show interfaces wired 0 +wired0 Link encap:Ethernet HWaddr 5C:5A:C7:52:01:DC eMac Status: UP + inet addr: 9.2.46.109 Bcast: 9.2.46.255 Mask: 255.255.255.0 + UP BROADCAST RUNNING PROMISC MULTICAST MTU:2400 Metric:1 + collisions:0 txqueuelen:80 + full Duplex, 1000 Mb/s + + 5 minute input rate 25514 bits/sec, 20 packets/sec + 5 minute output rate 4911 bits/sec, 1 packets/sec +Wired0 Port Statistics: +ID : 0 TYPE : 0 +RX PKTS : 2123343/141 TX PKTS : 109143/6 +RX OCTETS : 349752895/54141 TX OCTETS : 61400488/1453 +RX ERR : 52/0 TX ERR : 0/0 diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_arguments.json new file mode 100644 index 0000000000..948e72be67 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 0 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_expected.py new file mode 100644 index 0000000000..ffd0692df0 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_expected.py @@ -0,0 +1,35 @@ +expected_output = { + 'interface': { + 'wired0': { + 'statistics': { + 'rx_pkts_cumulative_total': 216610184, + 'rx_pkts_last_5_sec': 14, + 'tx_pkts_cumulative_total': 8818878, + 'tx_pkts_last_5_sec': 1, + 'rx_bytes_cumulative_total': 35331894561, + 'rx_bytes_last_5_sec': 1232, + 'tx_bytes_cumulative_total': 1854544178, + 'tx_bytes_last_5_sec': 68, + 'rx_drops_cumulative_total': 0, + 'rx_drops_last_5_sec': 0 + }, + 'type': 'ethernet', + 'mac_address': 'D4:C9:3C:E6:B8:48', + 'ip_address': '9.4.17.158', + 'broadcast_address': '9.4.17.255', + 'netmask': '255.255.255.0', + 'mtu': 1600, + 'metric': 1, + 'collisions': 0, + 'txqueuelen': 80, + 'duplex': 'full', + 'speed': 1000, + 'input_load_interval': '5 minute', + 'input_rate_bps': '2786', + 'input_pps': '2', + 'output_load_interval': '5 minute', + 'output_rate_bps': '942', + 'output_pps': '0' + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_output.txt new file mode 100644 index 0000000000..ed826177de --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_2_output.txt @@ -0,0 +1,14 @@ +# show interfaces wired 0 +wired0 Link encap:Ethernet HWaddr D4:C9:3C:E6:B8:48 + inet addr: 9.4.17.158 Bcast: 9.4.17.255 Mask: 255.255.255.0 + UP BROADCAST RUNNING PROMISC MULTICAST MTU:1600 Metric:1 + collisions:0 txqueuelen:80 + full Duplex, 1000 Mb/s + + 5 minute input rate 2786 bits/sec, 2 packets/sec + 5 minute output rate 942 bits/sec, 0 packets/sec +Wired0 Port Statistics: +RX PKTS : 216610184/14 TX PKTS : 8818878/1 +RX BYTES : 35331894561/1232 TX BYTES : 1854544178/68 +RX DROPS : 0/0 + diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_arguments.json b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_arguments.json new file mode 100644 index 0000000000..e2d7237973 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_arguments.json @@ -0,0 +1,3 @@ +{ + "ifnum": 1 +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_expected.py b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_expected.py new file mode 100644 index 0000000000..d4b3fab8b0 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_expected.py @@ -0,0 +1,38 @@ +expected_output = { + 'interface': { + 'wired1': { + 'statistics': { + 'id': 1, + 'type': 0, + 'rx_pkts_cumulative_total': 0, + 'rx_pkts_last_5_sec': 0, + 'tx_pkts_cumulative_total': 7844, + 'tx_pkts_last_5_sec': 0, + 'rx_octets_cumulative_total': 0, + 'rx_octets_last_5_sec': 0, + 'tx_octets_cumulative_total': 3121792, + 'tx_octets_last_5_sec': 0, + 'rx_err_cumulative_total': 0, + 'rx_err_last_5_sec': 0, + 'tx_err_cumulative_total': 0, + 'tx_err_last_5_sec': 0 + }, + 'type': 'ethernet', + 'mac_address': '00:EA:BD:12:8E:70', + 'status': 'down', + 'ip_address': 'unassigned', + 'broadcast_address': '9.6.64.255', + 'netmask': '255.255.255.0', + 'mtu': 0, + 'metric': 0, + 'duplex': 'half', + 'speed': 0, + 'input_load_interval': '5 minute', + 'input_rate_bps': 'n/a', + 'input_pps': 'n/a', + 'output_load_interval': '5 minute', + 'output_rate_bps': 'n/a', + 'output_pps': 'n/a' + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_output.txt b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_output.txt new file mode 100644 index 0000000000..ad8e111171 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowInterfacesWired/cli/equal/test_3_output.txt @@ -0,0 +1,14 @@ +# show interfaces wired 1 +wired1 Link encap:Ethernet HWaddr 00:EA:BD:12:8E:70 eMac Status: DOWN + inet addr: unassigned Bcast: 9.6.64.255 Mask: 255.255.255.0 + DOWN BROADCAST RUNNING PROMISC MULTICAST MTU:0 Metric:0 + + half Duplex, 0 Mb/s + + 5 minute input rate n/a bits/sec, n/a packets/sec + 5 minute output rate n/a bits/sec, n/a packets/sec + Wired1 Port Statistics: + ID : 1 TYPE : 0 + RX PKTS : 0/0 TX PKTS : 7844/0 + RX OCTETS : 0/0 TX OCTETS : 3121792/0 + RX ERR : 0/0 TX ERR : 0/0 \ No newline at end of file diff --git a/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_expected.py b/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_expected.py new file mode 100644 index 0000000000..3478152ccc --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_expected.py @@ -0,0 +1,33 @@ +expected_output = { + 'version': { + 'os': 'cheetah', + 'bootloader_version': '2013.01-ge1c49d93a', + 'bootloader_timestamp': 'Jul 28 2023 - 09:08:14', + 'uptime': '0 days, 9 hours, 54 minutes', + 'last_reload_time': 'Tue Jan 23 19:26:02 UTC 2024', + 'last_reload_reason': 'Image Upgrade', + 'chassis': 'AIR-AP4800-D-K9', + 'processor_type': 'ARMv7', + 'main_mem': '1028320', + 'processor_board_id': 'FGL2325A4YP', + 'ap_running_image': '17.15.0.10', + 'primary_boot_image': '17.15.0.10', + 'backup_boot_image': '17.15.0.8', + 'primary_boot_image_hash': '8084019f7d71c36ca841f23b8089b7f3e3008cf360da0b49c30c1b468b7e090fef649c1ac7f7dff564f023a795f47ede202024fe7e2a1ae229d69e9ece865ddc', + 'backup_boot_image_hash': '6b563a9e688f24196d72661309291367bb52e49683e3f6b98feba06ccf22ea03a2ec0b194c5e41f7166138bc3a0fe0d7a9aa1d005295fb29669253eea08a64ba', + 'multigigabit_eth_intf': 1, + 'gigabit_eth_intf': 1, + '80211_radios': 3, + 'radio_driver_version': '9.0.5.5-W8964', + 'radio_fw_version': '9.1.8.1', + 'nss_fw_version': '2.4.32', + 'base_ethernet_mac': '5C:5A:C7:52:01:DC', + 'part_number': '73-018776-02', + 'pcb_serial_number': 'FOC23206BHY', + 'top_assembly_part_number': '068-100533-01', + 'top_assembly_serial_number': 'FGL2325A4YP', + 'top_revision_number': 'A0', + 'model_number': 'AIR-AP4800-D-K9' + } +} + diff --git a/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_output.txt b/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_output.txt new file mode 100644 index 0000000000..83a9049b59 --- /dev/null +++ b/src/genie/libs/parser/cheetah/tests/ShowVersion/cli/equal/test_1_output.txt @@ -0,0 +1,36 @@ +Cisco AP Software, (ap3g3), [wng-bld-lnx15:/san3/jenkins-ci/workspace/postcommit-master-cisco-platforms-6885/label/ci_barbados] +Technical Support: http://www.cisco.com/techsupport +Copyright (c) 1986-2024 by Cisco Systems, Inc. +Compiled Sun Jan 14 00:13:59 GMT 2024 + +ROM: Bootstrap program is U-Boot boot loader +BOOTLDR: U-Boot boot loader Version 2013.01-ge1c49d93a (Jul 28 2023 - 09:08:14) + +AP5C5A.C752.01DC uptime is 0 days, 9 hours, 54 minutes +Last reload time : Tue Jan 23 19:26:02 UTC 2024 +Last reload reason : Image Upgrade + +cisco AIR-AP4800-D-K9 ARMv7 Processor rev 1 (v7l) with 1028320/528608K bytes of memory. +Processor board ID FGL2325A4YP +AP Running Image : 17.15.0.10 +Primary Boot Image : 17.15.0.10 +Backup Boot Image : 17.15.0.8 +Primary Boot Image Hash: 8084019f7d71c36ca841f23b8089b7f3e3008cf360da0b49c30c1b468b7e090fef649c1ac7f7dff564f023a795f47ede202024fe7e2a1ae229d69e9ece865ddc +Backup Boot Image Hash: 6b563a9e688f24196d72661309291367bb52e49683e3f6b98feba06ccf22ea03a2ec0b194c5e41f7166138bc3a0fe0d7a9aa1d005295fb29669253eea08a64ba +1 Multigigabit Ethernet interfaces +1 Gigabit Ethernet interfaces +3 802.11 Radios +Radio Driver version : 9.0.5.5-W8964 +Radio FW version : 9.1.8.1 +NSS FW version : 2.4.32 + +Base ethernet MAC Address : 5C:5A:C7:52:01:DC +Part Number : 73-018776-02 +PCA Assembly Number : 000-00000-00 +PCA Revision Number : +PCB Serial Number : FOC23206BHY +Top Assembly Part Number : 068-100533-01 +Top Assembly Serial Number : FGL2325A4YP +Top Revision Number : A0 +Product/Model Number : AIR-AP4800-D-K9 + diff --git a/src/genie/libs/parser/generic/show_platform.py b/src/genie/libs/parser/generic/show_platform.py index f80ac327c7..0e24cd2062 100644 --- a/src/genie/libs/parser/generic/show_platform.py +++ b/src/genie/libs/parser/generic/show_platform.py @@ -155,6 +155,17 @@ def cli(self, output=None): # 15.3.3 viptella_os_pattern = re.compile(r'^(?P[\d+\.]+)$') + # ******************************************** + # * Wireless * + # ******************************************** + + # AP Running Image : 17.12.0.78 + wireless_ap_pattern = re.compile(r'^AP Running Image\s*:\s*(?P[\d+.]+)$') + + # Product/Model Number : AIR-AP4800-D-K9 + wireless_pid_pattern = re.compile(r'^Product/Model Number\s*:\s*(?P\S+)\s*$') + + # ******************************************** # * Wireless * # ******************************************** @@ -393,6 +404,12 @@ def cli(self, output=None): ret_dict['version'] = m.groupdict()['version'] continue + # Product/Model Number : AIR-AP4800-D-K9 + m = wireless_pid_pattern.match(line) + if m: + ret_dict['pid'] = m.groupdict()['pid'] + continue + return ret_dict diff --git a/src/genie/libs/parser/ios/show_lisp.py b/src/genie/libs/parser/ios/show_lisp.py index cd9cbd6b65..f88900c020 100755 --- a/src/genie/libs/parser/ios/show_lisp.py +++ b/src/genie/libs/parser/ios/show_lisp.py @@ -58,7 +58,8 @@ ShowLispServiceDatabase as ShowLispServiceDatabase_iosxe,\ ShowLispServiceServerSummary as ShowLispServiceServerSummary_iosxe,\ ShowLispServiceServerDetailInternal as ShowLispServiceServerDetailInternal_iosxe,\ - ShowLispServiceStatistics as ShowLispServiceStatistics_iosxe + ShowLispServiceStatistics as ShowLispServiceStatistics_iosxe,\ + ShowLispInstanceIdService as ShowLispInstanceIdService_iosxe # ============================== # Parser for 'show lisp session' @@ -162,3 +163,11 @@ class ShowLispServiceServerDetailInternal(ShowLispServiceServerDetailInternal_io class ShowLispServiceStatistics(ShowLispServiceStatistics_iosxe): '''Parser for "show lisp all instance-id statistics"''' pass + + +# ============================================================== +# Parser for 'show lisp all instance-id ' +# ============================================================== +class ShowLispInstanceIdService(ShowLispInstanceIdService_iosxe): + '''Parser for "show lisp all instance-id "''' + pass \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/c9400/show_post.py b/src/genie/libs/parser/iosxe/c9400/show_post.py new file mode 100644 index 0000000000..cb8cd00ac6 --- /dev/null +++ b/src/genie/libs/parser/iosxe/c9400/show_post.py @@ -0,0 +1,95 @@ +""" +IOSXE C9400 parsers for the following show commands: + * show post +""" +# Python +import re + +# Metaparser +from genie.metaparser import MetaParser +from genie.metaparser.util.schemaengine import Schema, Any, Optional + + +class ShowPostSchema(MetaParser): + """ + Schema for show post + """ + + schema = { + 'switch':{ + Any():{ + 'test':{ + Any():{ + Optional('module'):{ + Any():{ + 'status': bool, + }, + }, + Optional('status'): bool, + } + } + } + } + } + + +class ShowPost(ShowPostSchema): + """ Parser for show post """ + + # Parser for 'show post' + cli_command = 'show post' + + def cli(self,output=None): + if output is None: + output = self.device.execute(self.cli_command) + + # initial variables + ret_dict={} + + # Switch 1 + p1 = re.compile('^Switch\s+(?P\S+)$') + + # POST: PHY Loopback: loopback Test : End, Status Passed + # POST: Thermal, Temperature Tests : End, Status Passed + # POST: CRYPTO Tests : End, Status Passed + # POST: MBIST Tests : End, Status Passed + p2 = re.compile('^POST.*:(?P.+Tests*)\s+:\s+End, Status (?PPassed|Failed)$') + + #POST: Module: 3 PHY Loopback: loopback Test: End, Status Passed + p3 = re.compile('^POST: Module:\s+(?P\d+)\s+(?P.+Tests*)\s*:\s+End, Status (?PPassed|Failed)$') + + for line in output.splitlines(): + line = line.strip() + + # Switch 1 + m = p1.match(line) + if m: + group = m.groupdict() + root_dict = ret_dict.setdefault('switch',{}).setdefault(group['switch_num'],{}).setdefault('test',{}) + continue + + # POST: PHY Loopback: loopback Test : End, Status Passed + # POST: Thermal, Temperature Tests : End, Status Passed + # POST: CRYPTO Tests : End, Status Passed + # POST: MBIST Tests : End, Status Passed + m = p2.match(line) + if m: + group=m.groupdict() + test_key = group['test'].strip().lower().replace(',', '').replace(' ', '_') + status = True if group['status'] == 'Passed' else False + root_dict.setdefault(test_key, {}).update({'status': status}) + continue + + #POST: Module: 3 PHY Loopback: loopback Test: End, Status Passed + #POST: Module: 10 PHY Loopback: loopback Test: End, Status Passed + #POST: Module: 3 PHY Loopback: loopback Test: End, Status Failed + m = p3.match(line) + if m: + group = m.groupdict() + module = group['module'] + test_key = group['test'].strip().lower().replace(',', '').replace(' ', '_') + status = True if group['status'] == 'Passed' else False + root_dict.setdefault(test_key, {}).setdefault('module',{}).setdefault(module,{}).update({'status': status} ) + continue + + return ret_dict diff --git a/src/genie/libs/parser/cheetah/test/__init__.py b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/empty/empty_output_output.txt similarity index 100% rename from src/genie/libs/parser/cheetah/test/__init__.py rename to src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/empty/empty_output_output.txt diff --git a/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_expected.py b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_expected.py new file mode 100644 index 0000000000..ebb6a8ba19 --- /dev/null +++ b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_expected.py @@ -0,0 +1,35 @@ +expected_output = { + 'switch': { + 'C9407R': { + 'test': { + 'mbist_tests': {'status': True + }, + 'phy_loopback:_loopback_test': { + 'module': { + '1': { + 'status': False + }, + '3': { + 'status': True + }, + '4': { + 'status': True + }, + '2': { + 'status': True + }, + '5': { + 'status': True + }, + '7': { + 'status': True + }, + '6': { + 'status': True + } + } + } + } + } + } +} \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_output.txt b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_output.txt new file mode 100644 index 0000000000..307eb3d3df --- /dev/null +++ b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_output.txt @@ -0,0 +1,40 @@ +Stored system POST messages: + +Switch C9407R +-------------- + +POST: MBIST Tests : Begin +POST: MBIST Tests : End, Status Passed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 3 PHY Loopback: loopback Test: Begin +POST: Module: 3 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 4 PHY Loopback: loopback Test: Begin +POST: Module: 4 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 2 PHY Loopback: loopback Test: Begin +POST: Module: 2 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 5 PHY Loopback: loopback Test: Begin +POST: Module: 5 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 7 PHY Loopback: loopback Test: Begin +POST: Module: 7 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 6 PHY Loopback: loopback Test: Begin +POST: Module: 6 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 5 PHY Loopback: loopback Test: Begin +POST: Module: 5 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Failed + +POST: Module: 5 PHY Loopback: loopback Test: Begin +POST: Module: 5 PHY Loopback: loopback Test: End, Status Passed \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_expected.py b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_expected.py new file mode 100644 index 0000000000..657eedd788 --- /dev/null +++ b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_expected.py @@ -0,0 +1,44 @@ +expected_output = { + 'switch': { + '1': { + 'test': { + 'mbist_tests': { + 'status': True + }, + 'phy_loopback:_loopback_test': { + 'module': { + '1': { + 'status': True + }, + '2': { + 'status': True + }, + '4': { + 'status': True + } + } + } + } + }, + '2': { + 'test': { + 'mbist_tests': { + 'status': True + }, + 'phy_loopback:_loopback_test': { + 'module': { + '1': { + 'status': True + }, + '2': { + 'status': False + }, + '4': { + 'status': True + } + } + } + } + } + } +} diff --git a/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_output.txt b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_output.txt new file mode 100644 index 0000000000..d029b46099 --- /dev/null +++ b/src/genie/libs/parser/iosxe/c9400/tests/ShowPost/cli/equal/golden_output_svl_output.txt @@ -0,0 +1,43 @@ +Stored system POST messages: + +Switch 1 +--------- + +POST: MBIST Tests : Begin +POST: MBIST Tests : End, Status Passed + +POST: Module: 2 PHY Loopback: loopback Test: Begin +POST: Module: 2 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 2 PHY Loopback: loopback Test: Begin +POST: Module: 2 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 4 PHY Loopback: loopback Test: Begin +POST: Module: 4 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Passed + +Switch 2 +--------- + +POST: MBIST Tests : Begin +POST: MBIST Tests : End, Status Passed + +POST: Module: 4 PHY Loopback: loopback Test: Begin +POST: Module: 4 PHY Loopback: loopback Test: End, Status Failed + +POST: Module: 2 PHY Loopback: loopback Test: Begin +POST: Module: 2 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 4 PHY Loopback: loopback Test: Begin +POST: Module: 4 PHY Loopback: loopback Test: End, Status Passed + +POST: Module: 2 PHY Loopback: loopback Test: Begin +POST: Module: 2 PHY Loopback: loopback Test: End, Status Failed + +POST: Module: 1 PHY Loopback: loopback Test: Begin +POST: Module: 1 PHY Loopback: loopback Test: End, Status Passed \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/c9500/show_platform.py b/src/genie/libs/parser/iosxe/c9500/show_platform.py index 614e3a492b..b973e92bd3 100755 --- a/src/genie/libs/parser/iosxe/c9500/show_platform.py +++ b/src/genie/libs/parser/iosxe/c9500/show_platform.py @@ -1703,16 +1703,20 @@ class ShowPlatformFedTcamPbrNat(ShowPlatformFedTcamPbrNatSchema): """ cli_command = ['show platform hardware fed {switch} active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}', - 'show platform hardware fed active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}'] + 'show platform hardware fed active fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}', + 'show platform hardware fed switch {switch_type} fwd-asic resource tcam table pbr record 0 format 0 | begin {nat_region}'] - def cli(self, nat_region, switch="", output=None): + def cli(self, nat_region, switch="", switch_type="", output=None): if output is None: if switch: cmd = self.cli_command[0].format(switch=switch,nat_region=nat_region) else: - cmd = self.cli_command[1].format(nat_region=nat_region) - + if switch_type: + cmd = self.cli_command[2].format(nat_region=nat_region, switch_type=switch_type) + else: + cmd = self.cli_command[1].format(nat_region=nat_region) + output = self.device.execute(cmd) # initial variables diff --git a/src/genie/libs/parser/iosxe/cat9k/c9300/__init__.py b/src/genie/libs/parser/iosxe/cat9k/c9300/__init__.py new file mode 100644 index 0000000000..cc5085ab60 --- /dev/null +++ b/src/genie/libs/parser/iosxe/cat9k/c9300/__init__.py @@ -0,0 +1,3 @@ +# Enable abstraction using this directory name as the abstraction token +from genie import abstract +abstract.declare_token(__name__) diff --git a/src/genie/libs/parser/iosxe/cat9k/c9300/show_l2protocol.py b/src/genie/libs/parser/iosxe/cat9k/c9300/show_l2protocol.py new file mode 100644 index 0000000000..733e49a884 --- /dev/null +++ b/src/genie/libs/parser/iosxe/cat9k/c9300/show_l2protocol.py @@ -0,0 +1,125 @@ +''' show_l2protocol.py + +IOSXE parsers for the following show commands: + + * show l2protocol-tunnel summary + +Copyright (c) 2023 by Cisco Systems, Inc. +All rights reserved. +''' + +import re + +from genie.libs.parser.utils.common import Common +from genie.metaparser import MetaParser +from genie.metaparser.util.schemaengine import (Any, Optional) + + +class ShowL2ProtocolTunnelSummarySchema(MetaParser): + """Schema for show l2protocol-tunnel summary""" + + schema = { + "cos": str, + "drop": str, + Optional("forward"): str, + Optional("tunnel"): str, + Optional("port"): { + Any(): { + "status": str, + "protocol": { + Any(): { + "action": str, + "shutdown_threshold": str, + "drop_threshold": str, + } + } + } + } + } + + +class ShowL2ProtocolTunnelSummary(ShowL2ProtocolTunnelSummarySchema): + """Parser for show l2protocol-tunnel summary""" + + cli_command = "show l2protocol-tunnel summary" + + def cli(self, output=None): + if output is None: + output = self.device.execute(self.cli_command) + + # COS for Encapsulated Packets: 5 + p1 = re.compile(r"^COS[\S\s]+: (?P\d+)$") + + # Drop Threshold for Encapsulated Packets: 0 + p2 = re.compile(r"^Drop[\S\s]+: (?P\d+)$") + + # Tunnel: Rewrites the destination MAC address of L2 PDUs with Cisco proprietary multicast address + p3 = re.compile(r"^Tunnel: (?P[\w\W\s]+)$") + + # Forward: Transport L2 PDUs to peer device + p4 = re.compile(r"^Forward: (?P[\w\W\s]+)$") + + # Twe1/0/21 up cdp tunnel 40 30 + p5 = re.compile(r"^(?P\S+)\s+(?P\S+)\s+(?P\S+)\s+(?P\S+)" + r"\s+(?P\d+)\s+(?P\d+)$") + + # stp tunnel 40 20 + # lldp tunnel ---- 20 + p6 = re.compile(r"^(?P\S+)\s+(?P\S+)\s+(?P[\d\-]+)\s+(?P[\d\-]+)$") + + ret_dict = {} + + for line in output.splitlines(): + line = line.strip() + + # COS for Encapsulated Packets: 5 + m = p1.match(line) + if m: + dict_val = m.groupdict() + ret_dict["cos"] = dict_val["cos"] + + # Drop Threshold for Encapsulated Packets: 0 + m = p2.match(line) + if m: + dict_val = m.groupdict() + ret_dict["drop"] = dict_val["drop"] + + # Tunnel: Rewrites the destination MAC address of L2 PDUs with Cisco proprietary multicast address + m = p3.match(line) + if m: + dict_val = m.groupdict() + ret_dict["tunnel"] = dict_val["tunnel"] + + # Forward: Transport L2 PDUs to peer device + m = p4.match(line) + if m: + dict_val = m.groupdict() + ret_dict["forward"] = dict_val["forward"] + + # Twe1/0/21 up cdp tunnel 40 30 + m = p5.match(line) + if m: + dict_val = m.groupdict() + port_dict = ret_dict.setdefault("port", {}).setdefault( + Common.convert_intf_name(dict_val["port"]), {} + ) + port_dict["status"] = dict_val["status"] + protocol_dict = port_dict.setdefault("protocol", {}).setdefault( + dict_val["protocol"], {} + ) + protocol_dict["action"] = dict_val["action"] + protocol_dict["shutdown_threshold"] = dict_val["shutdown_threshold"] + protocol_dict["drop_threshold"] = dict_val["drop_threshold"] + + # stp tunnel 40 20 + m = p6.match(line) + if m: + dict_val = m.groupdict() + protocol_dict = port_dict.setdefault("protocol", {}).setdefault( + dict_val["protocol"], {} + ) + protocol_dict["action"] = dict_val["action"] + protocol_dict["shutdown_threshold"] = dict_val["shutdown_threshold"] + protocol_dict["drop_threshold"] = dict_val["drop_threshold"] + + return ret_dict diff --git a/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/empty/empty_output_output.txt b/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/empty/empty_output_output.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_expected.py b/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_expected.py new file mode 100644 index 0000000000..a9e2249e4f --- /dev/null +++ b/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_expected.py @@ -0,0 +1,168 @@ +expected_output = { + 'cos': '5', + 'drop': '0', + 'forward': 'Transport L2 PDUs to peer device', + 'port': { + 'FiveGigabitEthernet2/0/33': { + 'protocol': { + 'cdp': { + 'action': 'tunnel', + 'drop_threshold': '30', + 'shutdown_threshold': '40', + }, + 'lacp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'lldp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '----', + }, + 'pagp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'stp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + 'udld': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'vtp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + }, + 'status': 'up', + }, + 'TwoGigabitEthernet1/0/25': { + 'protocol': { + 'cdp': { + 'action': 'tunnel', + 'drop_threshold': '30', + 'shutdown_threshold': '40', + }, + 'lacp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'lldp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '----', + }, + 'pagp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'stp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + 'udld': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'vtp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + }, + 'status': 'up', + }, + 'TwoGigabitEthernet1/0/26': { + 'protocol': { + 'cdp': { + 'action': 'tunnel', + 'drop_threshold': '30', + 'shutdown_threshold': '40', + }, + 'lacp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'lldp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '----', + }, + 'pagp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'stp': { + 'action': '----', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + 'udld': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'vtp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + }, + 'status': 'up', + }, + 'TwoGigabitEthernet1/0/36': { + 'protocol': { + 'cdp': { + 'action': 'tunnel', + 'drop_threshold': '30', + 'shutdown_threshold': '40', + }, + 'lacp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'lldp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '----', + }, + 'pagp': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'stp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + 'udld': { + 'action': 'tunnel', + 'drop_threshold': '----', + 'shutdown_threshold': '----', + }, + 'vtp': { + 'action': 'tunnel', + 'drop_threshold': '20', + 'shutdown_threshold': '40', + }, + }, + 'status': 'up', + }, + }, + 'tunnel': 'Rewrites the destination MAC address of L2 PDUs with Cisco proprietary multicast address', +} \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_output.txt b/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_output.txt new file mode 100644 index 0000000000..82775d0801 --- /dev/null +++ b/src/genie/libs/parser/iosxe/cat9k/c9300/tests/ShowL2ProtocolTunnelSummary/cli/equal/golden_output_output.txt @@ -0,0 +1,45 @@ +COS for Encapsulated Packets: 5 +Drop Threshold for Encapsulated Packets: 0 +Tunnel: Rewrites the destination MAC address of L2 PDUs with Cisco proprietary multicast address +Forward: Transport L2 PDUs to peer device + +Port Status Protocol Action Shutdown Drop + Name Threshold Threshold +------------------- ----------- ----------- -------- --------- --------- +Tw1/0/25 up cdp tunnel 40 30 + stp tunnel 40 20 + vtp tunnel 40 20 + lldp tunnel ---- 20 + pagp tunnel ---- ---- + lacp tunnel ---- ---- + udld tunnel ---- ---- + +Tw1/0/26 up cdp tunnel 40 30 + stp tunnel 40 20 + vtp tunnel 40 20 + lldp tunnel ---- 20 + pagp tunnel ---- ---- + lacp tunnel ---- ---- + udld tunnel ---- ---- + +Tw1/0/27 up cdp tunnel ---- 30 + stp ---- 40 20 + vtp tunnel 40 20 + lldp tunnel ---- 20 + udld tunnel ---- ---- + +Tw1/0/36 up cdp tunnel 40 30 + stp tunnel 40 20 + vtp tunnel 40 20 + lldp tunnel ---- 20 + pagp tunnel ---- ---- + lacp tunnel ---- ---- + udld tunnel ---- ---- + +Fi2/0/33 up cdp tunnel 40 30 + stp tunnel 40 20 + vtp tunnel 40 20 + lldp tunnel ---- 20 + pagp tunnel ---- ---- + lacp tunnel ---- ---- + udld tunnel ---- ---- \ No newline at end of file diff --git a/src/genie/libs/parser/iosxe/show_alarm.py b/src/genie/libs/parser/iosxe/show_alarm.py index 9118aaedbf..2a9d346862 100644 --- a/src/genie/libs/parser/iosxe/show_alarm.py +++ b/src/genie/libs/parser/iosxe/show_alarm.py @@ -296,6 +296,7 @@ class ShowFacilityAlarmStatusSchema(MetaParser): Optional('description'): str, Optional('relay'): str, Optional('time'): str, + Optional('index'): int, }, } } @@ -314,20 +315,51 @@ def cli(self, output=None): else: out = output ret_dict = {} + + #Source Severity Description Relay Time p1 = re.compile(r'Source\s+Severity\s+Description\s+Relay\s+Time') + + #GigabitEthernet1/8 MAJOR 1 Link Fault MAJ Mar 02 2023 10:19:20 p2 = re.compile(r'(?P([\w\/\d\-\_]+))\s\s+(?P([A-Z]+))\s\s+(?P([\w\s\d]+))\s\s+(?P([A-Z]+))\s\s+(?P