vtysh_cmd.c
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:669k
源码类别:

网络

开发平台:

Unix_Linux

  1.        "BGP informationn" 
  2.        "Address familyn"
  3.        "Display routes matching the communitiesn"
  4.        "community numbern"
  5.        "Do not send outside local AS (well-known community)n"
  6.        "Do not advertise to any peer (well-known community)n"
  7.        "Do not export to next AS (well-known community)n")
  8. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_name_standard_all_cmd_vtysh, 
  9.        "no ip extcommunity-list standard WORD", 
  10.        "Negate a command or set its defaultsn" 
  11.        "IP informationn" 
  12.        "Add a extended community list entryn" 
  13.        "Specify standard extcommunity-listn"
  14.        "Extended Community list namen")
  15. DEFSH (VTYSH_BGPD, show_bgp_ipv6_prefix_longer_cmd_vtysh, 
  16.        "show bgp ipv6 X:X::X:X/M longer-prefixes", 
  17.        "Show running system informationn" 
  18.        "BGP informationn" 
  19.        "Address familyn"
  20.        "IPv6 prefix <network>/<length>n"
  21.        "Display route and more specific routesn")
  22. DEFSH (VTYSH_RIPD|VTYSH_BGPD, match_metric_cmd_vtysh, 
  23.        "match metric <0-4294967295>", 
  24.        "Match values from routing tablen" 
  25.        "Match metric of routen"
  26.        "Metric valuen")
  27. DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_passive_cmd_vtysh, 
  28.        "no ipv6 ospf6 passive", 
  29.        "Negate a command or set its defaultsn" 
  30.        "IPv6 Informationn" 
  31.        "Open Shortest Path First (OSPF) for IPv6n" 
  32.        "passive interface: No Adjacency will be formed on this I/Fn"
  33.        )
  34. DEFSH (VTYSH_RIPD, accept_lifetime_infinite_day_month_cmd_vtysh, 
  35.        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
  36.        "Set accept lifetime of the keyn"
  37.        "Time to startn"
  38.        "Day of th month to startn"
  39.        "Month of the year to startn"
  40.        "Year to startn"
  41.        "Never expires")
  42. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged6_cmd_vtysh, 
  43.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path med next-hop", 
  44.        "Negate a command or set its defaultsn" 
  45.        "Specify neighbor routern" 
  46.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  47.        "BGP attribute is propagated unchanged to this neighborn"
  48.        "As-path attributen"
  49.        "Med attributen"
  50.        "Nexthop attributen")
  51. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_ge_cmd_vtysh, 
  52.        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
  53.        "Negate a command or set its defaultsn" 
  54.        "IPv6 informationn" 
  55.        "Build a prefix listn" 
  56.        "Name of a prefix listn"
  57.        "sequence number of an entryn"
  58.        "Sequence numbern"
  59.        "Specify packets to rejectn"
  60.        "Specify packets to forwardn"
  61.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  62.        "Minimum prefix length to be matchedn"
  63.        "Minimum prefix lengthn")
  64. DEFSH (VTYSH_BGPD, neighbor_route_reflector_client_cmd_vtysh, 
  65.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-reflector-client", 
  66.        "Specify neighbor routern" 
  67.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  68.        "Configure a neighbor as Route Reflector clientn")
  69. DEFSH (VTYSH_BGPD, show_bgp_community_list_cmd_vtysh, 
  70.        "show bgp community-list (<1-500>|WORD)", 
  71.        "Show running system informationn" 
  72.        "BGP informationn" 
  73.        "Display routes matching the community-listn"
  74.        "community-list numbern"
  75.        "community-list namen")
  76. DEFSH (VTYSH_RIPNGD, ripng_redistribute_ripng_cmd_vtysh, 
  77.        "redistribute ripng", 
  78.        "Redistribute information from another routing protocoln"
  79.        "RIPng routen")
  80. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_standard_host_cmd_vtysh, 
  81.        "access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
  82.        "Add an access list entryn"
  83.        "IP standard access listn"
  84.        "IP standard access list (expanded range)n"
  85.        "Specify packets to rejectn"
  86.        "Specify packets to forwardn"
  87.        "A single host addressn"
  88.        "Address to matchn")
  89. DEFSH (VTYSH_RIPNGD, ripng_redistribute_bgp_metric_cmd_vtysh, 
  90.        "redistribute bgp metric <0-16>", 
  91.        "Redistribute information from another routing protocoln"
  92.        "Border Gateway Protocol (BGP)n"
  93.        "Metricn"
  94.        "Metric valuen")
  95. DEFSH (VTYSH_OSPF6D|VTYSH_BGPD, match_ipv6_address_prefix_list_cmd_vtysh, 
  96.        "match ipv6 address prefix-list WORD", 
  97.        "Match values from routing tablen" 
  98.        "IPv6 informationn" 
  99.        "Match address of routen"
  100.        "Match entries of prefix-listsn"
  101.        "IP prefix-list namen")
  102. DEFSH (VTYSH_BGPD, show_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
  103.        "show bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
  104.        "Show running system informationn" 
  105.        "BGP informationn" 
  106.        "Detailed information on TCP and BGP neighbor connectionsn"
  107.        "Neighbor to display information aboutn"
  108.        "Neighbor to display information aboutn"
  109.        "Display information received from a BGP neighborn"
  110.        "Display the prefixlist filtern")
  111. DEFSH (VTYSH_BGPD, show_ip_bgp_instance_neighbors_cmd_vtysh, 
  112.        "show ip bgp view WORD neighbors", 
  113.        "Show running system informationn" 
  114.        "IP informationn" 
  115.        "BGP informationn" 
  116.        "BGP viewn"
  117.        "View namen"
  118.        "Detailed information on TCP and BGP neighbor connectionsn")
  119. DEFSH (VTYSH_BGPD, no_ip_community_list_name_expanded_all_cmd_vtysh, 
  120.        "no ip community-list expanded WORD", 
  121.        "Negate a command or set its defaultsn" 
  122.        "IP informationn" 
  123.        "Add a community list entryn" 
  124.        "Add an expanded community-list entryn"
  125.        "Community list namen")
  126. DEFSH (VTYSH_OSPF6D, show_zebra_cmd_vtysh, 
  127.        "show zebra", 
  128.        "Show running system informationn" 
  129.        "Zebra informationn")
  130. DEFSH (VTYSH_BGPD, clear_bgp_peer_out_cmd_vtysh, 
  131.        "clear bgp (A.B.C.D|X:X::X:X) out", 
  132.        "Reset functionsn" 
  133.        "BGP informationn" 
  134.        "BGP neighbor address to clearn"
  135.        "BGP IPv6 neighbor to clearn"
  136.        "Soft reconfig outbound updaten")
  137. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_description_cmd_vtysh, 
  138.        "no ip prefix-list WORD description", 
  139.        "Negate a command or set its defaultsn" 
  140.        "IP informationn" 
  141.        "Build a prefix listn" 
  142.        "Name of a prefix listn"
  143.        "Prefix-list specific descriptionn")
  144. DEFSH (VTYSH_BGPD, no_ip_community_list_name_standard_all_cmd_vtysh, 
  145.        "no ip community-list standard WORD", 
  146.        "Negate a command or set its defaultsn" 
  147.        "IP informationn" 
  148.        "Add a community list entryn" 
  149.        "Add a standard community-list entryn"
  150.        "Community list namen")
  151. DEFSH (VTYSH_ZEBRA, no_ip_forwarding_cmd_vtysh, 
  152.        "no ip forwarding", 
  153.        "Negate a command or set its defaultsn" 
  154.        "IP informationn" 
  155.        "Turn off IP forwarding")
  156. DEFSH (VTYSH_RIPD, distribute_list_prefix_all_cmd_vtysh, 
  157.        "distribute-list prefix WORD (in|out)", 
  158.        "Filter networks in routing updatesn"
  159.        "Filter prefixes in routing updatesn"
  160.        "Name of an IP prefix-listn"
  161.        "Filter incoming routing updatesn"
  162.        "Filter outgoing routing updatesn")
  163. DEFSH (VTYSH_RIPNGD, ripng_redistribute_bgp_routemap_cmd_vtysh, 
  164.        "redistribute bgp route-map WORD", 
  165.        "Redistribute information from another routing protocoln"
  166.        "Border Gateway Protocol (BGP)n"
  167.        "Route map referencen"
  168.        "Pointer to route-map entriesn")
  169. DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_prefix_all_cmd_vtysh, 
  170.        "distribute-list prefix WORD (in|out)", 
  171.        "Filter networks in routing updatesn"
  172.        "Filter prefixes in routing updatesn"
  173.        "Name of an IP prefix-listn"
  174.        "Filter incoming routing updatesn"
  175.        "Filter outgoing routing updatesn")
  176. DEFSH (VTYSH_BGPD, no_debug_bgp_update_cmd_vtysh, 
  177.        "no debug bgp updates", 
  178.        "Negate a command or set its defaultsn" 
  179.        "Debugging functions (see also 'undebug')n" 
  180.        "BGP informationn" 
  181.        "BGP updatesn")
  182. DEFSH (VTYSH_OSPFD, ospf_area_range_substitute_cmd_vtysh, 
  183.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
  184.        "OSPF area parametersn"
  185.        "OSPF area ID in IP address formatn"
  186.        "OSPF area ID as a decimal valuen"
  187.        "Summarize routes matching address/mask (border routers only)n"
  188.        "Area range prefixn"
  189.        "Announce area range as another prefixn"
  190.        "Network prefix to be announced instead of rangen")
  191. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_cmd_vtysh, 
  192.        "no redistribute ospf6", 
  193.        "Negate a command or set its defaultsn" 
  194.        "Redistribute information from another routing protocoln"
  195.        "IPv6 Open Shortest Path First (OSPFv3)n")
  196. DEFSH (VTYSH_ZEBRA, no_ip_address_cmd_vtysh, 
  197.        "no ip address A.B.C.D/M", 
  198.        "Negate a command or set its defaultsn" 
  199.        "Interface Internet Protocol config commandsn"
  200.        "Set the IP address of an interfacen"
  201.        "IP Address (e.g. 10.0.0.1/8)")
  202. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_route_map_cmd_vtysh, 
  203.        "show ip bgp ipv4 (unicast|multicast) route-map WORD", 
  204.        "Show running system informationn" 
  205.        "IP informationn" 
  206.        "BGP informationn" 
  207.        "Address familyn"
  208.        "Address Family modifiern"
  209.        "Address Family modifiern"
  210.        "Display routes matching the route-mapn"
  211.        "A route-map to match onn")
  212. DEFSH (VTYSH_OSPFD, no_ospf_neighbor_cmd_vtysh, 
  213.        "no neighbor A.B.C.D", 
  214.        "Negate a command or set its defaultsn" 
  215.        "Specify neighbor routern" 
  216.        "Neighbor IP addressn")
  217. DEFSH (VTYSH_ZEBRA, no_ipv6_address_cmd_vtysh, 
  218.        "no ipv6 address X:X::X:X/M", 
  219.        "Negate a command or set its defaultsn" 
  220.        "Interface Internet Protocol config commandsn"
  221.        "Set the IP address of an interfacen"
  222.        "IPv6 address (e.g. 3ffe:506::1/48)n")
  223. DEFSH (VTYSH_BGPD, no_neighbor_shutdown_cmd_vtysh, 
  224.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "shutdown", 
  225.        "Negate a command or set its defaultsn" 
  226.        "Specify neighbor routern" 
  227.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  228.        "Administratively shut down this neighborn")
  229. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_string2_cmd_vtysh, 
  230.        "no ip rip authentication string LINE", 
  231.        "Negate a command or set its defaultsn" 
  232.        "IP informationn" 
  233.        "Routing Information Protocoln"
  234.        "Authentication controln"
  235.        "Authentication stringn"
  236.        "Authentication stringn")
  237. DEFSH (VTYSH_OSPFD, ip_ospf_network_cmd_vtysh, 
  238.        "ip ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
  239.        "IP Informationn"
  240.        "OSPF interface commandsn"
  241.        "Network typen"
  242.        "Specify OSPF broadcast multi-access networkn"
  243.        "Specify OSPF NBMA networkn"
  244.        "Specify OSPF point-to-multipoint networkn"
  245.        "Specify OSPF point-to-point networkn")
  246. DEFSH (VTYSH_OSPFD, ospf_distance_source_access_list_cmd_vtysh, 
  247.        "distance <1-255> A.B.C.D/M WORD", 
  248.        "Administrative distancen"
  249.        "Distance valuen"
  250.        "IP source prefixn"
  251.        "Access list namen")
  252. DEFSH (VTYSH_BGPD, neighbor_send_community_type_cmd_vtysh, 
  253.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "send-community (both|extended|standard)", 
  254.        "Specify neighbor routern" 
  255.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  256.        "Send Community attribute to this neighborn"
  257.        "Send Standard and Extended Community attributesn"
  258.        "Send Extended Community attributesn"
  259.        "Send Standard Community attributesn")
  260. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_abr_cmd_vtysh, 
  261.        "no debug ospf6 abr", 
  262.        "Negate a command or set its defaultsn" 
  263.        "Debugging functions (see also 'undebug')n" 
  264.        "Open Shortest Path First (OSPF) for IPv6n" 
  265.        "Debug OSPFv3 ABR functionn"
  266.       )
  267. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_kernel_metric_cmd_vtysh, 
  268.        "no redistribute kernel metric", 
  269.        "Negate a command or set its defaultsn" 
  270.        "Redistribute information from another routing protocoln"
  271.        "Kernel routesn"
  272.        "Metricn")
  273. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_cmd_vtysh, 
  274.        "redistribute (connected|kernel|ospf|rip|static) route-map WORD", 
  275.        "Redistribute information from another routing protocoln"
  276.        "Connectedn"
  277.        "Kernel routesn"
  278.        "Open Shurtest Path First (OSPF)n"
  279.        "Routing Information Protocol (RIP)n"
  280.        "Static routesn"
  281.        "Route map referencen"
  282.        "Pointer to route-map entriesn")
  283. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_le_cmd_vtysh, 
  284.        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
  285.        "IPv6 informationn" 
  286.        "Build a prefix listn" 
  287.        "Name of a prefix listn"
  288.        "Specify packets to rejectn"
  289.        "Specify packets to forwardn"
  290.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  291.        "Maximum prefix length to be matchedn"
  292.        "Maximum prefix lengthn")
  293. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_cmd_vtysh, 
  294.        "redistribute (kernel|connected|static|rip|bgp)", 
  295.        "Redistribute information from another routing protocoln"
  296.        "Kernel routesn"
  297.        "Connectedn"
  298.        "Static routesn"
  299.        "Routing Information Protocol (RIP)n"
  300.        "Border Gateway Protocol (BGP)n")
  301. DEFSH (VTYSH_ZEBRA, ipv6_nd_prefix_advertisement_cmd_vtysh, 
  302.        "ipv6 nd prefix-advertisement IPV6PREFIX VALID PREFERRED [onlink] [autoconfig]", 
  303.        "IP informationn" 
  304.        "Neighbor discoveryn"
  305.        "Prefix informationn"
  306.        "IPv6 prefixn"
  307.        "Valid lifetime in secondsn"
  308.        "Preferred lifetime in secondsn"
  309.        "On link flagn"
  310.        "Autonomous address-configuration flagn")
  311. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_access_list_cmd_vtysh, 
  312.        "show ipv6 access-list", 
  313.        "Show running system informationn" 
  314.        "IPv6 informationn" 
  315.        "List IPv6 access listsn")
  316. DEFSH (VTYSH_BGPD, match_ecommunity_cmd_vtysh, 
  317.        "match extcommunity (<1-99>|<100-500>|WORD)", 
  318.        "Match values from routing tablen" 
  319.        "Match BGP/VPN extended community listn"
  320.        "Extended community-list number (standard)n"
  321.        "Extended community-list number (expanded)n"
  322.        "Extended community-list namen")
  323. DEFSH (VTYSH_BGPD, no_neighbor_override_capability_cmd_vtysh, 
  324.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "override-capability", 
  325.        "Negate a command or set its defaultsn" 
  326.        "Specify neighbor routern" 
  327.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  328.        "Override capability negotiation resultn")
  329. DEFSH (VTYSH_BGPD, undebug_bgp_update_cmd_vtysh, 
  330.        "undebug bgp updates", 
  331.        "Disable debugging functions (see also 'debug')n" 
  332.        "BGP informationn" 
  333.        "BGP updatesn")
  334. DEFSH (VTYSH_RIPNGD, no_debug_ripng_packet_cmd_vtysh, 
  335.        "no debug ripng packet", 
  336.        "Negate a command or set its defaultsn" 
  337.        "Debugging functions (see also 'undebug')n" 
  338.        "RIPng configurationn"
  339.        "Debug option set for ripng packetn")
  340. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_ifmtu_cmd_vtysh, 
  341.        "ipv6 ospf6 ifmtu <1-65535>", 
  342.        "IPv6 Informationn" 
  343.        "Open Shortest Path First (OSPF) for IPv6n" 
  344.        "Interface MTUn"
  345.        "OSPFv3 Interface MTUn"
  346.        )
  347. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_prefix_list_cmd_vtysh, 
  348.        "show ip bgp ipv4 (unicast|multicast) prefix-list WORD", 
  349.        "Show running system informationn" 
  350.        "IP informationn" 
  351.        "BGP informationn" 
  352.        "Address familyn"
  353.        "Address Family modifiern"
  354.        "Address Family modifiern"
  355.        "Display routes conforming to the prefix-listn"
  356.        "IP prefix-list namen")
  357. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community2_cmd_vtysh, 
  358.        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  359.        "Show running system informationn" 
  360.        "IP informationn" 
  361.        "BGP informationn" 
  362.        "Address familyn"
  363.        "Address Family modifiern"
  364.        "Address Family modifiern"
  365.        "Display routes matching the communitiesn"
  366.        "community numbern"
  367.        "Do not send outside local AS (well-known community)n"
  368.        "Do not advertise to any peer (well-known community)n"
  369.        "Do not export to next AS (well-known community)n"
  370.        "community numbern"
  371.        "Do not send outside local AS (well-known community)n"
  372.        "Do not advertise to any peer (well-known community)n"
  373.        "Do not export to next AS (well-known community)n")
  374. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged6_cmd_vtysh, 
  375.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path med next-hop", 
  376.        "Specify neighbor routern" 
  377.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  378.        "BGP attribute is propagated unchanged to this neighborn"
  379.        "As-path attributen"
  380.        "Med attributen"
  381.        "Nexthop attributen")
  382. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_filter_list_cmd_vtysh, 
  383.        "show ip bgp flap-statistics filter-list WORD", 
  384.        "Show running system informationn" 
  385.        "IP informationn" 
  386.        "BGP informationn" 
  387.        "Display flap statistics of routesn"
  388.        "Display routes conforming to the filter-listn"
  389.        "Regular expression access list namen")
  390. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_neighbor_advertised_routes_cmd_vtysh, 
  391.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors A.B.C.D advertised-routes", 
  392.        "Show running system informationn" 
  393.        "IP informationn" 
  394.        "BGP informationn" 
  395.        "Display VPNv4 NLRI specific informationn"
  396.        "Display information for a route distinguishern"
  397.        "VPN Route Distinguishern"
  398.        "Detailed information on TCP and BGP neighbor connectionsn"
  399.        "Neighbor to display information aboutn"
  400.        "Display the routes advertised to a BGP neighborn")
  401. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_kernel_routemap_cmd_vtysh, 
  402.        "no redistribute kernel route-map WORD", 
  403.        "Negate a command or set its defaultsn" 
  404.        "Redistribute information from another routing protocoln"
  405.        "Kernel routesn"
  406.        "Route map referencen"
  407.        "Pointer to route-map entriesn")
  408. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_route_cmd_vtysh, 
  409.        "show ip bgp vpnv4 all A.B.C.D", 
  410.        "Show running system informationn" 
  411.        "IP informationn" 
  412.        "BGP informationn" 
  413.        "Display VPNv4 NLRI specific informationn"
  414.        "Display information about all VPNv4 NLRIsn"
  415.        "Network in the BGP routing table to displayn")
  416. DEFSH (VTYSH_BGPD, show_bgp_ipv6_regexp_cmd_vtysh, 
  417.        "show bgp ipv6 regexp .LINE", 
  418.        "Show running system informationn" 
  419.        "BGP informationn" 
  420.        "Address familyn"
  421.        "Display routes matching the AS path regular expressionn"
  422.        "A regular-expression to match the BGP AS pathsn")
  423. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_priority_cmd_vtysh, 
  424.        "ipv6 ospf6 priority <0-255>", 
  425.        "IPv6 Informationn" 
  426.        "Open Shortest Path First (OSPF) for IPv6n" 
  427.        "Router priorityn"
  428.        "Priority valuen"
  429.        )
  430. DEFSH (VTYSH_OSPFD, ospf_authentication_key_cmd_vtysh, 
  431.        "ospf authentication-key AUTH_KEY", 
  432.        "OSPF interface commandsn"
  433.        "Authentication password (key)n"
  434.        "The OSPF password (key)")
  435. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_asbr_cmd_vtysh, 
  436.        "no debug ospf6 asbr", 
  437.        "Negate a command or set its defaultsn" 
  438.        "Debugging functions (see also 'undebug')n" 
  439.        "Open Shortest Path First (OSPF) for IPv6n" 
  440.        "Debug OSPFv3 ASBR functionn"
  441.       )
  442. DEFSH (VTYSH_RIPD, no_rip_distance_source_access_list_cmd_vtysh, 
  443.        "no distance <1-255> A.B.C.D/M WORD", 
  444.        "Negate a command or set its defaultsn" 
  445.        "Administrative distancen"
  446.        "Distance valuen"
  447.        "IP source prefixn"
  448.        "Access list namen")
  449. DEFSH (VTYSH_OSPFD, no_ospf_router_id_cmd_vtysh, 
  450.        "no ospf router-id", 
  451.        "Negate a command or set its defaultsn" 
  452.        "OSPF specific commandsn"
  453.        "router-id for the OSPF processn")
  454. DEFSH (VTYSH_BGPD, bgp_bestpath_compare_router_id_cmd_vtysh, 
  455.        "bgp bestpath compare-routerid", 
  456.        "BGP specific commandsn"
  457.        "Change the default bestpath selectionn"
  458.        "Compare router-id for identical EBGP pathsn")
  459. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_metric_val_cmd_vtysh, 
  460.        "no redistribute bgp metric <0-16>", 
  461.        "Negate a command or set its defaultsn" 
  462.        "Redistribute information from another routing protocoln"
  463.        "Border Gateway Protocol (BGP)n"
  464.        "Metricn"
  465.        "Metric valuen")
  466. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community3_cmd_vtysh, 
  467.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  468.        "Show running system informationn" 
  469.        "IPv6 informationn" 
  470.        "BGP informationn" 
  471.        "Display routes matching the communitiesn"
  472.        "community numbern"
  473.        "Do not send outside local AS (well-known community)n"
  474.        "Do not advertise to any peer (well-known community)n"
  475.        "Do not export to next AS (well-known community)n"
  476.        "community numbern"
  477.        "Do not send outside local AS (well-known community)n"
  478.        "Do not advertise to any peer (well-known community)n"
  479.        "Do not export to next AS (well-known community)n"
  480.        "community numbern"
  481.        "Do not send outside local AS (well-known community)n"
  482.        "Do not advertise to any peer (well-known community)n"
  483.        "Do not export to next AS (well-known community)n")
  484. DEFSH (VTYSH_ZEBRA, debug_zebra_packet_direct_cmd_vtysh, 
  485.        "debug zebra packet (recv|send)", 
  486.        "Debugging functions (see also 'undebug')n" 
  487.        "Zebra configurationn"
  488.        "Debug option set for zebra packetn"
  489.        "Debug option set for receive packetn"
  490.        "Debug option set for send packetn")
  491. DEFSH (VTYSH_BGPD, set_ipv6_nexthop_global_cmd_vtysh, 
  492.        "set ipv6 next-hop global X:X::X:X", 
  493.        "Set values in destination routing protocoln" 
  494.        "IPv6 informationn" 
  495.        "IPv6 next-hop addressn"
  496.        "IPv6 global addressn"
  497.        "IPv6 address of next hopn")
  498. DEFSH (VTYSH_RIPNGD, no_debug_ripng_packet_direct_cmd_vtysh, 
  499.        "no debug ripng packet (recv|send)", 
  500.        "Negate a command or set its defaultsn" 
  501.        "Debugging functions (see also 'undebug')n" 
  502.        "RIPng configurationn"
  503.        "Debug option set for ripng packetn"
  504.        "Debug option set for receive packetn"
  505.        "Debug option set for send packetn")
  506. DEFSH (VTYSH_RIPD, send_lifetime_infinite_month_day_cmd_vtysh, 
  507.        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
  508.        "Set send lifetime of the keyn"
  509.        "Time to startn"
  510.        "Month of the year to startn"
  511.        "Day of th month to startn"
  512.        "Year to startn"
  513.        "Never expires")
  514. DEFSH (VTYSH_BGPD, no_neighbor_transport_connection_mode_val_cmd_vtysh, 
  515.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "transport connection-mode (active|passive)", 
  516.        "Negate a command or set its defaultsn" 
  517.        "Specify neighbor routern" 
  518.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  519.        "Transport optionsn"
  520.        "Specify passive or active connectionn"
  521.        "Actively establish the TCP sessionn"
  522.        "Passively establish the TCP sessionn")
  523. DEFSH (VTYSH_BGPD, no_set_local_pref_val_cmd_vtysh, 
  524.        "no set local-preference <0-4294967295>", 
  525.        "Negate a command or set its defaultsn" 
  526.        "Set values in destination routing protocoln" 
  527.        "BGP local preference path attributen"
  528.        "Preference valuen")
  529. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_cmd_vtysh, 
  530.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
  531.        "Negate a command or set its defaultsn" 
  532.        "OSPF area parametersn" "OSPF area ID in IP address formatn" "OSPF area ID as a decimal valuen" "Configure a virtual linkn" "Router ID of the remote ABRn" )
  533. DEFSH (VTYSH_RIPNGD, ripng_redistribute_ospf6_cmd_vtysh, 
  534.        "redistribute ospf6", 
  535.        "Redistribute information from another routing protocoln"
  536.        "IPv6 Open Shortest Path First (OSPFv3)n")
  537. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_any_any_cmd_vtysh, 
  538.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
  539.        "Add an access list entryn"
  540.        "IP extended access listn"
  541.        "IP extended access list (expanded range)n"
  542.        "Specify packets to rejectn"
  543.        "Specify packets to forwardn"
  544.        "Any Internet Protocoln"
  545.        "Any source hostn"
  546.        "Any destination hostn")
  547. DEFSH (VTYSH_BGPD, no_neighbor_local_as_val_cmd_vtysh, 
  548.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "local-as <1-65535>", 
  549.        "Negate a command or set its defaultsn" 
  550.        "Specify neighbor routern" 
  551.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  552.        "Specify a local-as numbern"
  553.        "AS number used as local ASn")
  554. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_mask_host_cmd_vtysh, 
  555.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
  556.        "Add an access list entryn"
  557.        "IP extended access listn"
  558.        "IP extended access list (expanded range)n"
  559.        "Specify packets to rejectn"
  560.        "Specify packets to forwardn"
  561.        "Any Internet Protocoln"
  562.        "Source addressn"
  563.        "Source wildcard bitsn"
  564.        "A single destination hostn"
  565.        "Destination addressn")
  566. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_name_cmd_vtysh, 
  567.        "show ip prefix-list WORD", 
  568.        "Show running system informationn" 
  569.        "IP informationn" 
  570.        "Build a prefix listn" 
  571.        "Name of a prefix listn")
  572. DEFSH (VTYSH_ZEBRA, show_ipv6_route_prefix_cmd_vtysh, 
  573.        "show ipv6 route X:X::X:X/M", 
  574.        "Show running system informationn" 
  575.        "IP informationn" 
  576.        "IPv6 routing tablen"
  577.        "IPv6 prefixn")
  578. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_soft_cmd_vtysh, 
  579.        "clear ip bgp A.B.C.D vpnv4 unicast soft", 
  580.        "Reset functionsn" 
  581.        "IP informationn" 
  582.        "BGP informationn" 
  583.        "BGP neighbor address to clearn"
  584.        "Address familyn"
  585.        "Address Family Modifiern"
  586.        "Soft reconfign")
  587. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_next_hop_cmd_vtysh, 
  588.        "no match ip next-hop", 
  589.        "Negate a command or set its defaultsn" 
  590.        "Match values from routing tablen" 
  591.        "IP informationn" 
  592.        "Match next-hop address of routen")
  593. DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_addr_cmd_vtysh, 
  594.        "no ip ospf authentication A.B.C.D", 
  595.        "Negate a command or set its defaultsn" 
  596.        "IP Informationn"
  597.        "OSPF interface commandsn"
  598.        "Enable authentication on this interfacen"
  599.        "Address of interface")
  600. DEFSH (VTYSH_OSPF6D, ospf6_routemap_no_set_forwarding_cmd_vtysh, 
  601.        "no set forwarding-address X:X::X:X", 
  602.        "Negate a command or set its defaultsn" 
  603.        "Set valuen"
  604.        "Forwarding Addressn"
  605.        "IPv6 Addressn")
  606. DEFSH (VTYSH_OSPF6D, debug_ospf6_route_cmd_vtysh, 
  607.        "debug ospf6 route (table|intra-area|inter-area)", 
  608.        "Debugging functions (see also 'undebug')n" 
  609.        "Open Shortest Path First (OSPF) for IPv6n" 
  610.        "Debug route table calculationn"
  611.        "Debug detailn"
  612.        "Debug intra-area route calculationn"
  613.        "Debug inter-area route calculationn"
  614.        )
  615. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community2_cmd_vtysh, 
  616.        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  617.        "Show running system informationn" 
  618.        "IPv6 informationn" 
  619.        "MBGP informationn" 
  620.        "Display routes matching the communitiesn"
  621.        "community numbern"
  622.        "Do not send outside local AS (well-known community)n"
  623.        "Do not advertise to any peer (well-known community)n"
  624.        "Do not export to next AS (well-known community)n"
  625.        "community numbern"
  626.        "Do not send outside local AS (well-known community)n"
  627.        "Do not advertise to any peer (well-known community)n"
  628.        "Do not export to next AS (well-known community)n")
  629. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_cmd_vtysh, 
  630.        "show ipv6 ospf6 linkstate", 
  631.        "Show running system informationn" 
  632.        "IPv6 Informationn" 
  633.        "Open Shortest Path First (OSPF) for IPv6n" 
  634.        "Display linkstate routing tablen"
  635.       )
  636. DEFSH (VTYSH_RIPD, ip_rip_authentication_key_chain_cmd_vtysh, 
  637.        "ip rip authentication key-chain LINE", 
  638.        "IP informationn" 
  639.        "Routing Information Protocoln"
  640.        "Authentication controln"
  641.        "Authentication key-chainn"
  642.        "name of key-chainn")
  643. DEFSH (VTYSH_BGPD, no_neighbor_distribute_list_cmd_vtysh, 
  644.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
  645.        "Negate a command or set its defaultsn" 
  646.        "Specify neighbor routern" 
  647.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  648.        "Filter updates to/from this neighborn"
  649.        "IP access-list numbern"
  650.        "IP access-list number (expanded range)n"
  651.        "IP Access-list namen"
  652.        "Filter incoming updatesn"
  653.        "Filter outgoing updatesn")
  654. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_metric_cmd_vtysh, 
  655.        "no redistribute (connected|kernel|ospf6|ripng|static) metric <0-4294967295>", 
  656.        "Negate a command or set its defaultsn" 
  657.        "Redistribute information from another routing protocoln"
  658.        "Connectedn"
  659.        "Kernel routesn"
  660.        "Open Shurtest Path First (OSPFv3)n"
  661.        "Routing Information Protocol (RIPng)n"
  662.        "Static routesn"
  663.        "Metric for redistributed routesn"
  664.        "Default metricn")
  665. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_cmd_vtysh, 
  666.        "show ipv6 prefix-list", 
  667.        "Show running system informationn" 
  668.        "IPv6 informationn" 
  669.        "Build a prefix listn" )
  670. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_prefix_longer_cmd_vtysh, 
  671.        "show ip prefix-list WORD A.B.C.D/M longer", 
  672.        "Show running system informationn" 
  673.        "IP informationn" 
  674.        "Build a prefix listn" 
  675.        "Name of a prefix listn"
  676.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  677.        "Lookup longer prefixn")
  678. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_intra_external_cmd_vtysh, 
  679.        "distance ospf inter-area <1-255> intra-area <1-255> external <1-255>", 
  680.        "Define an administrative distancen"
  681.        "OSPF Administrative distancen"
  682.        "Inter-area routesn"
  683.        "Distance for inter-area routesn"
  684.        "Intra-area routesn"
  685.        "Distance for intra-area routesn"
  686.        "External routesn"
  687.        "Distance for external routesn")
  688. DEFSH (VTYSH_BGPD, no_bgp_bestpath_med3_cmd_vtysh, 
  689.        "no bgp bestpath med missing-as-worst confed", 
  690.        "Negate a command or set its defaultsn" 
  691.        "BGP specific commandsn"
  692.        "Change the default bestpath selectionn"
  693.        "MED attributen"
  694.        "Treat missing MED as the least preferred onen"
  695.        "Compare MED among confederation pathsn")
  696. DEFSH (VTYSH_RIPNGD, debug_ripng_packet_direct_cmd_vtysh, 
  697.        "debug ripng packet (recv|send)", 
  698.        "Debugging functions (see also 'undebug')n" 
  699.        "RIPng configurationn"
  700.        "Debug option set for ripng packetn"
  701.        "Debug option set for receive packetn"
  702.        "Debug option set for send packetn")
  703. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_soft_in_cmd_vtysh, 
  704.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft in", 
  705.        "Reset functionsn" 
  706.        "IP informationn" 
  707.        "BGP informationn" 
  708.        "Clear all members of peer-groupn"
  709.        "BGP peer-group namen"
  710.        "Address familyn"
  711.        "Address Family modifiern"
  712.        "Address Family modifiern"
  713.        "Soft reconfign"
  714.        "Soft reconfig inbound updaten")
  715. DEFSH (VTYSH_OSPFD, ospf_area_range_cost_cmd_vtysh, 
  716.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
  717.        "OSPF area parametersn"
  718.        "OSPF area ID in IP address formatn"
  719.        "OSPF area ID as a decimal valuen"
  720.        "Summarize routes matching address/mask (border routers only)n"
  721.        "Area range prefixn"
  722.        "User specified metric for this rangen"
  723.        "Advertised metric for this rangen")
  724. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_soft_out_cmd_vtysh, 
  725.        "clear ip bgp * soft out", 
  726.        "Reset functionsn" 
  727.        "IP informationn" 
  728.        "BGP informationn" 
  729.        "Clear all peersn"
  730.        "Soft reconfign"
  731.        "Soft reconfig outbound updaten")
  732. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbor_received_prefix_filter_cmd_vtysh, 
  733.        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
  734.        "Show running system informationn" 
  735.        "BGP informationn" 
  736.        "Address familyn"
  737.        "Detailed information on TCP and BGP neighbor connectionsn"
  738.        "Neighbor to display information aboutn"
  739.        "Neighbor to display information aboutn"
  740.        "Display information received from a BGP neighborn"
  741.        "Display the prefixlist filtern")
  742. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_soft_cmd_vtysh, 
  743.        "clear ip bgp * ipv4 (unicast|multicast) soft", 
  744.        "Reset functionsn" 
  745.        "IP informationn" 
  746.        "BGP informationn" 
  747.        "Clear all peersn"
  748.        "Address familyn"
  749.        "Address Family Modifiern"
  750.        "Address Family Modifiern"
  751.        "Soft reconfign")
  752. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_soft_out_cmd_vtysh, 
  753.        "clear ip bgp * ipv4 (unicast|multicast) soft out", 
  754.        "Reset functionsn" 
  755.        "IP informationn" 
  756.        "BGP informationn" 
  757.        "Clear all peersn"
  758.        "Address familyn"
  759.        "Address Family modifiern"
  760.        "Address Family modifiern"
  761.        "Soft reconfign"
  762.        "Soft reconfig outbound updaten")
  763. DEFSH (VTYSH_RIPD, distribute_list_all_cmd_vtysh, 
  764.        "distribute-list WORD (in|out)", 
  765.        "Filter networks in routing updatesn"
  766.        "Access-list namen"
  767.        "Filter incoming routing updatesn"
  768.        "Filter outgoing routing updatesn")
  769. DEFSH (VTYSH_RIPD, accept_lifetime_day_month_day_month_cmd_vtysh, 
  770.        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
  771.        "Set accept lifetime of the keyn"
  772.        "Time to startn"
  773.        "Day of th month to startn"
  774.        "Month of the year to startn"
  775.        "Year to startn"
  776.        "Time to expiren"
  777.        "Day of th month to expiren"
  778.        "Month of the year to expiren"
  779.        "Year to expiren")
  780. DEFSH (VTYSH_OSPFD, no_ospf_area_stub_cmd_vtysh, 
  781.        "no area (A.B.C.D|<0-4294967295>) stub", 
  782.        "Negate a command or set its defaultsn" 
  783.        "OSPF area parametersn"
  784.        "OSPF area ID in IP address formatn"
  785.        "OSPF area ID as a decimal valuen"
  786.        "Configure OSPF area as stubn")
  787. DEFSH (VTYSH_BGPD, no_bgp_cluster_id_cmd_vtysh, 
  788.        "no bgp cluster-id", 
  789.        "Negate a command or set its defaultsn" 
  790.        "BGP informationn" 
  791.        "Configure Route-Reflector Cluster-idn")
  792. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_warning_cmd_vtysh, 
  793.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> warning-only", 
  794.        "Specify neighbor routern" 
  795.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  796.        "Maximum number of prefix accept from this peern"
  797.        "maximum no. of prefix limitn"
  798.        "Only give warning message when limit is exceededn")
  799. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_cmd_vtysh, 
  800.        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export)", 
  801.        "Show running system informationn" 
  802.        "IP informationn" 
  803.        "BGP informationn" 
  804.        "Address familyn"
  805.        "Address Family modifiern"
  806.        "Address Family modifiern"
  807.        "Display routes matching the communitiesn"
  808.        "community numbern"
  809.        "Do not send outside local AS (well-known community)n"
  810.        "Do not advertise to any peer (well-known community)n"
  811.        "Do not export to next AS (well-known community)n")
  812. DEFSH (VTYSH_ZEBRA, no_debug_zebra_events_cmd_vtysh, 
  813.        "no debug zebra events", 
  814.        "Negate a command or set its defaultsn" 
  815.        "Debugging functions (see also 'undebug')n" 
  816.        "Zebra configurationn"
  817.        "Debug option set for zebra eventsn")
  818. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_in_cmd_vtysh, 
  819.        "clear bgp ipv6 peer-group WORD in", 
  820.        "Reset functionsn" 
  821.        "BGP informationn" 
  822.        "Address familyn"
  823.        "Clear all members of peer-groupn"
  824.        "BGP peer-group namen"
  825.        "Soft reconfig inbound updaten")
  826. DEFSH (VTYSH_BGPD, show_ipv6_bgp_prefix_list_cmd_vtysh, 
  827.        "show ipv6 bgp prefix-list WORD", 
  828.        "Show running system informationn" 
  829.        "IPv6 informationn" 
  830.        "BGP informationn" 
  831.        "Display routes matching the prefix-listn"
  832.        "IPv6 prefix-list namen")
  833. DEFSH (VTYSH_BGPD, no_bgp_distance2_cmd_vtysh, 
  834.        "no distance bgp", 
  835.        "Negate a command or set its defaultsn" 
  836.        "Define an administrative distancen"
  837.        "BGP distancen")
  838. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_in_cmd_vtysh, 
  839.        "clear bgp ipv6 external WORD in", 
  840.        "Reset functionsn" 
  841.        "BGP informationn" 
  842.        "Address familyn"
  843.        "Clear all external peersn"
  844.        "Soft reconfig inbound updaten")
  845. DEFSH (VTYSH_BGPD, no_set_aggregator_as_val_cmd_vtysh, 
  846.        "no set aggregator as <1-65535> A.B.C.D", 
  847.        "Negate a command or set its defaultsn" 
  848.        "Set values in destination routing protocoln" 
  849.        "BGP aggregator attributen"
  850.        "AS number of aggregatorn"
  851.        "AS numbern"
  852.        "IP address of aggregatorn")
  853. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_metric_type_routemap_cmd_vtysh, 
  854.        "default-information originate metric <0-16777214> metric-type (1|2) route-map WORD", 
  855.        "Control distribution of default informationn"
  856.        "Distribute a default routen"
  857.        "OSPF default metricn"
  858.        "OSPF metricn"
  859.        "OSPF metric type for default routesn"
  860.        "Set OSPF External Type 1 metricsn"
  861.        "Set OSPF External Type 2 metricsn"
  862.        "Route map referencen"
  863.        "Pointer to route-map entriesn")
  864. DEFSH (VTYSH_BGPD, ip_community_list_name_standard_cmd_vtysh, 
  865.        "ip community-list standard WORD (deny|permit) .AA:NN", 
  866.        "IP informationn" 
  867.        "Add a community list entryn" 
  868.        "Add a standard community-list entryn"
  869.        "Community list namen"
  870.        "Specify community to rejectn"
  871.        "Specify community to acceptn"
  872.        "Community number in aa:nn format or internet|local-AS|no-advertise|no-exportn" )
  873. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_self_cmd_vtysh, 
  874.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   ") (self-originate|)", 
  875.        "Show running system informationn" 
  876.        "IP informationn" 
  877.        "OSPF informationn"
  878.        "Database summaryn"
  879.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  880.        "Self-originated link statesn")
  881. DEFSH (VTYSH_BGPD, bgp_router_id_cmd_vtysh, 
  882.        "bgp router-id A.B.C.D", 
  883.        "BGP informationn" 
  884.        "Override configured router identifiern"
  885.        "Manually configured router identifiern")
  886. DEFSH (VTYSH_ZEBRA, show_ip_forwarding_cmd_vtysh, 
  887.        "show ip forwarding", 
  888.        "Show running system informationn" 
  889.        "IP informationn" 
  890.        "IP forwarding statusn")
  891. DEFSH (VTYSH_BGPD, ip_community_list_standard_cmd_vtysh, 
  892.        "ip community-list <1-99> (deny|permit) .AA:NN", 
  893.        "IP informationn" 
  894.        "Add a community list entryn" 
  895.        "Community list number (standard)n"
  896.        "Specify community to rejectn"
  897.        "Specify community to acceptn"
  898.        "Community number in aa:nn format or internet|local-AS|no-advertise|no-exportn" )
  899. DEFSH (VTYSH_ZEBRA, no_multicast_cmd_vtysh, 
  900.        "no multicast", 
  901.        "Negate a command or set its defaultsn" 
  902.        "Unset multicast flag to interfacen")
  903. DEFSH (VTYSH_BGPD, show_ip_bgp_instance_ipv4_summary_cmd_vtysh, 
  904.        "show ip bgp view WORD ipv4 (unicast|multicast) summary", 
  905.        "Show running system informationn" 
  906.        "IP informationn" 
  907.        "BGP informationn" 
  908.        "BGP viewn"
  909.        "View namen"
  910.        "Address familyn"
  911.        "Address Family modifiern"
  912.        "Address Family modifiern"
  913.        "Summary of BGP neighbor statusn")
  914. DEFSH (VTYSH_BGPD, clear_bgp_peer_soft_cmd_vtysh, 
  915.        "clear bgp (A.B.C.D|X:X::X:X) soft", 
  916.        "Reset functionsn" 
  917.        "BGP informationn" 
  918.        "BGP neighbor address to clearn"
  919.        "BGP IPv6 neighbor to clearn"
  920.        "Soft reconfign")
  921. DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_stalepath_time_cmd_vtysh, 
  922.        "no bgp graceful-restart stalepath-time", 
  923.        "Negate a command or set its defaultsn" 
  924.        "BGP specific commandsn"
  925.        "Graceful restart capability parametersn"
  926.        "Set the max time to hold onto restarting peer's stale pathsn")
  927. DEFSH (VTYSH_BGPD, set_ecommunity_cost_igp_cmd_vtysh, 
  928.        "set extcommunity cost igp <0-255> <0-4294967295>", 
  929.        "Set values in destination routing protocoln" 
  930.        "BGP extended community attributen"
  931.        "Cost extended communityn"
  932.        "Compare following IGP cost comparisonn"
  933.        "Community IDn"
  934.        "Cost Valuen"
  935.        "VPN extended communityn")
  936. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_cmd_vtysh, 
  937.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D A.B.C.D A.B.C.D", 
  938.        "Add an access list entryn"
  939.        "IP extended access listn"
  940.        "IP extended access list (expanded range)n"
  941.        "Specify packets to rejectn"
  942.        "Specify packets to forwardn"
  943.        "Any Internet Protocoln"
  944.        "Source addressn"
  945.        "Source wildcard bitsn"
  946.        "Destination addressn"
  947.        "Destination Wildcard bitsn")
  948. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_filter_list_cmd_vtysh, 
  949.        "show ip bgp ipv4 (unicast|multicast) filter-list WORD", 
  950.        "Show running system informationn" 
  951.        "IP informationn" 
  952.        "BGP informationn" 
  953.        "Address familyn"
  954.        "Address Family modifiern"
  955.        "Address Family modifiern"
  956.        "Display routes conforming to the filter-listn"
  957.        "Regular expression access list namen")
  958. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_summary_cmd_vtysh, 
  959.        "show ip bgp ipv4 (unicast|multicast) summary", 
  960.        "Show running system informationn" 
  961.        "IP informationn" 
  962.        "BGP informationn" 
  963.        "Address familyn"
  964.        "Address Family modifiern"
  965.        "Address Family modifiern"
  966.        "Summary of BGP neighbor statusn")
  967. DEFSH (VTYSH_RIPD, no_rip_redistribute_type_metric_routemap_cmd_vtysh, 
  968.        "no redistribute (kernel|connected|static|ospf|bgp) metric <0-16> route-map WORD", 
  969.        "Negate a command or set its defaultsn" 
  970.        "Redistribute information from another routing protocoln"
  971.        "Kernel routesn"
  972.        "Connectedn"
  973.        "Static routesn"
  974.        "Open Shortest Path First (OSPF)n"
  975.        "Border Gateway Protocol (BGP)n"
  976.        "Metricn"
  977.        "Metric valuen"
  978.        "Route map referencen"
  979.        "Pointer to route-map entriesn")
  980. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_soft_cmd_vtysh, 
  981.        "clear ip bgp external ipv4 (unicast|multicast) soft", 
  982.        "Reset functionsn" 
  983.        "IP informationn" 
  984.        "BGP informationn" 
  985.        "Clear all external peersn"
  986.        "Address familyn"
  987.        "Address Family modifiern"
  988.        "Address Family modifiern"
  989.        "Soft reconfign")
  990. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_soft_out_cmd_vtysh, 
  991.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft out", 
  992.        "Reset functionsn" 
  993.        "BGP informationn" 
  994.        "Address familyn"
  995.        "BGP neighbor address to clearn"
  996.        "BGP IPv6 neighbor to clearn"
  997.        "Soft reconfign"
  998.        "Soft reconfig outbound updaten")
  999. DEFSH (VTYSH_OSPFD, show_ip_ospf_route_cmd_vtysh, 
  1000.        "show ip ospf route", 
  1001.        "Show running system informationn" 
  1002.        "IP informationn" 
  1003.        "OSPF informationn"
  1004.        "OSPF routing tablen")
  1005. DEFSH (VTYSH_BGPD, no_bgp_network_cmd_vtysh, 
  1006.        "no network A.B.C.D/M", 
  1007.        "Negate a command or set its defaultsn" 
  1008.        "Specify a network to announce via BGPn"
  1009.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1010. DEFSH (VTYSH_BGPD, no_ip_as_path_cmd_vtysh, 
  1011.        "no ip as-path access-list WORD (deny|permit) .LINE", 
  1012.        "Negate a command or set its defaultsn" 
  1013.        "IP informationn" 
  1014.        "BGP autonomous system path filtern"
  1015.        "Specify an access list namen"
  1016.        "Regular expression access list namen"
  1017.        "Specify packets to rejectn"
  1018.        "Specify packets to forwardn"
  1019.        "A regular-expression to match the BGP AS pathsn")
  1020. DEFSH (VTYSH_BGPD, neighbor_distribute_list_cmd_vtysh, 
  1021.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "distribute-list (<1-199>|<1300-2699>|WORD) (in|out)", 
  1022.        "Specify neighbor routern" 
  1023.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1024.        "Filter updates to/from this neighborn"
  1025.        "IP access-list numbern"
  1026.        "IP access-list number (expanded range)n"
  1027.        "IP Access-list namen"
  1028.        "Filter incoming updatesn"
  1029.        "Filter outgoing updatesn")
  1030. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_le_ge_cmd_vtysh, 
  1031.        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
  1032.        "IP informationn" 
  1033.        "Build a prefix listn" 
  1034.        "Name of a prefix listn"
  1035.        "Specify packets to rejectn"
  1036.        "Specify packets to forwardn"
  1037.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1038.        "Maximum prefix length to be matchedn"
  1039.        "Maximum prefix lengthn"
  1040.        "Minimum prefix length to be matchedn"
  1041.        "Minimum prefix lengthn")
  1042. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_all_cmd_vtysh, 
  1043.        "no ipv6 access-list WORD", 
  1044.        "Negate a command or set its defaultsn" 
  1045.        "IPv6 informationn" 
  1046.        "Add an access list entryn"
  1047.        "IPv6 zebra access-listn")
  1048. DEFSH (VTYSH_BGPD, ip_community_list_name_expanded_cmd_vtysh, 
  1049.        "ip community-list expanded WORD (deny|permit) .LINE", 
  1050.        "IP informationn" 
  1051.        "Add a community list entryn" 
  1052.        "Add an expanded community-list entryn"
  1053.        "Community list namen"
  1054.        "Specify community to rejectn"
  1055.        "Specify community to acceptn"
  1056.        "An ordered list as a regular-expressionn")
  1057. DEFSH (VTYSH_ZEBRA, ipv6_address_cmd_vtysh, 
  1058.        "ipv6 address X:X::X:X/M", 
  1059.        "Interface Internet Protocol config commandsn"
  1060.        "Set the IP address of an interfacen"
  1061.        "IPv6 address (e.g. 3ffe:506::1/48)n")
  1062. DEFSH (VTYSH_BGPD, ip_community_list_expanded_cmd_vtysh, 
  1063.        "ip community-list <100-500> (deny|permit) .LINE", 
  1064.        "IP informationn" 
  1065.        "Add a community list entryn" 
  1066.        "Community list number (expanded)n"
  1067.        "Specify community to rejectn"
  1068.        "Specify community to acceptn"
  1069.        "An ordered list as a regular-expressionn")
  1070. DEFSH (VTYSH_RIPD, rip_offset_list_ifname_cmd_vtysh, 
  1071.        "offset-list WORD (in|out) <0-16> IFNAME", 
  1072.        "Modify RIP metricn"
  1073.        "Access-list namen"
  1074.        "For incoming updatesn"
  1075.        "For outgoing updatesn"
  1076.        "Metric valuen"
  1077.        "Interface to matchn")
  1078. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_prefix_longer_cmd_vtysh, 
  1079.        "show ipv6 mbgp X:X::X:X/M longer-prefixes", 
  1080.        "Show running system informationn" 
  1081.        "IPv6 informationn" 
  1082.        "MBGP informationn" 
  1083.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1084.        "Display route and more specific routesn")
  1085. DEFSH (VTYSH_OSPFD, debug_ospf_ism_sub_cmd_vtysh, 
  1086.        "debug ospf ism (status|events|timers)", 
  1087.        "Debugging functions (see also 'undebug')n" 
  1088.        "OSPF informationn" 
  1089.        "OSPF Interface State Machinen"
  1090.        "ISM Status Informationn"
  1091.        "ISM Event Informationn"
  1092.        "ISM TImer Informationn")
  1093. DEFSH (VTYSH_BGPD, neighbor_send_community_cmd_vtysh, 
  1094.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "send-community", 
  1095.        "Specify neighbor routern" 
  1096.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1097.        "Send Community attribute to this neighborn")
  1098. DEFSH (VTYSH_BGPD, show_bgp_route_map_cmd_vtysh, 
  1099.        "show bgp route-map WORD", 
  1100.        "Show running system informationn" 
  1101.        "BGP informationn" 
  1102.        "Display routes matching the route-mapn"
  1103.        "A route-map to match onn")
  1104. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_route_cmd_vtysh, 
  1105.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D", 
  1106.        "Show running system informationn" 
  1107.        "IP informationn" 
  1108.        "BGP informationn" 
  1109.        "Display VPNv4 NLRI specific informationn"
  1110.        "Display information for a route distinguishern"
  1111.        "VPN Route Distinguishern"
  1112.        "Network in the BGP routing table to displayn")
  1113. DEFSH (VTYSH_ZEBRA, no_ipv6_route_ifname_pref_cmd_vtysh, 
  1114.        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
  1115.        "Negate a command or set its defaultsn" 
  1116.        "IP informationn" 
  1117.        "Establish static routesn"
  1118.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  1119.        "IPv6 gateway addressn"
  1120.        "IPv6 gateway interface namen"
  1121.        "Distance value for this prefixn")
  1122. DEFSH (VTYSH_BGPD, dump_bgp_updates_interval_cmd_vtysh, 
  1123.        "dump bgp updates PATH INTERVAL", 
  1124.        "Dump packetn"
  1125.        "BGP packet dumpn"
  1126.        "Dump BGP updates onlyn"
  1127.        "Output filenamen"
  1128.        "Interval of outputn")
  1129. DEFSH (VTYSH_BGPD, no_bgp_confederation_identifier_arg_cmd_vtysh, 
  1130.        "no bgp confederation identifier <1-65535>", 
  1131.        "Negate a command or set its defaultsn" 
  1132.        "BGP specific commandsn"
  1133.        "AS confederation parametersn"
  1134.        "AS numbern"
  1135.        "Set routing domain confederation ASn")
  1136. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_flooding_cmd_vtysh, 
  1137.        "no debug ospf6 flooding", 
  1138.        "Negate a command or set its defaultsn" 
  1139.        "Debugging functions (see also 'undebug')n" 
  1140.        "Open Shortest Path First (OSPF) for IPv6n" 
  1141.        "Debug OSPFv3 flooding functionn"
  1142.       )
  1143. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_network_cmd_vtysh, 
  1144.        "show ipv6 ospf6 linkstate network A.B.C.D A.B.C.D", 
  1145.        "Show running system informationn" 
  1146.        "IPv6 Informationn" 
  1147.        "Open Shortest Path First (OSPF) for IPv6n" 
  1148.        "Display linkstate routing tablen"
  1149.        "Display Network Entryn"
  1150.        "Specify Router ID as IPv4 address notationn"
  1151.        "Specify Link state ID as IPv4 address notationn"
  1152.       )
  1153. DEFSH (VTYSH_BGPD, no_neighbor_route_server_client_cmd_vtysh, 
  1154.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-server-client", 
  1155.        "Negate a command or set its defaultsn" 
  1156.        "Specify neighbor routern" 
  1157.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1158.        "Configure a neighbor as Route Server clientn")
  1159. DEFSH (VTYSH_BGPD, show_ip_bgp_community_all_cmd_vtysh, 
  1160.        "show ip bgp community", 
  1161.        "Show running system informationn" 
  1162.        "IP informationn" 
  1163.        "BGP informationn" 
  1164.        "Display routes matching the communitiesn")
  1165. DEFSH (VTYSH_OSPFD, ospf_message_digest_key_cmd_vtysh, 
  1166.        "ospf message-digest-key <1-255> md5 KEY", 
  1167.        "OSPF interface commandsn"
  1168.        "Message digest authentication password (key)n"
  1169.        "Key IDn"
  1170.        "Use MD5 algorithmn"
  1171.        "The OSPF password (key)")
  1172. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_soft_in_cmd_vtysh, 
  1173.        "clear ip bgp * ipv4 (unicast|multicast) soft in", 
  1174.        "Reset functionsn" 
  1175.        "IP informationn" 
  1176.        "BGP informationn" 
  1177.        "Clear all peersn"
  1178.        "Address familyn"
  1179.        "Address Family modifiern"
  1180.        "Address Family modifiern"
  1181.        "Soft reconfign"
  1182.        "Soft reconfig inbound updaten")
  1183. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_in_prefix_filter_cmd_vtysh, 
  1184.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in prefix-filter", 
  1185.        "Reset functionsn" 
  1186.        "BGP informationn" 
  1187.        "Address familyn"
  1188.        "BGP neighbor address to clearn"
  1189.        "BGP IPv6 neighbor to clearn"
  1190.        "Soft reconfig inbound updaten"
  1191.        "Push out the existing ORF prefix-listn")
  1192. DEFSH (VTYSH_BGPD, no_match_community_cmd_vtysh, 
  1193.        "no match community", 
  1194.        "Negate a command or set its defaultsn" 
  1195.        "Match values from routing tablen" 
  1196.        "Match BGP community listn")
  1197. DEFSH (VTYSH_RIPD, rip_redistribute_type_metric_cmd_vtysh, 
  1198.        "redistribute (kernel|connected|static|ospf|bgp) metric <0-16>", 
  1199.        "Redistribute information from another routing protocoln"
  1200.        "Kernel routesn"
  1201.        "Connectedn"
  1202.        "Static routesn"
  1203.        "Open Shortest Path First (OSPF)n"
  1204.        "Border Gateway Protocol (BGP)n"
  1205.        "Metricn"
  1206.        "Metric valuen")
  1207. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_summary_cmd_vtysh, 
  1208.        "show ip bgp vpnv4 all summary", 
  1209.        "Show running system informationn" 
  1210.        "IP informationn" 
  1211.        "BGP informationn" 
  1212.        "Display VPNv4 NLRI specific informationn"
  1213.        "Display information about all VPNv4 NLRIsn"
  1214.        "Summary of BGP neighbor statusn")
  1215. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community2_exact_cmd_vtysh, 
  1216.        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1217.        "Show running system informationn" 
  1218.        "IP informationn" 
  1219.        "BGP informationn" 
  1220.        "Address familyn"
  1221.        "Address Family modifiern"
  1222.        "Address Family modifiern"
  1223.        "Display routes matching the communitiesn"
  1224.        "community numbern"
  1225.        "Do not send outside local AS (well-known community)n"
  1226.        "Do not advertise to any peer (well-known community)n"
  1227.        "Do not export to next AS (well-known community)n"
  1228.        "community numbern"
  1229.        "Do not send outside local AS (well-known community)n"
  1230.        "Do not advertise to any peer (well-known community)n"
  1231.        "Do not export to next AS (well-known community)n"
  1232.        "Exact match of the communities")
  1233. DEFSH (VTYSH_OSPF6D, debug_ospf6_lsa_hex_cmd_vtysh, 
  1234.        "debug ospf6 lsa XXXX/0xXXXX", 
  1235.        "Debugging functions (see also 'undebug')n" 
  1236.        "Open Shortest Path First (OSPF) for IPv6n" 
  1237.        "Debug Link State Advertisements (LSAs)n"
  1238.        "Specify LS type as Hexadecimaln"
  1239.       )
  1240. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_regexp_cmd_vtysh, 
  1241.        "show ipv6 mbgp regexp .LINE", 
  1242.        "Show running system informationn" 
  1243.        "IP informationn" 
  1244.        "BGP informationn" 
  1245.        "Display routes matching the AS path regular expressionn"
  1246.        "A regular-expression to match the MBGP AS pathsn")
  1247. DEFSH (VTYSH_BGPD, no_set_community_delete_cmd_vtysh, 
  1248.        "no set comm-list", 
  1249.        "Negate a command or set its defaultsn" 
  1250.        "Set values in destination routing protocoln" 
  1251.        "set BGP community list (for deletion)n")
  1252. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_time_cmd_vtysh, 
  1253.        "no debug ospf6 spf time", 
  1254.        "Negate a command or set its defaultsn" 
  1255.        "Debugging functions (see also 'undebug')n" 
  1256.        "Open Shortest Path First (OSPF) for IPv6n" 
  1257.        "Quit Debugging SPF Calculationn"
  1258.        "Quit Measuring time taken by SPF Calculationn"
  1259.       )
  1260. DEFSH (VTYSH_OSPFD, no_debug_ospf_zebra_cmd_vtysh, 
  1261.        "no debug ospf zebra", 
  1262.        "Negate a command or set its defaultsn" 
  1263.        "Debugging functions (see also 'undebug')n" 
  1264.        "OSPF informationn" 
  1265.        "OSPF Zebra informationn")
  1266. DEFSH (VTYSH_ZEBRA, debug_zebra_packet_cmd_vtysh, 
  1267.        "debug zebra packet", 
  1268.        "Debugging functions (see also 'undebug')n" 
  1269.        "Zebra configurationn"
  1270.        "Debug option set for zebra packetn")
  1271. DEFSH (VTYSH_RIPD, no_rip_redistribute_rip_cmd_vtysh, 
  1272.        "no redistribute rip", 
  1273.        "Negate a command or set its defaultsn" 
  1274.        "Redistribute information from another routing protocoln"
  1275.        "Routing Information Protocol (RIP)n")
  1276. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_metric_type_cmd_vtysh, 
  1277.        "default-information originate metric <0-16777214> metric-type (1|2)", 
  1278.        "Control distribution of default informationn"
  1279.        "Distribute a default routen"
  1280.        "OSPF default metricn"
  1281.        "OSPF metricn"
  1282.        "OSPF metric type for default routesn"
  1283.        "Set OSPF External Type 1 metricsn"
  1284.        "Set OSPF External Type 2 metricsn")
  1285. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_out_cmd_vtysh, 
  1286.        "clear ip bgp * ipv4 (unicast|multicast) out", 
  1287.        "Reset functionsn" 
  1288.        "IP informationn" 
  1289.        "BGP informationn" 
  1290.        "Clear all peersn"
  1291.        "Address familyn"
  1292.        "Address Family modifiern"
  1293.        "Address Family modifiern"
  1294.        "Soft reconfig outbound updaten")
  1295. DEFSH (VTYSH_RIPD, no_rip_version_cmd_vtysh, 
  1296.        "no version", 
  1297.        "Negate a command or set its defaultsn" 
  1298.        "Set routing protocol versionn")
  1299. DEFSH (VTYSH_RIPD|VTYSH_BGPD, no_match_metric_val_cmd_vtysh, 
  1300.        "no match metric <0-4294967295>", 
  1301.        "Negate a command or set its defaultsn" 
  1302.        "Match values from routing tablen" 
  1303.        "Match metric of routen"
  1304.        "Metric valuen")
  1305. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_authkey_cmd_vtysh, 
  1306.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1307.        "(authentication-key|)", 
  1308.        "Negate a command or set its defaultsn" 
  1309.        "OSPF area parametersn" "OSPF area ID in IP address formatn" "OSPF area ID as a decimal valuen" "Configure a virtual linkn" "Router ID of the remote ABRn" 
  1310.        "Authentication password (key)n" "The OSPF password (key)" )
  1311. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_prefix_cmd_vtysh, 
  1312.        "show ip bgp flap-statistics A.B.C.D/M", 
  1313.        "Show running system informationn" 
  1314.        "IP informationn" 
  1315.        "BGP informationn" 
  1316.        "Display flap statistics of routesn"
  1317.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1318. DEFSH (VTYSH_BGPD, bgp_always_compare_med_cmd_vtysh, 
  1319.        "bgp always-compare-med", 
  1320.        "BGP specific commandsn"
  1321.        "Allow comparing MED from different neighborsn")
  1322. DEFSH (VTYSH_BGPD, clear_bgp_instance_all_soft_out_cmd_vtysh, 
  1323.        "clear bgp view WORD * soft out", 
  1324.        "Reset functionsn" 
  1325.        "BGP informationn" 
  1326.        "BGP viewn"
  1327.        "view namen"
  1328.        "Clear all peersn"
  1329.        "Soft reconfign"
  1330.        "Soft reconfig outbound updaten")
  1331. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbor_advertised_route_cmd_vtysh, 
  1332.        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  1333.        "Show running system informationn" 
  1334.        "IP informationn" 
  1335.        "BGP informationn" 
  1336.        "Address familyn"
  1337.        "Address Family modifiern"
  1338.        "Address Family modifiern"
  1339.        "Detailed information on TCP and BGP neighbor connectionsn"
  1340.        "Neighbor to display information aboutn"
  1341.        "Neighbor to display information aboutn"
  1342.        "Display the routes advertised to a BGP neighborn")
  1343. DEFSH (VTYSH_BGPD, no_match_ip_route_source_val_cmd_vtysh, 
  1344.        "no match ip route-source (<1-199>|<1300-2699>|WORD)", 
  1345.        "Negate a command or set its defaultsn" 
  1346.        "Match values from routing tablen" 
  1347.        "IP informationn" 
  1348.        "Match advertising source address of routen"
  1349.        "IP access-list numbern"
  1350.        "IP access-list number (expanded range)n"
  1351.        "IP standard access-list namen")
  1352. DEFSH (VTYSH_BGPD, no_match_ip_route_source_prefix_list_val_cmd_vtysh, 
  1353.        "no match ip route-source prefix-list WORD", 
  1354.        "Negate a command or set its defaultsn" 
  1355.        "Match values from routing tablen" 
  1356.        "IP informationn" 
  1357.        "Match advertising source address of routen"
  1358.        "Match entries of prefix-listsn"
  1359.        "IP prefix-list namen")
  1360. DEFSH (VTYSH_RIPD, rip_offset_list_cmd_vtysh, 
  1361.        "offset-list WORD (in|out) <0-16>", 
  1362.        "Modify RIP metricn"
  1363.        "Access-list namen"
  1364.        "For incoming updatesn"
  1365.        "For outgoing updatesn"
  1366.        "Metric valuen")
  1367. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_out_cmd_vtysh, 
  1368.        "clear bgp ipv6 <1-65535> out", 
  1369.        "Reset functionsn" 
  1370.        "BGP informationn" 
  1371.        "Address familyn"
  1372.        "Clear peers with the AS numbern"
  1373.        "Soft reconfig outbound updaten")
  1374. DEFSH (VTYSH_BGPD, no_match_ip_route_source_cmd_vtysh, 
  1375.        "no match ip route-source", 
  1376.        "Negate a command or set its defaultsn" 
  1377.        "Match values from routing tablen" 
  1378.        "IP informationn" 
  1379.        "Match advertising source address of routen")
  1380. DEFSH (VTYSH_BGPD, dump_bgp_routes_cmd_vtysh, 
  1381.        "dump bgp routes-mrt PATH", 
  1382.        "Dump packetn"
  1383.        "BGP packet dumpn"
  1384.        "Dump whole BGP routing tablen"
  1385.        "Output filenamen")
  1386. DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
  1387.        "no ipv6 ospf6 advertise prefix-list", 
  1388.        "Negate a command or set its defaultsn" 
  1389.        "IPv6 Informationn" 
  1390.        "Open Shortest Path First (OSPF) for IPv6n" 
  1391.        "Advertising optionsn"
  1392.        "Filter prefix using prefix-listn"
  1393.        )
  1394. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_neighbor_advertised_routes_cmd_vtysh, 
  1395.        "show ip bgp vpnv4 all neighbors A.B.C.D advertised-routes", 
  1396.        "Show running system informationn" 
  1397.        "IP informationn" 
  1398.        "BGP informationn" 
  1399.        "Display VPNv4 NLRI specific informationn"
  1400.        "Display information about all VPNv4 NLRIsn"
  1401.        "Detailed information on TCP and BGP neighbor connectionsn"
  1402.        "Neighbor to display information aboutn"
  1403.        "Display the routes advertised to a BGP neighborn")
  1404. DEFSH (VTYSH_RIPD, rip_passive_interface_cmd_vtysh, 
  1405.        "passive-interface IFNAME", 
  1406.        "Suppress routing updates on an interfacen"
  1407.        "Interface namen")
  1408. DEFSH (VTYSH_OSPFD, no_debug_ospf_lsa_cmd_vtysh, 
  1409.        "no debug ospf lsa", 
  1410.        "Negate a command or set its defaultsn" 
  1411.        "Debugging functions (see also 'undebug')n" 
  1412.        "OSPF informationn" 
  1413.        "OSPF Link State Advertisementn")
  1414. DEFSH (VTYSH_RIPNGD, no_ripng_network_cmd_vtysh, 
  1415.        "no network IF_OR_ADDR", 
  1416.        "Negate a command or set its defaultsn" 
  1417.        "RIPng enable on specified interface or network.n"
  1418.        "Interface or address")
  1419. DEFSH (VTYSH_BGPD, clear_bgp_external_soft_out_cmd_vtysh, 
  1420.        "clear bgp external soft out", 
  1421.        "Reset functionsn" 
  1422.        "BGP informationn" 
  1423.        "Clear all external peersn"
  1424.        "Soft reconfign"
  1425.        "Soft reconfig outbound updaten")
  1426. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_metric_type_cmd_vtysh, 
  1427.        "redistribute (kernel|connected|static|rip|bgp) metric <0-16777214> metric-type (1|2)", 
  1428.        "Redistribute information from another routing protocoln"
  1429.        "Kernel routesn"
  1430.        "Connectedn"
  1431.        "Static routesn"
  1432.        "Routing Information Protocol (RIP)n"
  1433.        "Border Gateway Protocol (BGP)n"
  1434.        "Metric for redistributed routesn"
  1435.        "OSPF default metricn"
  1436.        "OSPF exterior metric type for redistributed routesn"
  1437.        "Set OSPF External Type 1 metricsn"
  1438.        "Set OSPF External Type 2 metricsn")
  1439. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_rmap_continue_cmd_vtysh, 
  1440.        "no continue", 
  1441.        "Negate a command or set its defaultsn" 
  1442.        "Continue on a different entry within the route-mapn")
  1443. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_name_standard_cmd_vtysh, 
  1444.        "no ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
  1445.        "Negate a command or set its defaultsn" 
  1446.        "IP informationn" 
  1447.        "Add a extended community list entryn" 
  1448.        "Specify standard extcommunity-listn"
  1449.        "Extended Community list namen"
  1450.        "Specify community to rejectn"
  1451.        "Specify community to acceptn"
  1452.        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' formatn" )
  1453. DEFSH (VTYSH_OSPFD, no_ospf_default_metric_cmd_vtysh, 
  1454.        "no default-metric", 
  1455.        "Negate a command or set its defaultsn" 
  1456.        "Set metric of redistributed routesn")
  1457. DEFSH (VTYSH_BGPD, show_ip_bgp_paths_cmd_vtysh, 
  1458.        "show ip bgp paths", 
  1459.        "Show running system informationn" 
  1460.        "IP informationn" 
  1461.        "BGP informationn" 
  1462.        "Path informationn")
  1463. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_advertised_route_cmd_vtysh, 
  1464.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  1465.        "Show running system informationn" 
  1466.        "IP informationn" 
  1467.        "BGP informationn" 
  1468.        "Detailed information on TCP and BGP neighbor connectionsn"
  1469.        "Neighbor to display information aboutn"
  1470.        "Neighbor to display information aboutn"
  1471.        "Display the routes advertised to a BGP neighborn")
  1472. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_type_cmd_vtysh, 
  1473.        "redistribute (kernel|connected|static|rip|bgp) metric-type (1|2)", 
  1474.        "Redistribute information from another routing protocoln"
  1475.        "Kernel routesn"
  1476.        "Connectedn"
  1477.        "Static routesn"
  1478.        "Routing Information Protocol (RIP)n"
  1479.        "Border Gateway Protocol (BGP)n"
  1480.        "OSPF exterior metric type for redistributed routesn"
  1481.        "Set OSPF External Type 1 metricsn"
  1482.        "Set OSPF External Type 2 metricsn")
  1483. DEFSH (VTYSH_BGPD, match_ipv6_next_hop_cmd_vtysh, 
  1484.        "match ipv6 next-hop X:X::X:X", 
  1485.        "Match values from routing tablen" 
  1486.        "IPv6 informationn" 
  1487.        "Match IPv6 next-hop address of routen"
  1488.        "IPv6 address of next hopn")
  1489. DEFSH (VTYSH_OSPFD, ip_ospf_transmit_delay_cmd_vtysh, 
  1490.        "ip ospf transmit-delay <1-65535>", 
  1491.        "IP Informationn"
  1492.        "OSPF interface commandsn"
  1493.        "Link state transmit delayn"
  1494.        "Secondsn")
  1495. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_soft_in_cmd_vtysh, 
  1496.        "clear ip bgp <1-65535> vpnv4 unicast soft in", 
  1497.        "Reset functionsn" 
  1498.        "IP informationn" 
  1499.        "BGP informationn" 
  1500.        "Clear peers with the AS numbern"
  1501.        "Address familyn"
  1502.        "Address Family modifiern"
  1503.        "Soft reconfign"
  1504.        "Soft reconfig inbound updaten")
  1505. DEFSH (VTYSH_RIPD, rip_redistribute_type_routemap_cmd_vtysh, 
  1506.        "redistribute (kernel|connected|static|ospf|bgp) route-map WORD", 
  1507.        "Redistribute information from another routing protocoln"
  1508.        "Kernel routesn"
  1509.        "Connectedn"
  1510.        "Static routesn"
  1511.        "Open Shortest Path First (OSPF)n"
  1512.        "Border Gateway Protocol (BGP)n"
  1513.        "Route map referencen"
  1514.        "Pointer to route-map entriesn")
  1515. DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_cmd_vtysh, 
  1516.        "no bgp graceful-restart", 
  1517.        "Negate a command or set its defaultsn" 
  1518.        "BGP specific commandsn"
  1519.        "Graceful restart capability parametersn")
  1520. DEFSH (VTYSH_BGPD, show_ipv6_bgp_filter_list_cmd_vtysh, 
  1521.        "show ipv6 bgp filter-list WORD", 
  1522.        "Show running system informationn" 
  1523.        "IPv6 informationn" 
  1524.        "BGP informationn" 
  1525.        "Display routes conforming to the filter-listn"
  1526.        "Regular expression access list namen")
  1527. DEFSH (VTYSH_BGPD, show_bgp_instance_ipv6_summary_cmd_vtysh, 
  1528.        "show bgp view WORD ipv6 summary", 
  1529.        "Show running system informationn" 
  1530.        "BGP informationn" 
  1531.        "BGP viewn"
  1532.        "View namen"
  1533.        "Address familyn"
  1534.        "Summary of BGP neighbor statusn")
  1535. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_lifetime_cmd_vtysh, 
  1536.        "no ipv6 nd ra-lifetime", 
  1537.        "Negate a command or set its defaultsn" 
  1538.        "IP informationn" 
  1539.        "Neighbor discoveryn"
  1540.        "Router lifetimen")
  1541. DEFSH (VTYSH_BGPD, bgp_distance_source_cmd_vtysh, 
  1542.        "distance <1-255> A.B.C.D/M", 
  1543.        "Define an administrative distancen"
  1544.        "Administrative distancen"
  1545.        "IP source prefixn")
  1546. DEFSH (VTYSH_ZEBRA, no_ip_tunnel_cmd_vtysh, 
  1547.        "no ip tunnel", 
  1548.        "Negate a command or set its defaultsn" 
  1549.        "Set FROM IP address and TO IP addressn")
  1550. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_received_prefix_filter_cmd_vtysh, 
  1551.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
  1552.        "Show running system informationn" 
  1553.        "IP informationn" 
  1554.        "BGP informationn" 
  1555.        "Detailed information on TCP and BGP neighbor connectionsn"
  1556.        "Neighbor to display information aboutn"
  1557.        "Neighbor to display information aboutn"
  1558.        "Display information received from a BGP neighborn"
  1559.        "Display the prefixlist filtern")
  1560. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_routes_cmd_vtysh, 
  1561.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) routes", 
  1562.        "Show running system informationn" 
  1563.        "IP informationn" 
  1564.        "BGP informationn" 
  1565.        "Detailed information on TCP and BGP neighbor connectionsn"
  1566.        "Neighbor to display information aboutn"
  1567.        "Neighbor to display information aboutn"
  1568.        "Display routes learned from neighborn")
  1569. DEFSH (VTYSH_BGPD, no_set_origin_cmd_vtysh, 
  1570.        "no set origin", 
  1571.        "Negate a command or set its defaultsn" 
  1572.        "Set values in destination routing protocoln" 
  1573.        "BGP origin coden")
  1574. DEFSH (VTYSH_BGPD, no_set_community_delete_val_cmd_vtysh, 
  1575.        "no set comm-list (<1-99>|<100-500>|WORD) delete", 
  1576.        "Negate a command or set its defaultsn" 
  1577.        "Set values in destination routing protocoln" 
  1578.        "set BGP community list (for deletion)n"
  1579.        "Community-list number (standard)n"
  1580.        "Communitly-list number (expanded)n"
  1581.        "Community-list namen"
  1582.        "Delete matching communitiesn")
  1583. DEFSH (VTYSH_BGPD, no_bgp_bestpath_aspath_ignore_cmd_vtysh, 
  1584.        "no bgp bestpath as-path ignore", 
  1585.        "Negate a command or set its defaultsn" 
  1586.        "BGP specific commandsn"
  1587.        "Change the default bestpath selectionn"
  1588.        "AS-path attributen"
  1589.        "Ignore as-path length in selecting a routen")
  1590. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_suppress_ra_cmd_vtysh, 
  1591.        "no ipv6 nd suppress-ra", 
  1592.        "Negate a command or set its defaultsn" 
  1593.        "IP informationn" 
  1594.        "Neighbor discoveryn"
  1595.        "Suppress Router Advertisementn")
  1596. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_exact_cmd_vtysh, 
  1597.        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1598.        "Show running system informationn" 
  1599.        "IPv6 informationn" 
  1600.        "MBGP informationn" 
  1601.        "Display routes matching the communitiesn"
  1602.        "community numbern"
  1603.        "Do not send outside local AS (well-known community)n"
  1604.        "Do not advertise to any peer (well-known community)n"
  1605.        "Do not export to next AS (well-known community)n"
  1606.        "Exact match of the communities")
  1607. DEFSH (VTYSH_BGPD, show_ip_bgp_scan_cmd_vtysh, 
  1608.        "show ip bgp scan", 
  1609.        "Show running system informationn" 
  1610.        "IP informationn" 
  1611.        "BGP informationn" 
  1612.        "BGP scan statusn")
  1613. DEFSH (VTYSH_BGPD, no_bgp_bestpath_cost_community_ignore_cmd_vtysh, 
  1614.        "no bgp bestpath cost-community ignore", 
  1615.        "Negate a command or set its defaultsn" 
  1616.        "BGP specific commandsn"
  1617.        "Change the default bestpath selectionn"
  1618.        "cost communityn"
  1619.        "Ignore cost communities in bestpath selectionn")
  1620. DEFSH (VTYSH_BGPD, no_bgp_cluster_id_arg_cmd_vtysh, 
  1621.        "no bgp cluster-id A.B.C.D", 
  1622.        "Negate a command or set its defaultsn" 
  1623.        "BGP informationn" 
  1624.        "Configure Route-Reflector Cluster-idn"
  1625.        "Route-Reflector Cluster-id in IP address formatn")
  1626. DEFSH (VTYSH_OSPFD, ospf_area_vlink_param2_cmd_vtysh, 
  1627.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1628.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1629.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
  1630.        "OSPF area parametersn" "OSPF area ID in IP address formatn" "OSPF area ID as a decimal valuen" "Configure a virtual linkn" "Router ID of the remote ABRn" 
  1631.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1632.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  1633. DEFSH (VTYSH_BGPD, no_bgp_confederation_peers_cmd_vtysh, 
  1634.        "no bgp confederation peers .<1-65535>", 
  1635.        "Negate a command or set its defaultsn" 
  1636.        "BGP specific commandsn"
  1637.        "AS confederation parametersn"
  1638.        "Peer ASs in BGP confederationn"
  1639.        "AS numbern" )
  1640. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_id_cmd_vtysh, 
  1641.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   ") A.B.C.D", 
  1642.        "Show running system informationn" 
  1643.        "IP informationn" 
  1644.        "OSPF informationn"
  1645.        "Database summaryn"
  1646.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  1647.        "Link State ID (as an IP address)n")
  1648. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_name_expanded_cmd_vtysh, 
  1649.        "no ip extcommunity-list expanded WORD (deny|permit) .LINE", 
  1650.        "Negate a command or set its defaultsn" 
  1651.        "IP informationn" 
  1652.        "Add a extended community list entryn" 
  1653.        "Specify expanded extcommunity-listn"
  1654.        "Community list namen"
  1655.        "Specify community to rejectn"
  1656.        "Specify community to acceptn"
  1657.        "An ordered list as a regular-expressionn")
  1658. DEFSH (VTYSH_BGPD, show_bgp_community_list_exact_cmd_vtysh, 
  1659.        "show bgp community-list (<1-500>|WORD) exact-match", 
  1660.        "Show running system informationn" 
  1661.        "BGP informationn" 
  1662.        "Display routes matching the community-listn"
  1663.        "community-list numbern"
  1664.        "community-list namen"
  1665.        "Exact match of the communitiesn")
  1666. DEFSH (VTYSH_BGPD, ipv6_bgp_neighbor_received_routes_cmd_vtysh, 
  1667.        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
  1668.        "Show running system informationn" 
  1669.        "IPv6 informationn" 
  1670.        "BGP informationn" 
  1671.        "Detailed information on TCP and BGP neighbor connectionsn"
  1672.        "Neighbor to display information aboutn"
  1673.        "Neighbor to display information aboutn"
  1674.        "Display the received routes from neighborn")
  1675. DEFSH (VTYSH_OSPFD, no_ospf_hello_interval_cmd_vtysh, 
  1676.        "no ospf hello-interval", 
  1677.        "Negate a command or set its defaultsn" 
  1678.        "OSPF interface commandsn"
  1679.        "Time between HELLO packetsn")
  1680. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_md5_cmd_vtysh, 
  1681.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1682.        "(message-digest-key|) <1-255>", 
  1683.        "Negate a command or set its defaultsn" 
  1684.        "OSPF area parametersn" "OSPF area ID in IP address formatn" "OSPF area ID as a decimal valuen" "Configure a virtual linkn" "Router ID of the remote ABRn" 
  1685.        "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
  1686. DEFSH (VTYSH_BGPD, no_set_weight_cmd_vtysh, 
  1687.        "no set weight", 
  1688.        "Negate a command or set its defaultsn" 
  1689.        "Set values in destination routing protocoln" 
  1690.        "BGP weight for routing tablen")
  1691. DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_int_detail_cmd_vtysh, 
  1692.        "show ip ospf neighbor A.B.C.D detail", 
  1693.        "Show running system informationn" 
  1694.        "IP informationn" 
  1695.        "OSPF informationn"
  1696.        "Neighbor listn"
  1697.        "Interface addressn"
  1698.        "detail of all neighbors")
  1699. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community_list_cmd_vtysh, 
  1700.        "show bgp ipv6 community-list (<1-500>|WORD)", 
  1701.        "Show running system informationn" 
  1702.        "BGP informationn" 
  1703.        "Address familyn"
  1704.        "Display routes matching the community-listn"
  1705.        "community-list numbern"
  1706.        "community-list namen")
  1707. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
  1708.        "clear bgp peer-group WORD in prefix-filter", 
  1709.        "Reset functionsn" 
  1710.        "BGP informationn" 
  1711.        "Clear all members of peer-groupn"
  1712.        "BGP peer-group namen"
  1713.        "Soft reconfig inbound updaten"
  1714.        "Push out prefix-list ORF and do inbound soft reconfign")
  1715. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_cmd_vtysh, 
  1716.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> <1-100>", 
  1717.        "Specify neighbor routern" 
  1718.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1719.        "Maximum number of prefix accept from this peern"
  1720.        "maximum no. of prefix limitn"
  1721.        "Threshold value (%) at which to generate a warning msgn")
  1722. DEFSH (VTYSH_BGPD, set_ecommunity_rt_cmd_vtysh, 
  1723.        "set extcommunity rt .ASN:nn_or_IP-address:nn", 
  1724.        "Set values in destination routing protocoln" 
  1725.        "BGP extended community attributen"
  1726.        "Route Target extened communitytn"
  1727.        "VPN extended communityn")
  1728. DEFSH (VTYSH_BGPD, no_neighbor_description_cmd_vtysh, 
  1729.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "description", 
  1730.        "Negate a command or set its defaultsn" 
  1731.        "Specify neighbor routern" 
  1732.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1733.        "Neighbor specific descriptionn")
  1734. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_le_cmd_vtysh, 
  1735.        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
  1736.        "Negate a command or set its defaultsn" 
  1737.        "IP informationn" 
  1738.        "Build a prefix listn" 
  1739.        "Name of a prefix listn"
  1740.        "sequence number of an entryn"
  1741.        "Sequence numbern"
  1742.        "Specify packets to rejectn"
  1743.        "Specify packets to forwardn"
  1744.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1745.        "Maximum prefix length to be matchedn"
  1746.        "Maximum prefix lengthn")
  1747. DEFSH (VTYSH_ZEBRA, no_ipv6_forwarding_cmd_vtysh, 
  1748.        "no ipv6 forwarding", 
  1749.        "Negate a command or set its defaultsn" 
  1750.        "IP informationn" 
  1751.        "Doesn't forward IPv6 protocol packet")
  1752. DEFSH (VTYSH_BGPD, show_bgp_community_cmd_vtysh, 
  1753.        "show bgp community (AA:NN|local-AS|no-advertise|no-export)", 
  1754.        "Show running system informationn" 
  1755.        "BGP informationn" 
  1756.        "Display routes matching the communitiesn"
  1757.        "community numbern"
  1758.        "Do not send outside local AS (well-known community)n"
  1759.        "Do not advertise to any peer (well-known community)n"
  1760.        "Do not export to next AS (well-known community)n")
  1761. DEFSH (VTYSH_OSPFD, ospf_router_id_cmd_vtysh, 
  1762.        "ospf router-id A.B.C.D", 
  1763.        "OSPF specific commandsn"
  1764.        "router-id for the OSPF processn"
  1765.        "OSPF router-id in IP address formatn")
  1766. DEFSH (VTYSH_BGPD, show_bgp_community_exact_cmd_vtysh, 
  1767.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1768.        "Show running system informationn" 
  1769.        "BGP informationn" 
  1770.        "Display routes matching the communitiesn"
  1771.        "community numbern"
  1772.        "Do not send outside local AS (well-known community)n"
  1773.        "Do not advertise to any peer (well-known community)n"
  1774.        "Do not export to next AS (well-known community)n"
  1775.        "Exact match of the communities")
  1776. DEFSH (VTYSH_BGPD, no_neighbor_capability_orf_prefix_cmd_vtysh, 
  1777.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "capability orf prefix-list (both|send|receive)", 
  1778.        "Negate a command or set its defaultsn" 
  1779.        "Specify neighbor routern" 
  1780.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1781.        "Advertise capability to the peern"
  1782.        "Advertise ORF capability to the peern"
  1783.        "Advertise prefixlist ORF capability to this neighborn"
  1784.        "Capability to SEND and RECEIVE the ORF to/from this neighborn"
  1785.        "Capability to RECEIVE the ORF from this neighborn"
  1786.        "Capability to SEND the ORF to this neighborn")
  1787. DEFSH (VTYSH_OSPFD, ip_ospf_hello_interval_addr_cmd_vtysh, 
  1788.        "ip ospf hello-interval <1-65535> A.B.C.D", 
  1789.        "IP Informationn"
  1790.        "OSPF interface commandsn"
  1791.        "Time between HELLO packetsn"
  1792.        "Secondsn"
  1793.        "Address of interface")
  1794. DEFSH (VTYSH_BGPD, no_aggregate_address_mask_summary_only_cmd_vtysh, 
  1795.        "no aggregate-address A.B.C.D A.B.C.D summary-only", 
  1796.        "Negate a command or set its defaultsn" 
  1797.        "Configure BGP aggregate entriesn"
  1798.        "Aggregate addressn"
  1799.        "Aggregate maskn"
  1800.        "Filter more specific routes from updatesn")
  1801. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_intra_cmd_vtysh, 
  1802.        "distance ospf external <1-255> intra-area <1-255>", 
  1803.        "Define an administrative distancen"
  1804.        "OSPF Administrative distancen"
  1805.        "External routesn"
  1806.        "Distance for external routesn"
  1807.        "Intra-area routesn"
  1808.        "Distance for intra-area routesn")
  1809. DEFSH (VTYSH_BGPD, neighbor_soft_reconfiguration_cmd_vtysh, 
  1810.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "soft-reconfiguration inbound", 
  1811.        "Specify neighbor routern" 
  1812.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1813.        "Per neighbor soft reconfigurationn"
  1814.        "Allow inbound soft reconfiguration for this neighborn")
  1815. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_exact_cmd_vtysh, 
  1816.        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
  1817.        "Negate a command or set its defaultsn" 
  1818.        "IPv6 informationn" 
  1819.        "Add an access list entryn"
  1820.        "IPv6 zebra access-listn"
  1821.        "Specify packets to rejectn"
  1822.        "Specify packets to forwardn"
  1823.        "Prefix to match. e.g. 3ffe:506::/32n"
  1824.        "Exact match of the prefixesn")
  1825. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_in_prefix_filter_cmd_vtysh, 
  1826.        "clear ip bgp external in prefix-filter", 
  1827.        "Reset functionsn" 
  1828.        "IP informationn" 
  1829.        "BGP informationn" 
  1830.        "Clear all external peersn"
  1831.        "Soft reconfig inbound updaten"
  1832.        "Push out prefix-list ORF and do inbound soft reconfign")
  1833. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
  1834.        "redistribute (connected|kernel|ospf|rip|static) metric <0-4294967295> route-map WORD", 
  1835.        "Redistribute information from another routing protocoln"
  1836.        "Connectedn"
  1837.        "Kernel routesn"
  1838.        "Open Shurtest Path First (OSPF)n"
  1839.        "Routing Information Protocol (RIP)n"
  1840.        "Static routesn"
  1841.        "Metric for redistributed routesn"
  1842.        "Default metricn"
  1843.        "Route map referencen"
  1844.        "Pointer to route-map entriesn")
  1845. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_cmd_vtysh, 
  1846.        "no redistribute (connected|kernel|ospf6|ripng|static)", 
  1847.        "Negate a command or set its defaultsn" 
  1848.        "Redistribute information from another routing protocoln"
  1849.        "Connectedn"
  1850.        "Kernel routesn"
  1851.        "Open Shurtest Path First (OSPFv3)n"
  1852.        "Routing Information Protocol (RIPng)n"
  1853.        "Static routesn")
  1854. DEFSH (VTYSH_ZEBRA, show_ipv6_route_cmd_vtysh, 
  1855.        "show ipv6 route", 
  1856.        "Show running system informationn" 
  1857.        "IP informationn" 
  1858.        "IPv6 routing tablen")
  1859. DEFSH (VTYSH_BGPD, no_bgp_fast_external_failover_cmd_vtysh, 
  1860.        "no bgp fast-external-failover", 
  1861.        "Negate a command or set its defaultsn" 
  1862.        "BGP informationn" 
  1863.        "Immediately reset session if a link to a directly connected external peer goes downn")
  1864. DEFSH (VTYSH_BGPD, no_aggregate_address_mask_as_set_summary_cmd_vtysh, 
  1865.        "no aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
  1866.        "Negate a command or set its defaultsn" 
  1867.        "Configure BGP aggregate entriesn"
  1868.        "Aggregate addressn"
  1869.        "Aggregate maskn"
  1870.        "Generate AS set path informationn"
  1871.        "Filter more specific routes from updatesn")
  1872. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_soft_out_cmd_vtysh,  
  1873.        "clear ip bgp external soft out", 
  1874.        "Reset functionsn" 
  1875.        "IP informationn" 
  1876.        "BGP informationn" 
  1877.        "Clear all external peersn"
  1878.        "Soft reconfign"
  1879.        "Soft reconfig outbound updaten")
  1880. DEFSH (VTYSH_BGPD, show_bgp_ipv6_summary_cmd_vtysh, 
  1881.        "show bgp ipv6 summary", 
  1882.        "Show running system informationn" 
  1883.        "BGP informationn" 
  1884.        "Address familyn"
  1885.        "Summary of BGP neighbor statusn")
  1886. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_regexp_cmd_vtysh, 
  1887.        "show ip bgp ipv4 (unicast|multicast) regexp .LINE", 
  1888.        "Show running system informationn" 
  1889.        "IP informationn" 
  1890.        "BGP informationn" 
  1891.        "Address familyn"
  1892.        "Address Family modifiern"
  1893.        "Address Family modifiern"
  1894.        "Display routes matching the AS path regular expressionn"
  1895.        "A regular-expression to match the BGP AS pathsn")
  1896. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_database_cmd_vtysh, 
  1897.        "no debug ospf6 spf database", 
  1898.        "Negate a command or set its defaultsn" 
  1899.        "Debugging functions (see also 'undebug')n" 
  1900.        "Open Shortest Path First (OSPF) for IPv6n" 
  1901.        "Debug SPF Calculationn"
  1902.        "Quit Logging number of LSAs at SPF Calculation timen"
  1903.       )
  1904. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_vpnv4_out_cmd_vtysh, 
  1905.        "clear ip bgp * vpnv4 unicast out", 
  1906.        "Reset functionsn" 
  1907.        "IP informationn" 
  1908.        "BGP informationn" 
  1909.        "Clear all peersn"
  1910.        "Address familyn"
  1911.        "Address Family Modifiern"
  1912.        "Soft reconfig outbound updaten")
  1913. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged7_cmd_vtysh, 
  1914.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged next-hop med as-path", 
  1915.        "Negate a command or set its defaultsn" 
  1916.        "Specify neighbor routern" 
  1917.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1918.        "BGP attribute is propagated unchanged to this neighborn"
  1919.        "Nexthop attributen"
  1920.        "Med attributen"
  1921.        "As-path attributen")
  1922. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_args_authkey_cmd_vtysh, 
  1923.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1924.        "(authentication|) (message-digest|null) "
  1925.        "(authentication-key|) AUTH_KEY", 
  1926.        "OSPF area parametersn" "OSPF area ID in IP address formatn" "OSPF area ID as a decimal valuen" "Configure a virtual linkn" "Router ID of the remote ABRn" 
  1927.        "Enable authentication on this virtual linkn" "dummy string n"  "Use null authenticationn" "Use message-digest authenticationn" 
  1928.        "Authentication password (key)n" "The OSPF password (key)" )
  1929. DEFSH (VTYSH_BGPD, no_ipv6_bgp_network_route_map_cmd_vtysh, 
  1930.        "no network X:X::X:X/M route-map WORD", 
  1931.        "Negate a command or set its defaultsn" 
  1932.        "Specify a network to announce via BGPn"
  1933.        "IPv6 prefix <network>/<length>n"
  1934.        "Route-map to modify the attributesn"
  1935.        "Name of the route mapn")
  1936. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_soft_cmd_vtysh, 
  1937.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft", 
  1938.        "Reset functionsn" 
  1939.        "IP informationn" 
  1940.        "BGP informationn" 
  1941.        "BGP neighbor address to clearn"
  1942.        "Address familyn"
  1943.        "Address Family Modifiern"
  1944.        "Address Family Modifiern"
  1945.        "Soft reconfign")
  1946. DEFSH (VTYSH_BGPD, neighbor_ebgp_multihop_cmd_vtysh, 
  1947.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "ebgp-multihop", 
  1948.        "Specify neighbor routern" 
  1949.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1950.        "Allow EBGP neighbors not on directly connected networksn")
  1951. DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_key_cmd_vtysh, 
  1952.        "no ip ospf authentication-key", 
  1953.        "Negate a command or set its defaultsn" 
  1954.        "IP Informationn"
  1955.        "OSPF interface commandsn"
  1956.        "Authentication password (key)n")
  1957. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_neighbor_routes_cmd_vtysh, 
  1958.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors A.B.C.D routes", 
  1959.        "Show running system informationn" 
  1960.        "IP informationn" 
  1961.        "BGP informationn" 
  1962.        "Display VPNv4 NLRI specific informationn"
  1963.        "Display information for a route distinguishern"
  1964.        "VPN Route Distinguishern"
  1965.        "Detailed information on TCP and BGP neighbor connectionsn"
  1966.        "Neighbor to display information aboutn"
  1967.        "Display routes learned from neighborn")
  1968. DEFSH (VTYSH_OSPFD, no_debug_ospf_ism_sub_cmd_vtysh, 
  1969.        "no debug ospf ism (status|events|timers)", 
  1970.        "Negate a command or set its defaultsn" 
  1971.        "Debugging functionsn"
  1972.        "OSPF informationn"
  1973.        "OSPF Interface State Machinen"
  1974.        "ISM Status Informationn"
  1975.        "ISM Event Informationn"
  1976.        "ISM Timer Informationn")
  1977. DEFSH (VTYSH_ZEBRA, ipv6_nd_managed_config_flag_cmd_vtysh, 
  1978.        "ipv6 nd managed-config-flag", 
  1979.        "IP informationn" 
  1980.        "Neighbor discoveryn"
  1981.        "Managed address configuration flagn")
  1982. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_inter_cmd_vtysh, 
  1983.        "distance ospf intra-area <1-255> inter-area <1-255>", 
  1984.        "Define an administrative distancen"
  1985.        "OSPF Administrative distancen"
  1986.        "Intra-area routesn"
  1987.        "Distance for intra-area routesn"
  1988.        "Inter-area routesn"
  1989.        "Distance for inter-area routesn")
  1990. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_metric_val_cmd_vtysh, 
  1991.        "no redistribute ospf6 metric <0-16>", 
  1992.        "Negate a command or set its defaultsn" 
  1993.        "Redistribute information from another routing protocoln"
  1994.        "IPv6 Open Shortest Path First (OSPFv3)n"
  1995.        "Metricn"
  1996.        "Metric valuen")
  1997. DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_local_val_cmd_vtysh, 
  1998.        "no set ipv6 next-hop local X:X::X:X", 
  1999.        "Negate a command or set its defaultsn" 
  2000.        "Set values in destination routing protocoln" 
  2001.        "IPv6 informationn" 
  2002.        "IPv6 next-hop addressn"
  2003.        "IPv6 local addressn"
  2004.        "IPv6 address of next hopn")
  2005. DEFSH (VTYSH_BGPD, ip_community_list_name_standard2_cmd_vtysh, 
  2006.        "ip community-list standard WORD (deny|permit)", 
  2007.        "IP informationn" 
  2008.        "Add a community list entryn" 
  2009.        "Add a standard community-list entryn"
  2010.        "Community list namen"
  2011.        "Specify community to rejectn"
  2012.        "Specify community to acceptn")
  2013. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_cmd_vtysh, 
  2014.        "no access-list WORD (deny|permit) A.B.C.D/M", 
  2015.        "Negate a command or set its defaultsn" 
  2016.        "Add an access list entryn"
  2017.        "IP zebra access-list namen"
  2018.        "Specify packets to rejectn"
  2019.        "Specify packets to forwardn"
  2020.        "Prefix to match. e.g. 10.0.0.0/8n")
  2021. DEFSH (VTYSH_ZEBRA, show_zebra_client_cmd_vtysh, 
  2022.        "show zebra client", 
  2023.        "Show running system informationn" 
  2024.        "Zebra information"
  2025.        "Client information")
  2026. DEFSH (VTYSH_BGPD, neighbor_allowas_in_arg_cmd_vtysh, 
  2027.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "allowas-in <1-10>", 
  2028.        "Specify neighbor routern" 
  2029.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2030.        "Accept as-path with my AS present in itn"
  2031.        "Number of occurances of AS numbern")
  2032. DEFSH (VTYSH_BGPD, bgp_cluster_id_cmd_vtysh, 
  2033.        "bgp cluster-id A.B.C.D", 
  2034.        "BGP informationn" 
  2035.        "Configure Route-Reflector Cluster-idn"
  2036.        "Route-Reflector Cluster-id in IP address formatn")
  2037. DEFSH (VTYSH_OSPFD, ospf_area_stub_cmd_vtysh, 
  2038.        "area (A.B.C.D|<0-4294967295>) stub", 
  2039.        "OSPF area parametersn"
  2040.        "OSPF area ID in IP address formatn"
  2041.        "OSPF area ID as a decimal valuen"
  2042.        "Configure OSPF area as stubn")
  2043. DEFSH (VTYSH_BGPD, no_router_bgp_view_cmd_vtysh, 
  2044.        "no router bgp <1-65535> view WORD", 
  2045.        "Negate a command or set its defaultsn" 
  2046.        "Enable a routing processn" 
  2047.        "BGP informationn" 
  2048.        "AS numbern" 
  2049.        "BGP viewn"
  2050.        "view namen")
  2051. DEFSH (VTYSH_OSPFD, no_debug_ospf_packet_send_recv_cmd_vtysh, 
  2052.        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
  2053.        "Negate a command or set its defaultsn" 
  2054.        "Debugging functionsn"
  2055.        "OSPF informationn"
  2056.        "OSPF packetsn"
  2057.        "OSPF Hellon"
  2058.        "OSPF Database Descriptionn"
  2059.        "OSPF Link State Requestn"
  2060.        "OSPF Link State Updaten"
  2061.        "OSPF Link State Acknowledgmentn"
  2062.        "OSPF all packetsn"
  2063.        "Packet sentn"
  2064.        "Packet receivedn"
  2065.        "Detail Informationn")
  2066. DEFSH (VTYSH_BGPD, no_set_community_cmd_vtysh, 
  2067.        "no set community", 
  2068.        "Negate a command or set its defaultsn" 
  2069.        "Set values in destination routing protocoln" 
  2070.        "BGP community attributen")
  2071. DEFSH (VTYSH_OSPFD|VTYSH_OSPF6D, ospf6_routemap_no_set_metric_type_cmd_vtysh, 
  2072.        "no set metric-type (type-1|type-2)", 
  2073.        "Negate a command or set its defaultsn" 
  2074.        "Set valuen"
  2075.        "Type of metricn"
  2076.        "OSPF6 external type 1 metricn"
  2077.        "OSPF6 external type 2 metricn")
  2078. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_name_seq_cmd_vtysh, 
  2079.        "show ip prefix-list WORD seq <1-4294967295>", 
  2080.        "Show running system informationn" 
  2081.        "IP informationn" 
  2082.        "Build a prefix listn" 
  2083.        "Name of a prefix listn"
  2084.        "sequence number of an entryn"
  2085.        "Sequence numbern")
  2086. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
  2087.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
  2088.        "Specify neighbor routern" 
  2089.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2090.        "Maximum number of prefix accept from this peern"
  2091.        "maximum no. of prefix limitn"
  2092.        "Threshold value (%) at which to generate a warning msgn"
  2093.        "Restart bgp connection after limit is exceededn"
  2094.        "Restart interval in minutes")
  2095. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_soft_in_cmd_vtysh, 
  2096.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft in", 
  2097.        "Reset functionsn" 
  2098.        "IP informationn" 
  2099.        "BGP informationn" 
  2100.        "Clear peers with the AS numbern"
  2101.        "Address familyn"
  2102.        "Address Family modifiern"
  2103.        "Address Family modifiern"
  2104.        "Soft reconfign"
  2105.        "Soft reconfig inbound updaten")
  2106. DEFSH (VTYSH_OSPFD, ospf_rfc1583_flag_cmd_vtysh, 
  2107.        "ospf rfc1583compatibility", 
  2108.        "OSPF specific commandsn"
  2109.        "Enable the RFC1583Compatibility flagn")
  2110. DEFSH (VTYSH_ZEBRA, no_debug_zebra_packet_cmd_vtysh, 
  2111.        "no debug zebra packet", 
  2112.        "Negate a command or set its defaultsn" 
  2113.        "Debugging functions (see also 'undebug')n" 
  2114.        "Zebra configurationn"
  2115.        "Debug option set for zebra packetn")
  2116. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community4_exact_cmd_vtysh, 
  2117.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  2118.        "Show running system informationn" 
  2119.        "IPv6 informationn" 
  2120.        "BGP informationn" 
  2121.        "Display routes matching the communitiesn"
  2122.        "community numbern"
  2123.        "Do not send outside local AS (well-known community)n"
  2124.        "Do not advertise to any peer (well-known community)n"
  2125.        "Do not export to next AS (well-known community)n"
  2126.        "community numbern"
  2127.        "Do not send outside local AS (well-known community)n"
  2128.        "Do not advertise to any peer (well-known community)n"
  2129.        "Do not export to next AS (well-known community)n"
  2130.        "community numbern"
  2131.        "Do not send outside local AS (well-known community)n"
  2132.        "Do not advertise to any peer (well-known community)n"
  2133.        "Do not export to next AS (well-known community)n"
  2134.        "community numbern"
  2135.        "Do not send outside local AS (well-known community)n"
  2136.        "Do not advertise to any peer (well-known community)n"
  2137.        "Do not export to next AS (well-known community)n"
  2138.        "Exact match of the communities")
  2139. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_route_cmd_vtysh, 
  2140.        "no debug ospf6 route (table|intra-area|inter-area)", 
  2141.        "Negate a command or set its defaultsn" 
  2142.        "Debugging functions (see also 'undebug')n" 
  2143.        "Open Shortest Path First (OSPF) for IPv6n" 
  2144.        "Debug route table calculationn"
  2145.        "Debug intra-area route calculationn")
  2146. DEFSH (VTYSH_RIPD, ip_rip_authentication_mode_cmd_vtysh, 
  2147.        "ip rip authentication mode (md5|text)", 
  2148.        "IP informationn" 
  2149.        "Routing Information Protocoln"
  2150.        "Authentication controln"
  2151.        "Authentication moden"
  2152.        "Keyed message digestn"
  2153.        "Clear text authenticationn")
  2154. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_send_ra_cmd_vtysh, 
  2155.        "no ipv6 nd send-ra", 
  2156.        "Negate a command or set its defaultsn" 
  2157.        "IP informationn" 
  2158.        "Neighbor discoveryn"
  2159.        "Send Router Advertisementn")
  2160. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_exact_cmd_vtysh, 
  2161.        "show ip bgp ipv4 (unicast|multicast) community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  2162.        "Show running system informationn" 
  2163.        "IP informationn" 
  2164.        "BGP informationn" 
  2165.        "Address familyn"
  2166.        "Address Family modifiern"
  2167.        "Address Family modifiern"
  2168.        "Display routes matching the communitiesn"
  2169.        "community numbern"
  2170.        "Do not send outside local AS (well-known community)n"
  2171.        "Do not advertise to any peer (well-known community)n"
  2172.        "Do not export to next AS (well-known community)n"
  2173.        "Exact match of the communities")
  2174. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_soft_cmd_vtysh, 
  2175.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft", 
  2176.        "Reset functionsn" 
  2177.        "IP informationn" 
  2178.        "BGP informationn" 
  2179.        "Clear peers with the AS numbern"
  2180.        "Address familyn"
  2181.        "Address Family Modifiern"
  2182.        "Address Family Modifiern"
  2183.        "Soft reconfign")
  2184. DEFSH (VTYSH_OSPFD, ospf_abr_type_cmd_vtysh, 
  2185.        "ospf abr-type (cisco|ibm|shortcut|standard)", 
  2186.        "OSPF specific commandsn"
  2187.        "Set OSPF ABR typen"
  2188.        "Alternative ABR,  cisco implementationn"
  2189.        "Alternative ABR,  IBM implementationn"
  2190.        "Shortcut ABRn"
  2191.        "Standard behavior (RFC2328)n")
  2192. DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_cmd_vtysh, 
  2193.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix", 
  2194.        "Negate a command or set its defaultsn" 
  2195.        "Specify neighbor routern" 
  2196.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2197.        "Maximum number of prefix accept from this peern")
  2198. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_soft_cmd_vtysh, 
  2199.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft", 
  2200.        "Reset functionsn" 
  2201.        "BGP informationn" 
  2202.        "Address familyn"
  2203.        "BGP neighbor address to clearn"
  2204.        "BGP IPv6 neighbor to clearn"
  2205.        "Soft reconfign")
  2206. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_metric_type_cmd_vtysh, 
  2207.        "default-information originate always metric <0-16777214> metric-type (1|2)", 
  2208.        "Control distribution of default informationn"
  2209.        "Distribute a default routen"
  2210.        "Always advertise default routen"
  2211.        "OSPF default metricn"
  2212.        "OSPF metricn"
  2213.        "OSPF metric type for default routesn"
  2214.        "Set OSPF External Type 1 metricsn"
  2215.        "Set OSPF External Type 2 metricsn")
  2216. DEFSH (VTYSH_BGPD, show_ip_bgp_community3_exact_cmd_vtysh, 
  2217.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  2218.        "Show running system informationn" 
  2219.        "IP informationn" 
  2220.        "BGP informationn" 
  2221.        "Display routes matching the communitiesn"
  2222.        "community numbern"
  2223.        "Do not send outside local AS (well-known community)n"
  2224.        "Do not advertise to any peer (well-known community)n"
  2225.        "Do not export to next AS (well-known community)n"
  2226.        "community numbern"
  2227.        "Do not send outside local AS (well-known community)n"
  2228.        "Do not advertise to any peer (well-known community)n"
  2229.        "Do not export to next AS (well-known community)n"
  2230.        "community numbern"
  2231.        "Do not send outside local AS (well-known community)n"
  2232.        "Do not advertise to any peer (well-known community)n"
  2233.        "Do not export to next AS (well-known community)n"
  2234.        "Exact match of the communities")
  2235. DEFSH (VTYSH_BGPD, neighbor_strict_capability_cmd_vtysh, 
  2236.        "neighbor (A.B.C.D|X:X::X:X) "  "strict-capability-match", 
  2237.        "Specify neighbor routern" 
  2238.        "Neighbor addressnIPv6 addressn" 
  2239.        "Strict capability negotiation matchn")
  2240. DEFSH (VTYSH_BGPD, clear_bgp_instance_all_soft_cmd_vtysh, 
  2241.        "clear bgp view WORD * soft", 
  2242.        "Reset functionsn" 
  2243.        "BGP informationn" 
  2244.        "BGP viewn"
  2245.        "view namen"
  2246.        "Clear all peersn"
  2247.        "Soft reconfign")
  2248. DEFSH (VTYSH_BGPD, clear_bgp_peer_in_cmd_vtysh, 
  2249.        "clear bgp (A.B.C.D|X:X::X:X) in", 
  2250.        "Reset functionsn" 
  2251.        "BGP informationn" 
  2252.        "BGP neighbor address to clearn"
  2253.        "BGP IPv6 neighbor to clearn"
  2254.        "Soft reconfig inbound updaten")
  2255. DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_database_cmd_vtysh, 
  2256.        "debug ospf6 spf database", 
  2257.        "Debugging functions (see also 'undebug')n" 
  2258.        "Open Shortest Path First (OSPF) for IPv6n" 
  2259.        "Debug SPF Calculationn"
  2260.        "Log number of LSAs at SPF Calculation timen"
  2261.       )
  2262. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_prefix_cmd_vtysh, 
  2263.        "show ipv6 prefix-list WORD X:X::X:X/M", 
  2264.        "Show running system informationn" 
  2265.        "IPv6 informationn" 
  2266.        "Build a prefix listn" 
  2267.        "Name of a prefix listn"
  2268.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n")
  2269. DEFSH (VTYSH_BGPD, ipv6_mbgp_neighbor_advertised_route_cmd_vtysh, 
  2270.        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  2271.        "Show running system informationn" 
  2272.        "IPv6 informationn" 
  2273.        "MBGP informationn" 
  2274.        "Detailed information on TCP and BGP neighbor connectionsn"
  2275.        "Neighbor to display information aboutn"
  2276.        "Neighbor to display information aboutn"
  2277.        "Display the routes advertised to a BGP neighborn")
  2278. DEFSH (VTYSH_ZEBRA, show_ip_route_addr_cmd_vtysh, 
  2279.        "show ip route A.B.C.D", 
  2280.        "Show running system informationn" 
  2281.        "IP informationn"