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

网络

开发平台:

Unix_Linux

  1.        "Name of a prefix listn"
  2.        "Specify packets to rejectn"
  3.        "Specify packets to forwardn"
  4.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  5.        "Maximum prefix length to be matchedn"
  6.        "Maximum prefix lengthn")
  7. DEFSH (VTYSH_BGPD, bgp_bestpath_med2_cmd_vtysh, 
  8.        "bgp bestpath med confed missing-as-worst", 
  9.        "BGP specific commandsn"
  10.        "Change the default bestpath selectionn"
  11.        "MED attributen"
  12.        "Compare MED among confederation pathsn"
  13.        "Treat missing MED as the least preferred onen")
  14. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community3_cmd_vtysh, 
  15.        "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)", 
  16.        "Show running system informationn" 
  17.        "BGP informationn" 
  18.        "Address familyn"
  19.        "Display routes matching the communitiesn"
  20.        "community numbern"
  21.        "Do not send outside local AS (well-known community)n"
  22.        "Do not advertise to any peer (well-known community)n"
  23.        "Do not export to next AS (well-known community)n"
  24.        "community numbern"
  25.        "Do not send outside local AS (well-known community)n"
  26.        "Do not advertise to any peer (well-known community)n"
  27.        "Do not export to next AS (well-known community)n"
  28.        "community numbern"
  29.        "Do not send outside local AS (well-known community)n"
  30.        "Do not advertise to any peer (well-known community)n"
  31.        "Do not export to next AS (well-known community)n")
  32. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_in_cmd_vtysh, 
  33.        "clear bgp ipv6 * in", 
  34.        "Reset functionsn" 
  35.        "BGP informationn" 
  36.        "Address familyn"
  37.        "Clear all peersn"
  38.        "Soft reconfig inbound updaten")
  39. DEFSH (VTYSH_OSPFD, no_ospf_passive_interface_cmd_vtysh, 
  40.        "no passive-interface IFNAME", 
  41.        "Negate a command or set its defaultsn" 
  42.        "Allow routing updates on an interfacen"
  43.        "Interface's namen")
  44. DEFSH (VTYSH_BGPD, ip_extcommunity_list_standard2_cmd_vtysh, 
  45.        "ip extcommunity-list <1-99> (deny|permit)", 
  46.        "IP informationn" 
  47.        "Add a extended community list entryn" 
  48.        "Extended Community list number (standard)n"
  49.        "Specify community to rejectn"
  50.        "Specify community to acceptn")
  51. DEFSH (VTYSH_BGPD, neighbor_ebgp_multihop_ttl_cmd_vtysh, 
  52.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "ebgp-multihop <1-255>", 
  53.        "Specify neighbor routern" 
  54.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  55.        "Allow EBGP neighbors not on directly connected networksn"
  56.        "maximum hop countn")
  57. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_prefix_longer_cmd_vtysh, 
  58.        "show ip bgp flap-statistics A.B.C.D/M longer-prefixes", 
  59.        "Show running system informationn" 
  60.        "IP informationn" 
  61.        "BGP informationn" 
  62.        "Display flap statistics of routesn"
  63.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  64.        "Display route and more specific routesn")
  65. DEFSH (VTYSH_BGPD, no_neighbor_peer_group_cmd_vtysh, 
  66.        "no neighbor WORD peer-group", 
  67.        "Negate a command or set its defaultsn" 
  68.        "Specify neighbor routern" 
  69.        "Neighbor tagn"
  70.        "Configure peer-groupn")
  71. DEFSH (VTYSH_ZEBRA, no_ipv6_route_ifname_cmd_vtysh, 
  72.        "no ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
  73.        "Negate a command or set its defaultsn" 
  74.        "IP informationn" 
  75.        "Establish static routesn"
  76.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  77.        "IPv6 gateway addressn"
  78.        "IPv6 gateway interface namen")
  79. DEFSH (VTYSH_BGPD, show_version_bgpd_cmd_vtysh, 
  80.        "show version bgpd", 
  81.        "Show running system informationn" 
  82.        "Displays zebra versionn"
  83.        "Displays bgpd versionn")
  84. DEFSH (VTYSH_RIPD, rip_distance_source_access_list_cmd_vtysh, 
  85.        "distance <1-255> A.B.C.D/M WORD", 
  86.        "Administrative distancen"
  87.        "Distance valuen"
  88.        "IP source prefixn"
  89.        "Access list namen")
  90. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
  91.        "no redistribute (connected|kernel|ospf6|ripng|static) route-map WORD metric <0-4294967295>", 
  92.        "Negate a command or set its defaultsn" 
  93.        "Redistribute information from another routing protocoln"
  94.        "Connectedn"
  95.        "Kernel routesn"
  96.        "Open Shurtest Path First (OSPFv3)n"
  97.        "Routing Information Protocol (RIPng)n"
  98.        "Static routesn"
  99.        "Route map referencen"
  100.        "Pointer to route-map entriesn"
  101.        "Metric for redistributed routesn"
  102.        "Default metricn")
  103. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_advertise_prefix_list_cmd_vtysh, 
  104.        "ipv6 ospf6 advertise prefix-list WORD", 
  105.        "IPv6 Informationn" 
  106.        "Open Shortest Path First (OSPF) for IPv6n" 
  107.        "Advertising optionsn"
  108.        "Filter prefix using prefix-listn"
  109.        "Prefix list namen"
  110.        )
  111. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_transmitdelay_cmd_vtysh, 
  112.        "ipv6 ospf6 transmit-delay <1-3600>", 
  113.        "IPv6 Informationn" 
  114.        "Open Shortest Path First (OSPF) for IPv6n" 
  115.        "Transmit delay of this interfacen"
  116.        "<1-65535> Secondsn" 
  117.        )
  118. DEFSH (VTYSH_OSPFD, no_ospf_passive_interface_addr_cmd_vtysh, 
  119.        "no passive-interface IFNAME A.B.C.D", 
  120.        "Negate a command or set its defaultsn" 
  121.        "Allow routing updates on an interfacen"
  122.        "Interface's namen")
  123. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_cmd_vtysh, 
  124.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295>", 
  125.        "Specify neighbor routern" 
  126.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  127.        "Maximum number of prefix accept from this peern"
  128.        "maximum no. of prefix limitn")
  129. DEFSH (VTYSH_BGPD, vpnv4_network_cmd_vtysh, 
  130.        "network A.B.C.D/M rd ASN:nn_or_IP-address:nn tag WORD", 
  131.        "Specify a network to announce via BGPn"
  132.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  133.        "Specify Route Distinguishern"
  134.        "VPN Route Distinguishern"
  135.        "BGP tagn"
  136.        "tag valuen")
  137. DEFSH (VTYSH_ZEBRA, show_ipv6_route_addr_cmd_vtysh, 
  138.        "show ipv6 route X:X::X:X", 
  139.        "Show running system informationn" 
  140.        "IP informationn" 
  141.        "IPv6 routing tablen"
  142.        "IPv6 Addressn")
  143. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbors_peer_cmd_vtysh, 
  144.        "show ip bgp neighbors (A.B.C.D|X:X::X:X)", 
  145.        "Show running system informationn" 
  146.        "IP informationn" 
  147.        "BGP informationn" 
  148.        "Detailed information on TCP and BGP neighbor connectionsn"
  149.        "Neighbor to display information aboutn"
  150.        "Neighbor to display information aboutn")
  151. DEFSH (VTYSH_OSPFD, debug_ospf_nsm_cmd_vtysh, 
  152.        "debug ospf nsm", 
  153.        "Debugging functions (see also 'undebug')n" 
  154.        "OSPF informationn" 
  155.        "OSPF Neighbor State Machinen")
  156. DEFSH (VTYSH_OSPFD, ip_ospf_message_digest_key_cmd_vtysh, 
  157.        "ip ospf message-digest-key <1-255> md5 KEY", 
  158.        "IP Informationn"
  159.        "OSPF interface commandsn"
  160.        "Message digest authentication password (key)n"
  161.        "Key IDn"
  162.        "Use MD5 algorithmn"
  163.        "The OSPF password (key)")
  164. DEFSH (VTYSH_RIPNGD, ripng_redistribute_bgp_metric_routemap_cmd_vtysh, 
  165.        "redistribute bgp metric <0-16> route-map WORD", 
  166.        "Redistribute information from another routing protocoln"
  167.        "Border Gateway Protocol (BGP)n"
  168.        "Metricn"
  169.        "Metric valuen"
  170.        "Route map referencen"
  171.        "Pointer to route-map entriesn")
  172. DEFSH (VTYSH_BGPD, bgp_default_local_preference_cmd_vtysh, 
  173.        "bgp default local-preference <0-4294967295>", 
  174.        "BGP specific commandsn"
  175.        "Configure BGP defaultsn"
  176.        "local preference (higher=more preferred)n"
  177.        "Configure default local preference valuen")
  178. DEFSH (VTYSH_RIPD, rip_distance_source_cmd_vtysh, 
  179.        "distance <1-255> A.B.C.D/M", 
  180.        "Administrative distancen"
  181.        "Distance valuen"
  182.        "IP source prefixn")
  183. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_le_cmd_vtysh, 
  184.        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128>", 
  185.        "IPv6 informationn" 
  186.        "Build a prefix listn" 
  187.        "Name of a prefix listn"
  188.        "sequence number of an entryn"
  189.        "Sequence numbern"
  190.        "Specify packets to rejectn"
  191.        "Specify packets to forwardn"
  192.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  193.        "Maximum prefix length to be matchedn"
  194.        "Maximum prefix lengthn")
  195. DEFSH (VTYSH_BGPD, show_bgp_regexp_cmd_vtysh, 
  196.        "show bgp regexp .LINE", 
  197.        "Show running system informationn" 
  198.        "BGP informationn" 
  199.        "Display routes matching the AS path regular expressionn"
  200.        "A regular-expression to match the BGP AS pathsn")
  201. DEFSH (VTYSH_BGPD, show_ipv6_bgp_regexp_cmd_vtysh, 
  202.        "show ipv6 bgp regexp .LINE", 
  203.        "Show running system informationn" 
  204.        "IP informationn" 
  205.        "BGP informationn" 
  206.        "Display routes matching the AS path regular expressionn"
  207.        "A regular-expression to match the BGP AS pathsn")
  208. DEFSH (VTYSH_OSPFD, no_ip_ospf_priority_cmd_vtysh, 
  209.        "no ip ospf priority", 
  210.        "Negate a command or set its defaultsn" 
  211.        "IP Informationn"
  212.        "OSPF interface commandsn"
  213.        "Router priorityn")
  214. DEFSH (VTYSH_RIPD|VTYSH_BGPD, no_set_ip_nexthop_cmd_vtysh, 
  215.        "no set ip next-hop", 
  216.        "Negate a command or set its defaultsn" 
  217.        "Set values in destination routing protocoln" 
  218.        "IP informationn" 
  219.        "Next hop addressn")
  220. DEFSH (VTYSH_OSPFD, ip_ospf_dead_interval_addr_cmd_vtysh, 
  221.        "ip ospf dead-interval <1-65535> A.B.C.D", 
  222.        "IP Informationn"
  223.        "OSPF interface commandsn"
  224.        "Interval after which a neighbor is declared deadn"
  225.        "Secondsn"
  226.        "Address of interface")
  227. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_name_seq_cmd_vtysh, 
  228.        "show ipv6 prefix-list WORD seq <1-4294967295>", 
  229.        "Show running system informationn" 
  230.        "IPv6 informationn" 
  231.        "Build a prefix listn" 
  232.        "Name of a prefix listn"
  233.        "sequence number of an entryn"
  234.        "Sequence numbern")
  235. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_access_list_cmd_vtysh, 
  236.        "ipv6 access-list WORD (deny|permit) X:X::X:X/M", 
  237.        "IPv6 informationn" 
  238.        "Add an access list entryn"
  239.        "IPv6 zebra access-listn"
  240.        "Specify packets to rejectn"
  241.        "Specify packets to forwardn"
  242.        "Prefix to match. e.g. 3ffe:506::/32n")
  243. DEFSH (VTYSH_OSPF6D, debug_ospf6_flooding_cmd_vtysh, 
  244.        "debug ospf6 flooding", 
  245.        "Debugging functions (see also 'undebug')n" 
  246.        "Open Shortest Path First (OSPF) for IPv6n" 
  247.        "Debug OSPFv3 flooding functionn"
  248.       )
  249. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_cmd_vtysh, 
  250.        "clear ip bgp external", 
  251.        "Reset functionsn" 
  252.        "IP informationn" 
  253.        "BGP informationn" 
  254.        "Clear all external peersn")
  255. DEFSH (VTYSH_RIPD, no_distribute_list_cmd_vtysh, 
  256.        "no distribute-list WORD (in|out) WORD", 
  257.        "Negate a command or set its defaultsn" 
  258.        "Filter networks in routing updatesn"
  259.        "Access-list namen"
  260.        "Filter incoming routing updatesn"
  261.        "Filter outgoing routing updatesn"
  262.        "Interface namen")
  263. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_ge_le_cmd_vtysh, 
  264.        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
  265.        "IP informationn" 
  266.        "Build a prefix listn" 
  267.        "Name of a prefix listn"
  268.        "sequence number of an entryn"
  269.        "Sequence numbern"
  270.        "Specify packets to rejectn"
  271.        "Specify packets to forwardn"
  272.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  273.        "Minimum prefix length to be matchedn"
  274.        "Minimum prefix lengthn"
  275.        "Maximum prefix length to be matchedn"
  276.        "Maximum prefix lengthn")
  277. DEFSH (VTYSH_BGPD, no_set_aspath_prepend_val_cmd_vtysh, 
  278.        "no set as-path prepend .<1-65535>", 
  279.        "Negate a command or set its defaultsn" 
  280.        "Set values in destination routing protocoln" 
  281.        "Prepend string for a BGP AS-path attributen"
  282.        "Prepend to the as-pathn"
  283.        "AS numbern")
  284. DEFSH (VTYSH_RIPD, no_rip_default_metric_val_cmd_vtysh, 
  285.        "no default-metric <1-16>", 
  286.        "Negate a command or set its defaultsn" 
  287.        "Set a metric of redistribute routesn"
  288.        "Default metricn")
  289. DEFSH (VTYSH_BGPD, show_ip_bgp_prefix_cmd_vtysh, 
  290.        "show ip bgp A.B.C.D/M", 
  291.        "Show running system informationn" 
  292.        "IP informationn" 
  293.        "BGP informationn" 
  294.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  295. DEFSH (VTYSH_BGPD, clear_bgp_external_in_cmd_vtysh, 
  296.        "clear bgp external in", 
  297.        "Reset functionsn" 
  298.        "BGP informationn" 
  299.        "Clear all external peersn"
  300.        "Soft reconfig inbound updaten")
  301. DEFSH (VTYSH_BGPD, set_community_delete_cmd_vtysh, 
  302.        "set comm-list (<1-99>|<100-500>|WORD) delete", 
  303.        "Set values in destination routing protocoln" 
  304.        "set BGP community list (for deletion)n"
  305.        "Community-list number (standard)n"
  306.        "Communitly-list number (expanded)n"
  307.        "Community-list namen"
  308.        "Delete matching communitiesn")
  309. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_access_list_name_cmd_vtysh, 
  310.        "show ip access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD)", 
  311.        "Show running system informationn" 
  312.        "IP informationn" 
  313.        "List IP access listsn"
  314.        "IP standard access listn"
  315.        "IP extended access listn"
  316.        "IP standard access list (expanded range)n"
  317.        "IP extended access list (expanded range)n"
  318.        "IP zebra access-listn")
  319. DEFSH (VTYSH_OSPF6D, debug_ospf6_spf_time_cmd_vtysh, 
  320.        "debug ospf6 spf time", 
  321.        "Debugging functions (see also 'undebug')n" 
  322.        "Open Shortest Path First (OSPF) for IPv6n" 
  323.        "Debug SPF Calculationn"
  324.        "Measure time taken by SPF Calculationn"
  325.       )
  326. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community3_exact_cmd_vtysh, 
  327.        "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) exact-match", 
  328.        "Show running system informationn" 
  329.        "IPv6 informationn" 
  330.        "BGP informationn" 
  331.        "Display routes matching the communitiesn"
  332.        "community numbern"
  333.        "Do not send outside local AS (well-known community)n"
  334.        "Do not advertise to any peer (well-known community)n"
  335.        "Do not export to next AS (well-known community)n"
  336.        "community numbern"
  337.        "Do not send outside local AS (well-known community)n"
  338.        "Do not advertise to any peer (well-known community)n"
  339.        "Do not export to next AS (well-known community)n"
  340.        "community numbern"
  341.        "Do not send outside local AS (well-known community)n"
  342.        "Do not advertise to any peer (well-known community)n"
  343.        "Do not export to next AS (well-known community)n"
  344.        "Exact match of the communities")
  345. DEFSH (VTYSH_RIPD, rip_redistribute_rip_cmd_vtysh, 
  346.        "redistribute rip", 
  347.        "Redistribute information from another routing protocoln"
  348.        "Routing Information Protocol (RIP)n")
  349. DEFSH (VTYSH_RIPNGD, no_ripng_passive_interface_cmd_vtysh, 
  350.        "no passive-interface IFNAME", 
  351.        "Negate a command or set its defaultsn" 
  352.        "Suppress routing updates on an interfacen"
  353.        "Interface namen")
  354. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_hellointerval_cmd_vtysh, 
  355.        "ipv6 ospf6 hello-interval <1-65535>", 
  356.        "IPv6 Informationn" 
  357.        "Open Shortest Path First (OSPF) for IPv6n" 
  358.        "Interval time of Hello packetsn"
  359.        "<1-65535> Secondsn" 
  360.        )
  361. DEFSH (VTYSH_BGPD, no_bgp_network_mask_natural_backdoor_cmd_vtysh, 
  362.        "no network A.B.C.D backdoor", 
  363.        "Negate a command or set its defaultsn" 
  364.        "Specify a network to announce via BGPn"
  365.        "Network numbern"
  366.        "Specify a BGP backdoor routen")
  367. DEFSH (VTYSH_ZEBRA, multicast_cmd_vtysh, 
  368.        "multicast", 
  369.        "Set multicast flag to interfacen")
  370. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_inter_intra_cmd_vtysh, 
  371.        "distance ospf external <1-255> inter-area <1-255> intra-area <1-255>", 
  372.        "Define an administrative distancen"
  373.        "OSPF Administrative distancen"
  374.        "External routesn"
  375.        "Distance for external routesn"
  376.        "Inter-area routesn"
  377.        "Distance for inter-area routesn"
  378.        "Intra-area routesn"
  379.        "Distance for intra-area routesn")
  380. DEFSH (VTYSH_RIPD, rip_redistribute_type_cmd_vtysh, 
  381.        "redistribute (kernel|connected|static|ospf|bgp)", 
  382.        "Redistribute information from another routing protocoln"
  383.        "Kernel routesn"
  384.        "Connectedn"
  385.        "Static routesn"
  386.        "Open Shortest Path First (OSPF)n"
  387.        "Border Gateway Protocol (BGP)n")
  388. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_host_host_cmd_vtysh, 
  389.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D host A.B.C.D", 
  390.        "Add an access list entryn"
  391.        "IP extended access listn"
  392.        "IP extended access list (expanded range)n"
  393.        "Specify packets to rejectn"
  394.        "Specify packets to forwardn"
  395.        "Any Internet Protocoln"
  396.        "A single source hostn"
  397.        "Source addressn"
  398.        "A single destination hostn"
  399.        "Destination addressn")
  400. DEFSH (VTYSH_BGPD, bgp_config_type_cmd_vtysh, 
  401.        "bgp config-type (cisco|zebra)", 
  402.        "BGP informationn" 
  403.        "Configuration typen"
  404.        "ciscon"
  405.        "zebran")
  406. DEFSH (VTYSH_OSPFD, ospf_area_shortcut_cmd_vtysh, 
  407.        "area (A.B.C.D|<0-4294967295>) shortcut (default|enable|disable)", 
  408.        "OSPF area parametersn"
  409.        "OSPF area ID in IP address formatn"
  410.        "OSPF area ID as a decimal valuen"
  411.        "Configure the area's shortcutting moden"
  412.        "Set default shortcutting behaviorn"
  413.        "Enable shortcutting through the arean"
  414.        "Disable shortcutting through the arean")
  415. DEFSH (VTYSH_BGPD, show_ip_bgp_community2_exact_cmd_vtysh, 
  416.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  417.        "Show running system informationn" 
  418.        "IP informationn" 
  419.        "BGP informationn" 
  420.        "Display routes matching the communitiesn"
  421.        "community numbern"
  422.        "Do not send outside local AS (well-known community)n"
  423.        "Do not advertise to any peer (well-known community)n"
  424.        "Do not export to next AS (well-known community)n"
  425.        "community numbern"
  426.        "Do not send outside local AS (well-known community)n"
  427.        "Do not advertise to any peer (well-known community)n"
  428.        "Do not export to next AS (well-known community)n"
  429.        "Exact match of the communities")
  430. DEFSH (VTYSH_BGPD, show_ip_bgp_view_cmd_vtysh, 
  431.        "show ip bgp view WORD", 
  432.        "Show running system informationn" 
  433.        "IP informationn" 
  434.        "BGP informationn" 
  435.        "BGP viewn"
  436.        "BGP view namen")
  437. DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_mask_cmd_vtysh, 
  438.        "clear ip bgp dampening A.B.C.D A.B.C.D", 
  439.        "Reset functionsn" 
  440.        "IP informationn" 
  441.        "BGP informationn" 
  442.        "Clear route flap dampening informationn"
  443.        "Network to clear damping informationn"
  444.        "Network maskn")
  445. DEFSH (VTYSH_RIPD, no_rip_neighbor_cmd_vtysh, 
  446.        "no neighbor A.B.C.D", 
  447.        "Negate a command or set its defaultsn" 
  448.        "Specify a neighbor routern"
  449.        "Neighbor addressn")
  450. DEFSH (VTYSH_RIPNGD, ripng_redistribute_connected_metric_routemap_cmd_vtysh, 
  451.        "redistribute connected metric <0-16> route-map WORD", 
  452.        "Redistribute information from another routing protocoln"
  453.        "Connectedn"
  454.        "Metricn"
  455.        "Metric valuen"
  456.        "Route map referencen"
  457.        "Pointer to route-map entriesn")
  458. DEFSH (VTYSH_OSPFD, no_ospf_area_filter_list_cmd_vtysh, 
  459.        "no area (A.B.C.D|<0-4294967295>) filter-list prefix WORD (in|out)", 
  460.        "Negate a command or set its defaultsn" 
  461.        "OSPF area parametersn"
  462.        "OSPF area ID in IP address formatn"
  463.        "OSPF area ID as a decimal valuen"
  464.        "Filter networks between OSPF areasn"
  465.        "Filter prefixes between OSPF areasn"
  466.        "Name of an IP prefix-listn"
  467.        "Filter networks sent to this arean"
  468.        "Filter networks sent from this arean")
  469. DEFSH (VTYSH_BGPD, no_bgp_deterministic_med_cmd_vtysh, 
  470.        "no bgp deterministic-med", 
  471.        "Negate a command or set its defaultsn" 
  472.        "BGP specific commandsn"
  473.        "Pick the best-MED path among paths advertised from the neighboring ASn")
  474. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community4_exact_cmd_vtysh, 
  475.        "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) exact-match", 
  476.        "Show running system informationn" 
  477.        "IP informationn" 
  478.        "BGP informationn" 
  479.        "Address familyn"
  480.        "Address Family modifiern"
  481.        "Address Family modifiern"
  482.        "Display routes matching the communitiesn"
  483.        "community numbern"
  484.        "Do not send outside local AS (well-known community)n"
  485.        "Do not advertise to any peer (well-known community)n"
  486.        "Do not export to next AS (well-known community)n"
  487.        "community numbern"
  488.        "Do not send outside local AS (well-known community)n"
  489.        "Do not advertise to any peer (well-known community)n"
  490.        "Do not export to next AS (well-known community)n"
  491.        "community numbern"
  492.        "Do not send outside local AS (well-known community)n"
  493.        "Do not advertise to any peer (well-known community)n"
  494.        "Do not export to next AS (well-known community)n"
  495.        "community numbern"
  496.        "Do not send outside local AS (well-known community)n"
  497.        "Do not advertise to any peer (well-known community)n"
  498.        "Do not export to next AS (well-known community)n"
  499.        "Exact match of the communities")
  500. DEFSH (VTYSH_BGPD, no_set_aggregator_as_cmd_vtysh, 
  501.        "no set aggregator as", 
  502.        "Negate a command or set its defaultsn" 
  503.        "Set values in destination routing protocoln" 
  504.        "BGP aggregator attributen"
  505.        "AS number of aggregatorn")
  506. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_soft_cmd_vtysh, 
  507.        "clear bgp ipv6 * soft", 
  508.        "Reset functionsn" 
  509.        "BGP informationn" 
  510.        "Address familyn"
  511.        "Clear all peersn"
  512.        "Soft reconfign")
  513. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_cmd_vtysh, 
  514.        "no redistribute (connected|kernel|ospf|rip|static)", 
  515.        "Negate a command or set its defaultsn" 
  516.        "Redistribute information from another routing protocoln"
  517.        "Connectedn"
  518.        "Kernel routesn"
  519.        "Open Shurtest Path First (OSPF)n"
  520.        "Routing Information Protocol (RIP)n"
  521.        "Static routesn")
  522. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_soft_in_cmd_vtysh, 
  523.        "clear ip bgp external ipv4 (unicast|multicast) soft in", 
  524.        "Reset functionsn" 
  525.        "IP informationn" 
  526.        "BGP informationn" 
  527.        "Clear all external peersn"
  528.        "Address familyn"
  529.        "Address Family modifiern"
  530.        "Address Family modifiern"
  531.        "Soft reconfign"
  532.        "Soft reconfig inbound updaten")
  533. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_cmd_vtysh, 
  534.        "ipv6 prefix-list WORD (deny|permit) (X:X::X:X/M|any)", 
  535.        "IPv6 informationn" 
  536.        "Build a prefix listn" 
  537.        "Name of a prefix listn"
  538.        "Specify packets to rejectn"
  539.        "Specify packets to forwardn"
  540.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  541.        "Any prefix match.  Same as "::0/0 le 128"n")
  542. DEFSH (VTYSH_BGPD, bgp_graceful_restart_cmd_vtysh, 
  543.        "bgp graceful-restart", 
  544.        "BGP specific commandsn"
  545.        "Graceful restart capability parametersn")
  546. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_vpnv4_soft_cmd_vtysh, 
  547.        "clear ip bgp * vpnv4 unicast soft", 
  548.        "Reset functionsn" 
  549.        "IP informationn" 
  550.        "BGP informationn" 
  551.        "Clear all peersn"
  552.        "Address familyn"
  553.        "Address Family Modifiern"
  554.        "Soft reconfign")
  555. DEFSH (VTYSH_BGPD, debug_bgp_keepalive_cmd_vtysh, 
  556.        "debug bgp keepalives", 
  557.        "Debugging functions (see also 'undebug')n" 
  558.        "BGP informationn" 
  559.        "BGP keepalivesn")
  560. DEFSH (VTYSH_BGPD, no_router_bgp_cmd_vtysh, 
  561.        "no router bgp <1-65535>", 
  562.        "Negate a command or set its defaultsn" 
  563.        "Enable a routing processn" 
  564.        "BGP informationn" 
  565.        "AS numbern" )
  566. DEFSH (VTYSH_ZEBRA, ipv6_route_ifname_pref_cmd_vtysh, 
  567.        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE <1-255>", 
  568.        "IP informationn" 
  569.        "Establish static routesn"
  570.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  571.        "IPv6 gateway addressn"
  572.        "IPv6 gateway interface namen"
  573.        "Distance value for this prefixn")
  574. DEFSH (VTYSH_OSPFD, no_ip_ospf_transmit_delay_addr_cmd_vtysh, 
  575.        "no ip ospf transmit-delay A.B.C.D", 
  576.        "Negate a command or set its defaultsn" 
  577.        "IP Informationn"
  578.        "OSPF interface commandsn"
  579.        "Link state transmit delayn"
  580.        "Address of interface")
  581. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_ge_cmd_vtysh, 
  582.        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128>", 
  583.        "IPv6 informationn" 
  584.        "Build a prefix listn" 
  585.        "Name of a prefix listn"
  586.        "Specify packets to rejectn"
  587.        "Specify packets to forwardn"
  588.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  589.        "Minimum prefix length to be matchedn"
  590.        "Minimum prefix lengthn")
  591. DEFSH (VTYSH_OSPFD, ospf_distance_cmd_vtysh, 
  592.        "distance <1-255>", 
  593.        "Define an administrative distancen"
  594.        "OSPF Administrative distancen")
  595. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_remark_cmd_vtysh, 
  596.        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark", 
  597.        "Negate a command or set its defaultsn" 
  598.        "Add an access list entryn"
  599.        "IP standard access listn"
  600.        "IP extended access listn"
  601.        "IP standard access list (expanded range)n"
  602.        "IP extended access list (expanded range)n"
  603.        "IP zebra access-listn"
  604.        "Access list entry commentn")
  605. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_connected_routemap_cmd_vtysh, 
  606.        "no redistribute connected route-map WORD", 
  607.        "Negate a command or set its defaultsn" 
  608.        "Redistribute information from another routing protocoln"
  609.        "Connectedn"
  610.        "Route map referencen"
  611.        "Pointer to route-map entriesn")
  612. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged5_cmd_vtysh, 
  613.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path next-hop med", 
  614.        "Negate a command or set its defaultsn" 
  615.        "Specify neighbor routern" 
  616.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  617.        "BGP attribute is propagated unchanged to this neighborn"
  618.        "As-path attributen"
  619.        "Nexthop attributen"
  620.        "Med attributen")
  621. DEFSH (VTYSH_OSPFD, no_ospf_distance_ospf_cmd_vtysh, 
  622.        "no distance ospf", 
  623.        "Negate a command or set its defaultsn" 
  624.        "Define an administrative distancen"
  625.        "OSPF Administrative distancen"
  626.        "OSPF Distancen")
  627. DEFSH (VTYSH_ZEBRA, no_ip_route_distance_cmd_vtysh, 
  628.        "no ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
  629.        "Negate a command or set its defaultsn" 
  630.        "IP informationn" 
  631.        "Establish static routesn"
  632.        "IP destination prefix (e.g. 10.0.0.0/8)n"
  633.        "IP gateway addressn"
  634.        "IP gateway interface namen"
  635.        "Null interfacen"
  636.        "Distance value for this routen")
  637. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_authtype_cmd_vtysh, 
  638.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  639.        "(authentication|)", 
  640.        "Negate a command or set its defaultsn" 
  641.        "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" 
  642.        "Enable authentication on this virtual linkn" "dummy string n" )
  643. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_metric_cmd_vtysh, 
  644.        "redistribute (kernel|connected|static|rip|bgp) metric <0-16777214>", 
  645.        "Redistribute information from another routing protocoln"
  646.        "Kernel routesn"
  647.        "Connectedn"
  648.        "Static routesn"
  649.        "Routing Information Protocol (RIP)n"
  650.        "Border Gateway Protocol (BGP)n"
  651.        "Metric for redistributed routesn"
  652.        "OSPF default metricn")
  653. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_neighbor_cmd_vtysh, 
  654.        "show ipv6 ospf6 neighbor", 
  655.        "Show running system informationn" 
  656.        "IPv6 Informationn" 
  657.        "Open Shortest Path First (OSPF) for IPv6n" 
  658.        "Neighbor listn"
  659.       )
  660. DEFSH (VTYSH_RIPD, key_string_cmd_vtysh, 
  661.        "key-string LINE", 
  662.        "Set key stringn"
  663.        "The keyn")
  664. DEFSH (VTYSH_RIPNGD, debug_ripng_events_cmd_vtysh, 
  665.        "debug ripng events", 
  666.        "Debugging functions (see also 'undebug')n" 
  667.        "RIPng configurationn"
  668.        "Debug option set for ripng eventsn")
  669. DEFSH (VTYSH_OSPF6D, no_redistribute_ospf6_cmd_vtysh, 
  670.        "no redistribute ospf6", 
  671.        "Negate a command or set its defaultsn" 
  672.        "Redistribute controln"
  673.        "OSPF6 routen")
  674. DEFSH (VTYSH_BGPD, neighbor_description_cmd_vtysh, 
  675.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "description .LINE", 
  676.        "Specify neighbor routern" 
  677.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  678.        "Neighbor specific descriptionn"
  679.        "Up to 80 characters describing this neighborn")
  680. DEFSH (VTYSH_ZEBRA, no_ipv6_route_pref_cmd_vtysh, 
  681.        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE|null0) <1-255>", 
  682.        "Negate a command or set its defaultsn" 
  683.        "IP informationn" 
  684.        "Establish static routesn"
  685.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  686.        "IPv6 gateway addressn"
  687.        "IPv6 gateway interface namen"
  688.        "Distance value for this prefixn")
  689. DEFSH (VTYSH_OSPFD, debug_ospf_packet_send_recv_cmd_vtysh, 
  690.        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all) (send|recv|detail)", 
  691.        "Debugging functionsn"
  692.        "OSPF informationn"
  693.        "OSPF packetsn"
  694.        "OSPF Hellon"
  695.        "OSPF Database Descriptionn"
  696.        "OSPF Link State Requestn"
  697.        "OSPF Link State Updaten"
  698.        "OSPF Link State Acknowledgmentn"
  699.        "OSPF all packetsn"
  700.        "Packet sentn"
  701.        "Packet receivedn"
  702.        "Detail informationn")
  703. DEFSH (VTYSH_OSPF6D, area_range_cmd_vtysh, 
  704.        "area A.B.C.D range X:X::X:X/M", 
  705.        "OSPF area parametersn"
  706.        "Area ID (as an IPv4 notation)n" 
  707.        "Configured address rangen"
  708.        "Specify IPv6 prefixn"
  709.        )
  710. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_le_ge_cmd_vtysh, 
  711.        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M le <0-128> ge <0-128>", 
  712.        "IPv6 informationn" 
  713.        "Build a prefix listn" 
  714.        "Name of a prefix listn"
  715.        "sequence number of an entryn"
  716.        "Sequence numbern"
  717.        "Specify packets to rejectn"
  718.        "Specify packets to forwardn"
  719.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  720.        "Maximum prefix length to be matchedn"
  721.        "Maximum prefix lengthn"
  722.        "Minimum prefix length to be matchedn"
  723.        "Minimum prefix lengthn")
  724. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_ipv4_in_prefix_filter_cmd_vtysh, 
  725.        "clear ip bgp external ipv4 (unicast|multicast) in prefix-filter", 
  726.        "Reset functionsn" 
  727.        "IP informationn" 
  728.        "BGP informationn" 
  729.        "Clear all external peersn"
  730.        "Address familyn"
  731.        "Address Family modifiern"
  732.        "Address Family modifiern"
  733.        "Soft reconfig inbound updaten"
  734.        "Push out prefix-list ORF and do inbound soft reconfign")
  735. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_any_mask_cmd_vtysh, 
  736.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any A.B.C.D A.B.C.D", 
  737.        "Negate a command or set its defaultsn" 
  738.        "Add an access list entryn"
  739.        "IP extended access listn"
  740.        "IP extended access list (expanded range)n"
  741.        "Specify packets to rejectn"
  742.        "Specify packets to forwardn"
  743.        "Any Internet Protocoln"
  744.        "Any source hostn"
  745.        "Destination addressn"
  746.        "Destination Wildcard bitsn")
  747. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_key_chain2_cmd_vtysh, 
  748.        "no ip rip authentication key-chain LINE", 
  749.        "Negate a command or set its defaultsn" 
  750.        "IP informationn" 
  751.        "Routing Information Protocoln"
  752.        "Authentication controln"
  753.        "Authentication key-chainn"
  754.        "name of key-chainn")
  755. DEFSH (VTYSH_BGPD, show_ip_bgp_cidr_only_cmd_vtysh, 
  756.        "show ip bgp cidr-only", 
  757.        "Show running system informationn" 
  758.        "IP informationn" 
  759.        "BGP informationn" 
  760.        "Display only routes with non-natural netmasksn")
  761. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_description_cmd_vtysh, 
  762.        "no ipv6 prefix-list WORD description", 
  763.        "Negate a command or set its defaultsn" 
  764.        "IPv6 informationn" 
  765.        "Build a prefix listn" 
  766.        "Name of a prefix listn"
  767.        "Prefix-list specific descriptionn")
  768. DEFSH (VTYSH_RIPD, no_ip_rip_send_version_num_cmd_vtysh, 
  769.        "no ip rip send version (1|2)", 
  770.        "Negate a command or set its defaultsn" 
  771.        "IP informationn" 
  772.        "Routing Information Protocoln"
  773.        "Advertisement transmissionn"
  774.        "Version controln"
  775.        "Version 1n"
  776.        "Version 2n")
  777. DEFSH (VTYSH_OSPFD, no_ospf_area_import_list_cmd_vtysh, 
  778.        "no area (A.B.C.D|<0-4294967295>) import-list NAME", 
  779.        "Negate a command or set its defaultsn" 
  780.        "OSPF area parametersn"
  781.        "OSPF area ID in IP address formatn"
  782.        "OSPF area ID as a decimal valuen"
  783.        "Unset the filter for networks announced to other areasn"
  784.        "Name of the access-listn")
  785. DEFSH (VTYSH_OSPFD, ospf_area_authentication_message_digest_cmd_vtysh, 
  786.        "area (A.B.C.D|<0-4294967295>) authentication message-digest", 
  787.        "OSPF area parametersn"
  788.        "Enable authenticationn"
  789.        "Use message-digest authenticationn")
  790. DEFSH (VTYSH_RIPNGD, ripng_redistribute_ospf6_routemap_cmd_vtysh, 
  791.        "redistribute ospf6 route-map WORD", 
  792.        "Redistribute information from another routing protocoln"
  793.        "IPv6 Open Shortest Path First (OSPFv3)n"
  794.        "Route map referencen"
  795.        "Pointer to route-map entriesn")
  796. DEFSH (VTYSH_ZEBRA, no_shutdown_if_cmd_vtysh, 
  797.        "no shutdown", 
  798.        "Negate a command or set its defaultsn" 
  799.        "Shutdown the selected interfacen")
  800. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_soft_in_cmd_vtysh, 
  801.        "clear ip bgp view WORD * soft in", 
  802.        "Reset functionsn" 
  803.        "IP informationn" 
  804.        "BGP informationn" 
  805.        "BGP viewn"
  806.        "view namen"
  807.        "Clear all peersn"
  808.        "Soft reconfign"
  809.        "Soft reconfig inbound updaten")
  810. DEFSH (VTYSH_BGPD, show_ip_extcommunity_list_arg_cmd_vtysh, 
  811.        "show ip extcommunity-list (<1-500>|WORD)", 
  812.        "Show running system informationn" 
  813.        "IP informationn" 
  814.        "List extended-community listn"
  815.        "Extcommunity-list numbern"
  816.        "Extcommunity-list namen")
  817. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_cmd_vtysh,  
  818.        "clear bgp ipv6 peer-group WORD", 
  819.        "Reset functionsn" 
  820.        "BGP informationn" 
  821.        "Address familyn"
  822.        "Clear all members of peer-groupn"
  823.        "BGP peer-group namen")
  824. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_exact_cmd_vtysh, 
  825.        "no access-list WORD (deny|permit) A.B.C.D/M exact-match", 
  826.        "Negate a command or set its defaultsn" 
  827.        "Add an access list entryn"
  828.        "IP zebra access-list namen"
  829.        "Specify packets to rejectn"
  830.        "Specify packets to forwardn"
  831.        "Prefix to match. e.g. 10.0.0.0/8n"
  832.        "Exact match of the prefixesn")
  833. DEFSH (VTYSH_ZEBRA, ip_tunnel_cmd_vtysh, 
  834.        "ip tunnel IP_address IP_address", 
  835.        "KAME ip tunneling configuration commandsn"
  836.        "Set FROM IP address and TO IP addressn")
  837. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_soft_in_cmd_vtysh, 
  838.        "clear ip bgp A.B.C.D soft in", 
  839.        "Reset functionsn" 
  840.        "IP informationn" 
  841.        "BGP informationn" 
  842.        "BGP neighbor address to clearn"
  843.        "Soft reconfign"
  844.        "Soft reconfig inbound updaten")
  845. DEFSH (VTYSH_OSPFD, no_ip_ospf_cost_addr_cmd_vtysh, 
  846.        "no ip ospf cost A.B.C.D", 
  847.        "Negate a command or set its defaultsn" 
  848.        "IP Informationn"
  849.        "OSPF interface commandsn"
  850.        "Interface costn"
  851.        "Address of interface")
  852. DEFSH (VTYSH_ZEBRA, ipv6_route_cmd_vtysh, 
  853.        "ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE|null0)", 
  854.        "IP informationn" 
  855.        "Establish static routesn"
  856.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  857.        "IPv6 gateway addressn"
  858.        "IPv6 gateway interface namen")
  859. DEFSH (VTYSH_BGPD, neighbor_enforce_multihop_cmd_vtysh, 
  860.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "enforce-multihop", 
  861.        "Specify neighbor routern" 
  862.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  863.        "Enforce EBGP neighbors perform multihopn")
  864. DEFSH (VTYSH_OSPFD, debug_ospf_packet_all_cmd_vtysh, 
  865.        "debug ospf packet (hello|dd|ls-request|ls-update|ls-ack|all)", 
  866.        "Debugging functions (see also 'undebug')n" 
  867.        "OSPF informationn" 
  868.        "OSPF packetsn"
  869.        "OSPF Hellon"
  870.        "OSPF Database Descriptionn"
  871.        "OSPF Link State Requestn"
  872.        "OSPF Link State Updaten"
  873.        "OSPF Link State Acknowledgmentn"
  874.        "OSPF all packetsn")
  875. DEFSH (VTYSH_ZEBRA, no_ip_route_mask_distance_cmd_vtysh, 
  876.        "no ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
  877.        "Negate a command or set its defaultsn" 
  878.        "IP informationn" 
  879.        "Establish static routesn"
  880.        "IP destination prefixn"
  881.        "IP destination prefix maskn"
  882.        "IP gateway addressn"
  883.        "IP gateway interface namen"
  884.        "Null interfacen"
  885.        "Distance value for this routen")
  886. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_in_prefix_filter_cmd_vtysh, 
  887.        "clear ip bgp <1-65535> in prefix-filter", 
  888.        "Reset functionsn" 
  889.        "IP informationn" 
  890.        "BGP informationn" 
  891.        "Clear peers with the AS numbern"
  892.        "Soft reconfig inbound updaten"
  893.        "Push out prefix-list ORF and do inbound soft reconfign")
  894. DEFSH (VTYSH_BGPD, no_match_aspath_cmd_vtysh, 
  895.        "no match as-path", 
  896.        "Negate a command or set its defaultsn" 
  897.        "Match values from routing tablen" 
  898.        "Match BGP AS path listn")
  899. DEFSH (VTYSH_RIPD, no_debug_rip_events_cmd_vtysh, 
  900.        "no debug rip events", 
  901.        "Negate a command or set its defaultsn" 
  902.        "Debugging functions (see also 'undebug')n" 
  903.        "RIP informationn" 
  904.        "RIP eventsn")
  905. DEFSH (VTYSH_BGPD, no_bgp_network_mask_natural_cmd_vtysh, 
  906.        "no network A.B.C.D", 
  907.        "Negate a command or set its defaultsn" 
  908.        "Specify a network to announce via BGPn"
  909.        "Network numbern")
  910. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged5_cmd_vtysh, 
  911.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged as-path next-hop med", 
  912.        "Specify neighbor routern" 
  913.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  914.        "BGP attribute is propagated unchanged to this neighborn"
  915.        "As-path attributen"
  916.        "Nexthop attributen"
  917.        "Med attributen")
  918. DEFSH (VTYSH_RIPD, rip_default_information_originate_cmd_vtysh, 
  919.        "default-information originate", 
  920.        "Control distribution of default routen"
  921.        "Distribute a default routen")
  922. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_cmd_vtysh, 
  923.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  924.        "(authentication|)", 
  925.        "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" 
  926.        "Enable authentication on this virtual linkn" "dummy string n" )
  927. DEFSH (VTYSH_OSPFD, no_ospf_abr_type_cmd_vtysh, 
  928.        "no ospf abr-type (cisco|ibm|shortcut)", 
  929.        "Negate a command or set its defaultsn" 
  930.        "OSPF specific commandsn"
  931.        "Set OSPF ABR typen"
  932.        "Alternative ABR,  cisco implementationn"
  933.        "Alternative ABR,  IBM implementationn"
  934.        "Shortcut ABRn")
  935. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv6_rmap_cmd_vtysh, 
  936.        "no redistribute (connected|kernel|ospf6|ripng|static) route-map WORD", 
  937.        "Negate a command or set its defaultsn" 
  938.        "Redistribute information from another routing protocoln"
  939.        "Connectedn"
  940.        "Kernel routesn"
  941.        "Open Shurtest Path First (OSPFv3)n"
  942.        "Routing Information Protocol (RIPng)n"
  943.        "Static routesn"
  944.        "Route map referencen"
  945.        "Pointer to route-map entriesn")
  946. DEFSH (VTYSH_OSPFD, no_ospf_transmit_delay_cmd_vtysh, 
  947.        "no ospf transmit-delay", 
  948.        "Negate a command or set its defaultsn" 
  949.        "OSPF interface commandsn"
  950.        "Link state transmit delayn")
  951. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_access_list_remark_cmd_vtysh, 
  952.        "ipv6 access-list WORD remark .LINE", 
  953.        "IPv6 informationn" 
  954.        "Add an access list entryn"
  955.        "IPv6 zebra access-listn"
  956.        "Access list entry commentn"
  957.        "Comment up to 100 charactersn")
  958. DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_threshold_restart_cmd_vtysh, 
  959.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> <1-100> restart <1-65535>", 
  960.        "Negate a command or set its defaultsn" 
  961.        "Specify neighbor routern" 
  962.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  963.        "Maximum number of prefix accept from this peern"
  964.        "maximum no. of prefix limitn"
  965.        "Threshold value (%) at which to generate a warning msgn"
  966.        "Restart bgp connection after limit is exceededn"
  967.        "Restart interval in minutes")
  968. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_detail_cmd_vtysh, 
  969.        "show ipv6 prefix-list detail", 
  970.        "Show running system informationn" 
  971.        "IPv6 informationn" 
  972.        "Build a prefix listn" 
  973.        "Detail of prefix listsn")
  974. DEFSH (VTYSH_BGPD, ip_extcommunity_list_standard_cmd_vtysh, 
  975.        "ip extcommunity-list <1-99> (deny|permit) .AA:NN", 
  976.        "IP informationn" 
  977.        "Add a extended community list entryn" 
  978.        "Extended Community list number (standard)n"
  979.        "Specify community to rejectn"
  980.        "Specify community to acceptn"
  981.        "Extended community attribute in 'rt aa:nn_or_IPaddr:nn' OR 'soo aa:nn_or_IPaddr:nn' formatn" )
  982. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_reachable_time_cmd_vtysh, 
  983.        "no ipv6 nd reachable-time", 
  984.        "Negate a command or set its defaultsn" 
  985.        "IP informationn" 
  986.        "Neighbor discoveryn"
  987.        "Reachable timen")
  988. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community3_exact_cmd_vtysh, 
  989.        "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) exact-match", 
  990.        "Show running system informationn" 
  991.        "IPv6 informationn" 
  992.        "MBGP informationn" 
  993.        "Display routes matching the communitiesn"
  994.        "community numbern"
  995.        "Do not send outside local AS (well-known community)n"
  996.        "Do not advertise to any peer (well-known community)n"
  997.        "Do not export to next AS (well-known community)n"
  998.        "community numbern"
  999.        "Do not send outside local AS (well-known community)n"
  1000.        "Do not advertise to any peer (well-known community)n"
  1001.        "Do not export to next AS (well-known community)n"
  1002.        "community numbern"
  1003.        "Do not send outside local AS (well-known community)n"
  1004.        "Do not advertise to any peer (well-known community)n"
  1005.        "Do not export to next AS (well-known community)n"
  1006.        "Exact match of the communities")
  1007. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_ge_le_cmd_vtysh, 
  1008.        "no ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
  1009.        "Negate a command or set its defaultsn" 
  1010.        "IPv6 informationn" 
  1011.        "Build a prefix listn" 
  1012.        "Name of a prefix listn"
  1013.        "Specify packets to rejectn"
  1014.        "Specify packets to forwardn"
  1015.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1016.        "Minimum prefix length to be matchedn"
  1017.        "Minimum prefix lengthn"
  1018.        "Maximum prefix length to be matchedn"
  1019.        "Maximum prefix lengthn")
  1020. DEFSH (VTYSH_OSPFD, no_ip_ospf_retransmit_interval_cmd_vtysh, 
  1021.        "no ip ospf retransmit-interval", 
  1022.        "Negate a command or set its defaultsn" 
  1023.        "IP Informationn"
  1024.        "OSPF interface commandsn"
  1025.        "Time between retransmitting lost link state advertisementsn")
  1026. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community2_cmd_vtysh, 
  1027.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  1028.        "Show running system informationn" 
  1029.        "IPv6 informationn" 
  1030.        "BGP informationn" 
  1031.        "Display routes matching the communitiesn"
  1032.        "community numbern"
  1033.        "Do not send outside local AS (well-known community)n"
  1034.        "Do not advertise to any peer (well-known community)n"
  1035.        "Do not export to next AS (well-known community)n"
  1036.        "community numbern"
  1037.        "Do not send outside local AS (well-known community)n"
  1038.        "Do not advertise to any peer (well-known community)n"
  1039.        "Do not export to next AS (well-known community)n")
  1040. DEFSH (VTYSH_BGPD, aggregate_address_mask_as_set_summary_cmd_vtysh, 
  1041.        "aggregate-address A.B.C.D A.B.C.D as-set summary-only", 
  1042.        "Configure BGP aggregate entriesn"
  1043.        "Aggregate addressn"
  1044.        "Aggregate maskn"
  1045.        "Generate AS set path informationn"
  1046.        "Filter more specific routes from updatesn")
  1047. DEFSH (VTYSH_BGPD, no_aggregate_address_mask_cmd_vtysh, 
  1048.        "no aggregate-address A.B.C.D A.B.C.D", 
  1049.        "Negate a command or set its defaultsn" 
  1050.        "Configure BGP aggregate entriesn"
  1051.        "Aggregate addressn"
  1052.        "Aggregate maskn")
  1053. DEFSH (VTYSH_BGPD, show_ip_bgp_prefix_longer_cmd_vtysh, 
  1054.        "show ip bgp A.B.C.D/M longer-prefixes", 
  1055.        "Show running system informationn" 
  1056.        "IP informationn" 
  1057.        "BGP informationn" 
  1058.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1059.        "Display route and more specific routesn")
  1060. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, set_metric_cmd_vtysh, 
  1061.        "set metric <0-4294967295>", 
  1062.        "Set values in destination routing protocoln" 
  1063.        "Metric value for destination routing protocoln"
  1064.        "Metric valuen")
  1065. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community_cmd_vtysh, 
  1066.        "show ipv6 bgp community (AA:NN|local-AS|no-advertise|no-export)", 
  1067.        "Show running system informationn" 
  1068.        "IPv6 informationn" 
  1069.        "BGP informationn" 
  1070.        "Display routes matching the communitiesn"
  1071.        "community numbern"
  1072.        "Do not send outside local AS (well-known community)n"
  1073.        "Do not advertise to any peer (well-known community)n"
  1074.        "Do not export to next AS (well-known community)n")
  1075. DEFSH (VTYSH_BGPD, ipv6_bgp_neighbor_routes_cmd_vtysh, 
  1076.        "show ipv6 bgp neighbors (A.B.C.D|X:X::X:X) routes", 
  1077.        "Show running system informationn" 
  1078.        "IPv6 informationn" 
  1079.        "BGP informationn" 
  1080.        "Detailed information on TCP and BGP neighbor connectionsn"
  1081.        "Neighbor to display information aboutn"
  1082.        "Neighbor to display information aboutn"
  1083.        "Display routes learned from neighborn")
  1084. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_description_arg_cmd_vtysh, 
  1085.        "no ip prefix-list WORD description .LINE", 
  1086.        "Negate a command or set its defaultsn" 
  1087.        "IP informationn" 
  1088.        "Build a prefix listn" 
  1089.        "Name of a prefix listn"
  1090.        "Prefix-list specific descriptionn"
  1091.        "Up to 80 characters describing this prefix-listn")
  1092. DEFSH (VTYSH_BGPD, show_ip_bgp_neighbors_cmd_vtysh, 
  1093.        "show ip bgp neighbors", 
  1094.        "Show running system informationn" 
  1095.        "IP informationn" 
  1096.        "BGP informationn" 
  1097.        "Detailed information on TCP and BGP neighbor connectionsn")
  1098. DEFSH (VTYSH_BGPD, neighbor_advertise_interval_cmd_vtysh, 
  1099.        "neighbor (A.B.C.D|X:X::X:X) "  "advertisement-interval <0-600>", 
  1100.        "Specify neighbor routern" 
  1101.        "Neighbor addressnIPv6 addressn" 
  1102.        "Minimum interval between sending BGP routing updatesn"
  1103.        "time in secondsn")
  1104. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_soft_cmd_vtysh, 
  1105.        "clear ip bgp external soft", 
  1106.        "Reset functionsn" 
  1107.        "IP informationn" 
  1108.        "BGP informationn" 
  1109.        "Clear all external peersn"
  1110.        "Soft reconfign")
  1111. DEFSH (VTYSH_BGPD, no_neighbor_remove_private_as_cmd_vtysh, 
  1112.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "remove-private-AS", 
  1113.        "Negate a command or set its defaultsn" 
  1114.        "Specify neighbor routern" 
  1115.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1116.        "Remove private AS number from outbound updatesn")
  1117. DEFSH (VTYSH_RIPD, no_ip_rip_send_version_cmd_vtysh, 
  1118.        "no ip rip send version", 
  1119.        "Negate a command or set its defaultsn" 
  1120.        "IP informationn" 
  1121.        "Routing Information Protocoln"
  1122.        "Advertisement transmissionn"
  1123.        "Version controln")
  1124. DEFSH (VTYSH_BGPD, clear_bgp_external_in_prefix_filter_cmd_vtysh, 
  1125.        "clear bgp external in prefix-filter", 
  1126.        "Reset functionsn" 
  1127.        "BGP informationn" 
  1128.        "Clear all external peersn"
  1129.        "Soft reconfig inbound updaten"
  1130.        "Push out prefix-list ORF and do inbound soft reconfign")
  1131. DEFSH (VTYSH_OSPFD, no_ospf_area_shortcut_cmd_vtysh, 
  1132.        "no area (A.B.C.D|<0-4294967295>) shortcut (enable|disable)", 
  1133.        "Negate a command or set its defaultsn" 
  1134.        "OSPF area parametersn"
  1135.        "OSPF area ID in IP address formatn"
  1136.        "OSPF area ID as a decimal valuen"
  1137.        "Deconfigure the area's shortcutting moden"
  1138.        "Deconfigure enabled shortcutting through the arean"
  1139.        "Deconfigure disabled shortcutting through the arean")
  1140. DEFSH (VTYSH_BGPD, show_ip_bgp_route_cmd_vtysh, 
  1141.        "show ip bgp A.B.C.D", 
  1142.        "Show running system informationn" 
  1143.        "IP informationn" 
  1144.        "BGP informationn" 
  1145.        "Network in the BGP routing table to displayn")
  1146. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, clear_ipv6_prefix_list_name_cmd_vtysh, 
  1147.        "clear ipv6 prefix-list WORD", 
  1148.        "Reset functionsn" 
  1149.        "IPv6 informationn" 
  1150.        "Build a prefix listn" 
  1151.        "Name of a prefix listn")
  1152. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_soft_in_cmd_vtysh, 
  1153.        "clear ip bgp peer-group WORD soft in", 
  1154.        "Reset functionsn" 
  1155.        "IP informationn" 
  1156.        "BGP informationn" 
  1157.        "Clear all members of peer-groupn"
  1158.        "BGP peer-group namen"
  1159.        "Soft reconfign"
  1160.        "Soft reconfig inbound updaten")
  1161. DEFSH (VTYSH_BGPD, no_neighbor_timers_cmd_vtysh, 
  1162.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "timers", 
  1163.        "Negate a command or set its defaultsn" 
  1164.        "Specify neighbor routern" 
  1165.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1166.        "BGP per neighbor timersn")
  1167. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_type_routemap_cmd_vtysh, 
  1168.        "default-information originate always metric-type (1|2) route-map WORD", 
  1169.        "Control distribution of default informationn"
  1170.        "Distribute a default routen"
  1171.        "Always advertise default routen"
  1172.        "OSPF metric type for default routesn"
  1173.        "Set OSPF External Type 1 metricsn"
  1174.        "Set OSPF External Type 2 metricsn"
  1175.        "Route map referencen"
  1176.        "Pointer to route-map entriesn")
  1177. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_access_list_exact_cmd_vtysh, 
  1178.        "ipv6 access-list WORD (deny|permit) X:X::X:X/M exact-match", 
  1179.        "IPv6 informationn" 
  1180.        "Add an access list entryn"
  1181.        "IPv6 zebra access-listn"
  1182.        "Specify packets to rejectn"
  1183.        "Specify packets to forwardn"
  1184.        "Prefix to match. e.g. 3ffe:506::/32n"
  1185.        "Exact match of the prefixesn")
  1186. DEFSH (VTYSH_BGPD, ip_extcommunity_list_expanded_cmd_vtysh, 
  1187.        "ip extcommunity-list <100-500> (deny|permit) .LINE", 
  1188.        "IP informationn" 
  1189.        "Add a extended community list entryn" 
  1190.        "Extended Community list number (expanded)n"
  1191.        "Specify community to rejectn"
  1192.        "Specify community to acceptn"
  1193.        "An ordered list as a regular-expressionn")
  1194. DEFSH (VTYSH_BGPD, show_ip_community_list_arg_cmd_vtysh, 
  1195.        "show ip community-list (<1-500>|WORD)", 
  1196.        "Show running system informationn" 
  1197.        "IP informationn" 
  1198.        "List community-listn"
  1199.        "Community-list numbern"
  1200.        "Community-list namen")
  1201. DEFSH (VTYSH_BGPD, bgp_timers_cmd_vtysh, 
  1202.        "timers bgp <0-65535> <0-65535>", 
  1203.        "Adjust routing timersn"
  1204.        "BGP timersn"
  1205.        "Keepalive intervaln"
  1206.        "Holdtimen")
  1207. DEFSH (VTYSH_RIPD, rip_neighbor_cmd_vtysh, 
  1208.        "neighbor A.B.C.D", 
  1209.        "Specify a neighbor routern"
  1210.        "Neighbor addressn")
  1211. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_prefix_first_match_cmd_vtysh, 
  1212.        "show ipv6 prefix-list WORD X:X::X:X/M first-match", 
  1213.        "Show running system informationn" 
  1214.        "IPv6 informationn" 
  1215.        "Build a prefix listn" 
  1216.        "Name of a prefix listn"
  1217.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1218.        "First matched prefixn")
  1219. DEFSH (VTYSH_BGPD, neighbor_shutdown_cmd_vtysh, 
  1220.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "shutdown", 
  1221.        "Specify neighbor routern" 
  1222.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1223.        "Administratively shut down this neighborn")
  1224. DEFSH (VTYSH_BGPD, no_debug_bgp_fsm_cmd_vtysh, 
  1225.        "no debug bgp fsm", 
  1226.        "Negate a command or set its defaultsn" 
  1227.        "Debugging functions (see also 'undebug')n" 
  1228.        "BGP informationn" 
  1229.        "Finite State Machinen")
  1230. DEFSH (VTYSH_BGPD, bgp_graceful_restart_stalepath_time_cmd_vtysh, 
  1231.        "bgp graceful-restart stalepath-time <1-3600>", 
  1232.        "BGP specific commandsn"
  1233.        "Graceful restart capability parametersn"
  1234.        "Set the max time to hold onto restarting peer's stale pathsn"
  1235.        "Delay value (seconds)n")
  1236. DEFSH (VTYSH_BGPD, neighbor_weight_cmd_vtysh, 
  1237.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "weight <0-65535>", 
  1238.        "Specify neighbor routern" 
  1239.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1240.        "Set default weight for routes from this neighborn"
  1241.        "default weightn")
  1242. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_soft_in_cmd_vtysh, 
  1243.        "clear bgp ipv6 <1-65535> soft in", 
  1244.        "Reset functionsn" 
  1245.        "BGP informationn" 
  1246.        "Address familyn"
  1247.        "Clear peers with the AS numbern"
  1248.        "Soft reconfign"
  1249.        "Soft reconfig inbound updaten")
  1250. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_soft_cmd_vtysh, 
  1251.        "clear ip bgp A.B.C.D soft", 
  1252.        "Reset functionsn" 
  1253.        "IP informationn" 
  1254.        "BGP informationn" 
  1255.        "BGP neighbor address to clearn"
  1256.        "Soft reconfign")
  1257. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_neighbors_peer_cmd_vtysh, 
  1258.        "show ip bgp vpnv4 all neighbors A.B.C.D", 
  1259.        "Show running system informationn" 
  1260.        "IP informationn" 
  1261.        "BGP informationn" 
  1262.        "Display VPNv4 NLRI specific informationn"
  1263.        "Display information about all VPNv4 NLRIsn"
  1264.        "Detailed information on TCP and BGP neighbor connectionsn"
  1265.        "Neighbor to display information aboutn")
  1266. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community_list_cmd_vtysh, 
  1267.        "show ipv6 bgp community-list WORD", 
  1268.        "Show running system informationn" 
  1269.        "IPv6 informationn" 
  1270.        "BGP informationn" 
  1271.        "Display routes matching the community-listn"
  1272.        "community-list namen")
  1273. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_args_cmd_vtysh, 
  1274.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1275.        "(authentication|) (message-digest|null)", 
  1276.        "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" 
  1277.        "Enable authentication on this virtual linkn" "dummy string n"  "Use null authenticationn" "Use message-digest authenticationn" )
  1278. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_soft_in_cmd_vtysh, 
  1279.        "clear ip bgp A.B.C.D vpnv4 unicast soft in", 
  1280.        "Reset functionsn" 
  1281.        "IP informationn" 
  1282.        "BGP informationn" 
  1283.        "BGP neighbor address to clearn"
  1284.        "Address familyn"
  1285.        "Address Family Modifiern"
  1286.        "Soft reconfign"
  1287.        "Soft reconfig inbound updaten")
  1288. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_le_cmd_vtysh, 
  1289.        "no ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
  1290.        "Negate a command or set its defaultsn" 
  1291.        "IP informationn" 
  1292.        "Build a prefix listn" 
  1293.        "Name of a prefix listn"
  1294.        "Specify packets to rejectn"
  1295.        "Specify packets to forwardn"
  1296.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1297.        "Maximum prefix length to be matchedn"
  1298.        "Maximum prefix lengthn")
  1299. DEFSH (VTYSH_BGPD, no_bgp_bestpath_med2_cmd_vtysh, 
  1300.        "no bgp bestpath med confed missing-as-worst", 
  1301.        "Negate a command or set its defaultsn" 
  1302.        "BGP specific commandsn"
  1303.        "Change the default bestpath selectionn"
  1304.        "MED attributen"
  1305.        "Compare MED among confederation pathsn"
  1306.        "Treat missing MED as the least preferred onen")
  1307. DEFSH (VTYSH_OSPFD, no_ospf_priority_cmd_vtysh, 
  1308.        "no ospf priority", 
  1309.        "Negate a command or set its defaultsn" 
  1310.        "OSPF interface commandsn"
  1311.        "Router priorityn")
  1312. DEFSH (VTYSH_BGPD, bgp_network_mask_natural_cmd_vtysh, 
  1313.        "network A.B.C.D", 
  1314.        "Specify a network to announce via BGPn"
  1315.        "Network numbern")
  1316. DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_restart_cmd_vtysh, 
  1317.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> restart <1-65535>", 
  1318.        "Negate a command or set its defaultsn" 
  1319.        "Specify neighbor routern" 
  1320.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1321.        "Maximum number of prefix accept from this peern"
  1322.        "maximum no. of prefix limitn"
  1323.        "Restart bgp connection after limit is exceededn"
  1324.        "Restart interval in minutes")
  1325. DEFSH (VTYSH_BGPD, no_synchronization_cmd_vtysh, 
  1326.        "no synchronization", 
  1327.        "Negate a command or set its defaultsn" 
  1328.        "Perform IGP synchronizationn")
  1329. DEFSH (VTYSH_RIPD|VTYSH_BGPD, set_ip_nexthop_cmd_vtysh, 
  1330.        "set ip next-hop A.B.C.D", 
  1331.        "Set values in destination routing protocoln" 
  1332.        "IP informationn" 
  1333.        "Next hop addressn"
  1334.        "IP address of next hopn")
  1335. DEFSH (VTYSH_RIPD, no_rip_version_val_cmd_vtysh, 
  1336.        "no version <1-2>", 
  1337.        "Negate a command or set its defaultsn" 
  1338.        "Set routing protocol versionn"
  1339.        "versionn")
  1340. DEFSH (VTYSH_BGPD, no_bgp_scan_time_cmd_vtysh, 
  1341.        "no bgp scan-time", 
  1342.        "Negate a command or set its defaultsn" 
  1343.        "BGP specific commandsn"
  1344.        "Configure background scanner intervaln")
  1345. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_connected_metric_cmd_vtysh, 
  1346.        "no redistribute connected metric", 
  1347.        "Negate a command or set its defaultsn" 
  1348.        "Redistribute information from another routing protocoln"
  1349.        "Connectedn"
  1350.        "Metricn")
  1351. DEFSH (VTYSH_OSPFD, no_ip_ospf_authentication_key_addr_cmd_vtysh, 
  1352.        "no ip ospf authentication-key A.B.C.D", 
  1353.        "Negate a command or set its defaultsn" 
  1354.        "IP Informationn"
  1355.        "OSPF interface commandsn"
  1356.        "Authentication password (key)n"
  1357.        "Address of interface")
  1358. DEFSH (VTYSH_RIPNGD, no_ripng_route_cmd_vtysh, 
  1359.        "no route IPV6ADDR", 
  1360.        "Negate a command or set its defaultsn" 
  1361.        "Static route setupn"
  1362.        "Delete static RIPng route announcementn")
  1363. DEFSH (VTYSH_OSPFD, debug_ospf_nsm_sub_cmd_vtysh, 
  1364.        "debug ospf nsm (status|events|timers)", 
  1365.        "Debugging functions (see also 'undebug')n" 
  1366.        "OSPF informationn" 
  1367.        "OSPF Neighbor State Machinen"
  1368.        "NSM Status Informationn"
  1369.        "NSM Event Informationn"
  1370.        "NSM Timer Informationn")
  1371. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_soft_out_cmd_vtysh, 
  1372.        "clear ip bgp <1-65535> vpnv4 unicast soft out", 
  1373.        "Reset functionsn" 
  1374.        "IP informationn" 
  1375.        "BGP informationn" 
  1376.        "Clear peers with the AS numbern"
  1377.        "Address familyn"
  1378.        "Address Family modifiern"
  1379.        "Soft reconfign"
  1380.        "Soft reconfig outbound updaten")
  1381. DEFSH (VTYSH_BGPD, no_debug_bgp_all_cmd_vtysh, 
  1382.        "no debug all bgp", 
  1383.        "Negate a command or set its defaultsn" 
  1384.        "Debugging functions (see also 'undebug')n" 
  1385.        "Enable all debuggingn"
  1386.        "BGP informationn" )
  1387. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_vpnv4_soft_out_cmd_vtysh, 
  1388.        "clear ip bgp * vpnv4 unicast soft out", 
  1389.        "Reset functionsn" 
  1390.        "IP informationn" 
  1391.        "BGP informationn" 
  1392.        "Clear all peersn"
  1393.        "Address familyn"
  1394.        "Address Family Modifiern"
  1395.        "Soft reconfign"
  1396.        "Soft reconfig outbound updaten")
  1397. DEFSH (VTYSH_BGPD, no_bgp_distance_cmd_vtysh, 
  1398.        "no distance bgp <1-255> <1-255> <1-255>", 
  1399.        "Negate a command or set its defaultsn" 
  1400.        "Define an administrative distancen"
  1401.        "BGP distancen"
  1402.        "Distance for routes external to the ASn"
  1403.        "Distance for routes internal to the ASn"
  1404.        "Distance for local routesn")
  1405. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_soft_out_cmd_vtysh, 
  1406.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) soft out", 
  1407.        "Reset functionsn" 
  1408.        "IP informationn" 
  1409.        "BGP informationn" 
  1410.        "Clear all members of peer-groupn"
  1411.        "BGP peer-group namen"
  1412.        "Address familyn"
  1413.        "Address Family modifiern"
  1414.        "Address Family modifiern"
  1415.        "Soft reconfign"
  1416.        "Soft reconfig outbound updaten")
  1417. DEFSH (VTYSH_RIPD, no_rip_timers_cmd_vtysh, 
  1418.        "no timers basic", 
  1419.        "Negate a command or set its defaultsn" 
  1420.        "Adjust routing timersn"
  1421.        "Basic routing protocol update timersn")
  1422. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_passive_cmd_vtysh, 
  1423.        "ipv6 ospf6 passive", 
  1424.        "IPv6 Informationn" 
  1425.        "Open Shortest Path First (OSPF) for IPv6n" 
  1426.        "passive interface,  No adjacency will be formed on this interfacen"
  1427.        )
  1428. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_external_intra_cmd_vtysh, 
  1429.        "distance ospf inter-area <1-255> external <1-255> intra-area <1-255>", 
  1430.        "Define an administrative distancen"
  1431.        "OSPF Administrative distancen"
  1432.        "Inter-area routesn"
  1433.        "Distance for inter-area routesn"
  1434.        "External routesn"
  1435.        "Distance for external routesn"
  1436.        "Intra-area routesn"
  1437.        "Distance for intra-area routesn")
  1438. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_type_metric_routemap_cmd_vtysh, 
  1439.        "default-information originate always metric-type (1|2) metric <0-16777214> route-map WORD", 
  1440.        "Control distribution of default informationn"
  1441.        "Distribute a default routen"
  1442.        "Always advertise default routen"
  1443.        "OSPF metric type for default routesn"
  1444.        "Set OSPF External Type 1 metricsn"
  1445.        "Set OSPF External Type 2 metricsn"
  1446.        "OSPF default metricn"
  1447.        "OSPF metricn"
  1448.        "Route map referencen"
  1449.        "Pointer to route-map entriesn")
  1450. DEFSH (VTYSH_RIPNGD, no_debug_ripng_events_cmd_vtysh, 
  1451.        "no debug ripng events", 
  1452.        "Negate a command or set its defaultsn" 
  1453.        "Debugging functions (see also 'undebug')n" 
  1454.        "RIPng configurationn"
  1455.        "Debug option set for ripng eventsn")
  1456. DEFSH (VTYSH_RIPD, accept_lifetime_duration_month_day_cmd_vtysh, 
  1457.        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
  1458.        "Set accept lifetime of the keyn"
  1459.        "Time to startn"
  1460.        "Month of the year to startn"
  1461.        "Day of th month to startn"
  1462.        "Year to startn"
  1463.        "Duration of the keyn"
  1464.        "Duration secondsn")
  1465. DEFSH (VTYSH_RIPNGD, ripng_redistribute_ospf6_metric_routemap_cmd_vtysh, 
  1466.        "redistribute ospf6 metric <0-16> route-map WORD", 
  1467.        "Redistribute information from another routing protocoln"
  1468.        "IPv6 Open Shortest Path First (OSPFv3)n"
  1469.        "Metricn"
  1470.        "Metric valuen"
  1471.        "Route map referencen"
  1472.        "Pointer to route-map entriesn")
  1473. DEFSH (VTYSH_RIPD|VTYSH_BGPD, no_match_metric_cmd_vtysh, 
  1474.        "no match metric", 
  1475.        "Negate a command or set its defaultsn" 
  1476.        "Match values from routing tablen" 
  1477.        "Match metric of routen")
  1478. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, match_ip_next_hop_cmd_vtysh, 
  1479.        "match ip next-hop (<1-199>|<1300-2699>|WORD)", 
  1480.        "Match values from routing tablen" 
  1481.        "IP informationn" 
  1482.        "Match next-hop address of routen"
  1483.        "IP access-list numbern"
  1484.        "IP access-list number (expanded range)n"
  1485.        "IP Access-list namen")
  1486. DEFSH (VTYSH_BGPD, aggregate_address_summary_only_cmd_vtysh, 
  1487.        "aggregate-address A.B.C.D/M summary-only", 
  1488.        "Configure BGP aggregate entriesn"
  1489.        "Aggregate prefixn"
  1490.        "Filter more specific routes from updatesn")
  1491. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_as_in_prefix_filter_cmd_vtysh, 
  1492.        "clear bgp ipv6 <1-65535> in prefix-filter", 
  1493.        "Reset functionsn" 
  1494.        "BGP informationn" 
  1495.        "Address familyn"
  1496.        "Clear peers with the AS numbern"
  1497.        "Soft reconfig inbound updaten"
  1498.        "Push out prefix-list ORF and do inbound soft reconfign")
  1499. DEFSH (VTYSH_OSPFD, ospf_neighbor_poll_interval_cmd_vtysh, 
  1500.        "neighbor A.B.C.D poll-interval <1-65535>", 
  1501.        "Specify neighbor routern" 
  1502.        "Neighbor IP addressn"
  1503.        "Dead Neighbor Polling intervaln"
  1504.        "Secondsn")
  1505. DEFSH (VTYSH_BGPD, no_bgp_network_route_map_cmd_vtysh, 
  1506.        "no network A.B.C.D/M route-map WORD", 
  1507.        "Negate a command or set its defaultsn" 
  1508.        "Specify a network to announce via BGPn"
  1509.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1510.        "Route-map to modify the attributesn"
  1511.        "Name of the route mapn")
  1512. DEFSH (VTYSH_OSPFD, no_ospf_timers_spf_cmd_vtysh, 
  1513.        "no timers spf", 
  1514.        "Negate a command or set its defaultsn" 
  1515.        "Adjust routing timersn"
  1516.        "OSPF SPF timersn")
  1517. DEFSH (VTYSH_BGPD, show_ip_bgp_instance_neighbors_peer_cmd_vtysh, 
  1518.        "show ip bgp view WORD neighbors (A.B.C.D|X:X::X:X)", 
  1519.        "Show running system informationn" 
  1520.        "IP informationn" 
  1521.        "BGP informationn" 
  1522.        "BGP viewn"
  1523.        "View namen"
  1524.        "Detailed information on TCP and BGP neighbor connectionsn"
  1525.        "Neighbor to display information aboutn"
  1526.        "Neighbor to display information aboutn")
  1527. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_connected_cmd_vtysh, 
  1528.        "no redistribute connected", 
  1529.        "Negate a command or set its defaultsn" 
  1530.        "Redistribute information from another routing protocoln"
  1531.        "Connectedn")
  1532. DEFSH (VTYSH_OSPFD, ospf_area_range_cmd_vtysh, 
  1533.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M", 
  1534.        "OSPF area parametersn"
  1535.        "OSPF area ID in IP address formatn"
  1536.        "OSPF area ID as a decimal valuen"
  1537.        "Summarize routes matching address/mask (border routers only)n"
  1538.        "Area range prefixn")
  1539. DEFSH (VTYSH_BGPD, aggregate_address_summary_as_set_cmd_vtysh, 
  1540.        "aggregate-address A.B.C.D/M summary-only as-set", 
  1541.        "Configure BGP aggregate entriesn"
  1542.        "Aggregate prefixn"
  1543.        "Filter more specific routes from updatesn"
  1544.        "Generate AS set path informationn")
  1545. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_in_cmd_vtysh, 
  1546.        "clear ip bgp external in", 
  1547.        "Reset functionsn" 
  1548.        "IP informationn" 
  1549.        "BGP informationn" 
  1550.        "Clear all external peersn"
  1551.        "Soft reconfig inbound updaten")
  1552. DEFSH (VTYSH_BGPD, no_neighbor_nexthop_self_cmd_vtysh, 
  1553.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "next-hop-self", 
  1554.        "Negate a command or set its defaultsn" 
  1555.        "Specify neighbor routern" 
  1556.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1557.        "Disable the next hop calculation for this neighborn")
  1558. DEFSH (VTYSH_RIPD, no_debug_rip_packet_direct_cmd_vtysh, 
  1559.        "no debug rip packet (recv|send)", 
  1560.        "Negate a command or set its defaultsn" 
  1561.        "Debugging functions (see also 'undebug')n" 
  1562.        "RIP informationn" 
  1563.        "RIP packetn"
  1564.        "RIP option set for receive packetn"
  1565.        "RIP option set for send packetn")
  1566. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community2_exact_cmd_vtysh, 
  1567.        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1568.        "Show running system informationn" 
  1569.        "BGP informationn" 
  1570.        "Address familyn"
  1571.        "Display routes matching the communitiesn"
  1572.        "community numbern"
  1573.        "Do not send outside local AS (well-known community)n"
  1574.        "Do not advertise to any peer (well-known community)n"
  1575.        "Do not export to next AS (well-known community)n"
  1576.        "community numbern"
  1577.        "Do not send outside local AS (well-known community)n"
  1578.        "Do not advertise to any peer (well-known community)n"
  1579.        "Do not export to next AS (well-known community)n"
  1580.        "Exact match of the communities")
  1581. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_mode_type_cmd_vtysh, 
  1582.        "no ip rip authentication mode (md5|text)", 
  1583.        "Negate a command or set its defaultsn" 
  1584.        "IP informationn" 
  1585.        "Routing Information Protocoln"
  1586.        "Authentication controln"
  1587.        "Authentication moden"
  1588.        "Keyed message digestn"
  1589.        "Clear text authenticationn")
  1590. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_summary_cmd_vtysh, 
  1591.        "show ipv6 prefix-list summary", 
  1592.        "Show running system informationn" 
  1593.        "IPv6 informationn" 
  1594.        "Build a prefix listn" 
  1595.        "Summary of prefix listsn")
  1596. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_any_cmd_vtysh, 
  1597.        "no access-list WORD (deny|permit) any", 
  1598.        "Negate a command or set its defaultsn" 
  1599.        "Add an access list entryn"
  1600.        "IP zebra access-list namen"
  1601.        "Specify packets to rejectn"
  1602.        "Specify packets to forwardn"
  1603.        "Prefix to match. e.g. 10.0.0.0/8n")
  1604. DEFSH (VTYSH_BGPD, bgp_bestpath_med3_cmd_vtysh, 
  1605.        "bgp bestpath med missing-as-worst confed", 
  1606.        "BGP specific commandsn"
  1607.        "Change the default bestpath selectionn"
  1608.        "MED attributen"
  1609.        "Treat missing MED as the least preferred onen"
  1610.        "Compare MED among confederation pathsn")
  1611. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community4_cmd_vtysh, 
  1612.        "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) (AA:NN|local-AS|no-advertise|no-export)", 
  1613.        "Show running system informationn" 
  1614.        "BGP informationn" 
  1615.        "Address familyn"
  1616.        "Display routes matching the communitiesn"
  1617.        "community numbern"
  1618.        "Do not send outside local AS (well-known community)n"
  1619.        "Do not advertise to any peer (well-known community)n"
  1620.        "Do not export to next AS (well-known community)n"
  1621.        "community numbern"
  1622.        "Do not send outside local AS (well-known community)n"
  1623.        "Do not advertise to any peer (well-known community)n"
  1624.        "Do not export to next AS (well-known community)n"
  1625.        "community numbern"
  1626.        "Do not send outside local AS (well-known community)n"
  1627.        "Do not advertise to any peer (well-known community)n"
  1628.        "Do not export to next AS (well-known community)n"
  1629.        "community numbern"
  1630.        "Do not send outside local AS (well-known community)n"
  1631.        "Do not advertise to any peer (well-known community)n"
  1632.        "Do not export to next AS (well-known community)n")
  1633. DEFSH (VTYSH_OSPFD, ip_ospf_retransmit_interval_addr_cmd_vtysh, 
  1634.        "ip ospf retransmit-interval <3-65535> A.B.C.D", 
  1635.        "IP Informationn"
  1636.        "OSPF interface commandsn"
  1637.        "Time between retransmitting lost link state advertisementsn"
  1638.        "Secondsn"
  1639.        "Address of interface")
  1640. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, match_ip_address_cmd_vtysh, 
  1641.        "match ip address (<1-199>|<1300-2699>|WORD)", 
  1642.        "Match values from routing tablen" 
  1643.        "IP informationn" 
  1644.        "Match address of routen"
  1645.        "IP access-list numbern"
  1646.        "IP access-list number (expanded range)n"
  1647.        "IP Access-list namen")
  1648. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_deadinterval_cmd_vtysh, 
  1649.        "ipv6 ospf6 dead-interval <1-65535>", 
  1650.        "IPv6 Informationn" 
  1651.        "Open Shortest Path First (OSPF) for IPv6n" 
  1652.        "Interval time after which a neighbor is declared downn"
  1653.        "<1-65535> Secondsn" 
  1654.        )
  1655. DEFSH (VTYSH_OSPFD, debug_ospf_zebra_sub_cmd_vtysh, 
  1656.        "debug ospf zebra (interface|redistribute)", 
  1657.        "Debugging functions (see also 'undebug')n" 
  1658.        "OSPF informationn" 
  1659.        "OSPF Zebra informationn"
  1660.        "Zebra interfacen"
  1661.        "Zebra redistributen")
  1662. DEFSH (VTYSH_BGPD, match_aspath_cmd_vtysh, 
  1663.        "match as-path WORD", 
  1664.        "Match values from routing tablen" 
  1665.        "Match BGP AS path listn"
  1666.        "AS path access-list namen")
  1667. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_cidr_only_cmd_vtysh, 
  1668.        "show ip bgp flap-statistics cidr-only", 
  1669.        "Show running system informationn" 
  1670.        "IP informationn" 
  1671.        "BGP informationn" 
  1672.        "Display flap statistics of routesn"
  1673.        "Display only routes with non-natural netmasksn")
  1674. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_description_arg_cmd_vtysh, 
  1675.        "no ipv6 prefix-list WORD description .LINE", 
  1676.        "Negate a command or set its defaultsn" 
  1677.        "IPv6 informationn" 
  1678.        "Build a prefix listn" 
  1679.        "Name of a prefix listn"
  1680.        "Prefix-list specific descriptionn"
  1681.        "Up to 80 characters describing this prefix-listn")
  1682. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_authtype_md5_cmd_vtysh, 
  1683.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1684.        "(authentication|) "
  1685.        "(message-digest-key|)", 
  1686.        "Negate a command or set its defaultsn" 
  1687.        "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" 
  1688.        "Enable authentication on this virtual linkn" "dummy string n" 
  1689.        "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
  1690. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_ra_interval_cmd_vtysh, 
  1691.        "no ipv6 nd ra-interval", 
  1692.        "Negate a command or set its defaultsn" 
  1693.        "IP informationn" 
  1694.        "Neighbor discoveryn"
  1695.        "Router Advertisement intervaln")
  1696. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_in_prefix_filter_cmd_vtysh, 
  1697.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in prefix-filter", 
  1698.        "Reset functionsn" 
  1699.        "IP informationn" 
  1700.        "BGP informationn" 
  1701.        "Clear all members of peer-groupn"
  1702.        "BGP peer-group namen"
  1703.        "Address familyn"
  1704.        "Address Family modifiern"
  1705.        "Address Family modifiern"
  1706.        "Soft reconfig inbound updaten"
  1707.        "Push out prefix-list ORF and do inbound soft reconfign")
  1708. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_soft_cmd_vtysh, 
  1709.        "clear ip bgp * soft", 
  1710.        "Reset functionsn" 
  1711.        "IP informationn" 
  1712.        "BGP informationn" 
  1713.        "Clear all peersn"
  1714.        "Soft reconfign")
  1715. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_redistribute_cmd_vtysh, 
  1716.        "show ipv6 ospf6 redistribute", 
  1717.        "Show running system informationn" 
  1718.        "IPv6 Informationn" 
  1719.        "Open Shortest Path First (OSPF) for IPv6n" 
  1720.        "redistributing External informationn"
  1721.        )
  1722. DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_metric_routemap_cmd_vtysh, 
  1723.        "redistribute static metric <0-16> route-map WORD", 
  1724.        "Redistribute information from another routing protocoln"
  1725.        "Static routesn"
  1726.        "Metricn"
  1727.        "Metric valuen"
  1728.        "Route map referencen"
  1729.        "Pointer to route-map entriesn")
  1730. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_rmap_metric_cmd_vtysh, 
  1731.        "redistribute (connected|kernel|ospf6|ripng|static) route-map WORD metric <0-4294967295>", 
  1732.        "Redistribute information from another routing protocoln"
  1733.        "Connectedn"
  1734.        "Kernel routesn"
  1735.        "Open Shurtest Path First (OSPFv3)n"
  1736.        "Routing Information Protocol (RIPng)n"
  1737.        "Static routesn"
  1738.        "Route map referencen"
  1739.        "Pointer to route-map entriesn"
  1740.        "Metric for redistributed routesn"
  1741.        "Default metricn")
  1742. DEFSH (VTYSH_BGPD, show_bgp_ipv6_route_map_cmd_vtysh, 
  1743.        "show bgp ipv6 route-map WORD", 
  1744.        "Show running system informationn" 
  1745.        "BGP informationn" 
  1746.        "Address familyn"
  1747.        "Display routes matching the route-mapn"
  1748.        "A route-map to match onn")
  1749. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_next_hop_prefix_list_cmd_vtysh, 
  1750.        "no match ip next-hop prefix-list", 
  1751.        "Negate a command or set its defaultsn" 
  1752.        "Match values from routing tablen" 
  1753.        "IP informationn" 
  1754.        "Match next-hop address of routen"
  1755.        "Match entries of prefix-listsn")
  1756. DEFSH (VTYSH_BGPD, no_neighbor_set_peer_group_cmd_vtysh, 
  1757.        "no neighbor (A.B.C.D|X:X::X:X) "  "peer-group WORD", 
  1758.        "Negate a command or set its defaultsn" 
  1759.        "Specify neighbor routern" 
  1760.        "Neighbor addressnIPv6 addressn" 
  1761.        "Member of the peer-groupn"
  1762.        "peer-group namen")
  1763. DEFSH (VTYSH_BGPD, show_bgp_neighbor_routes_cmd_vtysh, 
  1764.        "show bgp neighbors (A.B.C.D|X:X::X:X) routes", 
  1765.        "Show running system informationn" 
  1766.        "BGP informationn" 
  1767.        "Detailed information on TCP and BGP neighbor connectionsn"
  1768.        "Neighbor to display information aboutn"
  1769.        "Neighbor to display information aboutn"
  1770.        "Display routes learned from neighborn")
  1771. DEFSH (VTYSH_RIPNGD, ripng_redistribute_bgp_cmd_vtysh, 
  1772.        "redistribute bgp", 
  1773.        "Redistribute information from another routing protocoln"
  1774.        "Border Gateway Protocol (BGP)n")
  1775. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_host_mask_cmd_vtysh, 
  1776.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D A.B.C.D A.B.C.D", 
  1777.        "Add an access list entryn"
  1778.        "IP extended access listn"
  1779.        "IP extended access list (expanded range)n"
  1780.        "Specify packets to rejectn"
  1781.        "Specify packets to forwardn"
  1782.        "Any Internet Protocoln"
  1783.        "A single source hostn"
  1784.        "Source addressn"
  1785.        "Destination addressn"
  1786.        "Destination Wildcard bitsn")
  1787. DEFSH (VTYSH_BGPD, debug_bgp_events_cmd_vtysh, 
  1788.        "debug bgp events", 
  1789.        "Debugging functions (see also 'undebug')n" 
  1790.        "BGP informationn" 
  1791.        "BGP eventsn")
  1792. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_ge_cmd_vtysh, 
  1793.        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32>", 
  1794.        "Negate a command or set its defaultsn" 
  1795.        "IP informationn" 
  1796.        "Build a prefix listn" 
  1797.        "Name of a prefix listn"
  1798.        "sequence number of an entryn"
  1799.        "Sequence numbern"
  1800.        "Specify packets to rejectn"
  1801.        "Specify packets to forwardn"
  1802.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1803.        "Minimum prefix length to be matchedn"
  1804.        "Minimum prefix lengthn")
  1805. DEFSH (VTYSH_RIPNGD, debug_ripng_packet_cmd_vtysh, 
  1806.        "debug ripng packet", 
  1807.        "Debugging functions (see also 'undebug')n" 
  1808.        "RIPng configurationn"
  1809.        "Debug option set for ripng packetn")
  1810. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_out_cmd_vtysh, 
  1811.        "clear ip bgp <1-65535> out", 
  1812.        "Reset functionsn" 
  1813.        "IP informationn" 
  1814.        "BGP informationn" 
  1815.        "Clear peers with the AS numbern"
  1816.        "Soft reconfig outbound updaten")
  1817. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_metric_cmd_vtysh, 
  1818.        "no redistribute static metric", 
  1819.        "Negate a command or set its defaultsn" 
  1820.        "Redistribute information from another routing protocoln"
  1821.        "Static routesn"
  1822.        "Metricn")
  1823. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_routemap_cmd_vtysh, 
  1824.        "redistribute (kernel|connected|static|rip|bgp) route-map WORD", 
  1825.        "Redistribute information from another routing protocoln"
  1826.        "Kernel routesn"
  1827.        "Connectedn"
  1828.        "Static routesn"
  1829.        "Routing Information Protocol (RIP)n"
  1830.        "Border Gateway Protocol (BGP)n"
  1831.        "Route map referencen"
  1832.        "Pointer to route-map entriesn")
  1833. DEFSH (VTYSH_BGPD, show_bgp_community2_exact_cmd_vtysh, 
  1834.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1835.        "Show running system informationn" 
  1836.        "BGP informationn" 
  1837.        "Display routes matching the communitiesn"
  1838.        "community numbern"
  1839.        "Do not send outside local AS (well-known community)n"
  1840.        "Do not advertise to any peer (well-known community)n"
  1841.        "Do not export to next AS (well-known community)n"
  1842.        "community numbern"
  1843.        "Do not send outside local AS (well-known community)n"
  1844.        "Do not advertise to any peer (well-known community)n"
  1845.        "Do not export to next AS (well-known community)n"
  1846.        "Exact match of the communities")
  1847. DEFSH (VTYSH_BGPD, clear_bgp_external_soft_cmd_vtysh, 
  1848.        "clear bgp external soft", 
  1849.        "Reset functionsn" 
  1850.        "BGP informationn" 
  1851.        "Clear all external peersn"
  1852.        "Soft reconfign")
  1853. DEFSH (VTYSH_BGPD, no_ipv6_aggregate_address_cmd_vtysh, 
  1854.        "no aggregate-address X:X::X:X/M", 
  1855.        "Negate a command or set its defaultsn" 
  1856.        "Configure BGP aggregate entriesn"
  1857.        "Aggregate prefixn")
  1858. DEFSH (VTYSH_BGPD, clear_bgp_all_in_prefix_filter_cmd_vtysh, 
  1859.        "clear bgp * in prefix-filter", 
  1860.        "Reset functionsn" 
  1861.        "BGP informationn" 
  1862.        "Clear all peersn"
  1863.        "Soft reconfig inbound updaten"
  1864.        "Push out prefix-list ORF and do inbound soft reconfign")
  1865. DEFSH (VTYSH_BGPD, show_ip_bgp_cmd_vtysh, 
  1866.        "show ip bgp", 
  1867.        "Show running system informationn" 
  1868.        "IP informationn" 
  1869.        "BGP informationn" )
  1870. DEFSH (VTYSH_OSPFD, ip_ospf_message_digest_key_addr_cmd_vtysh, 
  1871.        "ip ospf message-digest-key <1-255> md5 KEY A.B.C.D", 
  1872.        "IP Informationn"
  1873.        "OSPF interface commandsn"
  1874.        "Message digest authentication password (key)n"
  1875.        "Key IDn"
  1876.        "Use MD5 algorithmn"
  1877.        "The OSPF password (key)"
  1878.        "Address of interface")
  1879. DEFSH (VTYSH_BGPD, show_debugging_bgp_cmd_vtysh, 
  1880.        "show debugging bgp", 
  1881.        "Show running system informationn" 
  1882.        "Debugging functions (see also 'undebug')n" 
  1883.        "BGP informationn" )
  1884. DEFSH (VTYSH_OSPFD|VTYSH_OSPF6D, ospf6_routemap_set_metric_type_cmd_vtysh, 
  1885.        "set metric-type (type-1|type-2)", 
  1886.        "Set valuen"
  1887.        "Type of metricn"
  1888.        "OSPF6 external type 1 metricn"
  1889.        "OSPF6 external type 2 metricn")
  1890. DEFSH (VTYSH_BGPD, aggregate_address_mask_summary_only_cmd_vtysh, 
  1891.        "aggregate-address A.B.C.D A.B.C.D summary-only", 
  1892.        "Configure BGP aggregate entriesn"
  1893.        "Aggregate addressn"
  1894.        "Aggregate maskn"
  1895.        "Filter more specific routes from updatesn")
  1896. DEFSH (VTYSH_OSPFD, no_ospf_distance_source_cmd_vtysh, 
  1897.        "no distance <1-255> A.B.C.D/M", 
  1898.        "Negate a command or set its defaultsn" 
  1899.        "Administrative distancen"
  1900.        "Distance valuen"
  1901.        "IP source prefixn")
  1902. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_standard_cmd_vtysh, 
  1903.        "access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D", 
  1904.        "Add an access list entryn"
  1905.        "IP standard access listn"
  1906.        "IP standard access list (expanded range)n"
  1907.        "Specify packets to rejectn"
  1908.        "Specify packets to forwardn"
  1909.        "Address to matchn"
  1910.        "Wildcard bitsn")
  1911. DEFSH (VTYSH_ZEBRA, no_zebra_interface_cmd_vtysh, 
  1912.        "no interface IFNAME", 
  1913.        "Delete a pseudo interface's configurationn"
  1914.        "Interface's namen")
  1915. DEFSH (VTYSH_RIPD, debug_rip_zebra_cmd_vtysh, 
  1916.        "debug rip zebra", 
  1917.        "Debugging functions (see also 'undebug')n" 
  1918.        "RIP informationn" 
  1919.        "RIP and ZEBRA communicationn")
  1920. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_mask_any_cmd_vtysh, 
  1921.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D any", 
  1922.        "Negate a command or set its defaultsn" 
  1923.        "Add an access list entryn"
  1924.        "IP extended access listn"
  1925.        "IP extended access list (expanded range)n"
  1926.        "Specify packets to rejectn"
  1927.        "Specify packets to forwardn"
  1928.        "Any Internet Protocoln"
  1929.        "Source addressn"
  1930.        "Source wildcard bitsn"
  1931.        "Any destination hostn")
  1932. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_paths_cmd_vtysh, 
  1933.        "show ip bgp ipv4 (unicast|multicast) paths", 
  1934.        "Show running system informationn" 
  1935.        "IP informationn" 
  1936.        "BGP informationn" 
  1937.        "Address familyn"
  1938.        "Address Family modifiern"
  1939.        "Address Family modifiern"
  1940.        "Path informationn")
  1941. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_type_metric_routemap_cmd_vtysh, 
  1942.        "redistribute (kernel|connected|static|rip|bgp) metric-type (1|2) metric <0-16777214> route-map WORD", 
  1943.        "Redistribute information from another routing protocoln"
  1944.        "Kernel routesn"
  1945.        "Connectedn"
  1946.        "Static routesn"
  1947.        "Routing Information Protocol (RIP)n"
  1948.        "Border Gateway Protocol (BGP)n"
  1949.        "OSPF exterior metric type for redistributed routesn"
  1950.        "Set OSPF External Type 1 metricsn"
  1951.        "Set OSPF External Type 2 metricsn"
  1952.        "Metric for redistributed routesn"
  1953.        "OSPF default metricn"
  1954.        "Route map referencen"
  1955.        "Pointer to route-map entriesn")
  1956. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_soft_out_cmd_vtysh, 
  1957.        "clear bgp peer-group WORD soft out", 
  1958.        "Reset functionsn" 
  1959.        "BGP informationn" 
  1960.        "Clear all members of peer-groupn"
  1961.        "BGP peer-group namen"
  1962.        "Soft reconfign"
  1963.        "Soft reconfig outbound updaten")
  1964. DEFSH (VTYSH_BGPD, show_ipv6_bgp_route_cmd_vtysh, 
  1965.        "show ipv6 bgp X:X::X:X", 
  1966.        "Show running system informationn" 
  1967.        "IP informationn" 
  1968.        "BGP informationn" 
  1969.        "Network in the BGP routing table to displayn")
  1970. DEFSH (VTYSH_BGPD, bgp_network_mask_natural_backdoor_cmd_vtysh, 
  1971.        "network A.B.C.D backdoor", 
  1972.        "Specify a network to announce via BGPn"
  1973.        "Network numbern"
  1974.        "Specify a BGP backdoor routen")
  1975. DEFSH (VTYSH_RIPD, rip_route_cmd_vtysh, 
  1976.        "route A.B.C.D/M", 
  1977.        "RIP static route configurationn"
  1978.        "IP prefix <network>/<length>n")
  1979. DEFSH (VTYSH_OSPFD, no_ospf_cost_cmd_vtysh, 
  1980.        "no ospf cost", 
  1981.        "Negate a command or set its defaultsn" 
  1982.        "OSPF interface commandsn"
  1983.        "Interface costn")
  1984. DEFSH (VTYSH_OSPFD, ospf_area_vlink_param1_cmd_vtysh, 
  1985.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1986.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) <1-65535>", 
  1987.        "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" 
  1988.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  1989. DEFSH (VTYSH_BGPD, clear_bgp_all_soft_out_cmd_vtysh, 
  1990.        "clear bgp * soft out", 
  1991.        "Reset functionsn" 
  1992.        "BGP informationn" 
  1993.        "Clear all peersn"
  1994.        "Soft reconfign"
  1995.        "Soft reconfig outbound updaten")
  1996. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_sequence_number_cmd_vtysh, 
  1997.        "ipv6 prefix-list sequence-number", 
  1998.        "IPv6 informationn" 
  1999.        "Build a prefix listn" 
  2000.        "Include/exclude sequence numbers in NVGENn")
  2001. DEFSH (VTYSH_RIPD, no_debug_rip_packet_cmd_vtysh, 
  2002.        "no debug rip packet", 
  2003.        "Negate a command or set its defaultsn" 
  2004.        "Debugging functions (see also 'undebug')n" 
  2005.        "RIP informationn" 
  2006.        "RIP packetn")
  2007. DEFSH (VTYSH_ZEBRA, show_ip_route_prefix_longer_cmd_vtysh, 
  2008.        "show ip route A.B.C.D/M longer-prefixes", 
  2009.        "Show running system informationn" 
  2010.        "IP informationn" 
  2011.        "IP routing tablen"
  2012.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  2013.        "Show route matching the specified Network/Mask pair onlyn")
  2014. DEFSH (VTYSH_OSPFD, no_ospf_area_default_cost_cmd_vtysh, 
  2015.        "no area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
  2016.        "Negate a command or set its defaultsn" 
  2017.        "OSPF area parametersn"
  2018.        "OSPF area ID in IP address formatn"
  2019.        "OSPF area ID as a decimal valuen"
  2020.        "Set the summary-default cost of a NSSA or stub arean"
  2021.        "Stub's advertised default summary costn")
  2022. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_access_list_name_cmd_vtysh, 
  2023.        "show ipv6 access-list WORD", 
  2024.        "Show running system informationn" 
  2025.        "IPv6 informationn" 
  2026.        "List IPv6 access listsn"
  2027.        "IPv6 zebra access-listn")
  2028. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ripng_cmd_vtysh, 
  2029.        "no redistribute ripng", 
  2030.        "Negate a command or set its defaultsn" 
  2031.        "Redistribute information from another routing protocoln"
  2032.        "RIPng routen")
  2033. DEFSH (VTYSH_BGPD, no_set_community_val_cmd_vtysh, 
  2034.        "no set community .AA:NN", 
  2035.        "Negate a command or set its defaultsn" 
  2036.        "Set values in destination routing protocoln" 
  2037.        "BGP community attributen"
  2038.        "Community number in aa:nn format or local-AS|no-advertise|no-export|internet or additiven")
  2039. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_out_cmd_vtysh, 
  2040.        "clear bgp peer-group WORD out", 
  2041.        "Reset functionsn" 
  2042.        "BGP informationn" 
  2043.        "Clear all members of peer-groupn"
  2044.        "BGP peer-group namen"
  2045.        "Soft reconfig outbound updaten")
  2046. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_prefix_longer_cmd_vtysh, 
  2047.        "show ipv6 prefix-list WORD X:X::X:X/M longer", 
  2048.        "Show running system informationn" 
  2049.        "IPv6 informationn" 
  2050.        "Build a prefix listn" 
  2051.        "Name of a prefix listn"
  2052.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  2053.        "Lookup longer prefixn")
  2054. DEFSH (VTYSH_RIPD, no_distribute_list_prefix_cmd_vtysh, 
  2055.        "no distribute-list prefix WORD (in|out) WORD", 
  2056.        "Negate a command or set its defaultsn" 
  2057.        "Filter networks in routing updatesn"
  2058.        "Filter prefixes in routing updatesn"
  2059.        "Name of an IP prefix-listn"
  2060.        "Filter incoming routing updatesn"
  2061.        "Filter outgoing routing updatesn"
  2062.        "Interface namen")
  2063. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_metric_cmd_vtysh, 
  2064.        "no redistribute (connected|kernel|ospf|rip|static) metric <0-4294967295>", 
  2065.        "Negate a command or set its defaultsn" 
  2066.        "Redistribute information from another routing protocoln"
  2067.        "Connectedn"
  2068.        "Kernel routesn"
  2069.        "Open Shurtest Path First (OSPF)n"
  2070.        "Routing Information Protocol (RIP)n"
  2071.        "Static routesn"
  2072.        "Metric for redistributed routesn"
  2073.        "Default metricn")
  2074. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_prefix_list_cmd_vtysh, 
  2075.        "show ip bgp flap-statistics prefix-list WORD", 
  2076.        "Show running system informationn" 
  2077.        "IP informationn" 
  2078.        "BGP informationn" 
  2079.        "Display flap statistics of routesn"
  2080.        "Display routes conforming to the prefix-listn"
  2081.        "IP prefix-list namen")
  2082. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_neighbor_cmd_vtysh, 
  2083.        "no debug ospf6 neighbor", 
  2084.        "Negate a command or set its defaultsn" 
  2085.        "Debugging functions (see also 'undebug')n" 
  2086.        "Open Shortest Path First (OSPF) for IPv6n" 
  2087.        "Debug OSPFv3 Neighborn"
  2088.       )
  2089. DEFSH (VTYSH_OSPFD, no_ospf_area_export_list_cmd_vtysh, 
  2090.        "no area (A.B.C.D|<0-4294967295>) export-list NAME", 
  2091.        "Negate a command or set its defaultsn" 
  2092.        "OSPF area parametersn"
  2093.        "OSPF area ID in IP address formatn"
  2094.        "OSPF area ID as a decimal valuen"
  2095.        "Unset the filter for networks announced to other areasn"
  2096.        "Name of the access-listn")
  2097. DEFSH (VTYSH_RIPNGD, no_ripng_aggregate_address_cmd_vtysh, 
  2098.        "no aggregate-address X:X::X:X/M", 
  2099.        "Negate a command or set its defaultsn" 
  2100.        "Delete aggregate RIPng route announcementn"
  2101.        "Aggregate network")
  2102. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbor_routes_cmd_vtysh, 
  2103.        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X) routes", 
  2104.        "Show running system informationn" 
  2105.        "IP informationn" 
  2106.        "BGP informationn" 
  2107.        "Address familyn"
  2108.        "Address Family modifiern"
  2109.        "Address Family modifiern"
  2110.        "Detailed information on TCP and BGP neighbor connectionsn"
  2111.        "Neighbor to display information aboutn"
  2112.        "Neighbor to display information aboutn"
  2113.        "Display routes learned from neighborn")
  2114. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_retransmitinterval_cmd_vtysh, 
  2115.        "ipv6 ospf6 retransmit-interval <1-65535>", 
  2116.        "IPv6 Informationn" 
  2117.        "Open Shortest Path First (OSPF) for IPv6n" 
  2118.        "Time between retransmitting lost link state advertisementsn"
  2119.        "<1-65535> Secondsn" 
  2120.        )
  2121. DEFSH (VTYSH_RIPNGD, no_ripng_if_rmap_cmd_vtysh, 
  2122.        "no route-map ROUTEMAP_NAME (in|out) IFNAME", 
  2123.        "Negate a command or set its defaultsn" 
  2124.        "Route map unsetn"
  2125.        "Route map namen"
  2126.        "Route map for input filteringn"
  2127.        "Route map for output filteringn"
  2128.        "Route map interface namen")
  2129. DEFSH (VTYSH_RIPD, debug_rip_packet_detail_cmd_vtysh, 
  2130.        "debug rip packet (recv|send) detail", 
  2131.        "Debugging functions (see also 'undebug')n" 
  2132.        "RIP informationn" 
  2133.        "RIP packetn"
  2134.        "RIP receive packetn"
  2135.        "RIP send packetn"
  2136.        "Detailed information displayn")
  2137. DEFSH (VTYSH_ZEBRA, show_ip_route_protocol_cmd_vtysh, 
  2138.        "show ip route (bgp|connected|kernel|ospf|rip|static)", 
  2139.        "Show running system informationn" 
  2140.        "IP informationn" 
  2141.        "IP routing tablen"
  2142.        "Border Gateway Protocol (BGP)n"
  2143.        "Connectedn"
  2144.        "Kerneln"
  2145.        "Open Shortest Path First (OSPF)n"
  2146.        "Routing Information Protocol (RIP)n"
  2147.        "Static routesn")
  2148. DEFSH (VTYSH_BGPD, no_bgp_client_to_client_reflection_cmd_vtysh, 
  2149.        "no bgp client-to-client reflection", 
  2150.        "Negate a command or set its defaultsn" 
  2151.        "BGP specific commandsn"
  2152.        "Configure client to client route reflectionn"
  2153.        "reflection of routes allowedn")
  2154. DEFSH (VTYSH_BGPD, no_bgp_multiple_instance_cmd_vtysh, 
  2155.        "no bgp multiple-instance", 
  2156.        "Negate a command or set its defaultsn" 
  2157.        "BGP informationn" 
  2158.        "BGP multiple instancen")
  2159. DEFSH (VTYSH_OSPFD, no_debug_ospf_nsm_sub_cmd_vtysh, 
  2160.        "no debug ospf nsm (status|events|timers)", 
  2161.        "Negate a command or set its defaultsn" 
  2162.        "Debugging functionsn"
  2163.        "OSPF informationn"
  2164.        "OSPF Interface State Machinen"
  2165.        "NSM Status Informationn"
  2166.        "NSM Event Informationn"
  2167.        "NSM Timer Informationn")
  2168. DEFSH (VTYSH_BGPD, bgp_distance_cmd_vtysh, 
  2169.        "distance bgp <1-255> <1-255> <1-255>", 
  2170.        "Define an administrative distancen"
  2171.        "BGP distancen"
  2172.        "Distance for routes external to the ASn"
  2173.        "Distance for routes internal to the ASn"
  2174.        "Distance for local routesn")
  2175. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_soft_cmd_vtysh, 
  2176.        "clear bgp peer-group WORD soft", 
  2177.        "Reset functionsn" 
  2178.        "BGP informationn" 
  2179.        "Clear all members of peer-groupn"
  2180.        "BGP peer-group namen"
  2181.        "Soft reconfign")
  2182. DEFSH (VTYSH_BGPD, no_bgp_redistribute_ipv4_metric_rmap_cmd_vtysh, 
  2183.        "no redistribute (connected|kernel|ospf|rip|static) metric <0-4294967295> route-map WORD", 
  2184.        "Negate a command or set its defaultsn" 
  2185.        "Redistribute information from another routing protocoln"
  2186.        "Connectedn"
  2187.        "Kernel routesn"
  2188.        "Open Shurtest Path First (OSPF)n"
  2189.        "Routing Information Protocol (RIP)n"
  2190.        "Static routesn"
  2191.        "Metric for redistributed routesn"
  2192.        "Default metricn"
  2193.        "Route map referencen"
  2194.        "Pointer to route-map entriesn")
  2195. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_host_any_cmd_vtysh, 
  2196.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
  2197.        "Negate a command or set its defaultsn" 
  2198.        "Add an access list entryn"
  2199.        "IP extended access listn"
  2200.        "IP extended access list (expanded range)n"
  2201.        "Specify packets to rejectn"
  2202.        "Specify packets to forwardn"
  2203.        "Any Internet Protocoln"
  2204.        "A single source hostn"
  2205.        "Source addressn"
  2206.        "Any destination hostn")
  2207. DEFSH (VTYSH_BGPD, show_ip_bgp_attr_info_cmd_vtysh, 
  2208.        "show ip bgp attribute-info", 
  2209.        "Show running system informationn" 
  2210.        "IP informationn" 
  2211.        "BGP informationn" 
  2212.        "List all bgp attribute informationn")
  2213. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_standard_host_cmd_vtysh, 
  2214.        "no access-list (<1-99>|<1300-1999>) (deny|permit) host A.B.C.D", 
  2215.        "Negate a command or set its defaultsn" 
  2216.        "Add an access list entryn"
  2217.        "IP standard access listn"
  2218.        "IP standard access list (expanded range)n"
  2219.        "Specify packets to rejectn"
  2220.        "Specify packets to forwardn"
  2221.        "A single host addressn"
  2222.        "Address to matchn")
  2223. DEFSH (VTYSH_RIPD, show_ip_protocols_rip_cmd_vtysh, 
  2224.        "show ip protocols", 
  2225.        "Show running system informationn" 
  2226.        "IP informationn" 
  2227.        "IP routing protocol process parameters and statisticsn")
  2228. DEFSH (VTYSH_RIPD, send_lifetime_day_month_day_month_cmd_vtysh, 
  2229.        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> HH:MM:SS <1-31> MONTH <1993-2035>", 
  2230.        "Set send lifetime of the keyn"
  2231.        "Time to startn"
  2232.        "Day of th month to startn"
  2233.        "Month of the year to startn"
  2234.        "Year to startn"
  2235.        "Time to expiren"
  2236.        "Day of th month to expiren"
  2237.        "Month of the year to expiren"
  2238.        "Year to expiren")
  2239. DEFSH (VTYSH_BGPD, no_ip_extcommunity_list_name_expanded_all_cmd_vtysh, 
  2240.        "no ip extcommunity-list expanded WORD", 
  2241.        "Negate a command or set its defaultsn" 
  2242.        "IP informationn" 
  2243.        "Add a extended community list entryn" 
  2244.        "Specify expanded extcommunity-listn"
  2245.        "Extended Community list namen")
  2246. DEFSH (VTYSH_OSPFD, no_ospf_redistribute_source_cmd_vtysh, 
  2247.        "no redistribute (kernel|connected|static|rip|bgp)", 
  2248.        "Negate a command or set its defaultsn" 
  2249.        "Redistribute information from another routing protocoln"
  2250.        "Kernel routesn"
  2251.        "Connectedn"
  2252.        "Static routesn"
  2253.        "Routing Information Protocol (RIP)n"
  2254.        "Border Gateway Protocol (BGP)n")
  2255. DEFSH (VTYSH_RIPD, ip_rip_receive_version_cmd_vtysh, 
  2256.        "ip rip receive version (1|2)", 
  2257.        "IP informationn" 
  2258.        "Routing Information Protocoln"
  2259.        "Advertisement receptionn"
  2260.        "Version controln"
  2261.        "RIP version 1n"
  2262.        "RIP version 2n")
  2263. DEFSH (VTYSH_OSPFD, ip_ospf_priority_addr_cmd_vtysh, 
  2264.        "ip ospf priority <0-255> A.B.C.D", 
  2265.        "IP Informationn"
  2266.        "OSPF interface commandsn"
  2267.        "Router priorityn"
  2268.        "Priorityn"
  2269.        "Address of interface")
  2270. DEFSH (VTYSH_ZEBRA, debug_zebra_events_cmd_vtysh, 
  2271.        "debug zebra events", 
  2272.        "Debugging functions (see also 'undebug')n" 
  2273.        "Zebra configurationn"
  2274.        "Debug option set for zebra eventsn")
  2275. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community_cmd_vtysh, 
  2276.        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export)", 
  2277.        "Show running system informationn"