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

网络

开发平台:

Unix_Linux

  1.        "Enable all debuggingn"
  2.        "BGP informationn" )
  3. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_cmd_vtysh, 
  4.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn", 
  5.        "Show running system informationn" 
  6.        "IP informationn" 
  7.        "BGP informationn" 
  8.        "Display VPNv4 NLRI specific informationn"
  9.        "Display information for a route distinguishern"
  10.        "VPN Route Distinguishern")
  11. DEFSH (VTYSH_BGPD, show_bgp_prefix_list_cmd_vtysh, 
  12.        "show bgp prefix-list WORD", 
  13.        "Show running system informationn" 
  14.        "BGP informationn" 
  15.        "Display routes conforming to the prefix-listn"
  16.        "IPv6 prefix-list namen")
  17. DEFSH (VTYSH_BGPD, no_set_vpnv4_nexthop_val_cmd_vtysh, 
  18.        "no set vpnv4 next-hop A.B.C.D", 
  19.        "Negate a command or set its defaultsn" 
  20.        "Set values in destination routing protocoln" 
  21.        "VPNv4 informationn"
  22.        "VPNv4 next-hop addressn"
  23.        "IP address of next hopn")
  24. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_out_cmd_vtysh, 
  25.        "clear bgp ipv6 external soft out", 
  26.        "Reset functionsn" 
  27.        "BGP informationn" 
  28.        "Address familyn"
  29.        "Clear all external peersn"
  30.        "Soft reconfign"
  31.        "Soft reconfig outbound updaten")
  32. DEFSH (VTYSH_OSPFD, show_ip_ospf_interface_cmd_vtysh, 
  33.        "show ip ospf interface [INTERFACE]", 
  34.        "Show running system informationn" 
  35.        "IP informationn" 
  36.        "OSPF informationn"
  37.        "Interface informationn"
  38.        "Interface namen")
  39. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbors_cmd_vtysh, 
  40.        "show ip bgp ipv4 (unicast|multicast) neighbors", 
  41.        "Show running system informationn" 
  42.        "IP informationn" 
  43.        "BGP informationn" 
  44.        "Address familyn"
  45.        "Address Family modifiern"
  46.        "Address Family modifiern"
  47.        "Detailed information on TCP and BGP neighbor connectionsn")
  48. DEFSH (VTYSH_BGPD, no_bgp_always_compare_med_cmd_vtysh, 
  49.        "no bgp always-compare-med", 
  50.        "Negate a command or set its defaultsn" 
  51.        "BGP specific commandsn"
  52.        "Allow comparing MED from different neighborsn")
  53. DEFSH (VTYSH_BGPD, old_no_ipv6_aggregate_address_cmd_vtysh, 
  54.        "no ipv6 bgp aggregate-address X:X::X:X/M", 
  55.        "Negate a command or set its defaultsn" 
  56.        "IPv6 informationn" 
  57.        "BGP informationn" 
  58.        "Configure BGP aggregate entriesn"
  59.        "Aggregate prefixn")
  60. DEFSH (VTYSH_BGPD, bgp_log_neighbor_changes_cmd_vtysh, 
  61.        "bgp log-neighbor-changes", 
  62.        "BGP specific commandsn"
  63.        "Log neighbor up/down and reset reasonn")
  64. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_type_metric_cmd_vtysh, 
  65.        "default-information originate metric-type (1|2) metric <0-16777214>", 
  66.        "Control distribution of default informationn"
  67.        "Distribute a default routen"
  68.        "OSPF metric type for default routesn"
  69.        "Set OSPF External Type 1 metricsn"
  70.        "Set OSPF External Type 2 metricsn"
  71.        "OSPF default metricn"
  72.        "OSPF metricn")
  73. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged2_cmd_vtysh, 
  74.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path (next-hop|med)", 
  75.        "Negate a command or set its defaultsn" 
  76.        "Specify neighbor routern" 
  77.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  78.        "BGP attribute is propagated unchanged to this neighborn"
  79.        "As-path attributen"
  80.        "Nexthop attributen"
  81.        "Med attributen")
  82. DEFSH (VTYSH_RIPD, debug_rip_packet_cmd_vtysh, 
  83.        "debug rip packet", 
  84.        "Debugging functions (see also 'undebug')n" 
  85.        "RIP informationn" 
  86.        "RIP packetn")
  87. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbor_advertised_route_cmd_vtysh, 
  88.        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  89.        "Show running system informationn" 
  90.        "BGP informationn" 
  91.        "Address familyn"
  92.        "Detailed information on TCP and BGP neighbor connectionsn"
  93.        "Neighbor to display information aboutn"
  94.        "Neighbor to display information aboutn"
  95.        "Display the routes advertised to a BGP neighborn")
  96. DEFSH (VTYSH_RIPNGD, ripng_default_metric_cmd_vtysh, 
  97.        "default-metric <1-16>", 
  98.        "Set a metric of redistribute routesn"
  99.        "Default metricn")
  100. DEFSH (VTYSH_RIPD, no_rip_redistribute_type_cmd_vtysh, 
  101.        "no redistribute (kernel|connected|static|ospf|bgp)", 
  102.        "Negate a command or set its defaultsn" 
  103.        "Redistribute information from another routing protocoln"
  104.        "Kernel routesn"
  105.        "Connectedn"
  106.        "Static routesn"
  107.        "Open Shortest Path First (OSPF)n"
  108.        "Border Gateway Protocol (BGP)n")
  109. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, rmap_continue_seq_cmd_vtysh, 
  110.        "continue <1-65535>", 
  111.        "Continue on a different entry within the route-mapn"
  112.        "Route-map entry sequence numbern")
  113. DEFSH (VTYSH_BGPD, undebug_bgp_keepalive_cmd_vtysh, 
  114.        "undebug bgp keepalives", 
  115.        "Disable debugging functions (see also 'debug')n" 
  116.        "BGP informationn" 
  117.        "BGP keepalivesn")
  118. DEFSH (VTYSH_BGPD, bgp_network_import_check_cmd_vtysh, 
  119.        "bgp network import-check", 
  120.        "BGP specific commandsn"
  121.        "BGP network commandn"
  122.        "Check BGP network route exists in IGPn")
  123. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_soft_out_cmd_vtysh, 
  124.        "clear ip bgp <1-65535> soft out", 
  125.        "Reset functionsn" 
  126.        "IP informationn" 
  127.        "BGP informationn" 
  128.        "Clear peers with the AS numbern"
  129.        "Soft reconfign"
  130.        "Soft reconfig outbound updaten")
  131. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_cmd_vtysh, 
  132.        "no 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", 
  133.        "Negate a command or set its defaultsn" 
  134.        "Add an access list entryn"
  135.        "IP extended access listn"
  136.        "IP extended access list (expanded range)n"
  137.        "Specify packets to rejectn"
  138.        "Specify packets to forwardn"
  139.        "Any Internet Protocoln"
  140.        "Source addressn"
  141.        "Source wildcard bitsn"
  142.        "Destination addressn"
  143.        "Destination Wildcard bitsn")
  144. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community4_cmd_vtysh, 
  145.        "show ipv6 mbgp 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)", 
  146.        "Show running system informationn" 
  147.        "IPv6 informationn" 
  148.        "MBGP informationn" 
  149.        "Display routes matching the communitiesn"
  150.        "community numbern"
  151.        "Do not send outside local AS (well-known community)n"
  152.        "Do not advertise to any peer (well-known community)n"
  153.        "Do not export to next AS (well-known community)n"
  154.        "community numbern"
  155.        "Do not send outside local AS (well-known community)n"
  156.        "Do not advertise to any peer (well-known community)n"
  157.        "Do not export to next AS (well-known community)n"
  158.        "community numbern"
  159.        "Do not send outside local AS (well-known community)n"
  160.        "Do not advertise to any peer (well-known community)n"
  161.        "Do not export to next AS (well-known community)n"
  162.        "community numbern"
  163.        "Do not send outside local AS (well-known community)n"
  164.        "Do not advertise to any peer (well-known community)n"
  165.        "Do not export to next AS (well-known community)n")
  166. DEFSH (VTYSH_BGPD, ip_as_path_cmd_vtysh, 
  167.        "ip as-path access-list WORD (deny|permit) .LINE", 
  168.        "IP informationn" 
  169.        "BGP autonomous system path filtern"
  170.        "Specify an access list namen"
  171.        "Regular expression access list namen"
  172.        "Specify packets to rejectn"
  173.        "Specify packets to forwardn"
  174.        "A regular-expression to match the BGP AS pathsn")
  175. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_out_cmd_vtysh, 
  176.        "clear ip bgp * out", 
  177.        "Reset functionsn" 
  178.        "IP informationn" 
  179.        "BGP informationn" 
  180.        "Clear all peersn"
  181.        "Soft reconfig outbound updaten")
  182. DEFSH (VTYSH_RIPD, send_lifetime_day_month_month_day_cmd_vtysh, 
  183.        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
  184.        "Set send lifetime of the keyn"
  185.        "Time to startn"
  186.        "Day of th month to startn"
  187.        "Month of the year to startn"
  188.        "Year to startn"
  189.        "Time to expiren"
  190.        "Month of the year to expiren"
  191.        "Day of th month to expiren"
  192.        "Year to expiren")
  193. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPF6D, no_router_zebra_cmd_vtysh, 
  194.        "no router zebra", 
  195.        "Negate a command or set its defaultsn" 
  196.        "Configure routing processn"
  197.        "Disable connection to zebra daemonn")
  198. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_string_cmd_vtysh, 
  199.        "no ip rip authentication string", 
  200.        "Negate a command or set its defaultsn" 
  201.        "IP informationn" 
  202.        "Routing Information Protocoln"
  203.        "Authentication controln"
  204.        "Authentication stringn")
  205. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_soft_out_cmd_vtysh, 
  206.        "clear bgp ipv6 peer-group WORD soft out", 
  207.        "Reset functionsn" 
  208.        "BGP informationn" 
  209.        "Address familyn"
  210.        "Clear all members of peer-groupn"
  211.        "BGP peer-group namen"
  212.        "Soft reconfign"
  213.        "Soft reconfig outbound updaten")
  214. DEFSH (VTYSH_BGPD, no_neighbor_route_map_cmd_vtysh, 
  215.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-map WORD (in|out)", 
  216.        "Negate a command or set its defaultsn" 
  217.        "Specify neighbor routern" 
  218.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  219.        "Apply route map to neighborn"
  220.        "Name of route mapn"
  221.        "Apply map to incoming routesn"
  222.        "Apply map to outbound routesn")
  223. DEFSH (VTYSH_BGPD, ipv6_aggregate_address_summary_only_cmd_vtysh, 
  224.        "aggregate-address X:X::X:X/M summary-only", 
  225.        "Configure BGP aggregate entriesn"
  226.        "Aggregate prefixn"
  227.        "Filter more specific routes from updatesn")
  228. DEFSH (VTYSH_OSPFD, no_ospf_area_range_advertise_cost_cmd_vtysh, 
  229.        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
  230.        "Negate a command or set its defaultsn" 
  231.        "OSPF area parametersn"
  232.        "OSPF area ID in IP address formatn"
  233.        "OSPF area ID as a decimal valuen"
  234.        "Summarize routes matching address/mask (border routers only)n"
  235.        "Area range prefixn"
  236.        "Advertise this range (default)n"
  237.        "User specified metric for this rangen"
  238.        "Advertised metric for this rangen")
  239. DEFSH (VTYSH_OSPFD, no_ip_ospf_transmit_delay_cmd_vtysh, 
  240.        "no ip ospf transmit-delay", 
  241.        "Negate a command or set its defaultsn" 
  242.        "IP Informationn"
  243.        "OSPF interface commandsn"
  244.        "Link state transmit delayn")
  245. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_le_ge_cmd_vtysh, 
  246.        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
  247.        "Negate a command or set its defaultsn" 
  248.        "IP informationn" 
  249.        "Build a prefix listn" 
  250.        "Name of a prefix listn"
  251.        "Specify packets to rejectn"
  252.        "Specify packets to forwardn"
  253.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  254.        "Maximum prefix length to be matchedn"
  255.        "Maximum prefix lengthn"
  256.        "Minimum prefix length to be matchedn"
  257.        "Minimum prefix lengthn")
  258. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_prefix_cmd_vtysh, 
  259.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn A.B.C.D/M", 
  260.        "Show running system informationn" 
  261.        "IP informationn" 
  262.        "BGP informationn" 
  263.        "Display VPNv4 NLRI specific informationn"
  264.        "Display information for a route distinguishern"
  265.        "VPN Route Distinguishern"
  266.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  267. DEFSH (VTYSH_BGPD, bgp_network_route_map_cmd_vtysh, 
  268.        "network A.B.C.D/M route-map WORD", 
  269.        "Specify a network to announce via BGPn"
  270.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  271.        "Route-map to modify the attributesn"
  272.        "Name of the route mapn")
  273. DEFSH (VTYSH_BGPD, show_ip_bgp_community_list_cmd_vtysh, 
  274.        "show ip bgp community-list (<1-500>|WORD)", 
  275.        "Show running system informationn" 
  276.        "IP informationn" 
  277.        "BGP informationn" 
  278.        "Display routes matching the community-listn"
  279.        "community-list numbern"
  280.        "community-list namen")
  281. DEFSH (VTYSH_RIPD, accept_lifetime_infinite_month_day_cmd_vtysh, 
  282.        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> infinite", 
  283.        "Set accept lifetime of the keyn"
  284.        "Time to startn"
  285.        "Month of the year to startn"
  286.        "Day of th month to startn"
  287.        "Year to startn"
  288.        "Never expires")
  289. DEFSH (VTYSH_ZEBRA, no_ip_route_mask_cmd_vtysh, 
  290.        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
  291.        "Negate a command or set its defaultsn" 
  292.        "IP informationn" 
  293.        "Establish static routesn"
  294.        "IP destination prefixn"
  295.        "IP destination prefix maskn"
  296.        "IP gateway addressn"
  297.        "IP gateway interface namen"
  298.        "Null interfacen")
  299. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_type_metric_cmd_vtysh, 
  300.        "redistribute (kernel|connected|static|rip|bgp) metric-type (1|2) metric <0-16777214>", 
  301.        "Redistribute information from another routing protocoln"
  302.        "Kernel routesn"
  303.        "Connectedn"
  304.        "Static routesn"
  305.        "Routing Information Protocol (RIP)n"
  306.        "Border Gateway Protocol (BGP)n"
  307.        "OSPF exterior metric type for redistributed routesn"
  308.        "Set OSPF External Type 1 metricsn"
  309.        "Set OSPF External Type 2 metricsn"
  310.        "Metric for redistributed routesn"
  311.        "OSPF default metricn")
  312. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_out_cmd_vtysh, 
  313.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) out", 
  314.        "Reset functionsn" 
  315.        "IP informationn" 
  316.        "BGP informationn" 
  317.        "BGP neighbor address to clearn"
  318.        "Address familyn"
  319.        "Address Family modifiern"
  320.        "Address Family modifiern"
  321.        "Soft reconfig outbound updaten")
  322. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_in_cmd_vtysh, 
  323.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) in", 
  324.        "Reset functionsn" 
  325.        "BGP informationn" 
  326.        "Address familyn"
  327.        "BGP neighbor address to clearn"
  328.        "BGP IPv6 neighbor to clearn"
  329.        "Soft reconfig inbound updaten")
  330. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_out_cmd_vtysh, 
  331.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) out", 
  332.        "Reset functionsn" 
  333.        "BGP informationn" 
  334.        "Address familyn"
  335.        "BGP neighbor address to clearn"
  336.        "BGP IPv6 neighbor to clearn"
  337.        "Soft reconfig outbound updaten")
  338. DEFSH (VTYSH_BGPD, neighbor_override_capability_cmd_vtysh, 
  339.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "override-capability", 
  340.        "Specify neighbor routern" 
  341.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  342.        "Override capability negotiation resultn")
  343. DEFSH (VTYSH_BGPD, neighbor_disable_connected_check_cmd_vtysh, 
  344.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "disable-connected-check", 
  345.        "Specify neighbor routern" 
  346.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  347.        "one-hop away EBGP peer using loopback addressn")
  348. DEFSH (VTYSH_BGPD, no_dump_bgp_updates_cmd_vtysh, 
  349.        "no dump bgp updates [PATH] [INTERVAL]", 
  350.        "Negate a command or set its defaultsn" 
  351.        "Dump packetn"
  352.        "BGP packet dumpn"
  353.        "Dump BGP updates onlyn")
  354. DEFSH (VTYSH_OSPFD, debug_ospf_lsa_sub_cmd_vtysh, 
  355.        "debug ospf lsa (generate|flooding|install|refresh)", 
  356.        "Debugging functions (see also 'undebug')n" 
  357.        "OSPF informationn" 
  358.        "OSPF Link State Advertisementn"
  359.        "LSA Generationn"
  360.        "LSA Floodingn"
  361.        "LSA Install/Deleten"
  362.        "LSA Refreshn")
  363. DEFSH (VTYSH_OSPFD, ip_ospf_hello_interval_cmd_vtysh, 
  364.        "ip ospf hello-interval <1-65535>", 
  365.        "IP Informationn"
  366.        "OSPF interface commandsn"
  367.        "Time between HELLO packetsn"
  368.        "Secondsn")
  369. DEFSH (VTYSH_BGPD, neighbor_nexthop_self_cmd_vtysh, 
  370.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "next-hop-self", 
  371.        "Specify neighbor routern" 
  372.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  373.        "Disable the next hop calculation for this neighborn")
  374. DEFSH (VTYSH_RIPD, accept_lifetime_month_day_day_month_cmd_vtysh, 
  375.        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
  376.        "Set accept lifetime of the keyn"
  377.        "Time to startn"
  378.        "Month of the year to startn"
  379.        "Day of th month to startn"
  380.        "Year to startn"
  381.        "Time to expiren"
  382.        "Day of th month to expiren"
  383.        "Month of the year to expiren"
  384.        "Year to expiren")
  385. DEFSH (VTYSH_BGPD, show_ipv6_bgp_prefix_longer_cmd_vtysh, 
  386.        "show ipv6 bgp X:X::X:X/M longer-prefixes", 
  387.        "Show running system informationn" 
  388.        "IPv6 informationn" 
  389.        "BGP informationn" 
  390.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  391.        "Display route and more specific routesn")
  392. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_metric_val_cmd_vtysh, 
  393.        "no redistribute static metric <0-16>", 
  394.        "Negate a command or set its defaultsn" 
  395.        "Redistribute information from another routing protocoln"
  396.        "Static routesn"
  397.        "Metricn"
  398.        "Metric valuen")
  399. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_param2_cmd_vtysh, 
  400.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  401.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  402.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
  403.        "Negate a command or set its defaultsn" 
  404.        "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" 
  405.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  406.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  407. DEFSH (VTYSH_BGPD, no_match_aspath_val_cmd_vtysh, 
  408.        "no match as-path WORD", 
  409.        "Negate a command or set its defaultsn" 
  410.        "Match values from routing tablen" 
  411.        "Match BGP AS path listn"
  412.        "AS path access-list namen")
  413. DEFSH (VTYSH_RIPD, no_key_chain_cmd_vtysh, 
  414.        "no key chain WORD", 
  415.        "Negate a command or set its defaultsn" 
  416.        "Authentication key managementn"
  417.        "Key-chain managementn"
  418.        "Key-chain namen")
  419. DEFSH (VTYSH_OSPF6D, show_version_ospf6_cmd_vtysh, 
  420.        "show version ospf6", 
  421.        "Show running system informationn" 
  422.        "Displays ospf6d versionn"
  423.       )
  424. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_zebra_cmd_vtysh, 
  425.        "no debug ospf6 zebra", 
  426.        "Negate a command or set its defaultsn" 
  427.        "Debugging functions (see also 'undebug')n" 
  428.        "Open Shortest Path First (OSPF) for IPv6n" 
  429.        "Debug connection between zebran"
  430.       )
  431. DEFSH (VTYSH_BGPD, clear_bgp_peer_cmd_vtysh,  
  432.        "clear bgp (A.B.C.D|X:X::X:X)", 
  433.        "Reset functionsn" 
  434.        "BGP informationn" 
  435.        "BGP neighbor address to clearn"
  436.        "BGP IPv6 neighbor to clearn")
  437. DEFSH (VTYSH_BGPD, bgp_damp_unset_cmd_vtysh, 
  438.        "no bgp dampening", 
  439.        "Negate a command or set its defaultsn" 
  440.        "BGP Specific commandsn"
  441.        "Enable route-flap dampeningn")
  442. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_match_detail_cmd_vtysh, 
  443.        "show ipv6 ospf6 route X:X::X:X/M match detail", 
  444.        "Show running system informationn" 
  445.        "IPv6 Informationn" 
  446.        "Open Shortest Path First (OSPF) for IPv6n" 
  447.        "Routing Tablen" 
  448.        "Specify IPv6 prefixn"
  449.        "Display routes which match the specified routen"
  450.        "Detailed informationn"
  451.        )
  452. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_metric_routemap_cmd_vtysh, 
  453.        "default-information originate metric <0-16777214> route-map WORD", 
  454.        "Control distribution of default informationn"
  455.        "Distribute a default routen"
  456.        "OSPF default metricn"
  457.        "OSPF metricn"
  458.        "Route map referencen"
  459.        "Pointer to route-map entriesn")
  460. DEFSH (VTYSH_RIPNGD, ripng_default_information_originate_cmd_vtysh, 
  461.        "default-information originate", 
  462.        "Default route informationn"
  463.        "Distribute default routen")
  464. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged2_cmd_vtysh, 
  465.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path (next-hop|med)", 
  466.        "Specify neighbor routern" 
  467.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  468.        "BGP attribute is propagated unchanged to this neighborn"
  469.        "As-path attributen"
  470.        "Nexthop attributen"
  471.        "Med attributen")
  472. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_in_cmd_vtysh, 
  473.        "clear bgp peer-group WORD in", 
  474.        "Reset functionsn" 
  475.        "BGP informationn" 
  476.        "Clear all members of peer-groupn"
  477.        "BGP peer-group namen"
  478.        "Soft reconfig inbound updaten")
  479. DEFSH (VTYSH_OSPFD, ospf_timers_spf_cmd_vtysh, 
  480.        "timers spf <0-4294967295> <0-4294967295>", 
  481.        "Adjust routing timersn"
  482.        "OSPF SPF timersn"
  483.        "Delay between receiving a change to SPF calculationn"
  484.        "Hold time between consecutive SPF calculationsn")
  485. DEFSH (VTYSH_OSPFD, no_ospf_dead_interval_cmd_vtysh, 
  486.        "no ospf dead-interval", 
  487.        "Negate a command or set its defaultsn" 
  488.        "OSPF interface commandsn"
  489.        "Interval after which a neighbor is declared deadn")
  490. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_all_cmd_vtysh, 
  491.        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
  492.        "Negate a command or set its defaultsn" 
  493.        "Add an access list entryn"
  494.        "IP standard access listn"
  495.        "IP extended access listn"
  496.        "IP standard access list (expanded range)n"
  497.        "IP extended access list (expanded range)n"
  498.        "IP zebra access-list namen")
  499. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_ge_cmd_vtysh, 
  500.        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
  501.        "IP informationn" 
  502.        "Build a prefix listn" 
  503.        "Name of a prefix listn"
  504.        "sequence number of an entryn"
  505.        "Sequence numbern"
  506.        "Specify packets to rejectn"
  507.        "Specify packets to forwardn"
  508.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  509.        "Minimum prefix length to be matchedn"
  510.        "Minimum prefix lengthn")
  511. DEFSH (VTYSH_BGPD, no_set_ecommunity_rt_val_cmd_vtysh, 
  512.        "no set extcommunity rt .ASN:nn_or_IP-address:nn", 
  513.        "Negate a command or set its defaultsn" 
  514.        "Set values in destination routing protocoln" 
  515.        "BGP extended community attributen"
  516.        "Route Target extened communitytn"
  517.        "VPN extended communityn")
  518. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_match_cmd_vtysh, 
  519.        "show ipv6 ospf6 route X:X::X:X/M match", 
  520.        "Show running system informationn" 
  521.        "IPv6 Informationn" 
  522.        "Open Shortest Path First (OSPF) for IPv6n" 
  523.        "Routing Tablen" 
  524.        "Specify IPv6 prefixn"
  525.        "Display routes which match the specified routen"
  526.        )
  527. DEFSH (VTYSH_BGPD, set_atomic_aggregate_cmd_vtysh, 
  528.        "set atomic-aggregate", 
  529.        "Set values in destination routing protocoln" 
  530.        "BGP atomic aggregate attributen" )
  531. DEFSH (VTYSH_BGPD, no_neighbor_transport_connection_mode_cmd_vtysh, 
  532.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "transport connection-mode", 
  533.        "Negate a command or set its defaultsn" 
  534.        "Specify neighbor routern" 
  535.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  536.        "Transport optionsn"
  537.        "Specify passive or active connectionn")
  538. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_any_cmd_vtysh, 
  539.        "access-list WORD (deny|permit) any", 
  540.        "Add an access list entryn"
  541.        "IP zebra access-list namen"
  542.        "Specify packets to rejectn"
  543.        "Specify packets to forwardn"
  544.        "Prefix to match. e.g. 10.0.0.0/8n")
  545. DEFSH (VTYSH_OSPFD, no_ospf_network_area_cmd_vtysh, 
  546.        "no network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
  547.        "Negate a command or set its defaultsn" 
  548.        "Enable routing on an IP networkn"
  549.        "OSPF network prefixn"
  550.        "Set the OSPF area IDn"
  551.        "OSPF area ID in IP address formatn"
  552.        "OSPF area ID as a decimal valuen")
  553. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_soft_cmd_vtysh, 
  554.        "clear bgp ipv6 <1-65535> soft", 
  555.        "Reset functionsn" 
  556.        "BGP informationn" 
  557.        "Address familyn"
  558.        "Clear peers with the AS numbern"
  559.        "Soft reconfign")
  560. DEFSH (VTYSH_BGPD, no_neighbor_advertise_interval_val_cmd_vtysh, 
  561.        "no neighbor (A.B.C.D|X:X::X:X) "  "advertisement-interval <0-600>", 
  562.        "Negate a command or set its defaultsn" 
  563.        "Specify neighbor routern" 
  564.        "Neighbor addressnIPv6 addressn" 
  565.        "Minimum interval between sending BGP routing updatesn"
  566.        "time in secondsn")
  567. DEFSH (VTYSH_BGPD, debug_bgp_update_cmd_vtysh, 
  568.        "debug bgp updates", 
  569.        "Debugging functions (see also 'undebug')n" 
  570.        "BGP informationn" 
  571.        "BGP updatesn")
  572. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_metric_cmd_vtysh, 
  573.        "redistribute (connected|kernel|ospf6|ripng|static) metric <0-4294967295>", 
  574.        "Redistribute information from another routing protocoln"
  575.        "Connectedn"
  576.        "Kernel routesn"
  577.        "Open Shurtest Path First (OSPFv3)n"
  578.        "Routing Information Protocol (RIPng)n"
  579.        "Static routesn"
  580.        "Metric for redistributed routesn"
  581.        "Default metricn")
  582. DEFSH (VTYSH_BGPD, show_bgp_prefix_cmd_vtysh, 
  583.        "show bgp X:X::X:X/M", 
  584.        "Show running system informationn" 
  585.        "BGP informationn" 
  586.        "IPv6 prefix <network>/<length>n")
  587. DEFSH (VTYSH_BGPD, show_ipv6_bgp_prefix_cmd_vtysh, 
  588.        "show ipv6 bgp X:X::X:X/M", 
  589.        "Show running system informationn" 
  590.        "IP informationn" 
  591.        "BGP informationn" 
  592.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n")
  593. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_out_cmd_vtysh, 
  594.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) out", 
  595.        "Reset functionsn" 
  596.        "IP informationn" 
  597.        "BGP informationn" 
  598.        "Clear peers with the AS numbern"
  599.        "Address familyn"
  600.        "Address Family modifiern"
  601.        "Address Family modifiern"
  602.        "Soft reconfig outbound updaten")
  603. DEFSH (VTYSH_BGPD, show_bgp_filter_list_cmd_vtysh, 
  604.        "show bgp filter-list WORD", 
  605.        "Show running system informationn" 
  606.        "BGP informationn" 
  607.        "Display routes conforming to the filter-listn"
  608.        "Regular expression access list namen")
  609. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_detail_cmd_vtysh, 
  610.        "show ipv6 ospf6 linkstate detail", 
  611.        "Show running system informationn" 
  612.        "IPv6 Informationn" 
  613.        "Open Shortest Path First (OSPF) for IPv6n" 
  614.        "Display linkstate routing tablen"
  615.       )
  616. DEFSH (VTYSH_BGPD, clear_bgp_peer_soft_out_cmd_vtysh, 
  617.        "clear bgp (A.B.C.D|X:X::X:X) soft out", 
  618.        "Reset functionsn" 
  619.        "BGP informationn" 
  620.        "BGP neighbor address to clearn"
  621.        "BGP IPv6 neighbor to clearn"
  622.        "Soft reconfign"
  623.        "Soft reconfig outbound updaten")
  624. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_in_cmd_vtysh, 
  625.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) in", 
  626.        "Reset functionsn" 
  627.        "IP informationn" 
  628.        "BGP informationn" 
  629.        "Clear peers with the AS numbern"
  630.        "Address familyn"
  631.        "Address Family modifiern"
  632.        "Address Family modifiern"
  633.        "Soft reconfig inbound updaten")
  634. DEFSH (VTYSH_RIPD, rip_distance_cmd_vtysh, 
  635.        "distance <1-255>", 
  636.        "Administrative distancen"
  637.        "Distance valuen")
  638. DEFSH (VTYSH_BGPD, set_origin_cmd_vtysh, 
  639.        "set origin (egp|igp|incomplete)", 
  640.        "Set values in destination routing protocoln" 
  641.        "BGP origin coden"
  642.        "remote EGPn"
  643.        "local IGPn"
  644.        "unknown heritagen")
  645. DEFSH (VTYSH_OSPFD, ospf_transmit_delay_cmd_vtysh, 
  646.        "ospf transmit-delay <1-65535>", 
  647.        "OSPF interface commandsn"
  648.        "Link state transmit delayn"
  649.        "Secondsn")
  650. DEFSH (VTYSH_BGPD, no_neighbor_port_val_cmd_vtysh, 
  651.        "no neighbor (A.B.C.D|X:X::X:X) "  "port <0-65535>", 
  652.        "Negate a command or set its defaultsn" 
  653.        "Specify neighbor routern" 
  654.        "Neighbor addressnIPv6 addressn" 
  655.        "Neighbor's BGP portn"
  656.        "TCP port numbern")
  657. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_cmd_vtysh, 
  658.        "no ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
  659.        "Negate a command or set its defaultsn" 
  660.        "IPv6 informationn" 
  661.        "Add an access list entryn"
  662.        "IPv6 zebra access-listn"
  663.        "Specify packets to rejectn"
  664.        "Specify packets to forwardn"
  665.        "Prefix to match. e.g. 3ffe:506::/32n")
  666. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
  667.        "redistribute (connected|kernel|ospf6|ripng|static) metric <0-4294967295> route-map WORD", 
  668.        "Redistribute information from another routing protocoln"
  669.        "Connectedn"
  670.        "Kernel routesn"
  671.        "Open Shurtest Path First (OSPFv3)n"
  672.        "Routing Information Protocol (RIPng)n"
  673.        "Static routesn"
  674.        "Metric for redistributed routesn"
  675.        "Default metricn"
  676.        "Route map referencen"
  677.        "Pointer to route-map entriesn")
  678. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community_exact_cmd_vtysh, 
  679.        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  680.        "Show running system informationn" 
  681.        "BGP informationn" 
  682.        "Address familyn"
  683.        "Display routes matching the communitiesn"
  684.        "community numbern"
  685.        "Do not send outside local AS (well-known community)n"
  686.        "Do not advertise to any peer (well-known community)n"
  687.        "Do not export to next AS (well-known community)n"
  688.        "Exact match of the communities")
  689. DEFSH (VTYSH_BGPD, no_neighbor_ebgp_multihop_cmd_vtysh, 
  690.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "ebgp-multihop", 
  691.        "Negate a command or set its defaultsn" 
  692.        "Specify neighbor routern" 
  693.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  694.        "Allow EBGP neighbors not on directly connected networksn")
  695. DEFSH (VTYSH_BGPD, no_set_weight_val_cmd_vtysh, 
  696.        "no set weight <0-65535>", 
  697.        "Negate a command or set its defaultsn" 
  698.        "Set values in destination routing protocoln" 
  699.        "BGP weight for routing tablen"
  700.        "Weight valuen")
  701. DEFSH (VTYSH_ZEBRA, ipv6_nd_prefix_advertisement_no_val_cmd_vtysh, 
  702.        "ipv6 nd prefix-advertisement IPV6PREFIX", 
  703.        "IP informationn" 
  704.        "Neighbor discoveryn"
  705.        "Prefix informationn"
  706.        "IPv6 prefixn")
  707. DEFSH (VTYSH_BGPD, dump_bgp_all_cmd_vtysh, 
  708.        "dump bgp all PATH", 
  709.        "Dump packetn"
  710.        "BGP packet dumpn"
  711.        "Dump all BGP packetsn"
  712.        "Output filenamen")
  713. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_soft_out_cmd_vtysh, 
  714.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft out", 
  715.        "Reset functionsn" 
  716.        "IP informationn" 
  717.        "BGP informationn" 
  718.        "BGP neighbor address to clearn"
  719.        "Address familyn"
  720.        "Address Family modifiern"
  721.        "Address Family modifiern"
  722.        "Soft reconfign"
  723.        "Soft reconfig outbound updaten")
  724. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_type_cmd_vtysh, 
  725.        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2)", 
  726.        "Show running system informationn" 
  727.        "IPv6 Informationn" 
  728.        "Open Shortest Path First (OSPF) for IPv6n" 
  729.        "Routing Tablen" 
  730.        "Dispaly Intra-Area routesn"
  731.        "Dispaly Inter-Area routesn"
  732.        "Dispaly Type-1 External routesn"
  733.        "Dispaly Type-2 External routesn"
  734.        )
  735. DEFSH (VTYSH_RIPNGD, ripng_passive_interface_cmd_vtysh, 
  736.        "passive-interface IFNAME", 
  737.        "Suppress routing updates on an interfacen"
  738.        "Interface namen")
  739. DEFSH (VTYSH_BGPD, show_bgp_neighbors_peer_cmd_vtysh, 
  740.        "show bgp neighbors (A.B.C.D|X:X::X:X)", 
  741.        "Show running system informationn" 
  742.        "BGP informationn" 
  743.        "Detailed information on TCP and BGP neighbor connectionsn"
  744.        "Neighbor to display information aboutn"
  745.        "Neighbor to display information aboutn")
  746. DEFSH (VTYSH_OSPFD, no_debug_ospf_packet_all_cmd_vtysh, 
  747.        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
  748.        "Negate a command or set its defaultsn" 
  749.        "Debugging functions (see also 'undebug')n" 
  750.        "OSPF informationn" 
  751.        "OSPF packetsn"
  752.        "OSPF Hellon"
  753.        "OSPF Database Descriptionn"
  754.        "OSPF Link State Requestn"
  755.        "OSPF Link State Updaten"
  756.        "OSPF Link State Acknowledgmentn"
  757.        "OSPF all packetsn")
  758. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_cmd_vtysh, 
  759.        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
  760.        "IPv6 informationn" 
  761.        "Build a prefix listn" 
  762.        "Name of a prefix listn"
  763.        "sequence number of an entryn"
  764.        "Sequence numbern"
  765.        "Specify packets to rejectn"
  766.        "Specify packets to forwardn"
  767.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  768.        "Any prefix match.  Same as "::0/0 le 128"n")
  769. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_kernel_cmd_vtysh, 
  770.        "no redistribute kernel", 
  771.        "Negate a command or set its defaultsn" 
  772.        "Redistribute information from another routing protocoln"
  773.        "Kernel routesn")
  774. DEFSH (VTYSH_BGPD, set_weight_cmd_vtysh, 
  775.        "set weight <0-65535>", 
  776.        "Set values in destination routing protocoln" 
  777.        "BGP weight for routing tablen"
  778.        "Weight valuen")
  779. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_type_routemap_cmd_vtysh, 
  780.        "default-information originate metric-type (1|2) route-map WORD", 
  781.        "Control distribution of default informationn"
  782.        "Distribute a default routen"
  783.        "OSPF metric type for default routesn"
  784.        "Set OSPF External Type 1 metricsn"
  785.        "Set OSPF External Type 2 metricsn"
  786.        "Route map referencen"
  787.        "Pointer to route-map entriesn")
  788. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_metric_cmd_vtysh, 
  789.        "no redistribute bgp metric", 
  790.        "Negate a command or set its defaultsn" 
  791.        "Redistribute information from another routing protocoln"
  792.        "Border Gateway Protocol (BGP)n"
  793.        "Metricn")
  794. DEFSH (VTYSH_RIPNGD, ripng_network_cmd_vtysh, 
  795.        "network IF_OR_ADDR", 
  796.        "RIPng enable on specified interface or network.n"
  797.        "Interface or address")
  798. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_le_ge_cmd_vtysh, 
  799.        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
  800.        "Negate a command or set its defaultsn" 
  801.        "IP informationn" 
  802.        "Build a prefix listn" 
  803.        "Name of a prefix listn"
  804.        "sequence number of an entryn"
  805.        "Sequence numbern"
  806.        "Specify packets to rejectn"
  807.        "Specify packets to forwardn"
  808.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  809.        "Maximum prefix length to be matchedn"
  810.        "Maximum prefix lengthn"
  811.        "Minimum prefix length to be matchedn"
  812.        "Minimum prefix lengthn")
  813. DEFSH (VTYSH_OSPFD, no_ospf_default_metric_val_cmd_vtysh, 
  814.        "no default-metric <0-16777214>", 
  815.        "Negate a command or set its defaultsn" 
  816.        "Set metric of redistributed routesn"
  817.        "Default metricn")
  818. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_cmd_vtysh, 
  819.        "distance ospf external <1-255>", 
  820.        "Define an administrative distancen"
  821.        "OSPF Administrative distancen"
  822.        "External routesn"
  823.        "Distance for external routesn")
  824. DEFSH (VTYSH_BGPD, no_bgp_scan_time_val_cmd_vtysh, 
  825.        "no bgp scan-time <5-60>", 
  826.        "Negate a command or set its defaultsn" 
  827.        "BGP specific commandsn"
  828.        "Configure background scanner intervaln"
  829.        "Scanner interval (seconds)n")
  830. DEFSH (VTYSH_BGPD, old_ipv6_aggregate_address_summary_only_cmd_vtysh, 
  831.        "ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
  832.        "IPv6 informationn" 
  833.        "BGP informationn" 
  834.        "Configure BGP aggregate entriesn"
  835.        "Aggregate prefixn"
  836.        "Filter more specific routes from updatesn")
  837. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, rmap_continue_cmd_vtysh, 
  838.        "continue", 
  839.        "Continue on a different entry within the route-mapn")
  840. DEFSH (VTYSH_BGPD, show_bgp_route_cmd_vtysh, 
  841.        "show bgp X:X::X:X", 
  842.        "Show running system informationn" 
  843.        "BGP informationn" 
  844.        "Network in the BGP routing table to displayn")
  845. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_adv_router_cmd_vtysh, 
  846.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   ") adv-router A.B.C.D", 
  847.        "Show running system informationn" 
  848.        "IP informationn" 
  849.        "OSPF informationn"
  850.        "Database summaryn"
  851.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  852.        "Advertising Router link statesn"
  853.        "Advertising Router (as an IP address)n")
  854. DEFSH (VTYSH_OSPF6D, debug_ospf6_asbr_cmd_vtysh, 
  855.        "debug ospf6 asbr", 
  856.        "Debugging functions (see also 'undebug')n" 
  857.        "Open Shortest Path First (OSPF) for IPv6n" 
  858.        "Debug OSPFv3 ASBR functionn"
  859.       )
  860. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_neighbors_peer_cmd_vtysh, 
  861.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors A.B.C.D", 
  862.        "Show running system informationn" 
  863.        "IP informationn" 
  864.        "BGP informationn" 
  865.        "Display VPNv4 NLRI specific informationn"
  866.        "Display information about all VPNv4 NLRIsn"
  867.        "Detailed information on TCP and BGP neighbor connectionsn"
  868.        "Neighbor to display information aboutn")
  869. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_in_cmd_vtysh, 
  870.        "clear ip bgp <1-65535> in", 
  871.        "Reset functionsn" 
  872.        "IP informationn" 
  873.        "BGP informationn" 
  874.        "Clear peers with the AS numbern"
  875.        "Soft reconfig inbound updaten")
  876. DEFSH (VTYSH_RIPD, ip_rip_send_version_cmd_vtysh, 
  877.        "ip rip send version (1|2)", 
  878.        "IP informationn" 
  879.        "Routing Information Protocoln"
  880.        "Advertisement transmissionn"
  881.        "Version controln"
  882.        "RIP version 1n"
  883.        "RIP version 2n")
  884. DEFSH (VTYSH_OSPFD, ospf_area_export_list_cmd_vtysh, 
  885.        "area (A.B.C.D|<0-4294967295>) export-list NAME", 
  886.        "OSPF area parametersn"
  887.        "OSPF area ID in IP address formatn"
  888.        "OSPF area ID as a decimal valuen"
  889.        "Set the filter for networks announced to other areasn"
  890.        "Name of the access-listn")
  891. DEFSH (VTYSH_OSPFD, no_ospf_authentication_key_cmd_vtysh, 
  892.        "no ospf authentication-key", 
  893.        "Negate a command or set its defaultsn" 
  894.        "OSPF interface commandsn"
  895.        "Authentication password (key)n")
  896. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_host_host_cmd_vtysh, 
  897.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
  898.        "Negate a command or set its defaultsn" 
  899.        "Add an access list entryn"
  900.        "IP extended access listn"
  901.        "IP extended access list (expanded range)n"
  902.        "Specify packets to rejectn"
  903.        "Specify packets to forwardn"
  904.        "Any Internet Protocoln"
  905.        "A single source hostn"
  906.        "Source addressn"
  907.        "A single destination hostn"
  908.        "Destination addressn")
  909. DEFSH (VTYSH_BGPD, neighbor_dont_capability_negotiate_cmd_vtysh, 
  910.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "dont-capability-negotiate", 
  911.        "Specify neighbor routern" 
  912.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  913.        "Do not perform capability negotiationn")
  914. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_in_prefix_filter_cmd_vtysh, 
  915.        "clear ip bgp A.B.C.D in prefix-filter", 
  916.        "Reset functionsn" 
  917.        "IP informationn" 
  918.        "BGP informationn" 
  919.        "BGP neighbor address to clearn"
  920.        "Soft reconfig inbound updaten"
  921.        "Push out the existing ORF prefix-listn")
  922. DEFSH (VTYSH_BGPD, no_neighbor_weight_cmd_vtysh, 
  923.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "weight", 
  924.        "Negate a command or set its defaultsn" 
  925.        "Specify neighbor routern" 
  926.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  927.        "Set default weight for routes from this neighborn")
  928. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, clear_ipv6_prefix_list_name_prefix_cmd_vtysh, 
  929.        "clear ipv6 prefix-list WORD X:X::X:X/M", 
  930.        "Reset functionsn" 
  931.        "IPv6 informationn" 
  932.        "Build a prefix listn" 
  933.        "Name of a prefix listn"
  934.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n")
  935. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_soft_in_cmd_vtysh, 
  936.        "clear ip bgp external soft in", 
  937.        "Reset functionsn" 
  938.        "IP informationn" 
  939.        "BGP informationn" 
  940.        "Clear all external peersn"
  941.        "Soft reconfign"
  942.        "Soft reconfig inbound updaten")
  943. DEFSH (VTYSH_BGPD, no_set_vpnv4_nexthop_cmd_vtysh, 
  944.        "no set vpnv4 next-hop", 
  945.        "Negate a command or set its defaultsn" 
  946.        "Set values in destination routing protocoln" 
  947.        "VPNv4 informationn"
  948.        "VPNv4 next-hop addressn")
  949. DEFSH (VTYSH_BGPD, bgp_multiple_instance_cmd_vtysh, 
  950.        "bgp multiple-instance", 
  951.        "BGP informationn" 
  952.        "Enable bgp multiple instancen")
  953. DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_global_cmd_vtysh, 
  954.        "no set ipv6 next-hop global", 
  955.        "Negate a command or set its defaultsn" 
  956.        "Set values in destination routing protocoln" 
  957.        "IPv6 informationn" 
  958.        "IPv6 next-hop addressn"
  959.        "IPv6 global addressn")
  960. DEFSH (VTYSH_BGPD, show_bgp_neighbors_cmd_vtysh, 
  961.        "show bgp neighbors", 
  962.        "Show running system informationn" 
  963.        "BGP informationn" 
  964.        "Detailed information on TCP and BGP neighbor connectionsn")
  965. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_next_hop_val_cmd_vtysh, 
  966.        "no match ip next-hop (<1-199>|<1300-2699>|WORD)", 
  967.        "Negate a command or set its defaultsn" 
  968.        "Match values from routing tablen" 
  969.        "IP informationn" 
  970.        "Match next-hop address of routen"
  971.        "IP access-list numbern"
  972.        "IP access-list number (expanded range)n"
  973.        "IP Access-list namen")
  974. DEFSH (VTYSH_BGPD, show_bgp_community2_cmd_vtysh, 
  975.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  976.        "Show running system informationn" 
  977.        "BGP informationn" 
  978.        "Display routes matching the communitiesn"
  979.        "community numbern"
  980.        "Do not send outside local AS (well-known community)n"
  981.        "Do not advertise to any peer (well-known community)n"
  982.        "Do not export to next AS (well-known community)n"
  983.        "community numbern"
  984.        "Do not send outside local AS (well-known community)n"
  985.        "Do not advertise to any peer (well-known community)n"
  986.        "Do not export to next AS (well-known community)n")
  987. DEFSH (VTYSH_BGPD, show_bgp_ipv6_prefix_list_cmd_vtysh, 
  988.        "show bgp ipv6 prefix-list WORD", 
  989.        "Show running system informationn" 
  990.        "BGP informationn" 
  991.        "Address familyn"
  992.        "Display routes conforming to the prefix-listn"
  993.        "IPv6 prefix-list namen")
  994. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_cmd_vtysh,  
  995.        "clear bgp ipv6 (A.B.C.D|X:X::X:X)", 
  996.        "Reset functionsn" 
  997.        "BGP informationn" 
  998.        "Address familyn"
  999.        "BGP neighbor address to clearn"
  1000.        "BGP IPv6 neighbor to clearn")
  1001. DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_cmd_vtysh, 
  1002.        "redistribute kernel", 
  1003.        "Redistribute information from another routing protocoln"
  1004.        "Kernel routesn")
  1005. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_ge_le_cmd_vtysh, 
  1006.        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
  1007.        "IP informationn" 
  1008.        "Build a prefix listn" 
  1009.        "Name of a prefix listn"
  1010.        "Specify packets to rejectn"
  1011.        "Specify packets to forwardn"
  1012.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1013.        "Minimum prefix length to be matchedn"
  1014.        "Minimum prefix lengthn"
  1015.        "Maximum prefix length to be matchedn"
  1016.        "Maximum prefix lengthn")
  1017. DEFSH (VTYSH_BGPD, no_bgp_default_local_preference_cmd_vtysh, 
  1018.        "no bgp default local-preference", 
  1019.        "Negate a command or set its defaultsn" 
  1020.        "BGP specific commandsn"
  1021.        "Configure BGP defaultsn"
  1022.        "local preference (higher=more preferred)n")
  1023. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_soft_in_cmd_vtysh, 
  1024.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) soft in", 
  1025.        "Reset functionsn" 
  1026.        "IP informationn" 
  1027.        "BGP informationn" 
  1028.        "BGP neighbor address to clearn"
  1029.        "Address familyn"
  1030.        "Address Family modifiern"
  1031.        "Address Family modifiern"
  1032.        "Soft reconfign"
  1033.        "Soft reconfig inbound updaten")
  1034. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_rmap_cmd_vtysh, 
  1035.        "redistribute (connected|kernel|ospf6|ripng|static) route-map WORD", 
  1036.        "Redistribute information from another routing protocoln"
  1037.        "Connectedn"
  1038.        "Kernel routesn"
  1039.        "Open Shurtest Path First (OSPFv3)n"
  1040.        "Routing Information Protocol (RIPng)n"
  1041.        "Static routesn"
  1042.        "Route map referencen"
  1043.        "Pointer to route-map entriesn")
  1044. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_cmd_vtysh, 
  1045.        "show ipv6 ospf6 route", 
  1046.        "Show running system informationn" 
  1047.        "IPv6 Informationn" 
  1048.        "Open Shortest Path First (OSPF) for IPv6n" 
  1049.        "Routing Tablen" 
  1050.        )
  1051. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_any_mask_cmd_vtysh, 
  1052.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
  1053.        "Add an access list entryn"
  1054.        "IP extended access listn"
  1055.        "IP extended access list (expanded range)n"
  1056.        "Specify packets to rejectn"
  1057.        "Specify packets to forwardn"
  1058.        "Any Internet Protocoln"
  1059.        "Any source hostn"
  1060.        "Destination addressn"
  1061.        "Destination Wildcard bitsn")
  1062. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPF6D, router_zebra_cmd_vtysh, 
  1063.        "router zebra", 
  1064.        "Enable a routing processn"
  1065.        "Make connection to zebra daemonn")
  1066. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_cmd_vtysh, 
  1067.        "clear ip bgp view WORD *", 
  1068.        "Reset functionsn" 
  1069.        "IP informationn" 
  1070.        "BGP informationn" 
  1071.        "BGP viewn"
  1072.        "view namen"
  1073.        "Clear all peersn")
  1074. DEFSH (VTYSH_BGPD, no_neighbor_default_originate_rmap_cmd_vtysh, 
  1075.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "default-originate route-map WORD", 
  1076.        "Negate a command or set its defaultsn" 
  1077.        "Specify neighbor routern" 
  1078.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1079.        "Originate default route to this neighborn"
  1080.        "Route-map to specify criteria to originate defaultn"
  1081.        "route-map namen")
  1082. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_cmd_vtysh, 
  1083.        "no ipv6 prefix-list WORD", 
  1084.        "Negate a command or set its defaultsn" 
  1085.        "IPv6 informationn" 
  1086.        "Build a prefix listn" 
  1087.        "Name of a prefix listn")
  1088. DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_routemap_cmd_vtysh, 
  1089.        "redistribute static route-map WORD", 
  1090.        "Redistribute information from another routing protocoln"
  1091.        "Static routesn"
  1092.        "Route map referencen"
  1093.        "Pointer to route-map entriesn")
  1094. DEFSH (VTYSH_RIPD, accept_lifetime_day_month_month_day_cmd_vtysh, 
  1095.        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
  1096.        "Set accept lifetime of the keyn"
  1097.        "Time to startn"
  1098.        "Day of th month to startn"
  1099.        "Month of the year to startn"
  1100.        "Year to startn"
  1101.        "Time to expiren"
  1102.        "Month of the year to expiren"
  1103.        "Day of th month to expiren"
  1104.        "Year to expiren")
  1105. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_type_metric_cmd_vtysh, 
  1106.        "default-information originate always metric-type (1|2) metric <0-16777214>", 
  1107.        "Control distribution of default informationn"
  1108.        "Distribute a default routen"
  1109.        "Always advertise default routen"
  1110.        "OSPF metric type for default routesn"
  1111.        "Set OSPF External Type 1 metricsn"
  1112.        "Set OSPF External Type 2 metricsn"
  1113.        "OSPF default metricn"
  1114.        "OSPF metricn")
  1115. DEFSH (VTYSH_BGPD, neighbor_route_server_client_cmd_vtysh, 
  1116.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-server-client", 
  1117.        "Specify neighbor routern" 
  1118.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1119.        "Configure a neighbor as Route Server clientn")
  1120. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community2_exact_cmd_vtysh, 
  1121.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1122.        "Show running system informationn" 
  1123.        "IPv6 informationn" 
  1124.        "BGP informationn" 
  1125.        "Display routes matching the communitiesn"
  1126.        "community numbern"
  1127.        "Do not send outside local AS (well-known community)n"
  1128.        "Do not advertise to any peer (well-known community)n"
  1129.        "Do not export to next AS (well-known community)n"
  1130.        "community numbern"
  1131.        "Do not send outside local AS (well-known community)n"
  1132.        "Do not advertise to any peer (well-known community)n"
  1133.        "Do not export to next AS (well-known community)n"
  1134.        "Exact match of the communities")
  1135. DEFSH (VTYSH_BGPD, show_bgp_prefix_longer_cmd_vtysh, 
  1136.        "show bgp X:X::X:X/M longer-prefixes", 
  1137.        "Show running system informationn" 
  1138.        "BGP informationn" 
  1139.        "IPv6 prefix <network>/<length>n"
  1140.        "Display route and more specific routesn")
  1141. DEFSH (VTYSH_RIPD, no_distribute_list_prefix_all_cmd_vtysh, 
  1142.        "no distribute-list prefix WORD (in|out)", 
  1143.        "Negate a command or set its defaultsn" 
  1144.        "Filter networks in routing updatesn"
  1145.        "Filter prefixes in routing updatesn"
  1146.        "Name of an IP prefix-listn"
  1147.        "Filter incoming routing updatesn"
  1148.        "Filter outgoing routing updatesn")
  1149. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_type_cmd_vtysh, 
  1150.        "default-information originate metric-type (1|2)", 
  1151.        "Control distribution of default informationn"
  1152.        "Distribute a default routen"
  1153.        "OSPF metric type for default routesn"
  1154.        "Set OSPF External Type 1 metricsn"
  1155.        "Set OSPF External Type 2 metricsn")
  1156. DEFSH (VTYSH_OSPFD, ospf_area_vlink_param4_cmd_vtysh, 
  1157.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1158.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1159.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1160.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1161.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
  1162.        "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" 
  1163.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1164.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1165.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1166.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  1167. DEFSH (VTYSH_BGPD, no_bgp_distance_source_access_list_cmd_vtysh, 
  1168.        "no distance <1-255> A.B.C.D/M WORD", 
  1169.        "Negate a command or set its defaultsn" 
  1170.        "Define an administrative distancen"
  1171.        "Administrative distancen"
  1172.        "IP source prefixn"
  1173.        "Access list namen")
  1174. DEFSH (VTYSH_OSPFD, no_ospf_area_range_substitute_cmd_vtysh, 
  1175.        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M substitute A.B.C.D/M", 
  1176.        "Negate a command or set its defaultsn" 
  1177.        "OSPF area parametersn"
  1178.        "OSPF area ID in IP address formatn"
  1179.        "OSPF area ID as a decimal valuen"
  1180.        "Summarize routes matching address/mask (border routers only)n"
  1181.        "Area range prefixn"
  1182.        "Announce area range as another prefixn"
  1183.        "Network prefix to be announced instead of rangen")
  1184. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_le_ge_cmd_vtysh, 
  1185.        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32> ge <0-32>", 
  1186.        "IP informationn" 
  1187.        "Build a prefix listn" 
  1188.        "Name of a prefix listn"
  1189.        "sequence number of an entryn"
  1190.        "Sequence numbern"
  1191.        "Specify packets to rejectn"
  1192.        "Specify packets to forwardn"
  1193.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1194.        "Maximum prefix length to be matchedn"
  1195.        "Maximum prefix lengthn"
  1196.        "Minimum prefix length to be matchedn"
  1197.        "Minimum prefix lengthn")
  1198. DEFSH (VTYSH_BGPD, neighbor_remote_as_cmd_vtysh, 
  1199.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "remote-as <1-65535>", 
  1200.        "Specify neighbor routern" 
  1201.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1202.        "Specify a BGP neighborn"
  1203.        "AS numbern" )
  1204. DEFSH (VTYSH_OSPFD, no_debug_ospf_lsa_sub_cmd_vtysh, 
  1205.        "no debug ospf lsa (generate|flooding|install|refresh)", 
  1206.        "Negate a command or set its defaultsn" 
  1207.        "Debugging functions (see also 'undebug')n" 
  1208.        "OSPF informationn" 
  1209.        "OSPF Link State Advertisementn"
  1210.        "LSA Generationn"
  1211.        "LSA Floodingn"
  1212.        "LSA Install/Deleten"
  1213.        "LSA Refresn")
  1214. DEFSH (VTYSH_BGPD, no_match_origin_cmd_vtysh, 
  1215.        "no match origin", 
  1216.        "Negate a command or set its defaultsn" 
  1217.        "Match values from routing tablen" 
  1218.        "BGP origin coden")
  1219. DEFSH (VTYSH_BGPD, neighbor_remove_private_as_cmd_vtysh, 
  1220.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "remove-private-AS", 
  1221.        "Specify neighbor routern" 
  1222.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1223.        "Remove private AS number from outbound updatesn")
  1224. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_detail_name_cmd_vtysh, 
  1225.        "show ipv6 prefix-list detail WORD", 
  1226.        "Show running system informationn" 
  1227.        "IPv6 informationn" 
  1228.        "Build a prefix listn" 
  1229.        "Detail of prefix listsn"
  1230.        "Name of a prefix listn")
  1231. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_address_cmd_vtysh, 
  1232.        "show ip bgp flap-statistics A.B.C.D", 
  1233.        "Show running system informationn" 
  1234.        "IP informationn" 
  1235.        "BGP informationn" 
  1236.        "Display flap statistics of routesn"
  1237.        "Network in the BGP routing table to displayn")
  1238. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_rmap_cmd_vtysh, 
  1239.        "no redistribute (connected|kernel|ospf|rip|static) route-map WORD", 
  1240.        "Negate a command or set its defaultsn" 
  1241.        "Redistribute information from another routing protocoln"
  1242.        "Connectedn"
  1243.        "Kernel routesn"
  1244.        "Open Shurtest Path First (OSPF)n"
  1245.        "Routing Information Protocol (RIP)n"
  1246.        "Static routesn"
  1247.        "Route map referencen"
  1248.        "Pointer to route-map entriesn")
  1249. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_cmd_vtysh,  
  1250.        "clear bgp peer-group WORD", 
  1251.        "Reset functionsn" 
  1252.        "BGP informationn" 
  1253.        "Clear all members of peer-groupn"
  1254.        "BGP peer-group namen")
  1255. DEFSH (VTYSH_BGPD, neighbor_interface_cmd_vtysh, 
  1256.        "neighbor (A.B.C.D|X:X::X:X) "  "interface WORD", 
  1257.        "Specify neighbor routern" 
  1258.        "Neighbor addressnIPv6 addressn" 
  1259.        "Interfacen"
  1260.        "Interface namen")
  1261. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_soft_in_cmd_vtysh, 
  1262.        "clear bgp ipv6 (A.B.C.D|X:X::X:X) soft in", 
  1263.        "Reset functionsn" 
  1264.        "BGP informationn" 
  1265.        "Address familyn"
  1266.        "BGP neighbor address to clearn"
  1267.        "BGP IPv6 neighbor to clearn"
  1268.        "Soft reconfign"
  1269.        "Soft reconfig inbound updaten")
  1270. DEFSH (VTYSH_BGPD, clear_bgp_all_soft_cmd_vtysh, 
  1271.        "clear bgp * soft", 
  1272.        "Reset functionsn" 
  1273.        "BGP informationn" 
  1274.        "Clear all peersn"
  1275.        "Soft reconfign")
  1276. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community3_exact_cmd_vtysh, 
  1277.        "show ip bgp ipv4 (unicast|multicast) 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", 
  1278.        "Show running system informationn" 
  1279.        "IP informationn" 
  1280.        "BGP informationn" 
  1281.        "Address familyn"
  1282.        "Address Family modifiern"
  1283.        "Address Family modifiern"
  1284.        "Display routes matching the communitiesn"
  1285.        "community numbern"
  1286.        "Do not send outside local AS (well-known community)n"
  1287.        "Do not advertise to any peer (well-known community)n"
  1288.        "Do not export to next AS (well-known community)n"
  1289.        "community numbern"
  1290.        "Do not send outside local AS (well-known community)n"
  1291.        "Do not advertise to any peer (well-known community)n"
  1292.        "Do not export to next AS (well-known community)n"
  1293.        "community numbern"
  1294.        "Do not send outside local AS (well-known community)n"
  1295.        "Do not advertise to any peer (well-known community)n"
  1296.        "Do not export to next AS (well-known community)n"
  1297.        "Exact match of the communities")
  1298. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_received_routes_cmd_vtysh, 
  1299.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
  1300.        "Show running system informationn" 
  1301.        "IP informationn" 
  1302.        "BGP informationn" 
  1303.        "Detailed information on TCP and BGP neighbor connectionsn"
  1304.        "Neighbor to display information aboutn"
  1305.        "Neighbor to display information aboutn"
  1306.        "Display the received routes from neighborn")
  1307. DEFSH (VTYSH_BGPD, aggregate_address_mask_summary_as_set_cmd_vtysh, 
  1308.        "aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
  1309.        "Configure BGP aggregate entriesn"
  1310.        "Aggregate addressn"
  1311.        "Aggregate maskn"
  1312.        "Filter more specific routes from updatesn"
  1313.        "Generate AS set path informationn")
  1314. DEFSH (VTYSH_OSPFD, ospf_passive_interface_addr_cmd_vtysh, 
  1315.        "passive-interface IFNAME A.B.C.D", 
  1316.        "Suppress routing updates on an interfacen"
  1317.        "Interface's namen")
  1318. DEFSH (VTYSH_OSPFD, no_ospf_area_range_cmd_vtysh, 
  1319.        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
  1320.        "Negate a command or set its defaultsn" 
  1321.        "OSPF area parametersn"
  1322.        "OSPF area ID in IP address formatn"
  1323.        "OSPF area ID as a decimal valuen"
  1324.        "Summarize routes matching address/mask (border routers only)n"
  1325.        "Area range prefixn")
  1326. DEFSH (VTYSH_BGPD, bgp_cluster_id32_cmd_vtysh, 
  1327.        "bgp cluster-id <1-4294967295>", 
  1328.        "BGP informationn" 
  1329.        "Configure Route-Reflector Cluster-idn"
  1330.        "Route-Reflector Cluster-id as 32 bit quantityn")
  1331. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_cmd_vtysh, 
  1332.        "clear bgp ipv6 <1-65535>", 
  1333.        "Reset functionsn" 
  1334.        "BGP informationn" 
  1335.        "Address familyn"
  1336.        "Clear peers with the AS numbern")
  1337. DEFSH (VTYSH_OSPFD|VTYSH_OSPFD, show_ip_ospf_neighbor_id_cmd_vtysh, 
  1338.        "show ip ospf neighbor A.B.C.D", 
  1339.        "Show running system informationn" 
  1340.        "IP informationn" 
  1341.        "OSPF informationn"
  1342.        "Neighbor listn"
  1343.        "Neighbor IDn")
  1344. DEFSH (VTYSH_OSPFD, ospf_neighbor_priority_cmd_vtysh, 
  1345.        "neighbor A.B.C.D priority <0-255>", 
  1346.        "Specify neighbor routern" 
  1347.        "Neighbor IP addressn"
  1348.        "Neighbor Priorityn"
  1349.        "Secondsn")
  1350. DEFSH (VTYSH_OSPFD, no_ip_ospf_hello_interval_addr_cmd_vtysh, 
  1351.        "no ip ospf hello-interval A.B.C.D", 
  1352.        "Negate a command or set its defaultsn" 
  1353.        "IP Informationn"
  1354.        "OSPF interface commandsn"
  1355.        "Time between HELLO packetsn"
  1356.        "Address of interface")
  1357. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_kernel_metric_val_cmd_vtysh, 
  1358.        "no redistribute kernel metric <0-16>", 
  1359.        "Negate a command or set its defaultsn" 
  1360.        "Redistribute information from another routing protocoln"
  1361.        "Kernel routesn"
  1362.        "Metricn"
  1363.        "Metric valuen")
  1364. DEFSH (VTYSH_OSPF6D, ospf6_redistribute_routemap_cmd_vtysh, 
  1365.        "redistribute (static|kernel|connected|ripng|bgp) route-map WORD", 
  1366.        "Redistributen"
  1367.        "Static routesn"
  1368.        "Kernel routen"
  1369.        "Connected routen"
  1370.        "RIPng routen"
  1371.        "BGP routen"
  1372.        "Route map referencen"
  1373.        "Route map namen"
  1374.       )
  1375. DEFSH (VTYSH_BGPD, neighbor_local_as_cmd_vtysh, 
  1376.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "local-as <1-65535>", 
  1377.        "Specify neighbor routern" 
  1378.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1379.        "Specify a local-as numbern"
  1380.        "AS number used as local ASn")
  1381. DEFSH (VTYSH_BGPD, no_set_ecommunity_cost_igp_cmd_vtysh, 
  1382.        "no set extcommunity cost igp", 
  1383.        "Negate a command or set its defaultsn" 
  1384.        "Set values in destination routing protocoln" 
  1385.        "BGP extended community attributen"
  1386.        "Cost extended communityn"
  1387.        "Compare following IGP cost comparisonn")
  1388. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_simulate_spf_tree_root_cmd_vtysh, 
  1389.        "show ipv6 ospf6 simulate spf-tree A.B.C.D area A.B.C.D", 
  1390.        "Show running system informationn" 
  1391.        "IPv6 Informationn" 
  1392.        "Open Shortest Path First (OSPF) for IPv6n" 
  1393.        "Shortest Path First caculationn"
  1394.        "Show SPF treen"
  1395.        "Specify root's router-id to calculate another router's SPF treen")
  1396. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_ipv4_in_prefix_filter_cmd_vtysh, 
  1397.        "clear ip bgp view WORD * ipv4 (unicast|multicast) in prefix-filter", 
  1398.        "Reset functionsn" 
  1399.        "IP informationn" 
  1400.        "BGP informationn" 
  1401.        "Clear all peersn"
  1402.        "Address familyn"
  1403.        "Address Family modifiern"
  1404.        "Address Family modifiern"
  1405.        "Soft reconfig inbound updaten"
  1406.        "Push out prefix-list ORF and do inbound soft reconfign")
  1407. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_address_prefix_list_val_cmd_vtysh, 
  1408.        "no match ip address prefix-list WORD", 
  1409.        "Negate a command or set its defaultsn" 
  1410.        "Match values from routing tablen" 
  1411.        "IP informationn" 
  1412.        "Match address of routen"
  1413.        "Match entries of prefix-listsn"
  1414.        "IP prefix-list namen")
  1415. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged9_cmd_vtysh, 
  1416.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med next-hop as-path", 
  1417.        "Negate a command or set its defaultsn" 
  1418.        "Specify neighbor routern" 
  1419.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1420.        "BGP attribute is propagated unchanged to this neighborn"
  1421.        "Med attributen"
  1422.        "Nexthop attributen"
  1423.        "As-path attributen")
  1424. DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_interval_cmd_vtysh, 
  1425.        "ipv6 nd ra-interval SECONDS", 
  1426.        "IP informationn" 
  1427.        "Neighbor discoveryn"
  1428.        "Router Advertisement intervaln"
  1429.        "Router Advertisement interval in secondsn")
  1430. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_metric_cmd_vtysh, 
  1431.        "no redistribute ospf6 metric", 
  1432.        "Negate a command or set its defaultsn" 
  1433.        "Redistribute information from another routing protocoln"
  1434.        "IPv6 Open Shortest Path First (OSPFv3)n"
  1435.        "Metricn")
  1436. DEFSH (VTYSH_BGPD, show_ip_bgp_community3_cmd_vtysh, 
  1437.        "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)", 
  1438.        "Show running system informationn" 
  1439.        "IP informationn" 
  1440.        "BGP informationn" 
  1441.        "Display routes matching the communitiesn"
  1442.        "community numbern"
  1443.        "Do not send outside local AS (well-known community)n"
  1444.        "Do not advertise to any peer (well-known community)n"
  1445.        "Do not export to next AS (well-known community)n"
  1446.        "community numbern"
  1447.        "Do not send outside local AS (well-known community)n"
  1448.        "Do not advertise to any peer (well-known community)n"
  1449.        "Do not export to next AS (well-known community)n"
  1450.        "community numbern"
  1451.        "Do not send outside local AS (well-known community)n"
  1452.        "Do not advertise to any peer (well-known community)n"
  1453.        "Do not export to next AS (well-known community)n")
  1454. DEFSH (VTYSH_BGPD, set_community_cmd_vtysh, 
  1455.        "set community .AA:NN", 
  1456.        "Set values in destination routing protocoln" 
  1457.        "BGP community attributen"
  1458.        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additiven")
  1459. DEFSH (VTYSH_BGPD, show_ip_bgp_community_list_exact_cmd_vtysh, 
  1460.        "show ip bgp community-list (<1-500>|WORD) exact-match", 
  1461.        "Show running system informationn" 
  1462.        "IP informationn" 
  1463.        "BGP informationn" 
  1464.        "Display routes matching the community-listn"
  1465.        "community-list numbern"
  1466.        "community-list namen"
  1467.        "Exact match of the communitiesn")
  1468. DEFSH (VTYSH_BGPD, bgp_network_cmd_vtysh, 
  1469.        "network A.B.C.D/M", 
  1470.        "Specify a network to announce via BGPn"
  1471.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1472. DEFSH (VTYSH_BGPD, show_ip_bgp_summary_cmd_vtysh, 
  1473.        "show ip bgp summary", 
  1474.        "Show running system informationn" 
  1475.        "IP informationn" 
  1476.        "BGP informationn" 
  1477.        "Summary of BGP neighbor statusn")
  1478. DEFSH (VTYSH_BGPD, no_vpnv4_network_cmd_vtysh, 
  1479.        "no network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
  1480.        "Negate a command or set its defaultsn" 
  1481.        "Specify a network to announce via BGPn"
  1482.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1483.        "Specify Route Distinguishern"
  1484.        "VPN Route Distinguishern"
  1485.        "BGP tagn"
  1486.        "tag valuen")
  1487. DEFSH (VTYSH_BGPD, bgp_network_backdoor_cmd_vtysh, 
  1488.        "network A.B.C.D/M backdoor", 
  1489.        "Specify a network to announce via BGPn"
  1490.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1491.        "Specify a BGP backdoor routen")
  1492. DEFSH (VTYSH_BGPD, no_neighbor_send_community_cmd_vtysh, 
  1493.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "send-community", 
  1494.        "Negate a command or set its defaultsn" 
  1495.        "Specify neighbor routern" 
  1496.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1497.        "Send Community attribute to this neighborn")
  1498. DEFSH (VTYSH_ZEBRA, debug_zebra_packet_detail_cmd_vtysh, 
  1499.        "debug zebra packet (recv|send) detail", 
  1500.        "Debugging functions (see also 'undebug')n" 
  1501.        "Zebra configurationn"
  1502.        "Debug option set for zebra packetn"
  1503.        "Debug option set for receive packetn"
  1504.        "Debug option set for send packetn"
  1505.        "Debug option set detaied informationn")
  1506. DEFSH (VTYSH_OSPFD, ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
  1507.        "auto-cost reference-bandwidth <1-4294967>", 
  1508.        "Calculate OSPF interface cost according to bandwidthn"
  1509.        "Use reference bandwidth method to assign OSPF costn"
  1510.        "The reference bandwidth in terms of Mbits per secondn")
  1511. DEFSH (VTYSH_OSPFD, show_ip_ospf_cmd_vtysh, 
  1512.        "show ip ospf", 
  1513.        "Show running system informationn" 
  1514.        "IP informationn" 
  1515.        "OSPF informationn")
  1516. DEFSH (VTYSH_BGPD, show_bgp_ipv6_filter_list_cmd_vtysh, 
  1517.        "show bgp ipv6 filter-list WORD", 
  1518.        "Show running system informationn" 
  1519.        "BGP informationn" 
  1520.        "Address familyn"
  1521.        "Display routes conforming to the filter-listn"
  1522.        "Regular expression access list namen")
  1523. DEFSH (VTYSH_RIPD, ip_rip_receive_version_2_cmd_vtysh, 
  1524.        "ip rip receive version 2 1", 
  1525.        "IP informationn" 
  1526.        "Routing Information Protocoln"
  1527.        "Advertisement receptionn"
  1528.        "Version controln"
  1529.        "RIP version 2n"
  1530.        "RIP version 1n")
  1531. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_prefix_longer_cmd_vtysh, 
  1532.        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M longer-prefixes", 
  1533.        "Show running system informationn" 
  1534.        "IP informationn" 
  1535.        "BGP informationn" 
  1536.        "Address familyn"
  1537.        "Address Family modifiern"
  1538.        "Address Family modifiern"
  1539.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1540.        "Display route and more specific routesn")
  1541. DEFSH (VTYSH_BGPD, clear_bgp_all_soft_in_cmd_vtysh, 
  1542.        "clear bgp * soft in", 
  1543.        "Reset functionsn" 
  1544.        "BGP informationn" 
  1545.        "Clear all peersn"
  1546.        "Soft reconfign"
  1547.        "Soft reconfig inbound updaten")
  1548. DEFSH (VTYSH_BGPD, no_bgp_default_ipv4_unicast_cmd_vtysh, 
  1549.        "no bgp default ipv4-unicast", 
  1550.        "Negate a command or set its defaultsn" 
  1551.        "BGP specific commandsn"
  1552.        "Configure BGP defaultsn"
  1553.        "Activate ipv4-unicast for a peer by defaultn")
  1554. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_managed_config_flag_cmd_vtysh, 
  1555.        "no ipv6 nd managed-config-flag", 
  1556.        "Negate a command or set its defaultsn" 
  1557.        "IP informationn" 
  1558.        "Neighbor discoveryn"
  1559.        "Managed address configuration flagn")
  1560. DEFSH (VTYSH_OSPFD, no_ospf_message_digest_key_cmd_vtysh, 
  1561.        "no ospf message-digest-key <1-255>", 
  1562.        "Negate a command or set its defaultsn" 
  1563.        "OSPF interface commandsn"
  1564.        "Message digest authentication password (key)n"
  1565.        "Key IDn")
  1566. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_le_cmd_vtysh, 
  1567.        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128>", 
  1568.        "Negate a command or set its defaultsn" 
  1569.        "IPv6 informationn" 
  1570.        "Build a prefix listn" 
  1571.        "Name of a prefix listn"
  1572.        "Specify packets to rejectn"
  1573.        "Specify packets to forwardn"
  1574.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1575.        "Maximum prefix length to be matchedn"
  1576.        "Maximum prefix lengthn")
  1577. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_prefix_first_match_cmd_vtysh, 
  1578.        "show ip prefix-list WORD A.B.C.D/M first-match", 
  1579.        "Show running system informationn" 
  1580.        "IP informationn" 
  1581.        "Build a prefix listn" 
  1582.        "Name of a prefix listn"
  1583.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1584.        "First matched prefixn")
  1585. DEFSH (VTYSH_OSPF6D, debug_ospf6_abr_cmd_vtysh, 
  1586.        "debug ospf6 abr", 
  1587.        "Debugging functions (see also 'undebug')n" 
  1588.        "Open Shortest Path First (OSPF) for IPv6n" 
  1589.        "Debug OSPFv3 ABR functionn"
  1590.       )
  1591. DEFSH (VTYSH_OSPFD, debug_ospf_zebra_cmd_vtysh, 
  1592.        "debug ospf zebra", 
  1593.        "Debugging functions (see also 'undebug')n" 
  1594.        "OSPF informationn" 
  1595.        "OSPF Zebra informationn")
  1596. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_id_self_cmd_vtysh, 
  1597.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   ") A.B.C.D (self-originate|)", 
  1598.        "Show running system informationn" 
  1599.        "IP informationn" 
  1600.        "OSPF informationn"
  1601.        "Database summaryn"
  1602.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  1603.        "Link State ID (as an IP address)n"
  1604.        "Self-originated link statesn"
  1605.        "n")
  1606. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_flap_cmd_vtysh, 
  1607.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) flap-statistics", 
  1608.        "Show running system informationn" 
  1609.        "IP informationn" 
  1610.        "BGP informationn" 
  1611.        "Detailed information on TCP and BGP neighbor connectionsn"
  1612.        "Neighbor to display information aboutn"
  1613.        "Neighbor to display information aboutn"
  1614.        "Display flap statistics of the routes learned from neighborn")
  1615. DEFSH (VTYSH_BGPD, no_ip_as_path_all_cmd_vtysh, 
  1616.        "no ip as-path access-list WORD", 
  1617.        "Negate a command or set its defaultsn" 
  1618.        "IP informationn" 
  1619.        "BGP autonomous system path filtern"
  1620.        "Specify an access list namen"
  1621.        "Regular expression access list namen")
  1622. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_in_cmd_vtysh, 
  1623.        "clear ip bgp * ipv4 (unicast|multicast) in", 
  1624.        "Reset functionsn" 
  1625.        "IP informationn" 
  1626.        "BGP informationn" 
  1627.        "Clear all peersn"
  1628.        "Address familyn"
  1629.        "Address Family modifiern"
  1630.        "Address Family modifiern"
  1631.        "Soft reconfig inbound updaten")
  1632. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_out_cmd_vtysh, 
  1633.        "clear ip bgp A.B.C.D out", 
  1634.        "Reset functionsn" 
  1635.        "IP informationn" 
  1636.        "BGP informationn" 
  1637.        "BGP neighbor address to clearn"
  1638.        "Soft reconfig outbound updaten")
  1639. DEFSH (VTYSH_OSPFD, no_ospf_area_authentication_cmd_vtysh, 
  1640.        "no area (A.B.C.D|<0-4294967295>) authentication", 
  1641.        "Negate a command or set its defaultsn" 
  1642.        "OSPF area parametersn"
  1643.        "OSPF area ID in IP address formatn"
  1644.        "OSPF area ID as a decimal valuen"
  1645.        "Enable authenticationn")
  1646. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_rmap_continue_seq_cmd_vtysh, 
  1647.        "no continue <1-65535>", 
  1648.        "Negate a command or set its defaultsn" 
  1649.        "Continue on a different entry within the route-mapn"
  1650.        "Route-map entry sequence numbern")
  1651. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_cmd_vtysh, 
  1652.        "show ip ospf database", 
  1653.        "Show running system informationn" 
  1654.        "IP informationn" 
  1655.        "OSPF informationn"
  1656.        "Database summaryn")
  1657. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_cmd_vtysh, 
  1658.        "show ipv6 ospf6 interface IFNAME", 
  1659.        "Show running system informationn" 
  1660.        "IPv6 Informationn" 
  1661.        "Open Shortest Path First (OSPF) for IPv6n" 
  1662.        "Interface infomationn" 
  1663.        "Interface name(e.g. ep0)n" 
  1664.        )
  1665. DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_cmd_vtysh, 
  1666.        "no distribute-list WORD (in|out) WORD", 
  1667.        "Negate a command or set its defaultsn" 
  1668.        "Filter networks in routing updatesn"
  1669.        "Access-list namen"
  1670.        "Filter incoming routing updatesn"
  1671.        "Filter outgoing routing updatesn"
  1672.        "Interface namen")
  1673. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_cmd_vtysh,  
  1674.        "clear ip bgp peer-group WORD", 
  1675.        "Reset functionsn" 
  1676.        "IP informationn" 
  1677.        "BGP informationn" 
  1678.        "Clear all members of peer-groupn"
  1679.        "BGP peer-group namen")
  1680. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_regexp_cmd_vtysh, 
  1681.        "show ip bgp flap-statistics regexp .LINE", 
  1682.        "Show running system informationn" 
  1683.        "IP informationn" 
  1684.        "BGP informationn" 
  1685.        "Display flap statistics of routesn"
  1686.        "Display routes matching the AS path regular expressionn"
  1687.        "A regular-expression to match the BGP AS pathsn")
  1688. DEFSH (VTYSH_BGPD, clear_bgp_as_soft_in_cmd_vtysh, 
  1689.        "clear bgp <1-65535> soft in", 
  1690.        "Reset functionsn" 
  1691.        "BGP informationn" 
  1692.        "Clear peers with the AS numbern"
  1693.        "Soft reconfign"
  1694.        "Soft reconfig inbound updaten")
  1695. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbor_received_prefix_filter_cmd_vtysh, 
  1696.        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received prefix-filter", 
  1697.        "Show running system informationn" 
  1698.        "IP informationn" 
  1699.        "BGP informationn" 
  1700.        "Address familyn"
  1701.        "Address Family modifiern"
  1702.        "Address Family modifiern"
  1703.        "Detailed information on TCP and BGP neighbor connectionsn"
  1704.        "Neighbor to display information aboutn"
  1705.        "Neighbor to display information aboutn"
  1706.        "Display information received from a BGP neighborn"
  1707.        "Display the prefixlist filtern")
  1708. DEFSH (VTYSH_RIPD, rip_version_cmd_vtysh, 
  1709.        "version <1-2>", 
  1710.        "Set routing protocol versionn"
  1711.        "versionn")
  1712. DEFSH (VTYSH_RIPD, ip_rip_send_version_1_cmd_vtysh, 
  1713.        "ip rip send version 1 2", 
  1714.        "IP informationn" 
  1715.        "Routing Information Protocoln"
  1716.        "Advertisement transmissionn"
  1717.        "Version controln"
  1718.        "RIP version 1n"
  1719.        "RIP version 2n")
  1720. DEFSH (VTYSH_RIPD, no_debug_rip_zebra_cmd_vtysh, 
  1721.        "no debug rip zebra", 
  1722.        "Negate a command or set its defaultsn" 
  1723.        "Debugging functions (see also 'undebug')n" 
  1724.        "RIP informationn" 
  1725.        "RIP and ZEBRA communicationn")
  1726. DEFSH (VTYSH_BGPD, set_aspath_prepend_cmd_vtysh, 
  1727.        "set as-path prepend .<1-65535>", 
  1728.        "Set values in destination routing protocoln" 
  1729.        "Prepend string for a BGP AS-path attributen"
  1730.        "Prepend to the as-pathn"
  1731.        "AS numbern")
  1732. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbor_received_routes_cmd_vtysh, 
  1733.        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) received-routes", 
  1734.        "Show running system informationn" 
  1735.        "BGP informationn" 
  1736.        "Address familyn"
  1737.        "Detailed information on TCP and BGP neighbor connectionsn"
  1738.        "Neighbor to display information aboutn"
  1739.        "Neighbor to display information aboutn"
  1740.        "Display the received routes from neighborn")
  1741. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_prefix_cmd_vtysh, 
  1742.        "show ipv6 ospf6 interface prefix", 
  1743.        "Show running system informationn" 
  1744.        "IPv6 Informationn" 
  1745.        "Open Shortest Path First (OSPF) for IPv6n" 
  1746.        "Interface infomationn" 
  1747.        "Display connected prefixes to advertisen"
  1748.        )
  1749. DEFSH (VTYSH_RIPNGD, debug_ripng_packet_detail_cmd_vtysh, 
  1750.        "debug ripng packet (recv|send) detail", 
  1751.        "Debugging functions (see also 'undebug')n" 
  1752.        "RIPng configurationn"
  1753.        "Debug option set for ripng packetn"
  1754.        "Debug option set for receive packetn"
  1755.        "Debug option set for send packetn"
  1756.        "Debug option set detaied informationn")
  1757. DEFSH (VTYSH_RIPD|VTYSH_OSPFD, no_match_interface_val_cmd_vtysh, 
  1758.        "no match interface WORD", 
  1759.        "Negate a command or set its defaultsn" 
  1760.        "Match values from routing tablen" 
  1761.        "Match first hop interface of routen"
  1762.        "Interface namen")
  1763. DEFSH (VTYSH_BGPD, match_ip_route_source_prefix_list_cmd_vtysh, 
  1764.        "match ip route-source prefix-list WORD", 
  1765.        "Match values from routing tablen" 
  1766.        "IP informationn" 
  1767.        "Match advertising source address of routen"
  1768.        "Match entries of prefix-listsn"
  1769.        "IP prefix-list namen")
  1770. DEFSH (VTYSH_BGPD, bgp_network_mask_natural_route_map_cmd_vtysh, 
  1771.        "network A.B.C.D route-map WORD", 
  1772.        "Specify a network to announce via BGPn"
  1773.        "Network numbern"
  1774.        "Route-map to modify the attributesn"
  1775.        "Name of the route mapn")
  1776. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged9_cmd_vtysh, 
  1777.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med next-hop as-path", 
  1778.        "Specify neighbor routern" 
  1779.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1780.        "BGP attribute is propagated unchanged to this neighborn"
  1781.        "Med attributen"
  1782.        "Nexthop attributen"
  1783.        "As-path attributen")
  1784. DEFSH (VTYSH_BGPD, ip_extcommunity_list_name_standard2_cmd_vtysh, 
  1785.        "ip extcommunity-list standard WORD (deny|permit)", 
  1786.        "IP informationn" 
  1787.        "Add a extended community list entryn" 
  1788.        "Specify standard extcommunity-listn"
  1789.        "Extended Community list namen"
  1790.        "Specify community to rejectn"
  1791.        "Specify community to acceptn")
  1792. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_soft_out_cmd_vtysh, 
  1793.        "clear bgp ipv6 <1-65535> soft out", 
  1794.        "Reset functionsn" 
  1795.        "BGP informationn" 
  1796.        "Address familyn"
  1797.        "Clear peers with the AS numbern"
  1798.        "Soft reconfign"
  1799.        "Soft reconfig outbound updaten")
  1800. DEFSH (VTYSH_BGPD, no_ip_community_list_standard_cmd_vtysh, 
  1801.        "no ip community-list <1-99> (deny|permit) .AA:NN", 
  1802.        "Negate a command or set its defaultsn" 
  1803.        "IP informationn" 
  1804.        "Add a community list entryn" 
  1805.        "Community list number (standard)n"
  1806.        "Specify community to rejectn"
  1807.        "Specify community to acceptn"
  1808.        "Community number in aa:nn format or internet|local-AS|no-advertise|no-exportn" )
  1809. DEFSH (VTYSH_BGPD, debug_bgp_update_direct_cmd_vtysh, 
  1810.        "debug bgp updates (in|out)", 
  1811.        "Debugging functions (see also 'undebug')n" 
  1812.        "BGP informationn" 
  1813.        "BGP updatesn"
  1814.        "Inbound updatesn"
  1815.        "Outbound updatesn")
  1816. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_prefix_cmd_vtysh, 
  1817.        "show ipv6 ospf6 interface IFNAME prefix", 
  1818.        "Show running system informationn" 
  1819.        "IPv6 Informationn" 
  1820.        "Open Shortest Path First (OSPF) for IPv6n" 
  1821.        "Interface infomationn" 
  1822.        "Interface name(e.g. ep0)n" 
  1823.        "Display connected prefixes to advertisen"
  1824.        )
  1825. DEFSH (VTYSH_OSPFD, ospf_area_vlink_cmd_vtysh, 
  1826.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D", 
  1827.        "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" )
  1828. DEFSH (VTYSH_OSPFD, show_debugging_ospf_cmd_vtysh, 
  1829.        "show debugging ospf", 
  1830.        "Show running system informationn" 
  1831.        "Debugging functions (see also 'undebug')n" 
  1832.        "OSPF informationn" )
  1833. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_cmd_vtysh, 
  1834.        "default-information originate", 
  1835.        "Control distribution of default informationn"
  1836.        "Distribute a default routen")
  1837. DEFSH (VTYSH_OSPF6D, ospf6_redistribute_cmd_vtysh, 
  1838.        "redistribute (static|kernel|connected|ripng|bgp)", 
  1839.        "Redistributen"
  1840.        "Static routen"
  1841.        "Kernel routen"
  1842.        "Connected routen"
  1843.        "RIPng routen"
  1844.        "BGP routen"
  1845.       )
  1846. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community2_exact_cmd_vtysh, 
  1847.        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1848.        "Show running system informationn" 
  1849.        "IPv6 informationn" 
  1850.        "MBGP informationn" 
  1851.        "Display routes matching the communitiesn"
  1852.        "community numbern"
  1853.        "Do not send outside local AS (well-known community)n"
  1854.        "Do not advertise to any peer (well-known community)n"
  1855.        "Do not export to next AS (well-known community)n"
  1856.        "community numbern"
  1857.        "Do not send outside local AS (well-known community)n"
  1858.        "Do not advertise to any peer (well-known community)n"
  1859.        "Do not export to next AS (well-known community)n"
  1860.        "Exact match of the communities")
  1861. DEFSH (VTYSH_OSPFD, ip_ospf_transmit_delay_addr_cmd_vtysh, 
  1862.        "ip ospf transmit-delay <1-65535> A.B.C.D", 
  1863.        "IP Informationn"
  1864.        "OSPF interface commandsn"
  1865.        "Link state transmit delayn"
  1866.        "Secondsn"
  1867.        "Address of interface")
  1868. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_detail_name_cmd_vtysh, 
  1869.        "show ip prefix-list detail WORD", 
  1870.        "Show running system informationn" 
  1871.        "IP informationn" 
  1872.        "Build a prefix listn" 
  1873.        "Detail of prefix listsn"
  1874.        "Name of a prefix listn")
  1875. DEFSH (VTYSH_BGPD, bgp_damp_set3_cmd_vtysh, 
  1876.        "bgp dampening", 
  1877.        "BGP Specific commandsn"
  1878.        "Enable route-flap dampeningn")
  1879. DEFSH (VTYSH_OSPFD, debug_ospf_packet_send_recv_detail_cmd_vtysh, 
  1880.        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
  1881.        "Debugging functionsn"
  1882.        "OSPF informationn"
  1883.        "OSPF packetsn"
  1884.        "OSPF Hellon"
  1885.        "OSPF Database Descriptionn"
  1886.        "OSPF Link State Requestn"
  1887.        "OSPF Link State Updaten"
  1888.        "OSPF Link State Acknowledgmentn"
  1889.        "OSPF all packetsn"
  1890.        "Packet sentn"
  1891.        "Packet receivedn"
  1892.        "Detail Informationn")
  1893. DEFSH (VTYSH_BGPD, bgp_default_ipv4_unicast_cmd_vtysh, 
  1894.        "bgp default ipv4-unicast", 
  1895.        "BGP specific commandsn"
  1896.        "Configure BGP defaultsn"
  1897.        "Activate ipv4-unicast for a peer by defaultn")
  1898. DEFSH (VTYSH_BGPD, no_neighbor_prefix_list_cmd_vtysh, 
  1899.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "prefix-list WORD (in|out)", 
  1900.        "Negate a command or set its defaultsn" 
  1901.        "Specify neighbor routern" 
  1902.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1903.        "Filter updates to/from this neighborn"
  1904.        "Name of a prefix listn"
  1905.        "Filter incoming updatesn"
  1906.        "Filter outgoing updatesn")
  1907. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
  1908.        "no redistribute (connected|kernel|ospf|rip|static) route-map WORD metric <0-4294967295>", 
  1909.        "Negate a command or set its defaultsn" 
  1910.        "Redistribute information from another routing protocoln"
  1911.        "Connectedn"
  1912.        "Kernel routesn"
  1913.        "Open Shurtest Path First (OSPF)n"
  1914.        "Routing Information Protocol (RIP)n"
  1915.        "Static routesn"
  1916.        "Route map referencen"
  1917.        "Pointer to route-map entriesn"
  1918.        "Metric for redistributed routesn"
  1919.        "Default metricn")
  1920. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_ipv4_soft_cmd_vtysh, 
  1921.        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft", 
  1922.        "Reset functionsn" 
  1923.        "IP informationn" 
  1924.        "BGP informationn" 
  1925.        "BGP viewn"
  1926.        "view namen"
  1927.        "Clear all peersn"
  1928.        "Address familyn"
  1929.        "Address Family Modifiern"
  1930.        "Address Family Modifiern"
  1931.        "Soft reconfign")
  1932. DEFSH (VTYSH_OSPF6D, ospf6_router_id_cmd_vtysh, 
  1933.        "router-id A.B.C.D", 
  1934.        "Configure OSPF Router-IDn"
  1935.        "specify by IPv4 address notation(e.g. 0.0.0.0)n" )
  1936. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_cmd_vtysh, 
  1937.        "clear ip bgp *", 
  1938.        "Reset functionsn" 
  1939.        "IP informationn" 
  1940.        "BGP informationn" 
  1941.        "Clear all peersn")
  1942. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_cmd_vtysh, 
  1943.        "clear ip bgp <1-65535>", 
  1944.        "Reset functionsn" 
  1945.        "IP informationn" 
  1946.        "BGP informationn" 
  1947.        "Clear peers with the AS numbern")
  1948. DEFSH (VTYSH_BGPD, no_ip_community_list_expanded_cmd_vtysh, 
  1949.        "no ip community-list <100-500> (deny|permit) .LINE", 
  1950.        "Negate a command or set its defaultsn" 
  1951.        "IP informationn" 
  1952.        "Add a community list entryn" 
  1953.        "Community list number (expanded)n"
  1954.        "Specify community to rejectn"
  1955.        "Specify community to acceptn"
  1956.        "An ordered list as a regular-expressionn")
  1957. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_tags_cmd_vtysh, 
  1958.        "show ip bgp vpnv4 all tags", 
  1959.        "Show running system informationn" 
  1960.        "IP informationn" 
  1961.        "BGP informationn" 
  1962.        "Display VPNv4 NLRI specific informationn"
  1963.        "Display information about all VPNv4 NLRIsn"
  1964.        "Display BGP tags for prefixesn")
  1965. DEFSH (VTYSH_OSPFD, ospf_area_authentication_cmd_vtysh, 
  1966.        "area (A.B.C.D|<0-4294967295>) authentication", 
  1967.        "OSPF area parametersn"
  1968.        "OSPF area ID in IP address formatn"
  1969.        "OSPF area ID as a decimal valuen"
  1970.        "Enable authenticationn")
  1971. DEFSH (VTYSH_OSPFD, ospf_passive_interface_cmd_vtysh, 
  1972.        "passive-interface IFNAME", 
  1973.        "Suppress routing updates on an interfacen"
  1974.        "Interface's namen")
  1975. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged3_cmd_vtysh, 
  1976.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged next-hop (as-path|med)", 
  1977.        "Negate a command or set its defaultsn" 
  1978.        "Specify neighbor routern" 
  1979.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1980.        "BGP attribute is propagated unchanged to this neighborn"
  1981.        "Nexthop attributen"
  1982.        "As-path attributen"
  1983.        "Med attributen")
  1984. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_prefix_cmd_vtysh, 
  1985.        "show ip bgp vpnv4 all A.B.C.D/M", 
  1986.        "Show running system informationn" 
  1987.        "IP informationn" 
  1988.        "BGP informationn" 
  1989.        "Display VPNv4 NLRI specific informationn"
  1990.        "Display information about all VPNv4 NLRIsn"
  1991.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1992. DEFSH (VTYSH_BGPD, clear_bgp_as_in_prefix_filter_cmd_vtysh, 
  1993.        "clear bgp <1-65535> in prefix-filter", 
  1994.        "Reset functionsn" 
  1995.        "BGP informationn" 
  1996.        "Clear peers with the AS numbern"
  1997.        "Soft reconfig inbound updaten"
  1998.        "Push out prefix-list ORF and do inbound soft reconfign")
  1999. DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_cmd_vtysh, 
  2000.        "no ip ospf authentication", 
  2001.        "Negate a command or set its defaultsn" 
  2002.        "IP Informationn"
  2003.        "OSPF interface commandsn"
  2004.        "Enable authentication on this interfacen")
  2005. DEFSH (VTYSH_BGPD, match_origin_cmd_vtysh, 
  2006.        "match origin (egp|igp|incomplete)", 
  2007.        "Match values from routing tablen" 
  2008.        "BGP origin coden"
  2009.        "remote EGPn"
  2010.        "local IGPn"
  2011.        "unknown heritagen")
  2012. DEFSH (VTYSH_OSPFD, no_debug_ospf_ism_cmd_vtysh, 
  2013.        "no debug ospf ism", 
  2014.        "Negate a command or set its defaultsn" 
  2015.        "Debugging functions (see also 'undebug')n" 
  2016.        "OSPF informationn" 
  2017.        "OSPF Interface State Machine")
  2018. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_in_cmd_vtysh, 
  2019.        "clear ip bgp A.B.C.D vpnv4 unicast in", 
  2020.        "Reset functionsn" 
  2021.        "IP informationn" 
  2022.        "BGP informationn" 
  2023.        "BGP neighbor address to clearn"
  2024.        "Address familyn"
  2025.        "Address Family Modifiern"
  2026.        "Soft reconfig inbound updaten")
  2027. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_ipv4_in_prefix_filter_cmd_vtysh, 
  2028.        "clear ip bgp * ipv4 (unicast|multicast) in prefix-filter", 
  2029.        "Reset functionsn" 
  2030.        "IP informationn" 
  2031.        "BGP informationn" 
  2032.        "Clear all peersn"
  2033.        "Address familyn"
  2034.        "Address Family modifiern"
  2035.        "Address Family modifiern"
  2036.        "Soft reconfig inbound updaten"
  2037.        "Push out prefix-list ORF and do inbound soft reconfign")
  2038. DEFSH (VTYSH_RIPD, no_distribute_list_all_cmd_vtysh, 
  2039.        "no distribute-list WORD (in|out)", 
  2040.        "Negate a command or set its defaultsn" 
  2041.        "Filter networks in routing updatesn"
  2042.        "Access-list namen"
  2043.        "Filter incoming routing updatesn"
  2044.        "Filter outgoing routing updatesn")
  2045. DEFSH (VTYSH_OSPFD, no_ospf_network_cmd_vtysh, 
  2046.        "no ospf network", 
  2047.        "Negate a command or set its defaultsn" 
  2048.        "OSPF interface commandsn"
  2049.        "Network typen")
  2050. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_le_ge_cmd_vtysh, 
  2051.        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
  2052.        "Negate a command or set its defaultsn" 
  2053.        "IPv6 informationn" 
  2054.        "Build a prefix listn" 
  2055.        "Name of a prefix listn"
  2056.        "Specify packets to rejectn"
  2057.        "Specify packets to forwardn"
  2058.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  2059.        "Maximum prefix length to be matchedn"
  2060.        "Maximum prefix lengthn"
  2061.        "Minimum prefix length to be matchedn"
  2062.        "Minimum prefix lengthn")
  2063. DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_cmd_vtysh, 
  2064.        "show ip ospf neighbor", 
  2065.        "Show running system informationn" 
  2066.        "IP informationn" 
  2067.        "OSPF informationn"
  2068.        "Neighbor listn")
  2069. DEFSH (VTYSH_OSPFD, no_ospf_refresh_timer_val_cmd_vtysh, 
  2070.        "no refresh timer <10-1800>", 
  2071.        "Adjust refresh parametersn"
  2072.        "Unset refresh timern"
  2073.        "Timer value in secondsn")
  2074. DEFSH (VTYSH_BGPD, no_neighbor_remote_as_cmd_vtysh, 
  2075.        "no neighbor (A.B.C.D|X:X::X:X) "  "remote-as <1-65535>", 
  2076.        "Negate a command or set its defaultsn" 
  2077.        "Specify neighbor routern" 
  2078.        "Neighbor addressnIPv6 addressn" 
  2079.        "Specify a BGP neighborn"
  2080.        "AS numbern" )
  2081. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_soft_in_cmd_vtysh, 
  2082.        "clear ip bgp <1-65535> soft in", 
  2083.        "Reset functionsn" 
  2084.        "IP informationn" 
  2085.        "BGP informationn" 
  2086.        "Clear peers with the AS numbern"
  2087.        "Soft reconfign"
  2088.        "Soft reconfig inbound updaten")
  2089. DEFSH (VTYSH_BGPD, neighbor_capability_orf_prefix_cmd_vtysh, 
  2090.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "capability orf prefix-list (both|send|receive)", 
  2091.        "Specify neighbor routern" 
  2092.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2093.        "Advertise capability to the peern"
  2094.        "Advertise ORF capability to the peern"
  2095.        "Advertise prefixlist ORF capability to this neighborn"
  2096.        "Capability to SEND and RECEIVE the ORF to/from this neighborn"
  2097.        "Capability to RECEIVE the ORF from this neighborn"
  2098.        "Capability to SEND the ORF to this neighborn")
  2099. DEFSH (VTYSH_BGPD, clear_bgp_as_out_cmd_vtysh, 
  2100.        "clear bgp <1-65535> out", 
  2101.        "Reset functionsn" 
  2102.        "BGP informationn" 
  2103.        "Clear peers with the AS numbern"
  2104.        "Soft reconfig outbound updaten")
  2105. DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_detail_cmd_vtysh, 
  2106.        "show ip ospf neighbor detail", 
  2107.        "Show running system informationn" 
  2108.        "IP informationn" 
  2109.        "OSPF informationn"
  2110.        "Neighbor listn"
  2111.        "detail of all neighborsn")
  2112. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, match_ip_next_hop_prefix_list_cmd_vtysh, 
  2113.        "match ip next-hop prefix-list WORD", 
  2114.        "Match values from routing tablen" 
  2115.        "IP informationn" 
  2116.        "Match next-hop address of routen"
  2117.        "Match entries of prefix-listsn"
  2118.        "IP prefix-list namen")
  2119. DEFSH (VTYSH_OSPFD, no_ospf_distance_cmd_vtysh, 
  2120.        "no distance <1-255>", 
  2121.        "Negate a command or set its defaultsn" 
  2122.        "Define an administrative distancen"
  2123.        "OSPF Administrative distancen")
  2124. DEFSH (VTYSH_BGPD, no_neighbor_interface_cmd_vtysh, 
  2125.        "no neighbor (A.B.C.D|X:X::X:X) "  "interface WORD", 
  2126.        "Negate a command or set its defaultsn" 
  2127.        "Specify neighbor routern" 
  2128.        "Neighbor addressnIPv6 addressn" 
  2129.        "Interfacen"
  2130.        "Interface namen")
  2131. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_type_cmd_vtysh, 
  2132.        "default-information originate always metric-type (1|2)", 
  2133.        "Control distribution of default informationn"
  2134.        "Distribute a default routen"
  2135.        "Always advertise default routen"
  2136.        "OSPF metric type for default routesn"
  2137.        "Set OSPF External Type 1 metricsn"
  2138.        "Set OSPF External Type 2 metricsn")
  2139. DEFSH (VTYSH_RIPNGD, no_ripng_default_metric_val_cmd_vtysh, 
  2140.        "no default-metric <1-16>", 
  2141.        "Negate a command or set its defaultsn" 
  2142.        "Set a metric of redistribute routesn"
  2143.        "Default metricn")
  2144. DEFSH (VTYSH_BGPD, show_ip_bgp_route_map_cmd_vtysh, 
  2145.        "show ip bgp route-map WORD", 
  2146.        "Show running system informationn" 
  2147.        "IP informationn" 
  2148.        "BGP informationn" 
  2149.        "Display routes matching the route-mapn"
  2150.        "A route-map to match onn")
  2151. DEFSH (VTYSH_BGPD, set_originator_id_cmd_vtysh, 
  2152.        "set originator-id A.B.C.D", 
  2153.        "Set values in destination routing protocoln" 
  2154.        "BGP originator ID attributen"
  2155.        "IP address of originatorn")
  2156. DEFSH (VTYSH_RIPD, debug_rip_packet_direct_cmd_vtysh, 
  2157.        "debug rip packet (recv|send)", 
  2158.        "Debugging functions (see also 'undebug')n" 
  2159.        "RIP informationn" 
  2160.        "RIP packetn"
  2161.        "RIP receive packetn"
  2162.        "RIP send packetn")
  2163. DEFSH (VTYSH_BGPD, no_aggregate_address_summary_only_cmd_vtysh, 
  2164.        "no aggregate-address A.B.C.D/M summary-only", 
  2165.        "Negate a command or set its defaultsn" 
  2166.        "Configure BGP aggregate entriesn"
  2167.        "Aggregate prefixn"
  2168.        "Filter more specific routes from updatesn")
  2169. DEFSH (VTYSH_OSPFD, ospf_refresh_timer_cmd_vtysh, 
  2170.        "refresh timer <10-1800>", 
  2171.        "Adjust refresh parametersn"
  2172.        "Set refresh timern"
  2173.        "Timer value in secondsn")
  2174. DEFSH (VTYSH_BGPD, show_ip_bgp_view_route_cmd_vtysh, 
  2175.        "show ip bgp view WORD A.B.C.D", 
  2176.        "Show running system informationn" 
  2177.        "IP informationn" 
  2178.        "BGP informationn" 
  2179.        "BGP viewn"
  2180.        "BGP view namen"
  2181.        "Network in the BGP routing table to displayn")
  2182. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_param3_cmd_vtysh, 
  2183.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  2184.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  2185.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  2186.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
  2187.        "Negate a command or set its defaultsn" 
  2188.        "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" 
  2189.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  2190.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  2191.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  2192. DEFSH (VTYSH_RIPD, no_ip_rip_receive_version_num_cmd_vtysh, 
  2193.        "no ip rip receive version (1|2)", 
  2194.        "Negate a command or set its defaultsn" 
  2195.        "IP informationn" 
  2196.        "Routing Information Protocoln"
  2197.        "Advertisement receptionn"
  2198.        "Version controln"
  2199.        "Version 1n"
  2200.        "Version 2n")
  2201. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_vpnv4_soft_in_cmd_vtysh, 
  2202.        "clear ip bgp * vpnv4 unicast soft in", 
  2203.        "Reset functionsn" 
  2204.        "IP informationn" 
  2205.        "BGP informationn" 
  2206.        "Clear all peersn"
  2207.        "Address familyn"
  2208.        "Address Family Modifiern"
  2209.        "Soft reconfign"
  2210.        "Soft reconfig inbound updaten")
  2211. DEFSH (VTYSH_RIPD, accept_lifetime_duration_day_month_cmd_vtysh, 
  2212.        "accept-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
  2213.        "Set accept lifetime of the keyn"
  2214.        "Time to startn"
  2215.        "Day of th month to startn"
  2216.        "Month of the year to startn"
  2217.        "Year to startn"
  2218.        "Duration of the keyn"
  2219.        "Duration secondsn")
  2220. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_address_cmd_vtysh, 
  2221.        "no match ip address", 
  2222.        "Negate a command or set its defaultsn" 
  2223.        "Match values from routing tablen" 
  2224.        "IP informationn" 
  2225.        "Match address of routen")
  2226. DEFSH (VTYSH_ZEBRA, show_ipv6_route_protocol_cmd_vtysh, 
  2227.        "show ipv6 route (bgp|connected|kernel|ospf6|ripng|static)", 
  2228.        "Show running system informationn" 
  2229.        "IP informationn" 
  2230.        "IP routing tablen"
  2231.        "Border Gateway Protocol (BGP)n"
  2232.        "Connectedn"
  2233.        "Kerneln"
  2234.        "Open Shortest Path First (OSPFv3)n"
  2235.        "Routing Information Protocol (RIPng)n"
  2236.        "Static routesn")
  2237. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_spf_tree_cmd_vtysh, 
  2238.        "show ipv6 ospf6 spf tree", 
  2239.        "Show running system informationn" 
  2240.        "IPv6 Informationn" 
  2241.        "Open Shortest Path First (OSPF) for IPv6n" 
  2242.        "Shortest Path First caculationn"
  2243.        "Show SPF treen")
  2244. DEFSH (VTYSH_BGPD, show_ip_bgp_community4_exact_cmd_vtysh, 
  2245.        "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) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  2246.        "Show running system informationn" 
  2247.        "IP informationn" 
  2248.        "BGP informationn" 
  2249.        "Display routes matching the communitiesn"
  2250.        "community numbern"
  2251.        "Do not send outside local AS (well-known community)n"
  2252.        "Do not advertise to any peer (well-known community)n"
  2253.        "Do not export to next AS (well-known community)n"
  2254.        "community numbern"
  2255.        "Do not send outside local AS (well-known community)n"
  2256.        "Do not advertise to any peer (well-known community)n"
  2257.        "Do not export to next AS (well-known community)n"
  2258.        "community numbern"
  2259.        "Do not send outside local AS (well-known community)n"
  2260.        "Do not advertise to any peer (well-known community)n"
  2261.        "Do not export to next AS (well-known community)n"
  2262.        "community numbern"
  2263.        "Do not send outside local AS (well-known community)n"
  2264.        "Do not advertise to any peer (well-known community)n"
  2265.        "Do not export to next AS (well-known community)n"
  2266.        "Exact match of the communities")
  2267. DEFSH (VTYSH_OSPFD, no_ip_ospf_priority_addr_cmd_vtysh, 
  2268.        "no ip ospf priority A.B.C.D", 
  2269.        "Negate a command or set its defaultsn" 
  2270.        "IP Informationn"
  2271.        "OSPF interface commandsn"
  2272.        "Router priorityn"
  2273.        "Address of interface")
  2274. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbors_peer_cmd_vtysh, 
  2275.        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X)", 
  2276.        "Show running system informationn"