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

网络

开发平台:

Unix_Linux

  1.        "IP routing tablen"
  2.        "Network in the IP routing table to displayn")
  3. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_le_cmd_vtysh, 
  4.        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
  5.        "Negate a command or set its defaultsn" 
  6.        "IPv6 informationn" 
  7.        "Build a prefix listn" 
  8.        "Name of a prefix listn"
  9.        "sequence number of an entryn"
  10.        "Sequence numbern"
  11.        "Specify packets to rejectn"
  12.        "Specify packets to forwardn"
  13.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  14.        "Maximum prefix length to be matchedn"
  15.        "Maximum prefix lengthn")
  16. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_list_cmd_vtysh, 
  17.        "show ipv6 mbgp community-list WORD", 
  18.        "Show running system informationn" 
  19.        "IPv6 informationn" 
  20.        "MBGP informationn" 
  21.        "Display routes matching the community-listn"
  22.        "community-list namen")
  23. DEFSH (VTYSH_OSPFD, ospf_neighbor_poll_interval_priority_cmd_vtysh, 
  24.        "neighbor A.B.C.D poll-interval <1-65535> priority <0-255>", 
  25.        "Specify neighbor routern" 
  26.        "Neighbor addressn"
  27.        "OSPF dead-router polling intervaln"
  28.        "Secondsn"
  29.        "OSPF priority of non-broadcast neighborn"
  30.        "Priorityn")
  31. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community3_cmd_vtysh, 
  32.        "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)", 
  33.        "Show running system informationn" 
  34.        "IP informationn" 
  35.        "BGP informationn" 
  36.        "Address familyn"
  37.        "Address Family modifiern"
  38.        "Address Family modifiern"
  39.        "Display routes matching the communitiesn"
  40.        "community numbern"
  41.        "Do not send outside local AS (well-known community)n"
  42.        "Do not advertise to any peer (well-known community)n"
  43.        "Do not export to next AS (well-known community)n"
  44.        "community numbern"
  45.        "Do not send outside local AS (well-known community)n"
  46.        "Do not advertise to any peer (well-known community)n"
  47.        "Do not export to next AS (well-known community)n"
  48.        "community numbern"
  49.        "Do not send outside local AS (well-known community)n"
  50.        "Do not advertise to any peer (well-known community)n"
  51.        "Do not export to next AS (well-known community)n")
  52. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged7_cmd_vtysh, 
  53.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged next-hop med as-path", 
  54.        "Specify neighbor routern" 
  55.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  56.        "BGP attribute is propagated unchanged to this neighborn"
  57.        "Nexthop attributen"
  58.        "Med attributen"
  59.        "As-path attributen")
  60. DEFSH (VTYSH_BGPD, neighbor_default_originate_rmap_cmd_vtysh, 
  61.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "default-originate route-map WORD", 
  62.        "Specify neighbor routern" 
  63.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  64.        "Originate default route to this neighborn"
  65.        "Route-map to specify criteria to originate defaultn"
  66.        "route-map namen")
  67. DEFSH (VTYSH_OSPFD, ip_ospf_priority_cmd_vtysh, 
  68.        "ip ospf priority <0-255>", 
  69.        "IP Informationn"
  70.        "OSPF interface commandsn"
  71.        "Router priorityn"
  72.        "Priorityn")
  73. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_connected_metric_routemap_cmd_vtysh, 
  74.        "no redistribute connected metric <0-16> route-map WORD", 
  75.        "Negate a command or set its defaultsn" 
  76.        "Redistribute information from another routing protocoln"
  77.        "Connectedn"
  78.        "Metricn"
  79.        "Metric valuen"
  80.        "Route map referencen"
  81.        "Pointer to route-map entriesn")
  82. DEFSH (VTYSH_BGPD, neighbor_allowas_in_cmd_vtysh, 
  83.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "allowas-in", 
  84.        "Specify neighbor routern" 
  85.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  86.        "Accept as-path with my AS present in itn")
  87. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_out_cmd_vtysh, 
  88.        "clear ip bgp external ipv4 (unicast|multicast) out", 
  89.        "Reset functionsn" 
  90.        "IP informationn" 
  91.        "BGP informationn" 
  92.        "Clear all external peersn"
  93.        "Address familyn"
  94.        "Address Family modifiern"
  95.        "Address Family modifiern"
  96.        "Soft reconfig outbound updaten")
  97. DEFSH (VTYSH_BGPD, clear_bgp_all_in_cmd_vtysh, 
  98.        "clear bgp * in", 
  99.        "Reset functionsn" 
  100.        "BGP informationn" 
  101.        "Clear all peersn"
  102.        "Soft reconfig inbound updaten")
  103. DEFSH (VTYSH_BGPD, bgp_distance_source_access_list_cmd_vtysh, 
  104.        "distance <1-255> A.B.C.D/M WORD", 
  105.        "Define an administrative distancen"
  106.        "Administrative distancen"
  107.        "IP source prefixn"
  108.        "Access list namen")
  109. DEFSH (VTYSH_BGPD, show_ip_bgp_regexp_cmd_vtysh, 
  110.        "show ip bgp regexp .LINE", 
  111.        "Show running system informationn" 
  112.        "IP informationn" 
  113.        "BGP informationn" 
  114.        "Display routes matching the AS path regular expressionn"
  115.        "A regular-expression to match the BGP AS pathsn")
  116. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community4_cmd_vtysh, 
  117.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  118.        "Show running system informationn" 
  119.        "IPv6 informationn" 
  120.        "BGP informationn" 
  121.        "Display routes matching the communitiesn"
  122.        "community numbern"
  123.        "Do not send outside local AS (well-known community)n"
  124.        "Do not advertise to any peer (well-known community)n"
  125.        "Do not export to next AS (well-known community)n"
  126.        "community numbern"
  127.        "Do not send outside local AS (well-known community)n"
  128.        "Do not advertise to any peer (well-known community)n"
  129.        "Do not export to next AS (well-known community)n"
  130.        "community numbern"
  131.        "Do not send outside local AS (well-known community)n"
  132.        "Do not advertise to any peer (well-known community)n"
  133.        "Do not export to next AS (well-known community)n"
  134.        "community numbern"
  135.        "Do not send outside local AS (well-known community)n"
  136.        "Do not advertise to any peer (well-known community)n"
  137.        "Do not export to next AS (well-known community)n")
  138. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_summary_cmd_vtysh, 
  139.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn summary", 
  140.        "Show running system informationn" 
  141.        "IP informationn" 
  142.        "BGP informationn" 
  143.        "Display VPNv4 NLRI specific informationn"
  144.        "Display information for a route distinguishern"
  145.        "VPN Route Distinguishern"
  146.        "Summary of BGP neighbor statusn")
  147. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_type_detail_cmd_vtysh, 
  148.        "show ipv6 ospf6 route (intra-area|inter-area|external-1|external-2) detail", 
  149.        "Show running system informationn" 
  150.        "IPv6 Informationn" 
  151.        "Open Shortest Path First (OSPF) for IPv6n" 
  152.        "Routing Tablen" 
  153.        "Dispaly Intra-Area routesn"
  154.        "Dispaly Inter-Area routesn"
  155.        "Dispaly Type-1 External routesn"
  156.        "Dispaly Type-2 External routesn"
  157.        "Detailed informationn"
  158.        )
  159. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_in_cmd_vtysh, 
  160.        "clear ip bgp A.B.C.D in", 
  161.        "Reset functionsn" 
  162.        "IP informationn" 
  163.        "BGP informationn" 
  164.        "BGP neighbor address to clearn"
  165.        "Soft reconfig inbound updaten")
  166. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged_cmd_vtysh, 
  167.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged", 
  168.        "Specify neighbor routern" 
  169.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  170.        "BGP attribute is propagated unchanged to this neighborn")
  171. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_out_cmd_vtysh, 
  172.        "clear bgp ipv6 peer-group WORD out", 
  173.        "Reset functionsn" 
  174.        "BGP informationn" 
  175.        "Address familyn"
  176.        "Clear all members of peer-groupn"
  177.        "BGP peer-group namen"
  178.        "Soft reconfig outbound updaten")
  179. DEFSH (VTYSH_BGPD, debug_bgp_fsm_cmd_vtysh, 
  180.        "debug bgp fsm", 
  181.        "Debugging functions (see also 'undebug')n" 
  182.        "BGP informationn" 
  183.        "BGP Finite State Machinen")
  184. DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_cmd_vtysh, 
  185.        "distribute-list WORD (in|out) WORD", 
  186.        "Filter networks in routing updatesn"
  187.        "Access-list namen"
  188.        "Filter incoming routing updatesn"
  189.        "Filter outgoing routing updatesn"
  190.        "Interface namen")
  191. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_cmd_vtysh, 
  192.        "no redistribute bgp", 
  193.        "Negate a command or set its defaultsn" 
  194.        "Redistribute information from another routing protocoln"
  195.        "Border Gateway Protocol (BGP)n")
  196. DEFSH (VTYSH_RIPD, rip_timers_cmd_vtysh, 
  197.        "timers basic <5-2147483647> <5-2147483647> <5-2147483647>", 
  198.        "Adjust routing timersn"
  199.        "Basic routing protocol update timersn"
  200.        "Routing table update timer value in second. Default is 30.n"
  201.        "Routing information timeout timer. Default is 180.n"
  202.        "Garbage collection timer. Default is 120.n")
  203. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
  204.        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
  205.        "IPv6 informationn" 
  206.        "Build a prefix listn" 
  207.        "Name of a prefix listn"
  208.        "sequence number of an entryn"
  209.        "Sequence numbern"
  210.        "Specify packets to rejectn"
  211.        "Specify packets to forwardn"
  212.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  213.        "Minimum prefix length to be matchedn"
  214.        "Minimum prefix lengthn"
  215.        "Maximum prefix length to be matchedn"
  216.        "Maximum prefix lengthn")
  217. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_ipv4_soft_in_cmd_vtysh, 
  218.        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft in", 
  219.        "Reset functionsn" 
  220.        "IP informationn" 
  221.        "BGP informationn" 
  222.        "BGP viewn"
  223.        "view namen"
  224.        "Clear all peersn"
  225.        "Address familyn"
  226.        "Address Family modifiern"
  227.        "Address Family modifiern"
  228.        "Soft reconfign"
  229.        "Soft reconfig inbound updaten")
  230. DEFSH (VTYSH_BGPD, old_ipv6_aggregate_address_cmd_vtysh, 
  231.        "ipv6 bgp aggregate-address X:X::X:X/M", 
  232.        "IPv6 informationn" 
  233.        "BGP informationn" 
  234.        "Configure BGP aggregate entriesn"
  235.        "Aggregate prefixn")
  236. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged1_cmd_vtysh, 
  237.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged (as-path|next-hop|med)", 
  238.        "Negate a command or set its defaultsn" 
  239.        "Specify neighbor routern" 
  240.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  241.        "BGP attribute is propagated unchanged to this neighborn"
  242.        "As-path attributen"
  243.        "Nexthop attributen"
  244.        "Med attributen")
  245. DEFSH (VTYSH_RIPD|VTYSH_OSPFD, no_match_interface_cmd_vtysh, 
  246.        "no match interface", 
  247.        "Negate a command or set its defaultsn" 
  248.        "Match values from routing tablen" 
  249.        "Match first hop interface of routen")
  250. DEFSH (VTYSH_ZEBRA, show_ipv6_route_prefix_longer_cmd_vtysh, 
  251.        "show ipv6 route X:X::X:X/M longer-prefixes", 
  252.        "Show running system informationn" 
  253.        "IP informationn" 
  254.        "IPv6 routing tablen"
  255.        "IPv6 prefixn"
  256.        "Show route matching the specified Network/Mask pair onlyn")
  257. DEFSH (VTYSH_OSPFD, ospf_priority_cmd_vtysh, 
  258.        "ospf priority <0-255>", 
  259.        "OSPF interface commandsn"
  260.        "Router priorityn"
  261.        "Priorityn")
  262. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_description_cmd_vtysh, 
  263.        "ipv6 prefix-list WORD description .LINE", 
  264.        "IPv6 informationn" 
  265.        "Build a prefix listn" 
  266.        "Name of a prefix listn"
  267.        "Prefix-list specific descriptionn"
  268.        "Up to 80 characters describing this prefix-listn")
  269. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community_all_cmd_vtysh, 
  270.        "show bgp ipv6 community", 
  271.        "Show running system informationn" 
  272.        "BGP informationn" 
  273.        "Address familyn"
  274.        "Display routes matching the communitiesn")
  275. DEFSH (VTYSH_OSPFD, no_router_ospf_id_cmd_vtysh, 
  276.        "no router-id", 
  277.        "Negate a command or set its defaultsn" 
  278.        "router-id for the OSPF processn")
  279. DEFSH (VTYSH_BGPD, no_neighbor_advertise_interval_cmd_vtysh, 
  280.        "no neighbor (A.B.C.D|X:X::X:X) "  "advertisement-interval", 
  281.        "Negate a command or set its defaultsn" 
  282.        "Specify neighbor routern" 
  283.        "Neighbor addressnIPv6 addressn" 
  284.        "Minimum interval between sending BGP routing updatesn")
  285. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community3_cmd_vtysh, 
  286.        "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)", 
  287.        "Show running system informationn" 
  288.        "IPv6 informationn" 
  289.        "MBGP informationn" 
  290.        "Display routes matching the communitiesn"
  291.        "community numbern"
  292.        "Do not send outside local AS (well-known community)n"
  293.        "Do not advertise to any peer (well-known community)n"
  294.        "Do not export to next AS (well-known community)n"
  295.        "community numbern"
  296.        "Do not send outside local AS (well-known community)n"
  297.        "Do not advertise to any peer (well-known community)n"
  298.        "Do not export to next AS (well-known community)n"
  299.        "community numbern"
  300.        "Do not send outside local AS (well-known community)n"
  301.        "Do not advertise to any peer (well-known community)n"
  302.        "Do not export to next AS (well-known community)n")
  303. DEFSH (VTYSH_RIPD, send_lifetime_duration_day_month_cmd_vtysh, 
  304.        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> duration <1-2147483646>", 
  305.        "Set send lifetime of the keyn"
  306.        "Time to startn"
  307.        "Day of th month to startn"
  308.        "Month of the year to startn"
  309.        "Year to startn"
  310.        "Duration of the keyn"
  311.        "Duration secondsn")
  312. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_cmd_vtysh, 
  313.        "ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
  314.        "IP informationn" 
  315.        "Build a prefix listn" 
  316.        "Name of a prefix listn"
  317.        "sequence number of an entryn"
  318.        "Sequence numbern"
  319.        "Specify packets to rejectn"
  320.        "Specify packets to forwardn"
  321.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  322.        "Any prefix match. Same as "0.0.0.0/0 le 32"n")
  323. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_prefix_cmd_vtysh, 
  324.        "no ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
  325.        "Negate a command or set its defaultsn" 
  326.        "IP informationn" 
  327.        "Build a prefix listn" 
  328.        "Name of a prefix listn"
  329.        "Specify packets to rejectn"
  330.        "Specify packets to forwardn"
  331.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  332.        "Any prefix match.  Same as "0.0.0.0/0 le 32"n")
  333. DEFSH (VTYSH_BGPD, clear_bgp_as_soft_cmd_vtysh, 
  334.        "clear bgp <1-65535> soft", 
  335.        "Reset functionsn" 
  336.        "BGP informationn" 
  337.        "Clear peers with the AS numbern"
  338.        "Soft reconfign")
  339. DEFSH (VTYSH_BGPD, show_bgp_ipv6_cmd_vtysh, 
  340.        "show bgp ipv6", 
  341.        "Show running system informationn" 
  342.        "BGP informationn" 
  343.        "Address familyn")
  344. DEFSH (VTYSH_BGPD, bgp_scan_time_cmd_vtysh, 
  345.        "bgp scan-time <5-60>", 
  346.        "BGP specific commandsn"
  347.        "Configure background scanner intervaln"
  348.        "Scanner interval (seconds)n")
  349. DEFSH (VTYSH_OSPFD, no_ip_ospf_message_digest_key_addr_cmd_vtysh, 
  350.        "no ip ospf message-digest-key <1-255> A.B.C.D", 
  351.        "Negate a command or set its defaultsn" 
  352.        "IP Informationn"
  353.        "OSPF interface commandsn"
  354.        "Message digest authentication password (key)n"
  355.        "Key IDn"
  356.        "Address of interface")
  357. DEFSH (VTYSH_BGPD, no_neighbor_ebgp_multihop_ttl_cmd_vtysh, 
  358.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "ebgp-multihop <1-255>", 
  359.        "Negate a command or set its defaultsn" 
  360.        "Specify neighbor routern" 
  361.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  362.        "Allow EBGP neighbors not on directly connected networksn"
  363.        "maximum hop countn")
  364. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_name_cmd_vtysh, 
  365.        "show ipv6 prefix-list WORD", 
  366.        "Show running system informationn" 
  367.        "IPv6 informationn" 
  368.        "Build a prefix listn" 
  369.        "Name of a prefix listn")
  370. DEFSH (VTYSH_RIPNGD, show_debugging_ripng_cmd_vtysh, 
  371.        "show debugging ripng", 
  372.        "Show running system informationn" 
  373.        "RIPng configurationn"
  374.        "Debugging informationn")
  375. DEFSH (VTYSH_BGPD, ip_community_list_standard2_cmd_vtysh, 
  376.        "ip community-list <1-99> (deny|permit)", 
  377.        "IP informationn" 
  378.        "Add a community list entryn" 
  379.        "Community list number (standard)n"
  380.        "Specify community to rejectn"
  381.        "Specify community to acceptn")
  382. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_access_list_cmd_vtysh, 
  383.        "show ip access-list", 
  384.        "Show running system informationn" 
  385.        "IP informationn" 
  386.        "List IP access listsn")
  387. DEFSH (VTYSH_BGPD, ipv6_bgp_neighbor_advertised_route_cmd_vtysh, 
  388.        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  389.        "Show running system informationn" 
  390.        "IPv6 informationn" 
  391.        "BGP informationn" 
  392.        "Detailed information on TCP and BGP neighbor connectionsn"
  393.        "Neighbor to display information aboutn"
  394.        "Neighbor to display information aboutn"
  395.        "Display the routes advertised to a BGP neighborn")
  396. DEFSH (VTYSH_BGPD, no_set_origin_val_cmd_vtysh, 
  397.        "no set origin (egp|igp|incomplete)", 
  398.        "Negate a command or set its defaultsn" 
  399.        "Set values in destination routing protocoln" 
  400.        "BGP origin coden"
  401.        "remote EGPn"
  402.        "local IGPn"
  403.        "unknown heritagen")
  404. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbor_routes_cmd_vtysh, 
  405.        "show bgp ipv6 neighbors (A.B.C.D|X:X::X:X) routes", 
  406.        "Show running system informationn" 
  407.        "BGP informationn" 
  408.        "Address familyn"
  409.        "Detailed information on TCP and BGP neighbor connectionsn"
  410.        "Neighbor to display information aboutn"
  411.        "Neighbor to display information aboutn"
  412.        "Display routes learned from neighborn")
  413. DEFSH (VTYSH_OSPFD, debug_ospf_lsa_cmd_vtysh, 
  414.        "debug ospf lsa", 
  415.        "Debugging functions (see also 'undebug')n" 
  416.        "OSPF informationn" 
  417.        "OSPF Link State Advertisementn")
  418. DEFSH (VTYSH_OSPF6D, debug_ospf6_message_cmd_vtysh, 
  419.        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
  420.        "Debugging functions (see also 'undebug')n" 
  421.        "Open Shortest Path First (OSPF) for IPv6n" 
  422.        "Debug OSPFv3 messagen"
  423.        "Debug Unknown messagen"
  424.        "Debug Hello messagen"
  425.        "Debug Database Description messagen"
  426.        "Debug Link State Request messagen"
  427.        "Debug Link State Update messagen"
  428.        "Debug Link State Acknowledgement messagen"
  429.        "Debug All messagen"
  430.        )
  431. DEFSH (VTYSH_BGPD, no_neighbor_dont_capability_negotiate_cmd_vtysh, 
  432.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "dont-capability-negotiate", 
  433.        "Negate a command or set its defaultsn" 
  434.        "Specify neighbor routern" 
  435.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  436.        "Do not perform capability negotiationn")
  437. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_soft_cmd_vtysh, 
  438.        "clear ip bgp view WORD * soft", 
  439.        "Reset functionsn" 
  440.        "IP informationn" 
  441.        "BGP informationn" 
  442.        "BGP viewn"
  443.        "view namen"
  444.        "Clear all peersn"
  445.        "Soft reconfign")
  446. DEFSH (VTYSH_OSPFD, ip_ospf_dead_interval_cmd_vtysh, 
  447.        "ip ospf dead-interval <1-65535>", 
  448.        "IP Informationn"
  449.        "OSPF interface commandsn"
  450.        "Interval after which a neighbor is declared deadn"
  451.        "Secondsn")
  452. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_cmd_vtysh, 
  453.        "distance ospf inter-area <1-255>", 
  454.        "Define an administrative distancen"
  455.        "OSPF Administrative distancen"
  456.        "Inter-area routesn"
  457.        "Distance for inter-area routesn")
  458. DEFSH (VTYSH_OSPFD, no_ip_ospf_message_digest_key_cmd_vtysh, 
  459.        "no ip ospf message-digest-key <1-255>", 
  460.        "Negate a command or set its defaultsn" 
  461.        "IP Informationn"
  462.        "OSPF interface commandsn"
  463.        "Message digest authentication password (key)n"
  464.        "Key IDn")
  465. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_soft_cmd_vtysh, 
  466.        "clear ip bgp peer-group WORD soft", 
  467.        "Reset functionsn" 
  468.        "IP informationn" 
  469.        "BGP informationn" 
  470.        "Clear all members of peer-groupn"
  471.        "BGP peer-group namen"
  472.        "Soft reconfign")
  473. DEFSH (VTYSH_OSPF6D, debug_ospf6_zebra_sendrecv_cmd_vtysh, 
  474.        "debug ospf6 zebra (send|recv)", 
  475.        "Debugging functions (see also 'undebug')n" 
  476.        "Open Shortest Path First (OSPF) for IPv6n" 
  477.        "Debug connection between zebran"
  478.        "Debug Sending zebran"
  479.        "Debug Receiving zebran"
  480.       )
  481. DEFSH (VTYSH_RIPNGD, ripng_redistribute_ospf6_metric_cmd_vtysh, 
  482.        "redistribute ospf6 metric <0-16>", 
  483.        "Redistribute information from another routing protocoln"
  484.        "IPv6 Open Shortest Path First (OSPFv3)n"
  485.        "Metricn"
  486.        "Metric valuen")
  487. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_soft_cmd_vtysh, 
  488.        "clear ip bgp <1-65535> soft", 
  489.        "Reset functionsn" 
  490.        "IP informationn" 
  491.        "BGP informationn" 
  492.        "Clear peers with the AS numbern"
  493.        "Soft reconfign")
  494. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_param1_cmd_vtysh, 
  495.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  496.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
  497.        "Negate a command or set its defaultsn" 
  498.        "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" 
  499.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  500. DEFSH (VTYSH_OSPFD, no_debug_ospf_zebra_sub_cmd_vtysh, 
  501.        "no debug ospf zebra (interface|redistribute)", 
  502.        "Negate a command or set its defaultsn" 
  503.        "Debugging functions (see also 'undebug')n" 
  504.        "OSPF informationn" 
  505.        "OSPF Zebra informationn"
  506.        "Zebra interfacen"
  507.        "Zebra redistributen")
  508. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_cmd_vtysh, 
  509.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   "|max-age|self-originate)", 
  510.        "Show running system informationn" 
  511.        "IP informationn" 
  512.        "OSPF informationn"
  513.        "Database summaryn"
  514.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  515.        "LSAs in MaxAge listn"
  516.        "Self-originated link statesn")
  517. DEFSH (VTYSH_BGPD, neighbor_prefix_list_cmd_vtysh, 
  518.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "prefix-list WORD (in|out)", 
  519.        "Specify neighbor routern" 
  520.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  521.        "Filter updates to/from this neighborn"
  522.        "Name of a prefix listn"
  523.        "Filter incoming updatesn"
  524.        "Filter outgoing updatesn")
  525. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_cmd_vtysh, 
  526.        "no ip prefix-list WORD", 
  527.        "Negate a command or set its defaultsn" 
  528.        "IP informationn" 
  529.        "Build a prefix listn" 
  530.        "Name of a prefix listn")
  531. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_metric_cmd_vtysh, 
  532.        "default-information originate always metric <0-16777214>", 
  533.        "Control distribution of default informationn"
  534.        "Distribute a default routen"
  535.        "Always advertise default routen"
  536.        "OSPF default metricn"
  537.        "OSPF metricn"
  538.        "OSPF metric type for default routesn")
  539. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_standard_nomask_cmd_vtysh, 
  540.        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D", 
  541.        "Add an access list entryn"
  542.        "IP standard access listn"
  543.        "IP standard access list (expanded range)n"
  544.        "Specify packets to rejectn"
  545.        "Specify packets to forwardn"
  546.        "Address to matchn")
  547. DEFSH (VTYSH_BGPD, neighbor_default_originate_cmd_vtysh, 
  548.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "default-originate", 
  549.        "Specify neighbor routern" 
  550.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  551.        "Originate default route to this neighborn")
  552. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_message_sendrecv_cmd_vtysh, 
  553.        "no debug ospf6 message "
  554.        "(unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
  555.        "Negate a command or set its defaultsn" 
  556.        "Debugging functions (see also 'undebug')n" 
  557.        "Open Shortest Path First (OSPF) for IPv6n" 
  558.        "Debug OSPFv3 messagen"
  559.        "Debug Unknown messagen"
  560.        "Debug Hello messagen"
  561.        "Debug Database Description messagen"
  562.        "Debug Link State Request messagen"
  563.        "Debug Link State Update messagen"
  564.        "Debug Link State Acknowledgement messagen"
  565.        "Debug All messagen"
  566.        "Debug only sending messagen"
  567.        "Debug only receiving messagen"
  568.        )
  569. DEFSH (VTYSH_RIPD, no_rip_route_cmd_vtysh, 
  570.        "no route A.B.C.D/M", 
  571.        "Negate a command or set its defaultsn" 
  572.        "RIP static route configurationn"
  573.        "IP prefix <network>/<length>n")
  574. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_linkstate_router_cmd_vtysh, 
  575.        "show ipv6 ospf6 linkstate router A.B.C.D", 
  576.        "Show running system informationn" 
  577.        "IPv6 Informationn" 
  578.        "Open Shortest Path First (OSPF) for IPv6n" 
  579.        "Display linkstate routing tablen"
  580.        "Display Router Entryn"
  581.        "Specify Router ID as IPv4 address notationn"
  582.       )
  583. DEFSH (VTYSH_RIPD, rip_default_metric_cmd_vtysh, 
  584.        "default-metric <1-16>", 
  585.        "Set a metric of redistribute routesn"
  586.        "Default metricn")
  587. DEFSH (VTYSH_OSPFD, no_ip_ospf_dead_interval_addr_cmd_vtysh, 
  588.        "no ip ospf dead-interval A.B.C.D", 
  589.        "Negate a command or set its defaultsn" 
  590.        "IP Informationn"
  591.        "OSPF interface commandsn"
  592.        "Interval after which a neighbor is declared deadn"
  593.        "Address of interface")
  594. DEFSH (VTYSH_RIPNGD, show_ipv6_ripng_cmd_vtysh, 
  595.        "show ipv6 ripng", 
  596.        "Show running system informationn" 
  597.        "IP informationn" 
  598.        "Show RIPng routesn")
  599. DEFSH (VTYSH_OSPFD, ospf_compatible_rfc1583_cmd_vtysh, 
  600.        "compatible rfc1583", 
  601.        "OSPF compatibility listn"
  602.        "compatible with RFC 1583n")
  603. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_routemap_cmd_vtysh, 
  604.        "no redistribute static route-map WORD", 
  605.        "Negate a command or set its defaultsn" 
  606.        "Redistribute information from another routing protocoln"
  607.        "Static routesn"
  608.        "Route map referencen"
  609.        "Pointer to route-map entriesn")
  610. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged1_cmd_vtysh, 
  611.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged (as-path|next-hop|med)", 
  612.        "Specify neighbor routern" 
  613.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  614.        "BGP attribute is propagated unchanged to this neighborn"
  615.        "As-path attributen"
  616.        "Nexthop attributen"
  617.        "Med attributen")
  618. DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_process_cmd_vtysh, 
  619.        "debug ospf6 spf process", 
  620.        "Debugging functions (see also 'undebug')n" 
  621.        "Open Shortest Path First (OSPF) for IPv6n" 
  622.        "Debug SPF Calculationn"
  623.        "Debug Detailed SPF Processn"
  624.       )
  625. DEFSH (VTYSH_BGPD, dump_bgp_routes_interval_cmd_vtysh, 
  626.        "dump bgp routes-mrt PATH INTERVAL", 
  627.        "Dump packetn"
  628.        "BGP packet dumpn"
  629.        "Dump whole BGP routing tablen"
  630.        "Output filenamen"
  631.        "Interval of outputn")
  632. DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_routemap_cmd_vtysh, 
  633.        "redistribute kernel route-map WORD", 
  634.        "Redistribute information from another routing protocoln"
  635.        "Kernel routesn"
  636.        "Route map referencen"
  637.        "Pointer to route-map entriesn")
  638. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_prefix_match_cmd_vtysh, 
  639.        "show ipv6 ospf6 interface prefix X:X::X:X/M (match|detail)", 
  640.        "Show running system informationn" 
  641.        "IPv6 Informationn" 
  642.        "Open Shortest Path First (OSPF) for IPv6n" 
  643.        "Interface infomationn" 
  644.        "Display connected prefixes to advertisen"
  645.        "Display the routen" 
  646.        "Display the route matches the prefixn" 
  647.        "Dispaly details of the prefixesn"
  648.        )
  649. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_args_cmd_vtysh, 
  650.        "ip ospf authentication (null|message-digest)", 
  651.        "IP Informationn"
  652.        "OSPF interface commandsn"
  653.        "Enable authentication on this interfacen"
  654.        "Use null authenticationn"
  655.        "Use message-digest authenticationn")
  656. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community4_exact_cmd_vtysh, 
  657.        "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) exact-match", 
  658.        "Show running system informationn" 
  659.        "IPv6 informationn" 
  660.        "MBGP informationn" 
  661.        "Display routes matching the communitiesn"
  662.        "community numbern"
  663.        "Do not send outside local AS (well-known community)n"
  664.        "Do not advertise to any peer (well-known community)n"
  665.        "Do not export to next AS (well-known community)n"
  666.        "community numbern"
  667.        "Do not send outside local AS (well-known community)n"
  668.        "Do not advertise to any peer (well-known community)n"
  669.        "Do not export to next AS (well-known community)n"
  670.        "community numbern"
  671.        "Do not send outside local AS (well-known community)n"
  672.        "Do not advertise to any peer (well-known community)n"
  673.        "Do not export to next AS (well-known community)n"
  674.        "community numbern"
  675.        "Do not send outside local AS (well-known community)n"
  676.        "Do not advertise to any peer (well-known community)n"
  677.        "Do not export to next AS (well-known community)n"
  678.        "Exact match of the communities")
  679. DEFSH (VTYSH_BGPD, clear_bgp_as_soft_out_cmd_vtysh, 
  680.        "clear bgp <1-65535> soft out", 
  681.        "Reset functionsn" 
  682.        "BGP informationn" 
  683.        "Clear peers with the AS numbern"
  684.        "Soft reconfign"
  685.        "Soft reconfig outbound updaten")
  686. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_neighbors_cmd_vtysh, 
  687.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn neighbors", 
  688.        "Show running system informationn" 
  689.        "IP informationn" 
  690.        "BGP informationn" 
  691.        "Display VPNv4 NLRI specific informationn"
  692.        "Display information for a route distinguishern"
  693.        "VPN Route Distinguishern"
  694.        "Detailed information on TCP and BGP neighbor connectionsn")
  695. DEFSH (VTYSH_RIPNGD, no_ripng_timers_cmd_vtysh, 
  696.        "no timers basic", 
  697.        "Negate a command or set its defaultsn" 
  698.        "RIPng timers setupn"
  699.        "Basic timern")
  700. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_cmd_vtysh, 
  701.        "show ip prefix-list", 
  702.        "Show running system informationn" 
  703.        "IP informationn" 
  704.        "Build a prefix listn" )
  705. DEFSH (VTYSH_BGPD, no_match_community_val_cmd_vtysh, 
  706.        "no match community (<1-99>|<100-500>|WORD)", 
  707.        "Negate a command or set its defaultsn" 
  708.        "Match values from routing tablen" 
  709.        "Match BGP community listn"
  710.        "Community-list number (standard)n"
  711.        "Community-list number (expanded)n"
  712.        "Community-list namen")
  713. DEFSH (VTYSH_RIPD|VTYSH_BGPD, no_set_ip_nexthop_val_cmd_vtysh, 
  714.        "no set ip next-hop A.B.C.D", 
  715.        "Negate a command or set its defaultsn" 
  716.        "Set values in destination routing protocoln" 
  717.        "IP informationn" 
  718.        "Next hop addressn"
  719.        "IP address of next hopn")
  720. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_sequence_number_cmd_vtysh, 
  721.        "no ip prefix-list sequence-number", 
  722.        "Negate a command or set its defaultsn" 
  723.        "IP informationn" 
  724.        "Build a prefix listn" 
  725.        "Include/exclude sequence numbers in NVGENn")
  726. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_in_cmd_vtysh, 
  727.        "clear bgp ipv6 <1-65535> in", 
  728.        "Reset functionsn" 
  729.        "BGP informationn" 
  730.        "Address familyn"
  731.        "Clear peers with the AS numbern"
  732.        "Soft reconfig inbound updaten")
  733. DEFSH (VTYSH_RIPD, no_ip_rip_receive_version_cmd_vtysh, 
  734.        "no ip rip receive version", 
  735.        "Negate a command or set its defaultsn" 
  736.        "IP informationn" 
  737.        "Routing Information Protocoln"
  738.        "Advertisement receptionn"
  739.        "Version controln")
  740. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_cmd_vtysh, 
  741.        "default-information originate always", 
  742.        "Control distribution of default informationn"
  743.        "Distribute a default routen"
  744.        "Always advertise default routen")
  745. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_vpnv4_in_cmd_vtysh, 
  746.        "clear ip bgp * vpnv4 unicast in", 
  747.        "Reset functionsn" 
  748.        "IP informationn" 
  749.        "BGP informationn" 
  750.        "Clear all peersn"
  751.        "Address familyn"
  752.        "Address Family Modifiern"
  753.        "Soft reconfig inbound updaten")
  754. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbor_received_routes_cmd_vtysh, 
  755.        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) received-routes", 
  756.        "Show running system informationn" 
  757.        "IP informationn" 
  758.        "BGP informationn" 
  759.        "Address familyn"
  760.        "Address Family modifiern"
  761.        "Address Family modifiern"
  762.        "Detailed information on TCP and BGP neighbor connectionsn"
  763.        "Neighbor to display information aboutn"
  764.        "Neighbor to display information aboutn"
  765.        "Display the received routes from neighborn")
  766. DEFSH (VTYSH_OSPFD, no_ospf_neighbor_poll_interval_cmd_vtysh, 
  767.        "no neighbor A.B.C.D poll-interval <1-65535>", 
  768.        "Negate a command or set its defaultsn" 
  769.        "Specify neighbor routern" 
  770.        "Neighbor IP addressn"
  771.        "Dead Neighbor Polling intervaln"
  772.        "Secondsn")
  773. DEFSH (VTYSH_BGPD, no_debug_bgp_normal_cmd_vtysh, 
  774.        "no debug bgp", 
  775.        "Negate a command or set its defaultsn" 
  776.        "Debugging functions (see also 'undebug')n" 
  777.        "BGP informationn" )
  778. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_out_cmd_vtysh, 
  779.        "clear ip bgp A.B.C.D vpnv4 unicast out", 
  780.        "Reset functionsn" 
  781.        "IP informationn" 
  782.        "BGP informationn" 
  783.        "BGP neighbor address to clearn"
  784.        "Address familyn"
  785.        "Address Family Modifiern"
  786.        "Soft reconfig outbound updaten")
  787. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_metric_routemap_cmd_vtysh, 
  788.        "default-information originate always metric <0-16777214> route-map WORD", 
  789.        "Control distribution of default informationn"
  790.        "Distribute a default routen"
  791.        "Always advertise default routen"
  792.        "OSPF default metricn"
  793.        "OSPF metricn"
  794.        "Route map referencen"
  795.        "Pointer to route-map entriesn")
  796. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_metric_cmd_vtysh, 
  797.        "default-information originate metric <0-16777214>", 
  798.        "Control distribution of default informationn"
  799.        "Distribute a default routen"
  800.        "OSPF default metricn"
  801.        "OSPF metricn")
  802. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_standard_cmd_vtysh, 
  803.        "no access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
  804.        "Negate a command or set its defaultsn" 
  805.        "Add an access list entryn"
  806.        "IP standard access listn"
  807.        "IP standard access list (expanded range)n"
  808.        "Specify packets to rejectn"
  809.        "Specify packets to forwardn"
  810.        "Address to matchn"
  811.        "Wildcard bitsn")
  812. DEFSH (VTYSH_ZEBRA, shutdown_if_cmd_vtysh, 
  813.        "shutdown", 
  814.        "Shutdown the selected interfacen")
  815. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_metric_rmap_cmd_vtysh, 
  816.        "no redistribute (connected|kernel|ospf6|ripng|static) metric <0-4294967295> route-map WORD", 
  817.        "Negate a command or set its defaultsn" 
  818.        "Redistribute information from another routing protocoln"
  819.        "Connectedn"
  820.        "Kernel routesn"
  821.        "Open Shurtest Path First (OSPFv3)n"
  822.        "Routing Information Protocol (RIPng)n"
  823.        "Static routesn"
  824.        "Metric for redistributed routesn"
  825.        "Default metricn"
  826.        "Route map referencen"
  827.        "Pointer to route-map entriesn")
  828. DEFSH (VTYSH_BGPD, no_neighbor_route_reflector_client_cmd_vtysh, 
  829.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-reflector-client", 
  830.        "Negate a command or set its defaultsn" 
  831.        "Specify neighbor routern" 
  832.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  833.        "Configure a neighbor as Route Reflector clientn")
  834. DEFSH (VTYSH_RIPD, no_rip_distance_source_cmd_vtysh, 
  835.        "no distance <1-255> A.B.C.D/M", 
  836.        "Negate a command or set its defaultsn" 
  837.        "Administrative distancen"
  838.        "Distance valuen"
  839.        "IP source prefixn")
  840. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_soft_out_cmd_vtysh, 
  841.        "clear ip bgp view WORD * soft out", 
  842.        "Reset functionsn" 
  843.        "IP informationn" 
  844.        "BGP informationn" 
  845.        "BGP viewn"
  846.        "view namen"
  847.        "Clear all peersn"
  848.        "Soft reconfign"
  849.        "Soft reconfig outbound updaten")
  850. DEFSH (VTYSH_OSPFD, no_debug_ospf_event_cmd_vtysh, 
  851.        "no debug ospf event", 
  852.        "Negate a command or set its defaultsn" 
  853.        "Debugging functions (see also 'undebug')n" 
  854.        "OSPF informationn" 
  855.        "OSPF event informationn")
  856. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_cmd_vtysh,  
  857.        "clear ip bgp (A.B.C.D|X:X::X:X)", 
  858.        "Reset functionsn" 
  859.        "IP informationn" 
  860.        "BGP informationn" 
  861.        "BGP neighbor IP address to clearn"
  862.        "BGP IPv6 neighbor to clearn")
  863. DEFSH (VTYSH_BGPD, show_ip_bgp_dampened_paths_cmd_vtysh, 
  864.        "show ip bgp dampened-paths", 
  865.        "Show running system informationn" 
  866.        "IP informationn" 
  867.        "BGP informationn" 
  868.        "Display paths suppressed due to dampeningn")
  869. DEFSH (VTYSH_BGPD, no_debug_bgp_filter_cmd_vtysh, 
  870.        "no debug bgp filters", 
  871.        "Negate a command or set its defaultsn" 
  872.        "Debugging functions (see also 'undebug')n" 
  873.        "BGP informationn" 
  874.        "BGP filtersn")
  875. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, clear_ip_prefix_list_cmd_vtysh, 
  876.        "clear ip prefix-list", 
  877.        "Reset functionsn" 
  878.        "IP informationn" 
  879.        "Build a prefix listn" )
  880. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_prefix_cmd_vtysh, 
  881.        "no ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
  882.        "Negate a command or set its defaultsn" 
  883.        "IPv6 informationn" 
  884.        "Build a prefix listn" 
  885.        "Name of a prefix listn"
  886.        "Specify packets to rejectn"
  887.        "Specify packets to forwardn"
  888.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  889.        "Any prefix match.  Same as "::0/0 le 128"n")
  890. DEFSH (VTYSH_OSPFD, no_ospf_distribute_list_out_cmd_vtysh, 
  891.        "no distribute-list WORD out (kernel|connected|static|rip|bgp)", 
  892.        "Negate a command or set its defaultsn" 
  893.        "Filter networks in routing updatesn"
  894.        "Access-list namen"
  895.        "Filter outgoing routing updatesn" 
  896.        "Kernel routesn"
  897.        "Connectedn"
  898.        "Static routesn"
  899.        "Routing Information Protocol (RIP)n"
  900.        "Border Gateway Protocol (BGP)n")
  901. DEFSH (VTYSH_BGPD, no_aggregate_address_summary_as_set_cmd_vtysh, 
  902.        "no aggregate-address A.B.C.D/M summary-only as-set", 
  903.        "Negate a command or set its defaultsn" 
  904.        "Configure BGP aggregate entriesn"
  905.        "Aggregate prefixn"
  906.        "Filter more specific routes from updatesn"
  907.        "Generate AS set path informationn")
  908. DEFSH (VTYSH_RIPD, debug_rip_events_cmd_vtysh, 
  909.        "debug rip events", 
  910.        "Debugging functions (see also 'undebug')n" 
  911.        "RIP informationn" 
  912.        "RIP eventsn")
  913. DEFSH (VTYSH_BGPD, no_set_ecommunity_rt_cmd_vtysh, 
  914.        "no set extcommunity rt", 
  915.        "Negate a command or set its defaultsn" 
  916.        "Set values in destination routing protocoln" 
  917.        "BGP extended community attributen"
  918.        "Route Target extened communitytn")
  919. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged10_cmd_vtysh, 
  920.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med as-path next-hop", 
  921.        "Negate a command or set its defaultsn" 
  922.        "Specify neighbor routern" 
  923.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  924.        "BGP attribute is propagated unchanged to this neighborn"
  925.        "Med attributen"
  926.        "As-path attributen"
  927.        "Nexthop attributen")
  928. DEFSH (VTYSH_OSPF6D, debug_ospf6_zebra_cmd_vtysh, 
  929.        "debug ospf6 zebra", 
  930.        "Debugging functions (see also 'undebug')n" 
  931.        "Open Shortest Path First (OSPF) for IPv6n" 
  932.        "Debug connection between zebran"
  933.       )
  934. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_soft_cmd_vtysh, 
  935.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft", 
  936.        "Reset functionsn" 
  937.        "IP informationn" 
  938.        "BGP informationn" 
  939.        "Clear all members of peer-groupn"
  940.        "BGP peer-group namen"
  941.        "Address familyn"
  942.        "Address Family modifiern"
  943.        "Address Family modifiern"
  944.        "Soft reconfign")
  945. DEFSH (VTYSH_BGPD, undebug_bgp_normal_cmd_vtysh, 
  946.        "undebug bgp", 
  947.        "Disable debugging functions (see also 'debug')n" 
  948.        "BGP informationn" )
  949. DEFSH (VTYSH_OSPFD, no_ip_ospf_retransmit_interval_addr_cmd_vtysh, 
  950.        "no ip ospf retransmit-interval A.B.C.D", 
  951.        "Negate a command or set its defaultsn" 
  952.        "IP Informationn"
  953.        "OSPF interface commandsn"
  954.        "Time between retransmitting lost link state advertisementsn"
  955.        "Address of interface")
  956. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_interface_cmd_vtysh, 
  957.        "no debug ospf6 interface", 
  958.        "Negate a command or set its defaultsn" 
  959.        "Debugging functions (see also 'undebug')n" 
  960.        "Open Shortest Path First (OSPF) for IPv6n" 
  961.        "Debug OSPFv3 Interfacen"
  962.       )
  963. DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_prefix_all_cmd_vtysh, 
  964.        "no distribute-list prefix WORD (in|out)", 
  965.        "Negate a command or set its defaultsn" 
  966.        "Filter networks in routing updatesn"
  967.        "Filter prefixes in routing updatesn"
  968.        "Name of an IP prefix-listn"
  969.        "Filter incoming routing updatesn"
  970.        "Filter outgoing routing updatesn")
  971. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_routemap_cmd_vtysh, 
  972.        "no redistribute bgp route-map WORD", 
  973.        "Negate a command or set its defaultsn" 
  974.        "Redistribute information from another routing protocoln"
  975.        "Border Gateway Protocol (BGP)n"
  976.        "Route map referencen"
  977.        "Pointer to route-map entriesn")
  978. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_in_prefix_filter_cmd_vtysh, 
  979.        "clear ip bgp * in prefix-filter", 
  980.        "Reset functionsn" 
  981.        "IP informationn" 
  982.        "BGP informationn" 
  983.        "Clear all peersn"
  984.        "Soft reconfig inbound updaten"
  985.        "Push out prefix-list ORF and do inbound soft reconfign")
  986. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_remark_cmd_vtysh, 
  987.        "no ipv6 access-list WORD remark", 
  988.        "Negate a command or set its defaultsn" 
  989.        "IPv6 informationn" 
  990.        "Add an access list entryn"
  991.        "IPv6 zebra access-listn"
  992.        "Access list entry commentn")
  993. DEFSH (VTYSH_BGPD, no_match_community_exact_cmd_vtysh, 
  994.        "no match community (<1-99>|<100-500>|WORD) exact-match", 
  995.        "Negate a command or set its defaultsn" 
  996.        "Match values from routing tablen" 
  997.        "Match BGP community listn"
  998.        "Community-list number (standard)n"
  999.        "Community-list number (expanded)n"
  1000.        "Community-list namen"
  1001.        "Do exact matching of communitiesn")
  1002. DEFSH (VTYSH_BGPD, no_set_ecommunity_cost_igp_val_cmd_vtysh, 
  1003.        "no set extcommunity cost igp <0-255> <0-4294967295>", 
  1004.        "Negate a command or set its defaultsn" 
  1005.        "Set values in destination routing protocoln" 
  1006.        "BGP extended community attributen"
  1007.        "Cost extended communityn"
  1008.        "Compare following IGP cost comparisonn"
  1009.        "Community IDn"
  1010.        "Cost Valuen"
  1011.        "VPN extended communityn")
  1012. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_in_prefix_filter_cmd_vtysh, 
  1013.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) in prefix-filter", 
  1014.        "Reset functionsn" 
  1015.        "IP informationn" 
  1016.        "BGP informationn" 
  1017.        "Clear peers with the AS numbern"
  1018.        "Address familyn"
  1019.        "Address Family modifiern"
  1020.        "Address Family modifiern"
  1021.        "Soft reconfig inbound updaten"
  1022.        "Push out prefix-list ORF and do inbound soft reconfign")
  1023. DEFSH (VTYSH_RIPD, distribute_list_cmd_vtysh, 
  1024.        "distribute-list WORD (in|out) WORD", 
  1025.        "Filter networks in routing updatesn"
  1026.        "Access-list namen"
  1027.        "Filter incoming routing updatesn"
  1028.        "Filter outgoing routing updatesn"
  1029.        "Interface namen")
  1030. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_out_cmd_vtysh, 
  1031.        "clear bgp ipv6 external WORD out", 
  1032.        "Reset functionsn" 
  1033.        "BGP informationn" 
  1034.        "Address familyn"
  1035.        "Clear all external peersn"
  1036.        "Soft reconfig outbound updaten")
  1037. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_cmd_vtysh, 
  1038.        "ip ospf authentication", 
  1039.        "IP Informationn"
  1040.        "OSPF interface commandsn"
  1041.        "Enable authentication on this interfacen")
  1042. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_intra_cmd_vtysh, 
  1043.        "distance ospf inter-area <1-255> intra-area <1-255>", 
  1044.        "Define an administrative distancen"
  1045.        "OSPF Administrative distancen"
  1046.        "Inter-area routesn"
  1047.        "Distance for inter-area routesn"
  1048.        "Intra-area routesn"
  1049.        "Distance for intra-area routesn")
  1050. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_out_cmd_vtysh, 
  1051.        "clear ip bgp <1-65535> vpnv4 unicast out", 
  1052.        "Reset functionsn" 
  1053.        "IP informationn" 
  1054.        "BGP informationn" 
  1055.        "Clear peers with the AS numbern"
  1056.        "Address familyn"
  1057.        "Address Family modifiern"
  1058.        "Soft reconfig outbound updaten")
  1059. DEFSH (VTYSH_BGPD, show_bgp_summary_cmd_vtysh, 
  1060.        "show bgp summary", 
  1061.        "Show running system informationn" 
  1062.        "BGP informationn" 
  1063.        "Summary of BGP neighbor statusn")
  1064. DEFSH (VTYSH_BGPD, bgp_deterministic_med_cmd_vtysh, 
  1065.        "bgp deterministic-med", 
  1066.        "BGP specific commandsn"
  1067.        "Pick the best-MED path among paths advertised from the neighboring ASn")
  1068. DEFSH (VTYSH_OSPFD, ospf_area_filter_list_cmd_vtysh, 
  1069.        "area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
  1070.        "OSPF area parametersn"
  1071.        "OSPF area ID in IP address formatn"
  1072.        "OSPF area ID as a decimal valuen"
  1073.        "Filter networks between OSPF areasn"
  1074.        "Filter prefixes between OSPF areasn"
  1075.        "Name of an IP prefix-listn"
  1076.        "Filter networks sent to this arean"
  1077.        "Filter networks sent from this arean")
  1078. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_le_ge_cmd_vtysh, 
  1079.        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
  1080.        "IPv6 informationn" 
  1081.        "Build a prefix listn" 
  1082.        "Name of a prefix listn"
  1083.        "Specify packets to rejectn"
  1084.        "Specify packets to forwardn"
  1085.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1086.        "Maximum prefix length to be matchedn"
  1087.        "Maximum prefix lengthn"
  1088.        "Minimum prefix length to be matchedn"
  1089.        "Minimum prefix lengthn")
  1090. DEFSH (VTYSH_BGPD, undebug_bgp_filter_cmd_vtysh, 
  1091.        "undebug bgp filters", 
  1092.        "Disable debugging functions (see also 'debug')n" 
  1093.        "BGP informationn" 
  1094.        "BGP filtersn")
  1095. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_cmd_vtysh, 
  1096.        "show ipv6 ospf6", 
  1097.        "Show running system informationn" 
  1098.        "IPv6 Informationn" 
  1099.        "Open Shortest Path First (OSPF) for IPv6n" )
  1100. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_in_prefix_filter_cmd_vtysh, 
  1101.        "clear bgp ipv6 external in prefix-filter", 
  1102.        "Reset functionsn" 
  1103.        "BGP informationn" 
  1104.        "Address familyn"
  1105.        "Clear all external peersn"
  1106.        "Soft reconfig inbound updaten"
  1107.        "Push out prefix-list ORF and do inbound soft reconfign")
  1108. DEFSH (VTYSH_OSPFD, no_ospf_auto_cost_reference_bandwidth_cmd_vtysh, 
  1109.        "no auto-cost reference-bandwidth", 
  1110.        "Negate a command or set its defaultsn" 
  1111.        "Calculate OSPF interface cost according to bandwidthn"
  1112.        "Use reference bandwidth method to assign OSPF costn")
  1113. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_cmd_vtysh, 
  1114.        "redistribute (connected|kernel|ospf|rip|static)", 
  1115.        "Redistribute information from another routing protocoln"
  1116.        "Connectedn"
  1117.        "Kernel routesn"
  1118.        "Open Shurtest Path First (OSPF)n"
  1119.        "Routing Information Protocol (RIP)n"
  1120.        "Static routesn")
  1121. DEFSH (VTYSH_BGPD, neighbor_filter_list_cmd_vtysh, 
  1122.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "filter-list WORD (in|out)", 
  1123.        "Specify neighbor routern" 
  1124.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1125.        "Establish BGP filtersn"
  1126.        "AS path access-list namen"
  1127.        "Filter incoming routesn"
  1128.        "Filter outgoing routesn")
  1129. DEFSH (VTYSH_OSPFD, ospf_network_area_cmd_vtysh, 
  1130.        "network A.B.C.D/M area (A.B.C.D|<0-4294967295>)", 
  1131.        "Enable routing on an IP networkn"
  1132.        "OSPF network prefixn"
  1133.        "Set the OSPF area IDn"
  1134.        "OSPF area ID in IP address formatn"
  1135.        "OSPF area ID as a decimal valuen")
  1136. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged10_cmd_vtysh, 
  1137.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med as-path next-hop", 
  1138.        "Specify neighbor routern" 
  1139.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1140.        "BGP attribute is propagated unchanged to this neighborn"
  1141.        "Med attributen"
  1142.        "As-path attributen"
  1143.        "Nexthop attributen")
  1144. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, clear_ip_prefix_list_name_cmd_vtysh, 
  1145.        "clear ip prefix-list WORD", 
  1146.        "Reset functionsn" 
  1147.        "IP informationn" 
  1148.        "Build a prefix listn" 
  1149.        "Name of a prefix listn")
  1150. DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_prefix_cmd_vtysh, 
  1151.        "distribute-list prefix WORD (in|out) WORD", 
  1152.        "Filter networks in routing updatesn"
  1153.        "Filter prefixes in routing updatesn"
  1154.        "Name of an IP prefix-listn"
  1155.        "Filter incoming routing updatesn"
  1156.        "Filter outgoing routing updatesn"
  1157.        "Interface namen")
  1158. DEFSH (VTYSH_ZEBRA, show_ip_route_cmd_vtysh, 
  1159.        "show ip route", 
  1160.        "Show running system informationn" 
  1161.        "IP informationn" 
  1162.        "IP routing tablen")
  1163. DEFSH (VTYSH_RIPNGD, ripng_redistribute_connected_cmd_vtysh, 
  1164.        "redistribute connected", 
  1165.        "Redistribute information from another routing protocoln"
  1166.        "Connectedn")
  1167. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_cmd_vtysh, 
  1168.        "show ipv6 mbgp community (AA:NN|local-AS|no-advertise|no-export)", 
  1169.        "Show running system informationn" 
  1170.        "IPv6 informationn" 
  1171.        "MBGP informationn" 
  1172.        "Display routes matching the communitiesn"
  1173.        "community numbern"
  1174.        "Do not send outside local AS (well-known community)n"
  1175.        "Do not advertise to any peer (well-known community)n"
  1176.        "Do not export to next AS (well-known community)n")
  1177. DEFSH (VTYSH_BGPD, clear_bgp_peer_in_prefix_filter_cmd_vtysh, 
  1178.        "clear bgp (A.B.C.D|X:X::X:X) in prefix-filter", 
  1179.        "Reset functionsn" 
  1180.        "BGP informationn" 
  1181.        "BGP neighbor address to clearn"
  1182.        "BGP IPv6 neighbor to clearn"
  1183.        "Soft reconfig inbound updaten"
  1184.        "Push out the existing ORF prefix-listn")
  1185. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, rmap_show_name_cmd_vtysh, 
  1186.        "show route-map WORD", 
  1187.        "Show running system informationn" 
  1188.        "route-map informationn"
  1189.        "route-map namen")
  1190. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_external_cmd_vtysh, 
  1191.        "distance ospf intra-area <1-255> external <1-255>", 
  1192.        "Define an administrative distancen"
  1193.        "OSPF Administrative distancen"
  1194.        "Intra-area routesn"
  1195.        "Distance for intra-area routesn"
  1196.        "External routesn"
  1197.        "Distance for external routesn")
  1198. DEFSH (VTYSH_OSPF6D, no_router_ospf6_cmd_vtysh, 
  1199.        "no router ospf6", 
  1200.        "Negate a command or set its defaultsn" 
  1201.        "Enable a routing processn" )
  1202. DEFSH (VTYSH_BGPD, ipv6_mbgp_neighbor_received_routes_cmd_vtysh, 
  1203.        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
  1204.        "Show running system informationn" 
  1205.        "IPv6 informationn" 
  1206.        "MBGP informationn" 
  1207.        "Detailed information on TCP and BGP neighbor connectionsn"
  1208.        "Neighbor to display information aboutn"
  1209.        "Neighbor to display information aboutn"
  1210.        "Display the received routes from neighborn")
  1211. DEFSH (VTYSH_OSPFD, no_ospf_area_range_advertise_cmd_vtysh, 
  1212.        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M (advertise|not-advertise)", 
  1213.        "Negate a command or set its defaultsn" 
  1214.        "OSPF area parametersn"
  1215.        "OSPF area ID in IP address formatn"
  1216.        "OSPF area ID as a decimal valuen"
  1217.        "Summarize routes matching address/mask (border routers only)n"
  1218.        "Area range prefixn"
  1219.        "Advertise this range (default)n"
  1220.        "DoNotAdvertise this rangen")
  1221. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_metric_type_routemap_cmd_vtysh, 
  1222.        "default-information originate always metric <0-16777214> metric-type (1|2) route-map WORD", 
  1223.        "Control distribution of default informationn"
  1224.        "Distribute a default routen"
  1225.        "Always advertise default routen"
  1226.        "OSPF default metricn"
  1227.        "OSPF metricn"
  1228.        "OSPF metric type for default routesn"
  1229.        "Set OSPF External Type 1 metricsn"
  1230.        "Set OSPF External Type 2 metricsn"
  1231.        "Route map referencen"
  1232.        "Pointer to route-map entriesn")
  1233. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_cmd_vtysh, 
  1234.        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) (A.B.C.D/M|any)", 
  1235.        "Negate a command or set its defaultsn" 
  1236.        "IP informationn" 
  1237.        "Build a prefix listn" 
  1238.        "Name of a prefix listn"
  1239.        "sequence number of an entryn"
  1240.        "Sequence numbern"
  1241.        "Specify packets to rejectn"
  1242.        "Specify packets to forwardn"
  1243.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1244.        "Any prefix match.  Same as "0.0.0.0/0 le 32"n")
  1245. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
  1246.        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
  1247.        "Negate a command or set its defaultsn" 
  1248.        "IPv6 informationn" 
  1249.        "Build a prefix listn" 
  1250.        "Name of a prefix listn"
  1251.        "sequence number of an entryn"
  1252.        "Sequence numbern"
  1253.        "Specify packets to rejectn"
  1254.        "Specify packets to forwardn"
  1255.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1256.        "Maximum prefix length to be matchedn"
  1257.        "Maximum prefix lengthn"
  1258.        "Minimum prefix length to be matchedn"
  1259.        "Minimum prefix lengthn")
  1260. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_in_prefix_filter_cmd_vtysh, 
  1261.        "clear bgp ipv6 * in prefix-filter", 
  1262.        "Reset functionsn" 
  1263.        "BGP informationn" 
  1264.        "Address familyn"
  1265.        "Clear all peersn"
  1266.        "Soft reconfig inbound updaten"
  1267.        "Push out prefix-list ORF and do inbound soft reconfign")
  1268. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_neighbors_cmd_vtysh, 
  1269.        "show ip bgp vpnv4 all neighbors", 
  1270.        "Show running system informationn" 
  1271.        "IP informationn" 
  1272.        "BGP informationn" 
  1273.        "Display VPNv4 NLRI specific informationn"
  1274.        "Display information about all VPNv4 NLRIsn"
  1275.        "Detailed information on TCP and BGP neighbor connectionsn")
  1276. DEFSH (VTYSH_BGPD, show_bgp_ipv6_neighbors_cmd_vtysh, 
  1277.        "show bgp ipv6 neighbors", 
  1278.        "Show running system informationn" 
  1279.        "BGP informationn" 
  1280.        "Address familyn"
  1281.        "Detailed information on TCP and BGP neighbor connectionsn")
  1282. DEFSH (VTYSH_RIPNGD, ripng_if_rmap_cmd_vtysh, 
  1283.        "route-map RMAP_NAME (in|out) IFNAME", 
  1284.        "Route map setn"
  1285.        "Route map namen"
  1286.        "Route map set for input filteringn"
  1287.        "Route map set for output filteringn"
  1288.        "Route map interface namen")
  1289. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_kernel_metric_routemap_cmd_vtysh, 
  1290.        "no redistribute kernel metric <0-16> route-map WORD", 
  1291.        "Negate a command or set its defaultsn" 
  1292.        "Redistribute information from another routing protocoln"
  1293.        "Kernel routesn"
  1294.        "Metricn"
  1295.        "Metric valuen"
  1296.        "Route map referencen"
  1297.        "Pointer to route-map entriesn")
  1298. DEFSH (VTYSH_BGPD, old_no_ipv6_aggregate_address_summary_only_cmd_vtysh, 
  1299.        "no ipv6 bgp aggregate-address X:X::X:X/M summary-only", 
  1300.        "Negate a command or set its defaultsn" 
  1301.        "IPv6 informationn" 
  1302.        "BGP informationn" 
  1303.        "Configure BGP aggregate entriesn"
  1304.        "Aggregate prefixn"
  1305.        "Filter more specific routes from updatesn")
  1306. DEFSH (VTYSH_OSPFD, ospf_area_vlink_param3_cmd_vtysh, 
  1307.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1308.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1309.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535> "
  1310.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
  1311.        "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" 
  1312.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1313.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1314.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  1315. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_md5_cmd_vtysh, 
  1316.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1317.        "(authentication|) "
  1318.        "(message-digest-key|) <1-255> md5 KEY", 
  1319.        "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" 
  1320.        "Enable authentication on this virtual linkn" "dummy string n" 
  1321.        "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
  1322. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_in_prefix_filter_cmd_vtysh, 
  1323.        "clear ip bgp view WORD * in prefix-filter", 
  1324.        "Reset functionsn" 
  1325.        "IP informationn" 
  1326.        "BGP informationn" 
  1327.        "BGP viewn"
  1328.        "view namen"
  1329.        "Clear all peersn"
  1330.        "Soft reconfig inbound updaten"
  1331.        "Push out prefix-list ORF and do inbound soft reconfign")
  1332. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_expanded_all_cmd_vtysh, 
  1333.        "no ip extcommunity-list <100-500>", 
  1334.        "Negate a command or set its defaultsn" 
  1335.        "IP informationn" 
  1336.        "Add a extended community list entryn" 
  1337.        "Extended Community list number (expanded)n")
  1338. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_standard_cmd_vtysh, 
  1339.        "no ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
  1340.        "Negate a command or set its defaultsn" 
  1341.        "IP informationn" 
  1342.        "Add a extended community list entryn" 
  1343.        "Extended Community list number (standard)n"
  1344.        "Specify community to rejectn"
  1345.        "Specify community to acceptn"
  1346.        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' formatn" )
  1347. DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
  1348.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> <1-100> warning-only", 
  1349.        "Negate a command or set its defaultsn" 
  1350.        "Specify neighbor routern" 
  1351.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1352.        "Maximum number of prefix accept from this peern"
  1353.        "maximum no. of prefix limitn"
  1354.        "Threshold value (%) at which to generate a warning msgn"
  1355.        "Only give warning message when limit is exceededn")
  1356. DEFSH (VTYSH_OSPFD, ospf_distribute_list_out_cmd_vtysh, 
  1357.        "distribute-list WORD out (kernel|connected|static|rip|bgp)", 
  1358.        "Filter networks in routing updatesn"
  1359.        "Access-list namen"
  1360.        "Filter outgoing routing updatesn" 
  1361.        "Kernel routesn"
  1362.        "Connectedn"
  1363.        "Static routesn"
  1364.        "Routing Information Protocol (RIP)n"
  1365.        "Border Gateway Protocol (BGP)n")
  1366. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_remark_arg_cmd_vtysh, 
  1367.        "no ipv6 access-list WORD remark .LINE", 
  1368.        "Negate a command or set its defaultsn" 
  1369.        "IPv6 informationn" 
  1370.        "Add an access list entryn"
  1371.        "IPv6 zebra access-listn"
  1372.        "Access list entry commentn"
  1373.        "Comment up to 100 charactersn")
  1374. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_standard_all_cmd_vtysh, 
  1375.        "no ip extcommunity-list <1-99>", 
  1376.        "Negate a command or set its defaultsn" 
  1377.        "IP informationn" 
  1378.        "Add a extended community list entryn" 
  1379.        "Extended Community list number (standard)n")
  1380. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_statistics_cmd_vtysh, 
  1381.        "show ip bgp flap-statistics", 
  1382.        "Show running system informationn" 
  1383.        "IP informationn" 
  1384.        "BGP informationn" 
  1385.        "Display flap statistics of routesn")
  1386. DEFSH (VTYSH_ZEBRA, show_ip_route_supernets_cmd_vtysh, 
  1387.        "show ip route supernets-only", 
  1388.        "Show running system informationn" 
  1389.        "IP informationn" 
  1390.        "IP routing tablen"
  1391.        "Show supernet entries onlyn")
  1392. DEFSH (VTYSH_BGPD, set_metric_addsub_cmd_vtysh, 
  1393.        "set metric <+/-metric>", 
  1394.        "Set values in destination routing protocoln" 
  1395.        "Metric value for destination routing protocoln"
  1396.        "Add or subtract BGP metricn")
  1397. DEFSH (VTYSH_BGPD, set_ipv6_nexthop_local_cmd_vtysh, 
  1398.        "set ipv6 next-hop local X:X::X:X", 
  1399.        "Set values in destination routing protocoln" 
  1400.        "IPv6 informationn" 
  1401.        "IPv6 next-hop addressn"
  1402.        "IPv6 local addressn"
  1403.        "IPv6 address of next hopn")
  1404. DEFSH (VTYSH_OSPFD, no_ospf_rfc1583_flag_cmd_vtysh, 
  1405.        "no ospf rfc1583compatibility", 
  1406.        "Negate a command or set its defaultsn" 
  1407.        "OSPF specific commandsn"
  1408.        "Disable the RFC1583Compatibility flagn")
  1409. DEFSH (VTYSH_BGPD, neighbor_route_map_cmd_vtysh, 
  1410.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "route-map WORD (in|out)", 
  1411.        "Specify neighbor routern" 
  1412.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1413.        "Apply route map to neighborn"
  1414.        "Name of route mapn"
  1415.        "Apply map to incoming routesn"
  1416.        "Apply map to outbound routesn")
  1417. DEFSH (VTYSH_BGPD, no_debug_bgp_keepalive_cmd_vtysh, 
  1418.        "no debug bgp keepalives", 
  1419.        "Negate a command or set its defaultsn" 
  1420.        "Debugging functions (see also 'undebug')n" 
  1421.        "BGP informationn" 
  1422.        "BGP keepalivesn")
  1423. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community3_exact_cmd_vtysh, 
  1424.        "show bgp ipv6 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", 
  1425.        "Show running system informationn" 
  1426.        "BGP informationn" 
  1427.        "Address familyn"
  1428.        "Display routes matching the communitiesn"
  1429.        "community numbern"
  1430.        "Do not send outside local AS (well-known community)n"
  1431.        "Do not advertise to any peer (well-known community)n"
  1432.        "Do not export to next AS (well-known community)n"
  1433.        "community numbern"
  1434.        "Do not send outside local AS (well-known community)n"
  1435.        "Do not advertise to any peer (well-known community)n"
  1436.        "Do not export to next AS (well-known community)n"
  1437.        "community numbern"
  1438.        "Do not send outside local AS (well-known community)n"
  1439.        "Do not advertise to any peer (well-known community)n"
  1440.        "Do not export to next AS (well-known community)n"
  1441.        "Exact match of the communities")
  1442. DEFSH (VTYSH_BGPD, no_bgp_network_mask_natural_route_map_cmd_vtysh, 
  1443.        "no network A.B.C.D route-map WORD", 
  1444.        "Negate a command or set its defaultsn" 
  1445.        "Specify a network to announce via BGPn"
  1446.        "Network numbern"
  1447.        "Route-map to modify the attributesn"
  1448.        "Name of the route mapn")
  1449. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_all_cmd_vtysh, 
  1450.        "show ipv6 mbgp community", 
  1451.        "Show running system informationn" 
  1452.        "IPv6 informationn" 
  1453.        "MBGP informationn" 
  1454.        "Display routes matching the communitiesn")
  1455. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_route_map_cmd_vtysh, 
  1456.        "no route-map WORD (deny|permit) <1-65535>", 
  1457.        "Negate a command or set its defaultsn" 
  1458.        "Create route-map or enter route-map command moden"
  1459.        "Route map tagn"
  1460.        "Route map denies set operationsn"
  1461.        "Route map permits set operationsn"
  1462.        "Sequence to insert to/delete from existing route-map entryn")
  1463. DEFSH (VTYSH_ZEBRA, ip_address_cmd_vtysh, 
  1464.        "ip address A.B.C.D/M", 
  1465.        "Interface Internet Protocol config commandsn"
  1466.        "Set the IP address of an interfacen"
  1467.        "IP address (e.g. 10.0.0.1/8)n")
  1468. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_ge_cmd_vtysh, 
  1469.        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
  1470.        "Negate a command or set its defaultsn" 
  1471.        "IPv6 informationn" 
  1472.        "Build a prefix listn" 
  1473.        "Name of a prefix listn"
  1474.        "Specify packets to rejectn"
  1475.        "Specify packets to forwardn"
  1476.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1477.        "Minimum prefix length to be matchedn"
  1478.        "Minimum prefix lengthn")
  1479. DEFSH (VTYSH_OSPFD, ospf_area_range_advertise_cmd_vtysh, 
  1480.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise", 
  1481.        "OSPF area parametersn"
  1482.        "OSPF area ID in IP address formatn"
  1483.        "OSPF area ID as a decimal valuen"
  1484.        "OSPF area range for route advertise (default)n"
  1485.        "Area range prefixn"
  1486.        "Advertise this range (default)n")
  1487. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_sequence_number_cmd_vtysh, 
  1488.        "no ipv6 prefix-list sequence-number", 
  1489.        "Negate a command or set its defaultsn" 
  1490.        "IPv6 informationn" 
  1491.        "Build a prefix listn" 
  1492.        "Include/exclude sequence numbers in NVGENn")
  1493. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_cmd_vtysh, 
  1494.        "show ip bgp ipv4 (unicast|multicast)", 
  1495.        "Show running system informationn" 
  1496.        "IP informationn" 
  1497.        "BGP informationn" 
  1498.        "Address familyn"
  1499.        "Address Family modifiern"
  1500.        "Address Family modifiern")
  1501. DEFSH (VTYSH_OSPFD, ospf_area_import_list_cmd_vtysh, 
  1502.        "area (A.B.C.D|<0-4294967295>) import-list NAME", 
  1503.        "OSPF area parametersn"
  1504.        "OSPF area ID in IP address formatn"
  1505.        "OSPF area ID as a decimal valuen"
  1506.        "Set the filter for networks from other areas announced to the specified onen"
  1507.        "Name of the access-listn")
  1508. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_any_host_cmd_vtysh, 
  1509.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
  1510.        "Add an access list entryn"
  1511.        "IP extended access listn"
  1512.        "IP extended access list (expanded range)n"
  1513.        "Specify packets to rejectn"
  1514.        "Specify packets to forwardn"
  1515.        "Any Internet Protocoln"
  1516.        "Any source hostn"
  1517.        "A single destination hostn"
  1518.        "Destination addressn")
  1519. DEFSH (VTYSH_OSPF6D, ospf6_interface_area_cmd_vtysh, 
  1520.        "interface IFNAME area A.B.C.D", 
  1521.        "Enable routing on an IPv6 interfacen"
  1522.        "Interface name(e.g. ep0)n" 
  1523.        "Specify the OSPF6 area IDn"
  1524.        "OSPF6 area ID in IPv4 address notationn"
  1525.       )
  1526. DEFSH (VTYSH_BGPD, ipv6_mbgp_neighbor_routes_cmd_vtysh, 
  1527.        "show ipv6 mbgp neighbors (A.B.C.D|X:X::X:X) routes", 
  1528.        "Show running system informationn" 
  1529.        "IPv6 informationn" 
  1530.        "MBGP informationn" 
  1531.        "Detailed information on TCP and BGP neighbor connectionsn"
  1532.        "Neighbor to display information aboutn"
  1533.        "Neighbor to display information aboutn"
  1534.        "Display routes learned from neighborn")
  1535. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_expanded_cmd_vtysh, 
  1536.        "no ip extcommunity-list <100-500> (deny|permit) .LINE", 
  1537.        "Negate a command or set its defaultsn" 
  1538.        "IP informationn" 
  1539.        "Add a extended community list entryn" 
  1540.        "Extended Community list number (expanded)n"
  1541.        "Specify community to rejectn"
  1542.        "Specify community to acceptn"
  1543.        "An ordered list as a regular-expressionn")
  1544. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_key_chain_cmd_vtysh, 
  1545.        "no ip rip authentication key-chain", 
  1546.        "Negate a command or set its defaultsn" 
  1547.        "IP informationn" 
  1548.        "Routing Information Protocoln"
  1549.        "Authentication controln"
  1550.        "Authentication key-chainn")
  1551. DEFSH (VTYSH_OSPFD, no_ospf_default_information_originate_cmd_vtysh, 
  1552.        "no default-information originate", 
  1553.        "Negate a command or set its defaultsn" 
  1554.        "Control distribution of default informationn"
  1555.        "Distribute a default routen")
  1556. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_prefix_match_cmd_vtysh, 
  1557.        "show ipv6 ospf6 interface IFNAME prefix X:X::X:X/M (match|detail)", 
  1558.        "Show running system informationn" 
  1559.        "IPv6 Informationn" 
  1560.        "Open Shortest Path First (OSPF) for IPv6n" 
  1561.        "Interface infomationn" 
  1562.        "Interface name(e.g. ep0)n" 
  1563.        "Display connected prefixes to advertisen"
  1564.        "Display the routen" 
  1565.        "Display the route matches the prefixn" 
  1566.        "Dispaly details of the prefixesn"
  1567.        )
  1568. DEFSH (VTYSH_BGPD, no_bgp_bestpath_med_cmd_vtysh, 
  1569.        "no bgp bestpath med (confed|missing-as-worst)", 
  1570.        "Negate a command or set its defaultsn" 
  1571.        "BGP specific commandsn"
  1572.        "Change the default bestpath selectionn"
  1573.        "MED attributen"
  1574.        "Compare MED among confederation pathsn"
  1575.        "Treat missing MED as the least preferred onen")
  1576. DEFSH (VTYSH_ZEBRA, ip_route_cmd_vtysh, 
  1577.        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0)", 
  1578.        "IP informationn" 
  1579.        "Establish static routesn"
  1580.        "IP destination prefix (e.g. 10.0.0.0/8)n"
  1581.        "IP gateway addressn"
  1582.        "IP gateway interface namen"
  1583.        "Null interfacen")
  1584. DEFSH (VTYSH_BGPD, neighbor_unsuppress_map_cmd_vtysh, 
  1585.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "unsuppress-map WORD", 
  1586.        "Specify neighbor routern" 
  1587.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1588.        "Route-map to selectively unsuppress suppressed routesn"
  1589.        "Name of route mapn")
  1590. DEFSH (VTYSH_RIPNGD, ripng_route_cmd_vtysh, 
  1591.        "route IPV6ADDR", 
  1592.        "Static route setupn"
  1593.        "Set static RIPng route announcementn")
  1594. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbor_damp_cmd_vtysh, 
  1595.        "show ip bgp neighbors (A.B.C.D|X:X::X:X) dampened-routes", 
  1596.        "Show running system informationn" 
  1597.        "IP informationn" 
  1598.        "BGP informationn" 
  1599.        "Detailed information on TCP and BGP neighbor connectionsn"
  1600.        "Neighbor to display information aboutn"
  1601.        "Neighbor to display information aboutn"
  1602.        "Display the dampened routes received from neighborn")
  1603. DEFSH (VTYSH_RIPD, send_lifetime_month_day_day_month_cmd_vtysh, 
  1604.        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
  1605.        "Set send lifetime of the keyn"
  1606.        "Time to startn"
  1607.        "Month of the year to startn"
  1608.        "Day of th month to startn"
  1609.        "Year to startn"
  1610.        "Time to expiren"
  1611.        "Day of th month to expiren"
  1612.        "Month of the year to expiren"
  1613.        "Year to expiren")
  1614. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_route_map_all_cmd_vtysh, 
  1615.        "no route-map WORD", 
  1616.        "Negate a command or set its defaultsn" 
  1617.        "Create route-map or enter route-map command moden"
  1618.        "Route map tagn")
  1619. DEFSH (VTYSH_RIPD, no_rip_network_cmd_vtysh, 
  1620.        "no network (A.B.C.D/M|WORD)", 
  1621.        "Negate a command or set its defaultsn" 
  1622.        "Enable routing on an IP networkn"
  1623.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1624.        "Interface namen")
  1625. DEFSH (VTYSH_BGPD, bgp_network_mask_route_map_cmd_vtysh, 
  1626.        "network A.B.C.D mask A.B.C.D route-map WORD", 
  1627.        "Specify a network to announce via BGPn"
  1628.        "Network numbern"
  1629.        "Network maskn"
  1630.        "Network maskn"
  1631.        "Route-map to modify the attributesn"
  1632.        "Name of the route mapn")
  1633. DEFSH (VTYSH_BGPD, set_vpnv4_nexthop_cmd_vtysh, 
  1634.        "set vpnv4 next-hop A.B.C.D", 
  1635.        "Set values in destination routing protocoln" 
  1636.        "VPNv4 informationn"
  1637.        "VPNv4 next-hop addressn"
  1638.        "IP address of next hopn")
  1639. DEFSH (VTYSH_OSPFD, no_debug_ospf_packet_send_recv_detail_cmd_vtysh, 
  1640.        "no debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv) (detail|)", 
  1641.        "Negate a command or set its defaultsn" 
  1642.        "Debugging functionsn"
  1643.        "OSPF informationn"
  1644.        "OSPF packetsn"
  1645.        "OSPF Hellon"
  1646.        "OSPF Database Descriptionn"
  1647.        "OSPF Link State Requestn"
  1648.        "OSPF Link State Updaten"
  1649.        "OSPF Link State Acknowledgmentn"
  1650.        "OSPF all packetsn"
  1651.        "Packet sentn"
  1652.        "Packet receivedn"
  1653.        "Detail Informationn")
  1654. DEFSH (VTYSH_RIPD, no_rip_default_metric_cmd_vtysh, 
  1655.        "no default-metric", 
  1656.        "Negate a command or set its defaultsn" 
  1657.        "Set a metric of redistribute routesn"
  1658.        "Default metricn")
  1659. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_soft_out_cmd_vtysh,  
  1660.        "clear ip bgp peer-group WORD soft out", 
  1661.        "Reset functionsn" 
  1662.        "IP informationn" 
  1663.        "BGP informationn" 
  1664.        "Clear all members of peer-groupn"
  1665.        "BGP peer-group namen"
  1666.        "Soft reconfign"
  1667.        "Soft reconfig outbound updaten")
  1668. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_route_cmd_vtysh, 
  1669.        "show ipv6 mbgp X:X::X:X", 
  1670.        "Show running system informationn" 
  1671.        "IP informationn" 
  1672.        "MBGP informationn" 
  1673.        "Network in the MBGP routing table to displayn")
  1674. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_in_cmd_vtysh, 
  1675.        "clear ip bgp external ipv4 (unicast|multicast) in", 
  1676.        "Reset functionsn" 
  1677.        "IP informationn" 
  1678.        "BGP informationn" 
  1679.        "Clear all external peersn"
  1680.        "Address familyn"
  1681.        "Address Family modifiern"
  1682.        "Address Family modifiern"
  1683.        "Soft reconfig inbound updaten")
  1684. DEFSH (VTYSH_OSPF6D, area_range_advertise_cmd_vtysh, 
  1685.        "area A.B.C.D range X:X::X:X/M (advertise|not-advertise)", 
  1686.        "OSPF area parametersn"
  1687.        "Area ID (as an IPv4 notation)n" 
  1688.        "Configured address rangen"
  1689.        "Specify IPv6 prefixn"
  1690.        )
  1691. DEFSH (VTYSH_OSPFD, router_ospf_id_cmd_vtysh, 
  1692.        "router-id A.B.C.D", 
  1693.        "router-id for the OSPF processn"
  1694.        "OSPF router-id in IP address formatn")
  1695. DEFSH (VTYSH_ZEBRA, ipv6_route_pref_cmd_vtysh, 
  1696.        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE|null0) <1-255>", 
  1697.        "IP informationn" 
  1698.        "Establish static routesn"
  1699.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  1700.        "IPv6 gateway addressn"
  1701.        "IPv6 gateway interface namen"
  1702.        "Distance value for this prefixn")
  1703. DEFSH (VTYSH_BGPD, no_bgp_default_local_preference_val_cmd_vtysh, 
  1704.        "no bgp default local-preference <0-4294967295>", 
  1705.        "Negate a command or set its defaultsn" 
  1706.        "BGP specific commandsn"
  1707.        "Configure BGP defaultsn"
  1708.        "local preference (higher=more preferred)n"
  1709.        "Configure default local preference valuen")
  1710. DEFSH (VTYSH_RIPNGD, ripng_timers_cmd_vtysh, 
  1711.        "timers basic <0-65535> <0-65535> <0-65535>", 
  1712.        "RIPng timers setupn"
  1713.        "Basic timern"
  1714.        "Routing table update timer value in second. Default is 30.n"
  1715.        "Routing information timeout timer. Default is 180.n"
  1716.        "Garbage collection timer. Default is 120.n")
  1717. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged8_cmd_vtysh, 
  1718.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged next-hop as-path med", 
  1719.        "Negate a command or set its defaultsn" 
  1720.        "Specify neighbor routern" 
  1721.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1722.        "BGP attribute is propagated unchanged to this neighborn"
  1723.        "Nexthop attributen"
  1724.        "As-path attributen"
  1725.        "Med attributen")
  1726. DEFSH (VTYSH_BGPD, show_ip_bgp_community2_cmd_vtysh, 
  1727.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  1728.        "Show running system informationn" 
  1729.        "IP informationn" 
  1730.        "BGP informationn" 
  1731.        "Display routes matching the communitiesn"
  1732.        "community numbern"
  1733.        "Do not send outside local AS (well-known community)n"
  1734.        "Do not advertise to any peer (well-known community)n"
  1735.        "Do not export to next AS (well-known community)n"
  1736.        "community numbern"
  1737.        "Do not send outside local AS (well-known community)n"
  1738.        "Do not advertise to any peer (well-known community)n"
  1739.        "Do not export to next AS (well-known community)n")
  1740. DEFSH (VTYSH_OSPFD, no_set_metric_type_cmd_vtysh, 
  1741.        "no set metric-type", 
  1742.        "Negate a command or set its defaultsn" 
  1743.        "Set values in destination routing protocoln" 
  1744.        "Type of metric for destination routing protocoln")
  1745. DEFSH (VTYSH_BGPD, neighbor_peer_group_cmd_vtysh, 
  1746.        "neighbor WORD peer-group", 
  1747.        "Specify neighbor routern" 
  1748.        "Neighbor tagn"
  1749.        "Configure peer-groupn")
  1750. DEFSH (VTYSH_BGPD|VTYSH_BGPD, no_neighbor_maximum_prefix_warning_cmd_vtysh, 
  1751.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> warning-only", 
  1752.        "Negate a command or set its defaultsn" 
  1753.        "Specify neighbor routern" 
  1754.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1755.        "Maximum number of prefix accept from this peern"
  1756.        "maximum no. of prefix limitn"
  1757.        "Only give warning message when limit is exceededn")
  1758. DEFSH (VTYSH_BGPD, show_ip_bgp_community_exact_cmd_vtysh, 
  1759.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1760.        "Show running system informationn" 
  1761.        "IP informationn" 
  1762.        "BGP informationn" 
  1763.        "Display routes matching the communitiesn"
  1764.        "community numbern"
  1765.        "Do not send outside local AS (well-known community)n"
  1766.        "Do not advertise to any peer (well-known community)n"
  1767.        "Do not export to next AS (well-known community)n"
  1768.        "Exact match of the communities")
  1769. DEFSH (VTYSH_BGPD, bgp_enforce_first_as_cmd_vtysh, 
  1770.        "bgp enforce-first-as", 
  1771.        "BGP informationn" 
  1772.        "Enforce the first AS for EBGP routes(default)n")
  1773. DEFSH (VTYSH_BGPD, show_bgp_community3_exact_cmd_vtysh, 
  1774.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1775.        "Show running system informationn" 
  1776.        "BGP informationn" 
  1777.        "Display routes matching the communitiesn"
  1778.        "community numbern"
  1779.        "Do not send outside local AS (well-known community)n"
  1780.        "Do not advertise to any peer (well-known community)n"
  1781.        "Do not export to next AS (well-known community)n"
  1782.        "community numbern"
  1783.        "Do not send outside local AS (well-known community)n"
  1784.        "Do not advertise to any peer (well-known community)n"
  1785.        "Do not export to next AS (well-known community)n"
  1786.        "community numbern"
  1787.        "Do not send outside local AS (well-known community)n"
  1788.        "Do not advertise to any peer (well-known community)n"
  1789.        "Do not export to next AS (well-known community)n"
  1790.        "Exact match of the communities")
  1791. DEFSH (VTYSH_OSPFD, ospf_dead_interval_cmd_vtysh, 
  1792.        "ospf dead-interval <1-65535>", 
  1793.        "OSPF interface commandsn"
  1794.        "Interval after which a neighbor is declared deadn"
  1795.        "Secondsn")
  1796. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_soft_cmd_vtysh, 
  1797.        "clear bgp ipv6 peer-group WORD soft", 
  1798.        "Reset functionsn" 
  1799.        "BGP informationn" 
  1800.        "Address familyn"
  1801.        "Clear all members of peer-groupn"
  1802.        "BGP peer-group namen"
  1803.        "Soft reconfign")
  1804. DEFSH (VTYSH_OSPFD, ospf_neighbor_cmd_vtysh, 
  1805.        "neighbor A.B.C.D", 
  1806.        "Specify neighbor routern" 
  1807.        "Neighbor IP addressn")
  1808. DEFSH (VTYSH_BGPD, clear_bgp_external_cmd_vtysh,  
  1809.        "clear bgp external", 
  1810.        "Reset functionsn" 
  1811.        "BGP informationn" 
  1812.        "Clear all external peersn")
  1813. DEFSH (VTYSH_BGPD, no_ip_community_list_name_standard_cmd_vtysh, 
  1814.        "no ip community-list standard WORD (deny|permit) .AA:NN", 
  1815.        "Negate a command or set its defaultsn" 
  1816.        "IP informationn" 
  1817.        "Add a community list entryn" 
  1818.        "Specify a standard community-listn"
  1819.        "Community list namen"
  1820.        "Specify community to rejectn"
  1821.        "Specify community to acceptn"
  1822.        "Community number in aa:nn format or internet|local-AS|no-advertise|no-exportn" )
  1823. DEFSH (VTYSH_BGPD, neighbor_update_source_cmd_vtysh, 
  1824.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "update-source WORD", 
  1825.        "Specify neighbor routern" 
  1826.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1827.        "Source of routing updatesn"
  1828.        "Interface namen")
  1829. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_in_cmd_vtysh, 
  1830.        "clear ip bgp peer-group WORD in", 
  1831.        "Reset functionsn" 
  1832.        "IP informationn" 
  1833.        "BGP informationn" 
  1834.        "Clear all members of peer-groupn"
  1835.        "BGP peer-group namen"
  1836.        "Soft reconfig inbound updaten")
  1837. DEFSH (VTYSH_BGPD, ip_extcommunity_list_name_standard_cmd_vtysh, 
  1838.        "ip extcommunity-list standard WORD (deny|permit) .AA:NN", 
  1839.        "IP informationn" 
  1840.        "Add a extended community list entryn" 
  1841.        "Specify standard extcommunity-listn"
  1842.        "Extended Community list namen"
  1843.        "Specify community to rejectn"
  1844.        "Specify community to acceptn"
  1845.        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' formatn" )
  1846. DEFSH (VTYSH_BGPD, no_ipv6_bgp_network_cmd_vtysh, 
  1847.        "no network X:X::X:X/M", 
  1848.        "Negate a command or set its defaultsn" 
  1849.        "Specify a network to announce via BGPn"
  1850.        "IPv6 prefix <network>/<length>n")
  1851. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_connected_metric_val_cmd_vtysh, 
  1852.        "no redistribute connected metric <0-16>", 
  1853.        "Negate a command or set its defaultsn" 
  1854.        "Redistribute information from another routing protocoln"
  1855.        "Connectedn"
  1856.        "Metricn"
  1857.        "Metric valuen")
  1858. DEFSH (VTYSH_RIPD, ip_rip_receive_version_1_cmd_vtysh, 
  1859.        "ip rip receive version 1 2", 
  1860.        "IP informationn" 
  1861.        "Routing Information Protocoln"
  1862.        "Advertisement receptionn"
  1863.        "Version controln"
  1864.        "RIP version 1n"
  1865.        "RIP version 2n")
  1866. DEFSH (VTYSH_BGPD, no_match_ecommunity_val_cmd_vtysh, 
  1867.        "no match extcommunity (<1-99>|<100-500>|WORD)", 
  1868.        "Negate a command or set its defaultsn" 
  1869.        "Match values from routing tablen" 
  1870.        "Match BGP/VPN extended community listn"
  1871.        "Extended community-list number (standard)n"
  1872.        "Extended community-list number (expanded)n"
  1873.        "Extended community-list namen")
  1874. DEFSH (VTYSH_ZEBRA, show_interface_cmd_vtysh, 
  1875.        "show interface [IFNAME]",   
  1876.        "Show running system informationn" 
  1877.        "Interface status and configurationn"
  1878.        "Inteface namen")
  1879. DEFSH (VTYSH_BGPD, no_bgp_network_mask_cmd_vtysh, 
  1880.        "no network A.B.C.D mask A.B.C.D", 
  1881.        "Negate a command or set its defaultsn" 
  1882.        "Specify a network to announce via BGPn"
  1883.        "Network numbern"
  1884.        "Network maskn"
  1885.        "Network maskn")
  1886. DEFSH (VTYSH_OSPFD, no_router_ospf_cmd_vtysh, 
  1887.        "no router ospf", 
  1888.        "Negate a command or set its defaultsn" 
  1889.        "Enable a routing processn"
  1890.        "Start OSPF configurationn")
  1891. DEFSH (VTYSH_BGPD, no_bgp_confederation_identifier_cmd_vtysh, 
  1892.        "no bgp confederation identifier", 
  1893.        "Negate a command or set its defaultsn" 
  1894.        "BGP specific commandsn"
  1895.        "AS confederation parametersn"
  1896.        "AS numbern")
  1897. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_metric_type_routemap_cmd_vtysh, 
  1898.        "redistribute (kernel|connected|static|rip|bgp) metric <0-16777214> metric-type (1|2) route-map WORD", 
  1899.        "Redistribute information from another routing protocoln"
  1900.        "Kernel routesn"
  1901.        "Connectedn"
  1902.        "Static routesn"
  1903.        "Routing Information Protocol (RIP)n"
  1904.        "Border Gateway Protocol (BGP)n"
  1905.        "Metric for redistributed routesn"
  1906.        "OSPF default metricn"
  1907.        "OSPF exterior metric type for redistributed routesn"
  1908.        "Set OSPF External Type 1 metricsn"
  1909.        "Set OSPF External Type 2 metricsn"
  1910.        "Route map referencen"
  1911.        "Pointer to route-map entriesn")
  1912. DEFSH (VTYSH_BGPD, no_neighbor_local_as_val2_cmd_vtysh, 
  1913.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "local-as <1-65535> no-prepend", 
  1914.        "Negate a command or set its defaultsn" 
  1915.        "Specify neighbor routern" 
  1916.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1917.        "Specify a local-as numbern"
  1918.        "AS number used as local ASn"
  1919.        "Do not prepend local-as to updates from ebgp peersn")
  1920. DEFSH (VTYSH_BGPD, show_ip_bgp_community_info_cmd_vtysh, 
  1921.        "show ip bgp community-info", 
  1922.        "Show running system informationn" 
  1923.        "IP informationn" 
  1924.        "BGP informationn" 
  1925.        "List all bgp community informationn")
  1926. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_cidr_only_cmd_vtysh, 
  1927.        "show ip bgp ipv4 (unicast|multicast) cidr-only", 
  1928.        "Show running system informationn" 
  1929.        "IP informationn" 
  1930.        "BGP informationn" 
  1931.        "Address familyn"
  1932.        "Address Family modifiern"
  1933.        "Address Family modifiern"
  1934.        "Display only routes with non-natural netmasksn")
  1935. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_metric_cmd_vtysh, 
  1936.        "redistribute (connected|kernel|ospf|rip|static) metric <0-4294967295>", 
  1937.        "Redistribute information from another routing protocoln"
  1938.        "Connectedn"
  1939.        "Kernel routesn"
  1940.        "Open Shurtest Path First (OSPF)n"
  1941.        "Routing Information Protocol (RIP)n"
  1942.        "Static routesn"
  1943.        "Metric for redistributed routesn"
  1944.        "Default metricn")
  1945. DEFSH (VTYSH_OSPF6D, debug_ospf6_neighbor_detail_cmd_vtysh, 
  1946.        "debug ospf6 neighbor (state|event)", 
  1947.        "Debugging functions (see also 'undebug')n" 
  1948.        "Open Shortest Path First (OSPF) for IPv6n" 
  1949.        "Debug OSPFv3 Neighborn"
  1950.        "Debug OSPFv3 Neighbor State Changen"
  1951.        "Debug OSPFv3 Neighbor Eventn"
  1952.       )
  1953. DEFSH (VTYSH_BGPD, no_bgp_log_neighbor_changes_cmd_vtysh, 
  1954.        "no bgp log-neighbor-changes", 
  1955.        "Negate a command or set its defaultsn" 
  1956.        "BGP specific commandsn"
  1957.        "Log neighbor up/down and reset reasonn")
  1958. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_access_list_any_cmd_vtysh, 
  1959.        "ipv6 access-list WORD (deny|permit) any", 
  1960.        "IPv6 informationn" 
  1961.        "Add an access list entryn"
  1962.        "IPv6 zebra access-listn"
  1963.        "Specify packets to rejectn"
  1964.        "Specify packets to forwardn"
  1965.        "Any prefixi to matchn")
  1966. DEFSH (VTYSH_BGPD, undebug_bgp_fsm_cmd_vtysh, 
  1967.        "undebug bgp fsm", 
  1968.        "Disable debugging functions (see also 'debug')n" 
  1969.        "Debugging functions (see also 'undebug')n" 
  1970.        "BGP informationn" 
  1971.        "Finite State Machinen")
  1972. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_cmd_vtysh, 
  1973.        "ip prefix-list WORD (deny|permit) (A.B.C.D/M|any)", 
  1974.        "IP informationn" 
  1975.        "Build a prefix listn" 
  1976.        "Name of a prefix listn"
  1977.        "Specify packets to rejectn"
  1978.        "Specify packets to forwardn"
  1979.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1980.        "Any prefix match. Same as "0.0.0.0/0 le 32"n")
  1981. DEFSH (VTYSH_BGPD, bgp_bestpath_cost_community_ignore_cmd_vtysh, 
  1982.        "bgp bestpath cost-community ignore", 
  1983.        "BGP specific commandsn"
  1984.        "Change the default bestpath selectionn"
  1985.        "cost communityn"
  1986.        "Ignore cost communities in bestpath selectionn")
  1987. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_neighbor_detail_cmd_vtysh, 
  1988.        "show ipv6 ospf6 neighbor (detail|drchoice)", 
  1989.        "Show running system informationn" 
  1990.        "IPv6 Informationn" 
  1991.        "Open Shortest Path First (OSPF) for IPv6n" 
  1992.        "Neighbor listn"
  1993.        "Display detailsn"
  1994.        "Display DR choicesn"
  1995.       )
  1996. DEFSH (VTYSH_BGPD, no_bgp_network_import_check_cmd_vtysh, 
  1997.        "no bgp network import-check", 
  1998.        "Negate a command or set its defaultsn" 
  1999.        "BGP specific commandsn"
  2000.        "BGP network commandn"
  2001.        "Check BGP network route exists in IGPn")
  2002. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_soft_out_cmd_vtysh, 
  2003.        "clear ip bgp A.B.C.D soft out", 
  2004.        "Reset functionsn" 
  2005.        "IP informationn" 
  2006.        "BGP informationn" 
  2007.        "BGP neighbor address to clearn"
  2008.        "Soft reconfign"
  2009.        "Soft reconfig outbound updaten")
  2010. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_authkey_cmd_vtysh, 
  2011.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  2012.        "(authentication|) "
  2013.        "(authentication-key|) AUTH_KEY", 
  2014.        "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" 
  2015.        "Enable authentication on this virtual linkn" "dummy string n" 
  2016.        "Authentication password (key)n" "The OSPF password (key)" )
  2017. DEFSH (VTYSH_BGPD, no_ip_community_list_name_expanded_cmd_vtysh, 
  2018.        "no ip community-list expanded WORD (deny|permit) .LINE", 
  2019.        "Negate a command or set its defaultsn" 
  2020.        "IP informationn" 
  2021.        "Add a community list entryn" 
  2022.        "Specify an expanded community-listn"
  2023.        "Community list namen"
  2024.        "Specify community to rejectn"
  2025.        "Specify community to acceptn"
  2026.        "An ordered list as a regular-expressionn")
  2027. DEFSH (VTYSH_BGPD, ip_extcommunity_list_name_expanded_cmd_vtysh, 
  2028.        "ip extcommunity-list expanded WORD (deny|permit) .LINE", 
  2029.        "IP informationn" 
  2030.        "Add a extended community list entryn" 
  2031.        "Specify expanded extcommunity-listn"
  2032.        "Extended Community list namen"
  2033.        "Specify community to rejectn"
  2034.        "Specify community to acceptn"
  2035.        "An ordered list as a regular-expressionn")
  2036. DEFSH (VTYSH_RIPD, no_rip_distance_cmd_vtysh, 
  2037.        "no distance <1-255>", 
  2038.        "Negate a command or set its defaultsn" 
  2039.        "Administrative distancen"
  2040.        "Distance valuen")
  2041. DEFSH (VTYSH_ZEBRA, show_debugging_zebra_cmd_vtysh, 
  2042.        "show debugging zebra", 
  2043.        "Show running system informationn" 
  2044.        "Zebra configurationn"
  2045.        "Debugging informationn")
  2046. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_list_cmd_vtysh, 
  2047.        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD)", 
  2048.        "Show running system informationn" 
  2049.        "IP informationn" 
  2050.        "BGP informationn" 
  2051.        "Address familyn"
  2052.        "Address Family modifiern"
  2053.        "Address Family modifiern"
  2054.        "Display routes matching the community-listn"
  2055.        "community-list numbern"
  2056.        "community-list namen")
  2057. DEFSH (VTYSH_RIPD, no_rip_offset_list_ifname_cmd_vtysh, 
  2058.        "no offset-list WORD (in|out) <0-16> IFNAME", 
  2059.        "Negate a command or set its defaultsn" 
  2060.        "Modify RIP metricn"
  2061.        "Access-list namen"
  2062.        "For incoming updatesn"
  2063.        "For outgoing updatesn"
  2064.        "Metric valuen"
  2065.        "Interface to matchn")
  2066. DEFSH (VTYSH_ZEBRA, show_ip_route_prefix_cmd_vtysh, 
  2067.        "show ip route A.B.C.D/M", 
  2068.        "Show running system informationn" 
  2069.        "IP informationn" 
  2070.        "IP routing tablen"
  2071.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  2072. DEFSH (VTYSH_BGPD, no_neighbor_peer_group_remote_as_cmd_vtysh, 
  2073.        "no neighbor WORD remote-as <1-65535>", 
  2074.        "Negate a command or set its defaultsn" 
  2075.        "Specify neighbor routern" 
  2076.        "Neighbor tagn"
  2077.        "Specify a BGP neighborn"
  2078.        "AS numbern" )
  2079. DEFSH (VTYSH_BGPD, aggregate_address_mask_as_set_cmd_vtysh, 
  2080.        "aggregate-address A.B.C.D A.B.C.D as-set", 
  2081.        "Configure BGP aggregate entriesn"
  2082.        "Aggregate addressn"
  2083.        "Aggregate maskn"
  2084.        "Generate AS set path informationn")
  2085. DEFSH (VTYSH_OSPFD, show_ip_ospf_database_type_id_adv_router_cmd_vtysh, 
  2086.        "show ip ospf database (" "asbr-summary|external|network|router|summary" ""  ""   ") A.B.C.D adv-router A.B.C.D", 
  2087.        "Show running system informationn" 
  2088.        "IP informationn" 
  2089.        "OSPF informationn"
  2090.        "Database summaryn"
  2091.        "ASBR summary link statesn" "External link statesn" "Network link statesn" "Router link statesn" "Network summary link statesn" ""  ""  ""  ""  
  2092.        "Link State ID (as an IP address)n"
  2093.        "Advertising Router link statesn"
  2094.        "Advertising Router (as an IP address)n")
  2095. DEFSH (VTYSH_BGPD, no_dump_bgp_all_cmd_vtysh, 
  2096.        "no dump bgp all [PATH] [INTERVAL]", 
  2097.        "Negate a command or set its defaultsn" 
  2098.        "Dump packetn"
  2099.        "BGP packet dumpn"
  2100.        "Dump all BGP packetsn")
  2101. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_prefix_detail_cmd_vtysh, 
  2102.        "show ipv6 ospf6 interface prefix (X:X::X:X|X:X::X:X/M|detail)", 
  2103.        "Show running system informationn" 
  2104.        "IPv6 Informationn" 
  2105.        "Open Shortest Path First (OSPF) for IPv6n" 
  2106.        "Interface infomationn" 
  2107.        "Display connected prefixes to advertisen"
  2108.        "Display the route bestmatches the addressn" 
  2109.        "Display the routen" 
  2110.        "Dispaly details of the prefixesn"
  2111.        )
  2112. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community4_cmd_vtysh, 
  2113.        "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) (AA:NN|local-AS|no-advertise|no-export)", 
  2114.        "Show running system informationn" 
  2115.        "IP informationn" 
  2116.        "BGP informationn" 
  2117.        "Address familyn"
  2118.        "Address Family modifiern"
  2119.        "Address Family modifiern"
  2120.        "Display routes matching the communitiesn"
  2121.        "community numbern"
  2122.        "Do not send outside local AS (well-known community)n"
  2123.        "Do not advertise to any peer (well-known community)n"
  2124.        "Do not export to next AS (well-known community)n"
  2125.        "community numbern"
  2126.        "Do not send outside local AS (well-known community)n"
  2127.        "Do not advertise to any peer (well-known community)n"
  2128.        "Do not export to next AS (well-known community)n"
  2129.        "community numbern"
  2130.        "Do not send outside local AS (well-known community)n"
  2131.        "Do not advertise to any peer (well-known community)n"
  2132.        "Do not export to next AS (well-known community)n"
  2133.        "community numbern"
  2134.        "Do not send outside local AS (well-known community)n"
  2135.        "Do not advertise to any peer (well-known community)n"
  2136.        "Do not export to next AS (well-known community)n")
  2137. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged8_cmd_vtysh, 
  2138.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged next-hop as-path med", 
  2139.        "Specify neighbor routern" 
  2140.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2141.        "BGP attribute is propagated unchanged to this neighborn"
  2142.        "Nexthop attributen"
  2143.        "As-path attributen"
  2144.        "Med attributen")
  2145. DEFSH (VTYSH_BGPD, no_match_ip_route_source_prefix_list_cmd_vtysh, 
  2146.        "no match ip route-source prefix-list", 
  2147.        "Negate a command or set its defaultsn" 
  2148.        "Match values from routing tablen" 
  2149.        "IP informationn" 
  2150.        "Match advertising source address of routen"
  2151.        "Match entries of prefix-listsn")
  2152. DEFSH (VTYSH_BGPD, no_bgp_config_type_cmd_vtysh, 
  2153.        "no bgp config-type", 
  2154.        "Negate a command or set its defaultsn" 
  2155.        "BGP informationn" 
  2156.        "Display configuration typen")
  2157. DEFSH (VTYSH_BGPD, show_ip_bgp_view_prefix_cmd_vtysh, 
  2158.        "show ip bgp view WORD A.B.C.D/M", 
  2159.        "Show running system informationn" 
  2160.        "IP informationn" 
  2161.        "BGP informationn" 
  2162.        "BGP viewn"
  2163.        "BGP view namen"
  2164.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  2165. DEFSH (VTYSH_BGPD, aggregate_address_as_set_summary_cmd_vtysh, 
  2166.        "aggregate-address A.B.C.D/M as-set summary-only", 
  2167.        "Configure BGP aggregate entriesn"
  2168.        "Aggregate prefixn"
  2169.        "Generate AS set path informationn"
  2170.        "Filter more specific routes from updatesn")
  2171. DEFSH (VTYSH_BGPD, show_ipv6_bgp_cmd_vtysh, 
  2172.        "show ipv6 bgp", 
  2173.        "Show running system informationn" 
  2174.        "IP informationn" 
  2175.        "BGP informationn" )
  2176. DEFSH (VTYSH_OSPFD, no_ospf_distance_source_access_list_cmd_vtysh, 
  2177.        "no distance <1-255> A.B.C.D/M WORD", 
  2178.        "Negate a command or set its defaultsn" 
  2179.        "Administrative distancen"
  2180.        "Distance valuen"
  2181.        "IP source prefixn"
  2182.        "Access list namen")
  2183. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_out_cmd_vtysh, 
  2184.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) out", 
  2185.        "Reset functionsn" 
  2186.        "IP informationn" 
  2187.        "BGP informationn" 
  2188.        "Clear all members of peer-groupn"
  2189.        "BGP peer-group namen"
  2190.        "Address familyn"
  2191.        "Address Family modifiern"
  2192.        "Address Family modifiern"
  2193.        "Soft reconfig outbound updaten")
  2194. DEFSH (VTYSH_OSPFD, no_ospf_area_range_cost_cmd_vtysh, 
  2195.        "no area (A.B.C.D|<0-4294967295>) range A.B.C.D/M cost <0-16777215>", 
  2196.        "Negate a command or set its defaultsn" 
  2197.        "OSPF area parametersn"
  2198.        "OSPF area ID in IP address formatn"
  2199.        "OSPF area ID as a decimal valuen"
  2200.        "Summarize routes matching address/mask (border routers only)n"
  2201.        "Area range prefixn"
  2202.        "User specified metric for this rangen"
  2203.        "Advertised metric for this rangen")
  2204. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_soft_out_cmd_vtysh, 
  2205.        "clear ip bgp external ipv4 (unicast|multicast) soft out", 
  2206.        "Reset functionsn" 
  2207.        "IP informationn" 
  2208.        "BGP informationn" 
  2209.        "Clear all external peersn"
  2210.        "Address familyn"
  2211.        "Address Family modifiern"
  2212.        "Address Family modifiern"
  2213.        "Soft reconfign"
  2214.        "Soft reconfig outbound updaten")
  2215. DEFSH (VTYSH_BGPD, clear_bgp_instance_all_cmd_vtysh, 
  2216.        "clear bgp view WORD *", 
  2217.        "Reset functionsn" 
  2218.        "BGP informationn" 
  2219.        "BGP viewn"
  2220.        "view namen"
  2221.        "Clear all peersn")
  2222. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_border_routers_detail_cmd_vtysh, 
  2223.        "show ipv6 ospf6 border-routers (A.B.C.D|detail)", 
  2224.        "Show running system informationn" 
  2225.        "IPv6 Informationn" 
  2226.        "Open Shortest Path First (OSPF) for IPv6n" 
  2227.        "Display routing table for ABR and ASBRn"
  2228.        "Specify Router-IDn"
  2229.        "Display Detailn"
  2230.       )
  2231. DEFSH (VTYSH_BGPD, no_neighbor_port_cmd_vtysh, 
  2232.        "no neighbor (A.B.C.D|X:X::X:X) "  "port", 
  2233.        "Negate a command or set its defaultsn" 
  2234.        "Specify neighbor routern" 
  2235.        "Neighbor addressnIPv6 addressn" 
  2236.        "Neighbor's BGP portn")
  2237. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_address_prefix_list_cmd_vtysh, 
  2238.        "no match ip address prefix-list", 
  2239.        "Negate a command or set its defaultsn" 
  2240.        "Match values from routing tablen" 
  2241.        "IP informationn" 
  2242.        "Match address of routen"
  2243.        "Match entries of prefix-listsn")
  2244. DEFSH (VTYSH_BGPD, neighbor_passive_cmd_vtysh, 
  2245.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "passive", 
  2246.        "Specify neighbor routern" 
  2247.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2248.        "Don't send open messages to this neighborn")
  2249. DEFSH (VTYSH_BGPD, clear_bgp_all_out_cmd_vtysh, 
  2250.        "clear bgp * out", 
  2251.        "Reset functionsn" 
  2252.        "BGP informationn" 
  2253.        "Clear all peersn"
  2254.        "Soft reconfig outbound updaten")
  2255. DEFSH (VTYSH_BGPD, bgp_damp_set2_cmd_vtysh, 
  2256.        "bgp dampening <1-45>", 
  2257.        "BGP Specific commandsn"
  2258.        "Enable route-flap dampeningn"
  2259.        "Half-life time for the penaltyn")
  2260. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_detail_cmd_vtysh, 
  2261.        "show ip prefix-list detail", 
  2262.        "Show running system informationn" 
  2263.        "IP informationn" 
  2264.        "Build a prefix listn" 
  2265.        "Detail of prefix listsn")
  2266. DEFSH (VTYSH_BGPD, neighbor_capability_dynamic_cmd_vtysh, 
  2267.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "capability dynamic", 
  2268.        "Specify neighbor routern" 
  2269.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2270.        "Advertise capability to the peern"
  2271.        "Advertise dynamic capability to this neighborn")
  2272. DEFSH (VTYSH_BGPD, neighbor_timers_cmd_vtysh, 
  2273.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "timers <0-65535> <0-65535>", 
  2274.        "Specify neighbor routern" 
  2275.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2276.        "BGP per neighbor timersn"
  2277.        "Keepalive intervaln"
  2278.        "Holdtimen")
  2279. DEFSH (VTYSH_BGPD, undebug_bgp_all_cmd_vtysh, 
  2280.        "undebug all bgp", 
  2281.        "Disable debugging functions (see also 'debug')n"