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

网络

开发平台:

Unix_Linux

  1. #include <zebra.h>
  2. #include "command.h"
  3. #include "vtysh.h"
  4. DEFSH (VTYSH_BGPD, neighbor_version_cmd_vtysh, 
  5.        "neighbor (A.B.C.D|X:X::X:X) "  "version <4-4>", 
  6.        "Specify neighbor routern" 
  7.        "Neighbor addressnIPv6 addressn" 
  8.        "Set the BGP version to match a neighborn"
  9.        "Neighbor's BGP versionn")
  10. DEFSH (VTYSH_BGPD, no_set_aspath_prepend_cmd_vtysh, 
  11.        "no set as-path prepend", 
  12.        "Negate a command or set its defaultsn" 
  13.        "Set values in destination routing protocoln" 
  14.        "Prepend string for a BGP AS-path attributen"
  15.        "Prepend to the as-pathn")
  16. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, clear_ipv6_prefix_list_cmd_vtysh, 
  17.        "clear ipv6 prefix-list", 
  18.        "Reset functionsn" 
  19.        "IPv6 informationn" 
  20.        "Build a prefix listn" )
  21. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh, 
  22.        "clear ip bgp A.B.C.D vpnv4 unicast soft out", 
  23.        "Reset functionsn" 
  24.        "IP informationn" 
  25.        "BGP informationn" 
  26.        "BGP neighbor address to clearn"
  27.        "Address familyn"
  28.        "Address Family Modifiern"
  29.        "Soft reconfign"
  30.        "Soft reconfig outbound updaten")
  31. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_host_any_cmd_vtysh, 
  32.        "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any", 
  33.        "Add an access list entryn"
  34.        "IP extended access listn"
  35.        "IP extended access list (expanded range)n"
  36.        "Specify packets to rejectn"
  37.        "Specify packets to forwardn"
  38.        "Any Internet Protocoln"
  39.        "A single source hostn"
  40.        "Source addressn"
  41.        "Any destination hostn")
  42. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_description_cmd_vtysh, 
  43.        "ip prefix-list WORD description .LINE", 
  44.        "IP informationn" 
  45.        "Build a prefix listn" 
  46.        "Name of a prefix listn"
  47.        "Prefix-list specific descriptionn"
  48.        "Up to 80 characters describing this prefix-listn")
  49. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_inter_external_cmd_vtysh, 
  50.        "distance ospf intra-area <1-255> inter-area <1-255> external <1-255>", 
  51.        "Define an administrative distancen"
  52.        "OSPF Administrative distancen"
  53.        "Intra-area routesn"
  54.        "Distance for intra-area routesn"
  55.        "Inter-area routesn"
  56.        "Distance for inter-area routesn"
  57.        "External routesn"
  58.        "Distance for external routesn")
  59. DEFSH (VTYSH_ZEBRA, no_ipv6_route_cmd_vtysh, 
  60.        "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE|null0)", 
  61.        "Negate a command or set its defaultsn" 
  62.        "IP informationn" 
  63.        "Establish static routesn"
  64.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  65.        "IPv6 gateway addressn"
  66.        "IPv6 gateway interface namen")
  67. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh, 
  68.        "show ipv6 ospf6 interface IFNAME prefix (X:X::X:X|X:X::X:X/M|detail)", 
  69.        "Show running system informationn" 
  70.        "IPv6 Informationn" 
  71.        "Open Shortest Path First (OSPF) for IPv6n" 
  72.        "Interface infomationn" 
  73.        "Interface name(e.g. ep0)n" 
  74.        "Display connected prefixes to advertisen"
  75.        "Display the route bestmatches the addressn" 
  76.        "Display the routen" 
  77.        "Dispaly details of the prefixesn"
  78.        )
  79. DEFSH (VTYSH_BGPD, no_neighbor_update_source_cmd_vtysh, 
  80.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "update-source", 
  81.        "Negate a command or set its defaultsn" 
  82.        "Specify neighbor routern" 
  83.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  84.        "Source of routing updatesn"
  85.        "Interface namen")
  86. DEFSH (VTYSH_BGPD, show_bgp_ipv6_route_cmd_vtysh, 
  87.        "show bgp ipv6 X:X::X:X", 
  88.        "Show running system informationn" 
  89.        "BGP informationn" 
  90.        "Address familyn"
  91.        "Network in the BGP routing table to displayn")
  92. DEFSH (VTYSH_ZEBRA, no_bandwidth_if_cmd_vtysh, 
  93.        "no bandwidth", 
  94.        "Negate a command or set its defaultsn" 
  95.        "Set bandwidth informational parametern")
  96. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_standard_any_cmd_vtysh, 
  97.        "access-list (<1-99>|<1300-1999>) (deny|permit) any", 
  98.        "Add an access list entryn"
  99.        "IP standard access listn"
  100.        "IP standard access list (expanded range)n"
  101.        "Specify packets to rejectn"
  102.        "Specify packets to forwardn"
  103.        "Any source hostn")
  104. DEFSH (VTYSH_BGPD, no_match_ipv6_next_hop_cmd_vtysh, 
  105.        "no match ipv6 next-hop X:X::X:X", 
  106.        "Negate a command or set its defaultsn" 
  107.        "Match values from routing tablen" 
  108.        "IPv6 informationn" 
  109.        "Match IPv6 next-hop address of routen"
  110.        "IPv6 address of next hopn")
  111. DEFSH (VTYSH_BGPD, clear_bgp_external_out_cmd_vtysh, 
  112.        "clear bgp external out", 
  113.        "Reset functionsn" 
  114.        "BGP informationn" 
  115.        "Clear all external peersn"
  116.        "Soft reconfig outbound updaten")
  117. DEFSH (VTYSH_OSPF6D, debug_ospf6_message_sendrecv_cmd_vtysh, 
  118.        "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)", 
  119.        "Debugging functions (see also 'undebug')n" 
  120.        "Open Shortest Path First (OSPF) for IPv6n" 
  121.        "Debug OSPFv3 messagen"
  122.        "Debug Unknown messagen"
  123.        "Debug Hello messagen"
  124.        "Debug Database Description messagen"
  125.        "Debug Link State Request messagen"
  126.        "Debug Link State Update messagen"
  127.        "Debug Link State Acknowledgement messagen"
  128.        "Debug All messagen"
  129.        "Debug only sending messagen"
  130.        "Debug only receiving messagen"
  131.        )
  132. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_le_cmd_vtysh, 
  133.        "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>", 
  134.        "IP informationn" 
  135.        "Build a prefix listn" 
  136.        "Name of a prefix listn"
  137.        "sequence number of an entryn"
  138.        "Sequence numbern"
  139.        "Specify packets to rejectn"
  140.        "Specify packets to forwardn"
  141.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  142.        "Maximum prefix length to be matchedn"
  143.        "Maximum prefix lengthn")
  144. DEFSH (VTYSH_BGPD, show_ip_bgp_instance_summary_cmd_vtysh, 
  145.        "show ip bgp view WORD summary", 
  146.        "Show running system informationn" 
  147.        "IP informationn" 
  148.        "BGP informationn" 
  149.        "BGP viewn"
  150.        "View namen"
  151.        "Summary of BGP neighbor statusn")
  152. DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh, 
  153.        "no bgp graceful-restart stalepath-time <1-3600>", 
  154.        "Negate a command or set its defaultsn" 
  155.        "BGP specific commandsn"
  156.        "Graceful restart capability parametersn"
  157.        "Set the max time to hold onto restarting peer's stale pathsn"
  158.        "Delay value (seconds)n")
  159. DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_metric_routemap_cmd_vtysh, 
  160.        "redistribute kernel metric <0-16> route-map WORD", 
  161.        "Redistribute information from another routing protocoln"
  162.        "Kernel routesn"
  163.        "Metricn"
  164.        "Metric valuen"
  165.        "Route map referencen"
  166.        "Pointer to route-map entriesn")
  167. DEFSH (VTYSH_BGPD, no_bgp_distance_source_cmd_vtysh, 
  168.        "no distance <1-255> A.B.C.D/M", 
  169.        "Negate a command or set its defaultsn" 
  170.        "Define an administrative distancen"
  171.        "Administrative distancen"
  172.        "IP source prefixn")
  173. DEFSH (VTYSH_OSPF6D, no_ospf6_redistribute_cmd_vtysh, 
  174.        "no redistribute (static|kernel|connected|ripng|bgp)", 
  175.        "Negate a command or set its defaultsn" 
  176.        "Redistributen"
  177.        "Static routen"
  178.        "Kernel routen"
  179.        "Connected routen"
  180.        "RIPng routen"
  181.        "BGP routen"
  182.       )
  183. DEFSH (VTYSH_RIPNGD, ripng_aggregate_address_cmd_vtysh, 
  184.        "aggregate-address X:X::X:X/M", 
  185.        "Set aggregate RIPng route announcementn"
  186.        "Aggregate networkn")
  187. DEFSH (VTYSH_RIPD, send_lifetime_duration_month_day_cmd_vtysh, 
  188.        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>", 
  189.        "Set send lifetime of the keyn"
  190.        "Time to startn"
  191.        "Month of the year to startn"
  192.        "Day of th month to startn"
  193.        "Year to startn"
  194.        "Duration of the keyn"
  195.        "Duration secondsn")
  196. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_ge_cmd_vtysh, 
  197.        "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
  198.        "IP informationn" 
  199.        "Build a prefix listn" 
  200.        "Name of a prefix listn"
  201.        "Specify packets to rejectn"
  202.        "Specify packets to forwardn"
  203.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  204.        "Minimum prefix length to be matchedn"
  205.        "Minimum prefix lengthn")
  206. DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_cmd_vtysh, 
  207.        "clear ip bgp dampening", 
  208.        "Reset functionsn" 
  209.        "IP informationn" 
  210.        "BGP informationn" 
  211.        "Clear route flap dampening informationn")
  212. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_warning_cmd_vtysh, 
  213.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> <1-100> warning-only", 
  214.        "Specify neighbor routern" 
  215.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  216.        "Maximum number of prefix accept from this peern"
  217.        "maximum no. of prefix limitn"
  218.        "Threshold value (%) at which to generate a warning msgn"
  219.        "Only give warning message when limit is exceededn")
  220. DEFSH (VTYSH_RIPNGD, debug_ripng_zebra_cmd_vtysh, 
  221.        "debug ripng zebra", 
  222.        "Debugging functions (see also 'undebug')n" 
  223.        "RIPng configurationn"
  224.        "Debug option set for ripng and zebra communicationn")
  225. DEFSH (VTYSH_BGPD, show_ip_bgp_community_cmd_vtysh, 
  226.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export)", 
  227.        "Show running system informationn" 
  228.        "IP informationn" 
  229.        "BGP informationn" 
  230.        "Display routes matching the communitiesn"
  231.        "community numbern"
  232.        "Do not send outside local AS (well-known community)n"
  233.        "Do not advertise to any peer (well-known community)n"
  234.        "Do not export to next AS (well-known community)n")
  235. DEFSH (VTYSH_OSPF6D, no_ospf6_interface_area_cmd_vtysh, 
  236.        "no interface IFNAME area A.B.C.D", 
  237.        "Negate a command or set its defaultsn" 
  238.        "Disable routing on an IPv6 interfacen"
  239.        "Interface name(e.g. ep0)n" 
  240.        "Specify the OSPF6 area IDn"
  241.        "OSPF6 area ID in IPv4 address notationn"
  242.        )
  243. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_cmd_vtysh, 
  244.        "no redistribute static", 
  245.        "Negate a command or set its defaultsn" 
  246.        "Redistribute information from another routing protocoln"
  247.        "Static routesn")
  248. DEFSH (VTYSH_BGPD, show_bgp_community3_cmd_vtysh, 
  249.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  250.        "Show running system informationn" 
  251.        "BGP informationn" 
  252.        "Display routes matching the communitiesn"
  253.        "community numbern"
  254.        "Do not send outside local AS (well-known community)n"
  255.        "Do not advertise to any peer (well-known community)n"
  256.        "Do not export to next AS (well-known community)n"
  257.        "community numbern"
  258.        "Do not send outside local AS (well-known community)n"
  259.        "Do not advertise to any peer (well-known community)n"
  260.        "Do not export to next AS (well-known community)n"
  261.        "community numbern"
  262.        "Do not send outside local AS (well-known community)n"
  263.        "Do not advertise to any peer (well-known community)n"
  264.        "Do not export to next AS (well-known community)n")
  265. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged_cmd_vtysh, 
  266.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged", 
  267.        "Negate a command or set its defaultsn"   
  268.        "Specify neighbor routern" 
  269.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  270.        "BGP attribute is propagated unchanged to this neighborn")
  271. DEFSH (VTYSH_BGPD, show_ipv6_bgp_community_all_cmd_vtysh, 
  272.        "show ipv6 bgp community", 
  273.        "Show running system informationn" 
  274.        "IPv6 informationn" 
  275.        "BGP informationn" 
  276.        "Display routes matching the communitiesn")
  277. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_next_hop_prefix_list_val_cmd_vtysh, 
  278.        "no match ip next-hop prefix-list WORD", 
  279.        "Negate a command or set its defaultsn" 
  280.        "Match values from routing tablen" 
  281.        "IP informationn" 
  282.        "Match next-hop address of routen"
  283.        "Match entries of prefix-listsn"
  284.        "IP prefix-list namen")
  285. DEFSH (VTYSH_BGPD, no_neighbor_local_as_cmd_vtysh, 
  286.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "local-as", 
  287.        "Negate a command or set its defaultsn" 
  288.        "Specify neighbor routern" 
  289.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  290.        "Specify a local-as numbern")
  291. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_cmd_vtysh, 
  292.        "redistribute (connected|kernel|ospf6|ripng|static)", 
  293.        "Redistribute information from another routing protocoln"
  294.        "Connectedn"
  295.        "Kernel routesn"
  296.        "Open Shurtest Path First (OSPFv3)n"
  297.        "Routing Information Protocol (RIPng)n"
  298.        "Static routesn")
  299. DEFSH (VTYSH_OSPFD, ospf_network_cmd_vtysh, 
  300.        "ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)", 
  301.        "OSPF interface commandsn"
  302.        "Network typen"
  303.        "Specify OSPF broadcast multi-access networkn"
  304.        "Specify OSPF NBMA networkn"
  305.        "Specify OSPF point-to-multipoint networkn"
  306.        "Specify OSPF point-to-point networkn")
  307. DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_BGPD, no_set_metric_cmd_vtysh, 
  308.        "no set metric", 
  309.        "Negate a command or set its defaultsn" 
  310.        "Set values in destination routing protocoln" 
  311.        "Metric value for destination routing protocoln")
  312. DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_all_cmd_vtysh, 
  313.        "show ip as-path-access-list", 
  314.        "Show running system informationn" 
  315.        "IP informationn" 
  316.        "List AS path access listsn")
  317. DEFSH (VTYSH_BGPD, set_ip_nexthop_bgp_cmd_vtysh, 
  318.        "set ip next-hop peer-address", 
  319.        "Set values in destination routing protocoln" 
  320.        "IP informationn" 
  321.        "Next hop addressn"
  322.        "Use peer address (for BGP only)n")
  323. DEFSH (VTYSH_BGPD, show_ip_bgp_filter_list_cmd_vtysh, 
  324.        "show ip bgp filter-list WORD", 
  325.        "Show running system informationn" 
  326.        "IP informationn" 
  327.        "BGP informationn" 
  328.        "Display routes conforming to the filter-listn"
  329.        "Regular expression access list namen")
  330. DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_prefix_cmd_vtysh, 
  331.        "no distribute-list prefix WORD (in|out) WORD", 
  332.        "Negate a command or set its defaultsn" 
  333.        "Filter networks in routing updatesn"
  334.        "Filter prefixes in routing updatesn"
  335.        "Name of an IP prefix-listn"
  336.        "Filter incoming routing updatesn"
  337.        "Filter outgoing routing updatesn"
  338.        "Interface namen")
  339. DEFSH (VTYSH_BGPD, neighbor_transport_connection_mode_cmd_vtysh, 
  340.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "transport connection-mode (active|passive)", 
  341.        "Specify neighbor routern" 
  342.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  343.        "Transport optionsn"
  344.        "Specify passive or active connectionn"
  345.        "Actively establish the TCP sessionn"
  346.        "Passively establish the TCP sessionn")
  347. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_ge_cmd_vtysh, 
  348.        "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>", 
  349.        "IPv6 informationn" 
  350.        "Build a prefix listn" 
  351.        "Name of a prefix listn"
  352.        "sequence number of an entryn"
  353.        "Sequence numbern"
  354.        "Specify packets to rejectn"
  355.        "Specify packets to forwardn"
  356.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  357.        "Minimum prefix length to be matchedn"
  358.        "Minimum prefix lengthn")
  359. DEFSH (VTYSH_BGPD, no_bgp_timers_cmd_vtysh, 
  360.        "no timers bgp", 
  361.        "Negate a command or set its defaultsn" 
  362.        "Adjust routing timersn"
  363.        "BGP timersn")
  364. DEFSH (VTYSH_BGPD, no_bgp_enforce_first_as_cmd_vtysh, 
  365.        "no bgp enforce-first-as", 
  366.        "Negate a command or set its defaultsn" 
  367.        "BGP informationn" 
  368.        "Enforce the first AS for EBGP routes(default)n")
  369. DEFSH (VTYSH_RIPD, no_ip_rip_authentication_mode_cmd_vtysh, 
  370.        "no ip rip authentication mode", 
  371.        "Negate a command or set its defaultsn" 
  372.        "IP informationn" 
  373.        "Routing Information Protocoln"
  374.        "Authentication controln"
  375.        "Authentication moden")
  376. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_cmd_vtysh, 
  377.        "distance ospf intra-area <1-255>", 
  378.        "Define an administrative distancen"
  379.        "OSPF Administrative distancen"
  380.        "Intra-area routesn"
  381.        "Distance for intra-area routesn")
  382. DEFSH (VTYSH_BGPD, match_ipv6_address_cmd_vtysh, 
  383.        "match ipv6 address WORD", 
  384.        "Match values from routing tablen" 
  385.        "IPv6 informationn" 
  386.        "Match IPv6 address of routen"
  387.        "IPv6 access-list namen")
  388. DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_cmd_vtysh, 
  389.        "redistribute static", 
  390.        "Redistribute information from another routing protocoln"
  391.        "Static routesn")
  392. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_soft_in_cmd_vtysh, 
  393.        "clear ip bgp * soft in", 
  394.        "Reset functionsn" 
  395.        "IP informationn" 
  396.        "BGP informationn" 
  397.        "Clear all peersn"
  398.        "Soft reconfign"
  399.        "Soft reconfig inbound updaten")
  400. DEFSH (VTYSH_ZEBRA, ip_route_mask_distance_cmd_vtysh, 
  401.        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>", 
  402.        "IP informationn" 
  403.        "Establish static routesn"
  404.        "IP destination prefixn"
  405.        "IP destination prefix maskn"
  406.        "IP gateway addressn"
  407.        "IP gateway interface namen"
  408.        "Null interfacen"
  409.        "Distance value for this routen")
  410. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_metric_routemap_cmd_vtysh, 
  411.        "no redistribute ospf6 metric <0-16> route-map WORD", 
  412.        "Negate a command or set its defaultsn" 
  413.        "Redistribute information from another routing protocoln"
  414.        "IPv6 Open Shortest Path First (OSPFv3)n"
  415.        "Metricn"
  416.        "Metric valuen"
  417.        "Route map referencen"
  418.        "Pointer to route-map entriesn")
  419. DEFSH (VTYSH_RIPD, no_router_rip_cmd_vtysh, 
  420.        "no router rip", 
  421.        "Negate a command or set its defaultsn" 
  422.        "Enable a routing processn"
  423.        "Routing Information Protocol (RIP)n")
  424. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_summary_name_cmd_vtysh, 
  425.        "show ip prefix-list summary WORD", 
  426.        "Show running system informationn" 
  427.        "IP informationn" 
  428.        "Build a prefix listn" 
  429.        "Summary of prefix listsn"
  430.        "Name of a prefix listn")
  431. DEFSH (VTYSH_BGPD, clear_bgp_all_cmd_vtysh, 
  432.        "clear bgp *", 
  433.        "Reset functionsn" 
  434.        "BGP informationn" 
  435.        "Clear all peersn")
  436. DEFSH (VTYSH_BGPD, no_neighbor_strict_capability_cmd_vtysh, 
  437.        "no neighbor (A.B.C.D|X:X::X:X) "  "strict-capability-match", 
  438.        "Negate a command or set its defaultsn" 
  439.        "Specify neighbor routern" 
  440.        "Neighbor addressnIPv6 addressn" 
  441.        "Strict capability negotiation matchn")
  442. DEFSH (VTYSH_OSPFD, no_ospf_refresh_timer_cmd_vtysh, 
  443.        "no refresh timer", 
  444.        "Adjust refresh parametersn"
  445.        "Unset refresh timern")
  446. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community2_cmd_vtysh, 
  447.        "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  448.        "Show running system informationn" 
  449.        "BGP informationn" 
  450.        "Address familyn"
  451.        "Display routes matching the communitiesn"
  452.        "community numbern"
  453.        "Do not send outside local AS (well-known community)n"
  454.        "Do not advertise to any peer (well-known community)n"
  455.        "Do not export to next AS (well-known community)n"
  456.        "community numbern"
  457.        "Do not send outside local AS (well-known community)n"
  458.        "Do not advertise to any peer (well-known community)n"
  459.        "Do not export to next AS (well-known community)n")
  460. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_set_metric_val_cmd_vtysh, 
  461.        "no set metric <0-4294967295>", 
  462.        "Negate a command or set its defaultsn" 
  463.        "Set values in destination routing protocoln" 
  464.        "Metric value for destination routing protocoln"
  465.        "Metric valuen")
  466. DEFSH (VTYSH_BGPD, clear_ip_bgp_all_in_cmd_vtysh, 
  467.        "clear ip bgp * in", 
  468.        "Reset functionsn" 
  469.        "IP informationn" 
  470.        "BGP informationn" 
  471.        "Clear all peersn"
  472.        "Soft reconfig inbound updaten")
  473. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_out_cmd_vtysh,  
  474.        "clear ip bgp peer-group WORD out", 
  475.        "Reset functionsn" 
  476.        "IP informationn" 
  477.        "BGP informationn" 
  478.        "Clear all members of peer-groupn"
  479.        "BGP peer-group namen"
  480.        "Soft reconfig outbound updaten")
  481. DEFSH (VTYSH_BGPD, neighbor_activate_cmd_vtysh, 
  482.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "activate", 
  483.        "Specify neighbor routern" 
  484.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  485.        "Enable the Address Family for this Neighborn")
  486. DEFSH (VTYSH_BGPD, show_ip_bgp_flap_route_map_cmd_vtysh, 
  487.        "show ip bgp flap-statistics route-map WORD", 
  488.        "Show running system informationn" 
  489.        "IP informationn" 
  490.        "BGP informationn" 
  491.        "Display flap statistics of routesn"
  492.        "Display routes matching the route-mapn"
  493.        "A route-map to match onn")
  494. DEFSH (VTYSH_OSPF6D|VTYSH_BGPD, no_match_ipv6_address_prefix_list_cmd_vtysh, 
  495.        "no match ipv6 address prefix-list WORD", 
  496.        "Negate a command or set its defaultsn" 
  497.        "Match values from routing tablen" 
  498.        "IPv6 informationn" 
  499.        "Match address of routen"
  500.        "Match entries of prefix-listsn"
  501.        "IP prefix-list namen")
  502. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_any_cmd_vtysh, 
  503.        "no ipv6 access-list WORD (deny|permit) any", 
  504.        "Negate a command or set its defaultsn" 
  505.        "IPv6 informationn" 
  506.        "Add an access list entryn"
  507.        "IPv6 zebra access-listn"
  508.        "Specify packets to rejectn"
  509.        "Specify packets to forwardn"
  510.        "Any prefixi to matchn")
  511. DEFSH (VTYSH_ZEBRA, ipv6_nd_reachable_time_cmd_vtysh, 
  512.        "ipv6 nd reachable-time MILLISECONDS", 
  513.        "IP informationn" 
  514.        "Neighbor discoveryn"
  515.        "Reachable timen"
  516.        "Reachable time in millisecondsn")
  517. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_ge_le_cmd_vtysh, 
  518.        "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
  519.        "IPv6 informationn" 
  520.        "Build a prefix listn" 
  521.        "Name of a prefix listn"
  522.        "Specify packets to rejectn"
  523.        "Specify packets to forwardn"
  524.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  525.        "Minimum prefix length to be matchedn"
  526.        "Minimum prefix lengthn"
  527.        "Maximum prefix length to be matchedn"
  528.        "Maximum prefix lengthn")
  529. DEFSH (VTYSH_BGPD, aggregate_address_mask_cmd_vtysh, 
  530.        "aggregate-address A.B.C.D A.B.C.D", 
  531.        "Configure BGP aggregate entriesn"
  532.        "Aggregate addressn"
  533.        "Aggregate maskn")
  534. DEFSH (VTYSH_BGPD, no_set_ip_nexthop_val_bgp_cmd_vtysh, 
  535.        "no set ip next-hop peer-address", 
  536.        "Negate a command or set its defaultsn" 
  537.        "Set values in destination routing protocoln" 
  538.        "IP informationn" 
  539.        "Next hop addressn"
  540.        "Use peer address (for BGP only)n")
  541. DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_metric_cmd_vtysh, 
  542.        "redistribute static metric <0-16>", 
  543.        "Redistribute information from another routing protocoln"
  544.        "Static routesn"
  545.        "Metricn"
  546.        "Metric valuen")
  547. DEFSH (VTYSH_OSPFD, no_ospf_compatible_rfc1583_cmd_vtysh, 
  548.        "no compatible rfc1583", 
  549.        "Negate a command or set its defaultsn" 
  550.        "OSPF compatibility listn"
  551.        "compatible with RFC 1583n")
  552. DEFSH (VTYSH_OSPFD, debug_ospf_ism_cmd_vtysh, 
  553.        "debug ospf ism", 
  554.        "Debugging functions (see also 'undebug')n" 
  555.        "OSPF informationn" 
  556.        "OSPF Interface State Machinen")
  557. DEFSH (VTYSH_RIPD, rip_split_horizon_cmd_vtysh, 
  558.        "ip split-horizon", 
  559.        "IP informationn" 
  560.        "Perform split horizonn")
  561. DEFSH (VTYSH_BGPD, no_ip_community_list_expanded_all_cmd_vtysh, 
  562.        "no ip community-list <100-500>", 
  563.        "Negate a command or set its defaultsn" 
  564.        "IP informationn" 
  565.        "Add a community list entryn" 
  566.        "Community list number (expanded)n")
  567. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_process_cmd_vtysh, 
  568.        "no debug ospf6 spf process", 
  569.        "Negate a command or set its defaultsn" 
  570.        "Debugging functions (see also 'undebug')n" 
  571.        "Open Shortest Path First (OSPF) for IPv6n" 
  572.        "Quit Debugging SPF Calculationn"
  573.        "Quit Debugging Detailed SPF Processn"
  574.       )
  575. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_list_exact_cmd_vtysh, 
  576.        "show ipv6 mbgp community-list WORD exact-match", 
  577.        "Show running system informationn" 
  578.        "IPv6 informationn" 
  579.        "MBGP informationn" 
  580.        "Display routes matching the community-listn"
  581.        "community-list namen"
  582.        "Exact match of the communitiesn")
  583. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_routemap_cmd_vtysh, 
  584.        "default-information originate always route-map WORD", 
  585.        "Control distribution of default informationn"
  586.        "Distribute a default routen"
  587.        "Always advertise default routen"
  588.        "Route map referencen"
  589.        "Pointer to route-map entriesn")
  590. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_cmd_vtysh, 
  591.        "clear bgp ipv6 external soft", 
  592.        "Reset functionsn" 
  593.        "BGP informationn" 
  594.        "Address familyn"
  595.        "Clear all external peersn"
  596.        "Soft reconfign")
  597. DEFSH (VTYSH_BGPD, no_ip_community_list_standard_all_cmd_vtysh, 
  598.        "no ip community-list <1-99>", 
  599.        "Negate a command or set its defaultsn" 
  600.        "IP informationn" 
  601.        "Add a community list entryn" 
  602.        "Community list number (standard)n")
  603. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_sequence_number_cmd_vtysh, 
  604.        "ip prefix-list sequence-number", 
  605.        "IP informationn" 
  606.        "Build a prefix listn" 
  607.        "Include/exclude sequence numbers in NVGENn")
  608. DEFSH (VTYSH_OSPFD, no_ip_ospf_hello_interval_cmd_vtysh, 
  609.        "no ip ospf hello-interval", 
  610.        "Negate a command or set its defaultsn" 
  611.        "IP Informationn"
  612.        "OSPF interface commandsn"
  613.        "Time between HELLO packetsn")
  614. DEFSH (VTYSH_BGPD, show_bgp_neighbor_received_routes_cmd_vtysh, 
  615.        "show bgp neighbors (A.B.C.D|X:X::X:X) received-routes", 
  616.        "Show running system informationn" 
  617.        "BGP informationn" 
  618.        "Detailed information on TCP and BGP neighbor connectionsn"
  619.        "Neighbor to display information aboutn"
  620.        "Neighbor to display information aboutn"
  621.        "Display the received routes from neighborn")
  622. DEFSH (VTYSH_OSPFD, no_ip_ospf_cost_cmd_vtysh, 
  623.        "no ip ospf cost", 
  624.        "Negate a command or set its defaultsn" 
  625.        "IP Informationn"
  626.        "OSPF interface commandsn"
  627.        "Interface costn")
  628. DEFSH (VTYSH_BGPD, show_ip_bgp_community4_cmd_vtysh, 
  629.        "show ip bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  630.        "Show running system informationn" 
  631.        "IP informationn" 
  632.        "BGP informationn" 
  633.        "Display routes matching the communitiesn"
  634.        "community numbern"
  635.        "Do not send outside local AS (well-known community)n"
  636.        "Do not advertise to any peer (well-known community)n"
  637.        "Do not export to next AS (well-known community)n"
  638.        "community numbern"
  639.        "Do not send outside local AS (well-known community)n"
  640.        "Do not advertise to any peer (well-known community)n"
  641.        "Do not export to next AS (well-known community)n"
  642.        "community numbern"
  643.        "Do not send outside local AS (well-known community)n"
  644.        "Do not advertise to any peer (well-known community)n"
  645.        "Do not export to next AS (well-known community)n"
  646.        "community numbern"
  647.        "Do not send outside local AS (well-known community)n"
  648.        "Do not advertise to any peer (well-known community)n"
  649.        "Do not export to next AS (well-known community)n")
  650. DEFSH (VTYSH_BGPD, no_match_ecommunity_cmd_vtysh, 
  651.        "no match extcommunity", 
  652.        "Negate a command or set its defaultsn" 
  653.        "Match values from routing tablen" 
  654.        "Match BGP/VPN extended community listn")
  655. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_ge_le_cmd_vtysh, 
  656.        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>", 
  657.        "Negate a command or set its defaultsn" 
  658.        "IPv6 informationn" 
  659.        "Build a prefix listn" 
  660.        "Name of a prefix listn"
  661.        "sequence number of an entryn"
  662.        "Sequence numbern"
  663.        "Specify packets to rejectn"
  664.        "Specify packets to forwardn"
  665.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  666.        "Minimum prefix length to be matchedn"
  667.        "Minimum prefix lengthn"
  668.        "Maximum prefix length to be matchedn"
  669.        "Maximum prefix lengthn")
  670. DEFSH (VTYSH_BGPD, clear_bgp_peer_group_soft_in_cmd_vtysh, 
  671.        "clear bgp peer-group WORD soft in", 
  672.        "Reset functionsn" 
  673.        "BGP informationn" 
  674.        "Clear all members of peer-groupn"
  675.        "BGP peer-group namen"
  676.        "Soft reconfign"
  677.        "Soft reconfig inbound updaten")
  678. DEFSH (VTYSH_BGPD, no_aggregate_address_as_set_cmd_vtysh, 
  679.        "no aggregate-address A.B.C.D/M as-set", 
  680.        "Negate a command or set its defaultsn" 
  681.        "Configure BGP aggregate entriesn"
  682.        "Aggregate prefixn"
  683.        "Generate AS set path informationn")
  684. DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_ifmtu_cmd_vtysh, 
  685.        "no ipv6 ospf6 ifmtu", 
  686.        "Negate a command or set its defaultsn" 
  687.        "IPv6 Informationn" 
  688.        "Open Shortest Path First (OSPF) for IPv6n" 
  689.        "Interface MTUn"
  690.        )
  691. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh, 
  692.        "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft out", 
  693.        "Reset functionsn" 
  694.        "IP informationn" 
  695.        "BGP informationn" 
  696.        "Clear peers with the AS numbern"
  697.        "Address familyn"
  698.        "Address Family modifiern"
  699.        "Address Family modifiern"
  700.        "Soft reconfign"
  701.        "Soft reconfig outbound updaten")
  702. DEFSH (VTYSH_BGPD, no_set_local_pref_cmd_vtysh, 
  703.        "no set local-preference", 
  704.        "Negate a command or set its defaultsn" 
  705.        "Set values in destination routing protocoln" 
  706.        "BGP local preference path attributen")
  707. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_detail_cmd_vtysh, 
  708.        "show ipv6 ospf6 route (X:X::X:X|X:X::X:X/M|detail|summary)", 
  709.        "Show running system informationn" 
  710.        "IPv6 Informationn" 
  711.        "Open Shortest Path First (OSPF) for IPv6n" 
  712.        "Routing Tablen" 
  713.        "Specify IPv6 addressn"
  714.        "Specify IPv6 prefixn"
  715.        "Detailed informationn"
  716.        "Summary of route tablen"
  717.        )
  718. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh, 
  719.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in prefix-filter", 
  720.        "Reset functionsn" 
  721.        "IP informationn" 
  722.        "BGP informationn" 
  723.        "BGP neighbor address to clearn"
  724.        "Address familyn"
  725.        "Address Family modifiern"
  726.        "Address Family modifiern"
  727.        "Soft reconfig inbound updaten"
  728.        "Push out the existing ORF prefix-listn")
  729. DEFSH (VTYSH_BGPD, old_no_ipv6_bgp_network_cmd_vtysh, 
  730.        "no ipv6 bgp network X:X::X:X/M", 
  731.        "Negate a command or set its defaultsn" 
  732.        "IPv6 informationn" 
  733.        "BGP informationn" 
  734.        "Specify a network to announce via BGPn"
  735.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n")
  736. DEFSH (VTYSH_ZEBRA, ipv6_nd_send_ra_cmd_vtysh, 
  737.        "ipv6 nd send-ra", 
  738.        "IP informationn" 
  739.        "Neighbor discoveryn"
  740.        "Send Router Advertisementn")
  741. DEFSH (VTYSH_BGPD, debug_bgp_normal_cmd_vtysh, 
  742.        "debug bgp", 
  743.        "Debugging functions (see also 'undebug')n" 
  744.        "BGP informationn" )
  745. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_metric_routemap_cmd_vtysh, 
  746.        "no redistribute static metric <0-16> route-map WORD", 
  747.        "Negate a command or set its defaultsn" 
  748.        "Redistribute information from another routing protocoln"
  749.        "Static routesn"
  750.        "Metricn"
  751.        "Metric valuen"
  752.        "Route map referencen"
  753.        "Pointer to route-map entriesn")
  754. DEFSH (VTYSH_ZEBRA, no_bandwidth_if_val_cmd_vtysh, 
  755.        "no bandwidth <1-10000000>", 
  756.        "Negate a command or set its defaultsn" 
  757.        "Set bandwidth informational parametern"
  758.        "Bandwidth in kilobitsn")
  759. DEFSH (VTYSH_BGPD, no_bgp_router_id_val_cmd_vtysh, 
  760.        "no bgp router-id A.B.C.D", 
  761.        "Negate a command or set its defaultsn" 
  762.        "BGP informationn" 
  763.        "Override configured router identifiern"
  764.        "Manually configured router identifiern")
  765. DEFSH (VTYSH_RIPD, no_rip_offset_list_cmd_vtysh, 
  766.        "no offset-list WORD (in|out) <0-16>", 
  767.        "Negate a command or set its defaultsn" 
  768.        "Modify RIP metricn"
  769.        "Access-list namen"
  770.        "For incoming updatesn"
  771.        "For outgoing updatesn"
  772.        "Metric valuen")
  773. DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_detail_all_cmd_vtysh, 
  774.        "show ip ospf neighbor detail all", 
  775.        "Show running system informationn" 
  776.        "IP informationn" 
  777.        "OSPF informationn"
  778.        "Neighbor listn"
  779.        "detail of all neighborsn"
  780.        "include down status neighborn")
  781. DEFSH (VTYSH_BGPD, show_bgp_ipv6_prefix_cmd_vtysh, 
  782.        "show bgp ipv6 X:X::X:X/M", 
  783.        "Show running system informationn" 
  784.        "BGP informationn" 
  785.        "Address familyn"
  786.        "IPv6 prefix <network>/<length>n")
  787. DEFSH (VTYSH_BGPD, no_dump_bgp_routes_cmd_vtysh, 
  788.        "no dump bgp routes-mrt [PATH] [INTERVAL]", 
  789.        "Negate a command or set its defaultsn" 
  790.        "Dump packetn"
  791.        "BGP packet dumpn"
  792.        "Dump whole BGP routing tablen")
  793. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_external_cmd_vtysh, 
  794.        "distance ospf inter-area <1-255> external <1-255>", 
  795.        "Define an administrative distancen"
  796.        "OSPF Administrative distancen"
  797.        "Inter-area routesn"
  798.        "Distance for inter-area routesn"
  799.        "External routesn"
  800.        "Distance for external routesn")
  801. DEFSH (VTYSH_OSPFD, debug_ospf_event_cmd_vtysh, 
  802.        "debug ospf event", 
  803.        "Debugging functions (see also 'undebug')n" 
  804.        "OSPF informationn" 
  805.        "OSPF event informationn")
  806. DEFSH (VTYSH_OSPFD, no_ospf_retransmit_interval_cmd_vtysh, 
  807.        "no ospf retransmit-interval", 
  808.        "Negate a command or set its defaultsn" 
  809.        "OSPF interface commandsn"
  810.        "Time between retransmitting lost link state advertisementsn")
  811. DEFSH (VTYSH_BGPD, set_community_none_cmd_vtysh, 
  812.        "set community none", 
  813.        "Set values in destination routing protocoln" 
  814.        "BGP community attributen"
  815.        "No community attributen")
  816. DEFSH (VTYSH_BGPD, debug_bgp_filter_cmd_vtysh, 
  817.        "debug bgp filters", 
  818.        "Debugging functions (see also 'undebug')n" 
  819.        "BGP informationn" 
  820.        "BGP filtersn")
  821. DEFSH (VTYSH_OSPF6D, ospf6_routemap_set_forwarding_cmd_vtysh, 
  822.        "set forwarding-address X:X::X:X", 
  823.        "Set valuen"
  824.        "Forwarding Addressn"
  825.        "IPv6 Addressn")
  826. DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_restart_cmd_vtysh, 
  827.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295> restart <1-65535>", 
  828.        "Specify neighbor routern" 
  829.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  830.        "Maximum number of prefix accept from this peern"
  831.        "maximum no. of prefix limitn"
  832.        "Restart bgp connection after limit is exceededn"
  833.        "Restart interval in minutes")
  834. DEFSH (VTYSH_BGPD, no_bgp_bestpath_compare_router_id_cmd_vtysh, 
  835.        "no bgp bestpath compare-routerid", 
  836.        "Negate a command or set its defaultsn" 
  837.        "BGP specific commandsn"
  838.        "Change the default bestpath selectionn"
  839.        "Compare router-id for identical EBGP pathsn")
  840. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_address_val_cmd_vtysh, 
  841.        "no match ip address (<1-199>|<1300-2699>|WORD)", 
  842.        "Negate a command or set its defaultsn" 
  843.        "Match values from routing tablen" 
  844.        "IP informationn" 
  845.        "Match address of routen"
  846.        "IP access-list numbern"
  847.        "IP access-list number (expanded range)n"
  848.        "IP Access-list namen")
  849. DEFSH (VTYSH_ZEBRA, bandwidth_if_cmd_vtysh, 
  850.        "bandwidth <1-10000000>", 
  851.        "Set bandwidth informational parametern"
  852.        "Bandwidth in kilobitsn")
  853. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_neighbor_detail_cmd_vtysh, 
  854.        "no debug ospf6 neighbor (state|event)", 
  855.        "Negate a command or set its defaultsn" 
  856.        "Debugging functions (see also 'undebug')n" 
  857.        "Open Shortest Path First (OSPF) for IPv6n" 
  858.        "Debug OSPFv3 Neighborn"
  859.        "Debug OSPFv3 Neighbor State Changen"
  860.        "Debug OSPFv3 Neighbor Eventn"
  861.       )
  862. DEFSH (VTYSH_OSPFD, ospf_default_metric_cmd_vtysh, 
  863.        "default-metric <0-16777214>", 
  864.        "Set metric of redistributed routesn"
  865.        "Default metricn")
  866. DEFSH (VTYSH_BGPD, no_neighbor_allowas_in_cmd_vtysh, 
  867.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "allowas-in", 
  868.        "Negate a command or set its defaultsn" 
  869.        "Specify neighbor routern" 
  870.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  871.        "allow local ASN appears in aspath attributen")
  872. DEFSH (VTYSH_RIPNGD, no_ripng_default_metric_cmd_vtysh, 
  873.        "no default-metric", 
  874.        "Negate a command or set its defaultsn" 
  875.        "Set a metric of redistribute routesn"
  876.        "Default metricn")
  877. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_zebra_sendrecv_cmd_vtysh, 
  878.        "no debug ospf6 zebra (send|recv)", 
  879.        "Negate a command or set its defaultsn" 
  880.        "Debugging functions (see also 'undebug')n" 
  881.        "Open Shortest Path First (OSPF) for IPv6n" 
  882.        "Debug connection between zebran"
  883.        "Debug Sending zebran"
  884.        "Debug Receiving zebran"
  885.       )
  886. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_area_spf_tree_cmd_vtysh, 
  887.        "show ipv6 ospf6 area A.B.C.D spf tree", 
  888.        "Show running system informationn" 
  889.        "IPv6 Informationn" 
  890.        "Open Shortest Path First (OSPF) for IPv6n" 
  891.        "Area informationn" 
  892.        "Area ID (as an IPv4 notation)n" 
  893.        "Shortest Path First caculationn"
  894.        "Show SPF treen")
  895. DEFSH (VTYSH_BGPD, bgp_damp_unset2_cmd_vtysh, 
  896.        "no bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
  897.        "Negate a command or set its defaultsn" 
  898.        "BGP Specific commandsn"
  899.        "Enable route-flap dampeningn"
  900.        "Half-life time for the penaltyn"
  901.        "Value to start reusing a routen"
  902.        "Value to start suppressing a routen"
  903.        "Maximum duration to suppress a stable routen")
  904. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_key_addr_cmd_vtysh, 
  905.        "ip ospf authentication-key AUTH_KEY A.B.C.D", 
  906.        "IP Informationn"
  907.        "OSPF interface commandsn"
  908.        "Authentication password (key)n"
  909.        "The OSPF password (key)n"
  910.        "Address of interface")
  911. DEFSH (VTYSH_RIPD, ip_rip_send_version_2_cmd_vtysh, 
  912.        "ip rip send version 2 1", 
  913.        "IP informationn" 
  914.        "Routing Information Protocoln"
  915.        "Advertisement transmissionn"
  916.        "Version controln"
  917.        "RIP version 2n"
  918.        "RIP version 1n")
  919. DEFSH (VTYSH_ZEBRA, ipv6_route_ifname_cmd_vtysh, 
  920.        "ipv6 route X:X::X:X/M X:X::X:X INTERFACE", 
  921.        "IP informationn" 
  922.        "Establish static routesn"
  923.        "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
  924.        "IPv6 gateway addressn"
  925.        "IPv6 gateway interface namen")
  926. DEFSH (VTYSH_BGPD, show_bgp_community_all_cmd_vtysh, 
  927.        "show bgp community", 
  928.        "Show running system informationn" 
  929.        "BGP informationn" 
  930.        "Display routes matching the communitiesn")
  931. DEFSH (VTYSH_BGPD, neighbor_port_cmd_vtysh, 
  932.        "neighbor (A.B.C.D|X:X::X:X) "  "port <0-65535>", 
  933.        "Specify neighbor routern" 
  934.        "Neighbor addressnIPv6 addressn" 
  935.        "Neighbor's BGP portn"
  936.        "TCP port numbern")
  937. DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_prefix_cmd_vtysh, 
  938.        "clear ip bgp dampening A.B.C.D/M", 
  939.        "Reset functionsn" 
  940.        "IP informationn" 
  941.        "BGP informationn" 
  942.        "Clear route flap dampening informationn"
  943.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  944. DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_all_cmd_vtysh, 
  945.        "no distribute-list WORD (in|out)", 
  946.        "Negate a command or set its defaultsn" 
  947.        "Filter networks in routing updatesn"
  948.        "Access-list namen"
  949.        "Filter incoming routing updatesn"
  950.        "Filter outgoing routing updatesn")
  951. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_soft_out_cmd_vtysh, 
  952.        "clear bgp ipv6 * soft out", 
  953.        "Reset functionsn" 
  954.        "BGP informationn" 
  955.        "Address familyn"
  956.        "Clear all peersn"
  957.        "Soft reconfign"
  958.        "Soft reconfig outbound updaten")
  959. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_border_routers_cmd_vtysh, 
  960.        "show ipv6 ospf6 border-routers", 
  961.        "Show running system informationn" 
  962.        "IPv6 Informationn" 
  963.        "Open Shortest Path First (OSPF) for IPv6n" 
  964.        "Display routing table for ABR and ASBRn"
  965.       )
  966. DEFSH (VTYSH_BGPD, show_ip_community_list_cmd_vtysh, 
  967.        "show ip community-list", 
  968.        "Show running system informationn" 
  969.        "IP informationn" 
  970.        "List community-listn")
  971. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_mask_host_cmd_vtysh, 
  972.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D", 
  973.        "Negate a command or set its defaultsn" 
  974.        "Add an access list entryn"
  975.        "IP extended access listn"
  976.        "IP extended access list (expanded range)n"
  977.        "Specify packets to rejectn"
  978.        "Specify packets to forwardn"
  979.        "Any Internet Protocoln"
  980.        "Source addressn"
  981.        "Source wildcard bitsn"
  982.        "A single destination hostn"
  983.        "Destination addressn")
  984. DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_lifetime_cmd_vtysh, 
  985.        "ipv6 nd ra-lifetime SECONDS", 
  986.        "IP informationn" 
  987.        "Neighbor discoveryn"
  988.        "Router lifetimen"
  989.        "Router lifetime in secondsn")
  990. DEFSH (VTYSH_BGPD, set_ecommunity_soo_cmd_vtysh, 
  991.        "set extcommunity soo .ASN:nn_or_IP-address:nn", 
  992.        "Set values in destination routing protocoln" 
  993.        "BGP extended community attributen"
  994.        "Site-of-Origin extended communityn"
  995.        "VPN extended communityn")
  996. DEFSH (VTYSH_BGPD, show_bgp_ipv6_community4_exact_cmd_vtysh, 
  997.        "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) exact-match", 
  998.        "Show running system informationn" 
  999.        "BGP informationn" 
  1000.        "Address familyn"
  1001.        "Display routes matching the communitiesn"
  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.        "community numbern"
  1007.        "Do not send outside local AS (well-known community)n"
  1008.        "Do not advertise to any peer (well-known community)n"
  1009.        "Do not export to next AS (well-known community)n"
  1010.        "community numbern"
  1011.        "Do not send outside local AS (well-known community)n"
  1012.        "Do not advertise to any peer (well-known community)n"
  1013.        "Do not export to next AS (well-known community)n"
  1014.        "community numbern"
  1015.        "Do not send outside local AS (well-known community)n"
  1016.        "Do not advertise to any peer (well-known community)n"
  1017.        "Do not export to next AS (well-known community)n"
  1018.        "Exact match of the communities")
  1019. DEFSH (VTYSH_BGPD, no_set_originator_id_cmd_vtysh, 
  1020.        "no set originator-id", 
  1021.        "Negate a command or set its defaultsn" 
  1022.        "Set values in destination routing protocoln" 
  1023.        "BGP originator ID attributen")
  1024. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_prefix_cmd_vtysh, 
  1025.        "show ip prefix-list WORD A.B.C.D/M", 
  1026.        "Show running system informationn" 
  1027.        "IP informationn" 
  1028.        "Build a prefix listn" 
  1029.        "Name of a prefix listn"
  1030.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1031. DEFSH (VTYSH_RIPD, send_lifetime_infinite_day_month_cmd_vtysh, 
  1032.        "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite", 
  1033.        "Set send lifetime of the keyn"
  1034.        "Time to startn"
  1035.        "Day of th month to startn"
  1036.        "Month of the year to startn"
  1037.        "Year to startn"
  1038.        "Never expires")
  1039. DEFSH (VTYSH_BGPD, no_neighbor_description_val_cmd_vtysh, 
  1040.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "description .LINE", 
  1041.        "Negate a command or set its defaultsn" 
  1042.        "Specify neighbor routern" 
  1043.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1044.        "Neighbor specific descriptionn"
  1045.        "Up to 80 characters describing this neighborn")
  1046. DEFSH (VTYSH_ZEBRA, ipv6_nd_suppress_ra_cmd_vtysh, 
  1047.        "ipv6 nd suppress-ra", 
  1048.        "IP informationn" 
  1049.        "Neighbor discoveryn"
  1050.        "Suppress Router Advertisementn")
  1051. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_authtype_authkey_cmd_vtysh, 
  1052.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1053.        "(authentication|) "
  1054.        "(authentication-key|)", 
  1055.        "Negate a command or set its defaultsn" 
  1056.        "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" 
  1057.        "Enable authentication on this virtual linkn" "dummy string n" 
  1058.        "Authentication password (key)n" "The OSPF password (key)" )
  1059. DEFSH (VTYSH_BGPD, no_neighbor_default_originate_cmd_vtysh, 
  1060.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "default-originate", 
  1061.        "Negate a command or set its defaultsn" 
  1062.        "Specify neighbor routern" 
  1063.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1064.        "Originate default route to this neighborn")
  1065. DEFSH (VTYSH_RIPD, no_rip_passive_interface_cmd_vtysh, 
  1066.        "no passive-interface IFNAME", 
  1067.        "Negate a command or set its defaultsn" 
  1068.        "Suppress routing updates on an interfacen"
  1069.        "Interface namen")
  1070. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_remark_arg_cmd_vtysh, 
  1071.        "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
  1072.        "Negate a command or set its defaultsn" 
  1073.        "Add an access list entryn"
  1074.        "IP standard access listn"
  1075.        "IP extended access listn"
  1076.        "IP standard access list (expanded range)n"
  1077.        "IP extended access list (expanded range)n"
  1078.        "IP zebra access-listn"
  1079.        "Access list entry commentn"
  1080.        "Comment up to 100 charactersn")
  1081. DEFSH (VTYSH_BGPD, aggregate_address_as_set_cmd_vtysh, 
  1082.        "aggregate-address A.B.C.D/M as-set", 
  1083.        "Configure BGP aggregate entriesn"
  1084.        "Aggregate prefixn"
  1085.        "Generate AS set path informationn")
  1086. DEFSH (VTYSH_BGPD, no_neighbor_send_community_type_cmd_vtysh, 
  1087.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "send-community (both|extended|standard)", 
  1088.        "Negate a command or set its defaultsn" 
  1089.        "Specify neighbor routern" 
  1090.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1091.        "Send Community attribute to this neighborn"
  1092.        "Send Standard and Extended Community attributesn"
  1093.        "Send Extended Community attributesn"
  1094.        "Send Standard Community attributesn")
  1095. DEFSH (VTYSH_OSPFD, ospf_hello_interval_cmd_vtysh, 
  1096.        "ospf hello-interval <1-65535>", 
  1097.        "OSPF interface commandsn"
  1098.        "Time between HELLO packetsn"
  1099.        "Secondsn")
  1100. DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_all_cmd_vtysh, 
  1101.        "show ip ospf neighbor all", 
  1102.        "Show running system informationn" 
  1103.        "IP informationn" 
  1104.        "OSPF informationn"
  1105.        "Neighbor listn"
  1106.        "include down status neighborn")
  1107. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_cost_cmd_vtysh, 
  1108.        "ipv6 ospf6 cost <1-65535>", 
  1109.        "IPv6 Informationn" 
  1110.        "Open Shortest Path First (OSPF) for IPv6n" 
  1111.        "Interface costn"
  1112.        "Outgoing metric of this interfacen"
  1113.        )
  1114. DEFSH (VTYSH_OSPFD, ospf_area_vlink_md5_cmd_vtysh, 
  1115.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1116.        "(message-digest-key|) <1-255> md5 KEY", 
  1117.        "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" 
  1118.        "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
  1119. DEFSH (VTYSH_BGPD, clear_ip_bgp_external_out_cmd_vtysh,  
  1120.        "clear ip bgp external out", 
  1121.        "Reset functionsn" 
  1122.        "IP informationn" 
  1123.        "BGP informationn" 
  1124.        "Clear all external peersn"
  1125.        "Soft reconfig outbound updaten")
  1126. DEFSH (VTYSH_RIPD|VTYSH_OSPFD, match_interface_cmd_vtysh, 
  1127.        "match interface WORD", 
  1128.        "Match values from routing tablen" 
  1129.        "Match first hop interface of routen"
  1130.        "Interface namen")
  1131. DEFSH (VTYSH_ZEBRA, debug_zebra_kernel_cmd_vtysh, 
  1132.        "debug zebra kernel", 
  1133.        "Debugging functions (see also 'undebug')n" 
  1134.        "Zebra configurationn"
  1135.        "Debug option set for zebra between kernel interfacen")
  1136. DEFSH (VTYSH_BGPD, no_aggregate_address_cmd_vtysh, 
  1137.        "no aggregate-address A.B.C.D/M", 
  1138.        "Negate a command or set its defaultsn" 
  1139.        "Configure BGP aggregate entriesn"
  1140.        "Aggregate prefixn")
  1141. DEFSH (VTYSH_ZEBRA, show_ipv6_forwarding_cmd_vtysh, 
  1142.        "show ipv6 forwarding", 
  1143.        "Show running system informationn" 
  1144.        "IPv6 informationn"
  1145.        "Forwarding statusn")
  1146. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_prefix_advertisement_cmd_vtysh, 
  1147.        "no ipv6 nd prefix-advertisement IPV6PREFIX", 
  1148.        "Negate a command or set its defaultsn" 
  1149.        "IP informationn" 
  1150.        "Neighbor discoveryn"
  1151.        "Prefix informationn"
  1152.        "IPv6 prefixn")
  1153. DEFSH (VTYSH_OSPFD, ospf_distance_source_cmd_vtysh, 
  1154.        "distance <1-255> A.B.C.D/M", 
  1155.        "Administrative distancen"
  1156.        "Distance valuen"
  1157.        "IP source prefixn")
  1158. DEFSH (VTYSH_OSPF6D, ipv6_ospf6_instance_cmd_vtysh, 
  1159.        "ipv6 ospf6 instance-id <0-255>", 
  1160.        "IPv6 Informationn" 
  1161.        "Open Shortest Path First (OSPF) for IPv6n" 
  1162.        "Instance ID for this interfacen"
  1163.        "Instance ID valuen"
  1164.        )
  1165. DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_metric_cmd_vtysh, 
  1166.        "redistribute (connected|kernel|ospf|rip|static) route-map WORD metric <0-4294967295>", 
  1167.        "Redistribute information from another routing protocoln"
  1168.        "Connectedn"
  1169.        "Kernel routesn"
  1170.        "Open Shurtest Path First (OSPF)n"
  1171.        "Routing Information Protocol (RIP)n"
  1172.        "Static routesn"
  1173.        "Route map referencen"
  1174.        "Pointer to route-map entriesn"
  1175.        "Metric for redistributed routesn"
  1176.        "Default metricn")
  1177. DEFSH (VTYSH_OSPFD, no_ospf_area_stub_no_summary_cmd_vtysh, 
  1178.        "no area (A.B.C.D|<0-4294967295>) stub no-summary", 
  1179.        "Negate a command or set its defaultsn" 
  1180.        "OSPF area parametersn"
  1181.        "OSPF area ID in IP address formatn"
  1182.        "OSPF area ID as a decimal valuen"
  1183.        "Configure OSPF area as stubn"
  1184.        "Do not inject inter-area routes into arean")
  1185. DEFSH (VTYSH_BGPD, no_aggregate_address_as_set_summary_cmd_vtysh, 
  1186.        "no aggregate-address A.B.C.D/M as-set summary-only", 
  1187.        "Negate a command or set its defaultsn" 
  1188.        "Configure BGP aggregate entriesn"
  1189.        "Aggregate prefixn"
  1190.        "Generate AS set path informationn"
  1191.        "Filter more specific routes from updatesn")
  1192. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_args_addr_cmd_vtysh, 
  1193.        "ip ospf authentication (null|message-digest) A.B.C.D", 
  1194.        "IP Informationn"
  1195.        "OSPF interface commandsn"
  1196.        "Enable authentication on this interfacen"
  1197.        "Use null authenticationn"
  1198.        "Use message-digest authenticationn"
  1199.        "Address of interface")
  1200. DEFSH (VTYSH_BGPD, no_neighbor_capability_dynamic_cmd_vtysh, 
  1201.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "capability dynamic", 
  1202.        "Negate a command or set its defaultsn" 
  1203.        "Specify neighbor routern" 
  1204.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1205.        "Advertise capability to the peern"
  1206.        "Advertise dynamic capability to this neighborn")
  1207. DEFSH (VTYSH_OSPFD, ospf_retransmit_interval_cmd_vtysh, 
  1208.        "ospf retransmit-interval <3-65535>", 
  1209.        "OSPF interface commandsn"
  1210.        "Time between retransmitting lost link state advertisementsn"
  1211.        "Secondsn")
  1212. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh, 
  1213.        "clear bgp ipv6 peer-group WORD soft in", 
  1214.        "Reset functionsn" 
  1215.        "BGP informationn" 
  1216.        "Address familyn"
  1217.        "Clear all members of peer-groupn"
  1218.        "BGP peer-group namen"
  1219.        "Soft reconfign"
  1220.        "Soft reconfig inbound updaten")
  1221. DEFSH (VTYSH_BGPD, bgp_confederation_identifier_cmd_vtysh, 
  1222.        "bgp confederation identifier <1-65535>", 
  1223.        "BGP specific commandsn"
  1224.        "AS confederation parametersn"
  1225.        "AS numbern"
  1226.        "Set routing domain confederation ASn")
  1227. DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_soft_cmd_vtysh, 
  1228.        "clear ip bgp <1-65535> vpnv4 unicast soft", 
  1229.        "Reset functionsn" 
  1230.        "IP informationn" 
  1231.        "BGP informationn" 
  1232.        "Clear peers with the AS numbern"
  1233.        "Address familyn"
  1234.        "Address Family Modifiern"
  1235.        "Soft reconfign")
  1236. DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged4_cmd_vtysh, 
  1237.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med (as-path|next-hop)", 
  1238.        "Negate a command or set its defaultsn" 
  1239.        "Specify neighbor routern" 
  1240.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1241.        "BGP attribute is propagated unchanged to this neighborn"
  1242.        "Med attributen"
  1243.        "As-path attributen"
  1244.        "Nexthop attributen")
  1245. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh, 
  1246.        "clear bgp ipv6 peer-group WORD in prefix-filter", 
  1247.        "Reset functionsn" 
  1248.        "BGP informationn" 
  1249.        "Address familyn"
  1250.        "Clear all members of peer-groupn"
  1251.        "BGP peer-group namen"
  1252.        "Soft reconfig inbound updaten"
  1253.        "Push out prefix-list ORF and do inbound soft reconfign")
  1254. DEFSH (VTYSH_OSPFD, no_debug_ospf_nsm_cmd_vtysh, 
  1255.        "no debug ospf nsm", 
  1256.        "Negate a command or set its defaultsn" 
  1257.        "Debugging functions (see also 'undebug')n" 
  1258.        "OSPF informationn" 
  1259.        "OSPF Neighbor State Machine")
  1260. DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh, 
  1261.        "clear ip bgp view WORD * ipv4 (unicast|multicast) soft out", 
  1262.        "Reset functionsn" 
  1263.        "IP informationn" 
  1264.        "BGP informationn" 
  1265.        "BGP viewn"
  1266.        "view namen"
  1267.        "Clear all peersn"
  1268.        "Address familyn"
  1269.        "Address Family modifiern"
  1270.        "Address Family modifiern"
  1271.        "Soft reconfig outbound updaten")
  1272. DEFSH (VTYSH_ZEBRA, ip_route_mask_cmd_vtysh, 
  1273.        "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)", 
  1274.        "IP informationn" 
  1275.        "Establish static routesn"
  1276.        "IP destination prefixn"
  1277.        "IP destination prefix maskn"
  1278.        "IP gateway addressn"
  1279.        "IP gateway interface namen"
  1280.        "Null interfacen")
  1281. DEFSH (VTYSH_BGPD, no_match_ipv6_address_cmd_vtysh, 
  1282.        "no match ipv6 address WORD", 
  1283.        "Negate a command or set its defaultsn" 
  1284.        "Match values from routing tablen" 
  1285.        "IPv6 informationn" 
  1286.        "Match IPv6 address of routen"
  1287.        "IPv6 access-list namen")
  1288. DEFSH (VTYSH_BGPD, bgp_damp_set_cmd_vtysh, 
  1289.        "bgp dampening <1-45> <1-20000> <1-20000> <1-255>", 
  1290.        "BGP Specific commandsn"
  1291.        "Enable route-flap dampeningn"
  1292.        "Half-life time for the penaltyn"
  1293.        "Value to start reusing a routen"
  1294.        "Value to start suppressing a routen"
  1295.        "Maximum duration to suppress a stable routen")
  1296. DEFSH (VTYSH_BGPD, no_bgp_timers_arg_cmd_vtysh, 
  1297.        "no timers bgp <0-65535> <0-65535>", 
  1298.        "Negate a command or set its defaultsn" 
  1299.        "Adjust routing timersn"
  1300.        "BGP timersn"
  1301.        "Keepalive intervaln"
  1302.        "Holdtimen")
  1303. DEFSH (VTYSH_OSPF6D, no_debug_ospf6_message_cmd_vtysh, 
  1304.        "no debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)", 
  1305.        "Negate a command or set its defaultsn" 
  1306.        "Debugging functions (see also 'undebug')n" 
  1307.        "Open Shortest Path First (OSPF) for IPv6n" 
  1308.        "Debug OSPFv3 messagen"
  1309.        "Debug Unknown messagen"
  1310.        "Debug Hello messagen"
  1311.        "Debug Database Description messagen"
  1312.        "Debug Link State Request messagen"
  1313.        "Debug Link State Update messagen"
  1314.        "Debug Link State Acknowledgement messagen"
  1315.        "Debug All messagen"
  1316.        )
  1317. DEFSH (VTYSH_RIPD, send_lifetime_month_day_month_day_cmd_vtysh, 
  1318.        "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
  1319.        "Set send lifetime of the keyn"
  1320.        "Time to startn"
  1321.        "Month of the year to startn"
  1322.        "Day of th month to startn"
  1323.        "Year to startn"
  1324.        "Time to expiren"
  1325.        "Month of the year to expiren"
  1326.        "Day of th month to expiren"
  1327.        "Year to expiren")
  1328. DEFSH (VTYSH_BGPD, show_bgp_community4_exact_cmd_vtysh, 
  1329.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) exact-match", 
  1330.        "Show running system informationn" 
  1331.        "BGP informationn" 
  1332.        "Display routes matching the communitiesn"
  1333.        "community numbern"
  1334.        "Do not send outside local AS (well-known community)n"
  1335.        "Do not advertise to any peer (well-known community)n"
  1336.        "Do not export to next AS (well-known community)n"
  1337.        "community numbern"
  1338.        "Do not send outside local AS (well-known community)n"
  1339.        "Do not advertise to any peer (well-known community)n"
  1340.        "Do not export to next AS (well-known community)n"
  1341.        "community numbern"
  1342.        "Do not send outside local AS (well-known community)n"
  1343.        "Do not advertise to any peer (well-known community)n"
  1344.        "Do not export to next AS (well-known community)n"
  1345.        "community numbern"
  1346.        "Do not send outside local AS (well-known community)n"
  1347.        "Do not advertise to any peer (well-known community)n"
  1348.        "Do not export to next AS (well-known community)n"
  1349.        "Exact match of the communities")
  1350. DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_val_cmd_vtysh, 
  1351.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "maximum-prefix <1-4294967295>", 
  1352.        "Negate a command or set its defaultsn" 
  1353.        "Specify neighbor routern" 
  1354.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1355.        "Maximum number of prefix accept from this peern"
  1356.        "maximum no. of prefix limitn")
  1357. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_external_inter_cmd_vtysh, 
  1358.        "distance ospf intra-area <1-255> external <1-255> inter-area <1-255>", 
  1359.        "Define an administrative distancen"
  1360.        "OSPF Administrative distancen"
  1361.        "Intra-area routesn"
  1362.        "Distance for intra-area routesn"
  1363.        "External routesn"
  1364.        "Distance for external routesn"
  1365.        "Inter-area routesn"
  1366.        "Distance for inter-area routesn")
  1367. DEFSH (VTYSH_BGPD, no_set_atomic_aggregate_cmd_vtysh, 
  1368.        "no set atomic-aggregate", 
  1369.        "Negate a command or set its defaultsn" 
  1370.        "Set values in destination routing protocoln" 
  1371.        "BGP atomic aggregate attributen" )
  1372. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_cmd_vtysh,  
  1373.        "clear bgp ipv6 external", 
  1374.        "Reset functionsn" 
  1375.        "BGP informationn" 
  1376.        "Address familyn"
  1377.        "Clear all external peersn")
  1378. DEFSH (VTYSH_OSPFD, ospf_neighbor_priority_poll_interval_cmd_vtysh, 
  1379.        "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>", 
  1380.        "Specify neighbor routern" 
  1381.        "Neighbor IP addressn"
  1382.        "Neighbor Priorityn"
  1383.        "Priorityn"
  1384.        "Dead Neighbor Polling intervaln"
  1385.        "Secondsn")
  1386. DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_all_cmd_vtysh, 
  1387.        "distribute-list WORD (in|out)", 
  1388.        "Filter networks in routing updatesn"
  1389.        "Access-list namen"
  1390.        "Filter incoming routing updatesn"
  1391.        "Filter outgoing routing updatesn")
  1392. DEFSH (VTYSH_OSPF6D, debug_ospf6_neighbor_cmd_vtysh, 
  1393.        "debug ospf6 neighbor", 
  1394.        "Debugging functions (see also 'undebug')n" 
  1395.        "Open Shortest Path First (OSPF) for IPv6n" 
  1396.        "Debug OSPFv3 Neighborn"
  1397.       )
  1398. DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_ignore_cmd_vtysh, 
  1399.        "bgp bestpath as-path ignore", 
  1400.        "BGP specific commandsn"
  1401.        "Change the default bestpath selectionn"
  1402.        "AS-path attributen"
  1403.        "Ignore as-path length in selecting a routen")
  1404. DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_cmd_vtysh, 
  1405.        "clear ip bgp dampening A.B.C.D", 
  1406.        "Reset functionsn" 
  1407.        "IP informationn" 
  1408.        "BGP informationn" 
  1409.        "Clear route flap dampening informationn"
  1410.        "Network to clear damping informationn")
  1411. DEFSH (VTYSH_OSPFD, ospf_area_stub_no_summary_cmd_vtysh, 
  1412.        "area (A.B.C.D|<0-4294967295>) stub no-summary", 
  1413.        "OSPF stub parametersn"
  1414.        "OSPF area ID in IP address formatn"
  1415.        "OSPF area ID as a decimal valuen"
  1416.        "Configure OSPF area as stubn"
  1417.        "Do not inject inter-area routes into stubn")
  1418. DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_metric_cmd_vtysh, 
  1419.        "redistribute kernel metric <0-16>", 
  1420.        "Redistribute information from another routing protocoln"
  1421.        "Kernel routesn"
  1422.        "Metricn"
  1423.        "Metric valuen")
  1424. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_any_any_cmd_vtysh, 
  1425.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any any", 
  1426.        "Negate a command or set its defaultsn" 
  1427.        "Add an access list entryn"
  1428.        "IP extended access listn"
  1429.        "IP extended access list (expanded range)n"
  1430.        "Specify packets to rejectn"
  1431.        "Specify packets to forwardn"
  1432.        "Any Internet Protocoln"
  1433.        "Any source hostn"
  1434.        "Any destination hostn")
  1435. DEFSH (VTYSH_BGPD, bgp_bestpath_med_cmd_vtysh, 
  1436.        "bgp bestpath med (confed|missing-as-worst)", 
  1437.        "BGP specific commandsn"
  1438.        "Change the default bestpath selectionn"
  1439.        "MED attributen"
  1440.        "Compare MED among confederation pathsn"
  1441.        "Treat missing MED as the least preferred onen")
  1442. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_all_cmd_vtysh, 
  1443.        "show ip bgp ipv4 (unicast|multicast) community", 
  1444.        "Show running system informationn" 
  1445.        "IP informationn" 
  1446.        "BGP informationn" 
  1447.        "Address familyn"
  1448.        "Address Family modifiern"
  1449.        "Address Family modifiern"
  1450.        "Display routes matching the communitiesn")
  1451. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh, 
  1452.        "clear ip bgp peer-group WORD in prefix-filter", 
  1453.        "Reset functionsn" 
  1454.        "IP informationn" 
  1455.        "BGP informationn" 
  1456.        "Clear all members of peer-groupn"
  1457.        "BGP peer-group namen"
  1458.        "Soft reconfig inbound updaten"
  1459.        "Push out prefix-list ORF and do inbound soft reconfign")
  1460. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_cmd_vtysh, 
  1461.        "show ipv6 mbgp", 
  1462.        "Show running system informationn" 
  1463.        "IP informationn" 
  1464.        "MBGP informationn" )
  1465. DEFSH (VTYSH_BGPD, no_neighbor_unsuppress_map_cmd_vtysh, 
  1466.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "unsuppress-map WORD", 
  1467.        "Negate a command or set its defaultsn" 
  1468.        "Specify neighbor routern" 
  1469.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1470.        "Route-map to selectively unsuppress suppressed routesn"
  1471.        "Name of route mapn")
  1472. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_routemap_cmd_vtysh, 
  1473.        "no redistribute ospf6 route-map WORD", 
  1474.        "Negate a command or set its defaultsn" 
  1475.        "Redistribute information from another routing protocoln"
  1476.        "IPv6 Open Shortest Path First (OSPFv3)n"
  1477.        "Route map referencen"
  1478.        "Pointer to route-map entriesn")
  1479. DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_param4_cmd_vtysh, 
  1480.        "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1481.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  1482.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  1483.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
  1484.        "(hello-interval|retransmit-interval|transmit-delay|dead-interval)", 
  1485.        "Negate a command or set its defaultsn" 
  1486.        "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" 
  1487.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1488.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1489.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" 
  1490.        "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn"  "Secondsn" )
  1491. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_summary_cmd_vtysh, 
  1492.        "show ip prefix-list summary", 
  1493.        "Show running system informationn" 
  1494.        "IP informationn" 
  1495.        "Build a prefix listn" 
  1496.        "Summary of prefix listsn")
  1497. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_summary_name_cmd_vtysh, 
  1498.        "show ipv6 prefix-list summary WORD", 
  1499.        "Show running system informationn" 
  1500.        "IPv6 informationn" 
  1501.        "Build a prefix listn" 
  1502.        "Summary of prefix listsn"
  1503.        "Name of a prefix listn")
  1504. DEFSH (VTYSH_BGPD, set_aggregator_as_cmd_vtysh, 
  1505.        "set aggregator as <1-65535> A.B.C.D", 
  1506.        "Set values in destination routing protocoln" 
  1507.        "BGP aggregator attributen"
  1508.        "AS number of aggregatorn"
  1509.        "AS numbern"
  1510.        "IP address of aggregatorn")
  1511. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, match_ip_address_prefix_list_cmd_vtysh, 
  1512.        "match ip address prefix-list WORD", 
  1513.        "Match values from routing tablen" 
  1514.        "IP informationn" 
  1515.        "Match address of routen"
  1516.        "Match entries of prefix-listsn"
  1517.        "IP prefix-list namen")
  1518. DEFSH (VTYSH_BGPD, no_bgp_network_mask_backdoor_cmd_vtysh, 
  1519.        "no network A.B.C.D mask A.B.C.D backdoor", 
  1520.        "Negate a command or set its defaultsn" 
  1521.        "Specify a network to announce via BGPn"
  1522.        "Network numbern"
  1523.        "Network maskn"
  1524.        "Network maskn"
  1525.        "Specify a BGP backdoor routen")
  1526. DEFSH (VTYSH_BGPD, no_match_origin_val_cmd_vtysh, 
  1527.        "no match origin (egp|igp|incomplete)", 
  1528.        "Negate a command or set its defaultsn" 
  1529.        "Match values from routing tablen" 
  1530.        "BGP origin coden"
  1531.        "remote EGPn"
  1532.        "local IGPn"
  1533.        "unknown heritagen")
  1534. DEFSH (VTYSH_RIPD, rip_network_cmd_vtysh, 
  1535.        "network (A.B.C.D/M|WORD)", 
  1536.        "Enable routing on an IP networkn"
  1537.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1538.        "Interface namen")
  1539. DEFSH (VTYSH_OSPFD, ip_ospf_cost_cmd_vtysh, 
  1540.        "ip ospf cost <1-65535>", 
  1541.        "IP Informationn"
  1542.        "OSPF interface commandsn"
  1543.        "Interface costn"
  1544.        "Cost")
  1545. DEFSH (VTYSH_BGPD, ipv6_aggregate_address_cmd_vtysh, 
  1546.        "aggregate-address X:X::X:X/M", 
  1547.        "Configure BGP aggregate entriesn"
  1548.        "Aggregate prefixn")
  1549. DEFSH (VTYSH_BGPD, clear_bgp_as_cmd_vtysh, 
  1550.        "clear bgp <1-65535>", 
  1551.        "Reset functionsn" 
  1552.        "BGP informationn" 
  1553.        "Clear peers with the AS numbern")
  1554. DEFSH (VTYSH_BGPD, no_neighbor_disable_connected_check_cmd_vtysh, 
  1555.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "disable-connected-check", 
  1556.        "Negate a command or set its defaultsn" 
  1557.        "Specify neighbor routern" 
  1558.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1559.        "one-hop away EBGP peer using loopback addressn")
  1560. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_intra_inter_cmd_vtysh, 
  1561.        "distance ospf external <1-255> intra-area <1-255> inter-area <1-255>", 
  1562.        "Define an administrative distancen"
  1563.        "OSPF Administrative distancen"
  1564.        "External routesn"
  1565.        "Distance for external routesn"
  1566.        "Intra-area routesn"
  1567.        "Distance for intra-area routesn"
  1568.        "Inter-area routesn"
  1569.        "Distance for inter-area routesn")
  1570. DEFSH (VTYSH_OSPFD, ospf_cost_cmd_vtysh, 
  1571.        "ospf cost <1-65535>", 
  1572.        "OSPF interface commandsn"
  1573.        "Interface costn"
  1574.        "Cost")
  1575. DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_cmd_vtysh, 
  1576.        "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)", 
  1577.        "Negate a command or set its defaultsn" 
  1578.        "IPv6 informationn" 
  1579.        "Build a prefix listn" 
  1580.        "Name of a prefix listn"
  1581.        "sequence number of an entryn"
  1582.        "Sequence numbern"
  1583.        "Specify packets to rejectn"
  1584.        "Specify packets to forwardn"
  1585.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n"
  1586.        "Any prefix match.  Same as "::0/0 le 128"n")
  1587. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_type_metric_routemap_cmd_vtysh, 
  1588.        "default-information originate metric-type (1|2) metric <0-16777214> route-map WORD", 
  1589.        "Control distribution of default informationn"
  1590.        "Distribute a default routen"
  1591.        "OSPF metric type for default routesn"
  1592.        "Set OSPF External Type 1 metricsn"
  1593.        "Set OSPF External Type 2 metricsn"
  1594.        "OSPF default metricn"
  1595.        "OSPF metricn"
  1596.        "Route map referencen"
  1597.        "Pointer to route-map entriesn")
  1598. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_prefix_cmd_vtysh, 
  1599.        "show ipv6 mbgp X:X::X:X/M", 
  1600.        "Show running system informationn" 
  1601.        "IP informationn" 
  1602.        "MBGP informationn" 
  1603.        "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16n")
  1604. DEFSH (VTYSH_ZEBRA, no_ipv6_nd_other_config_flag_cmd_vtysh, 
  1605.        "no ipv6 nd other-config-flag", 
  1606.        "Negate a command or set its defaultsn" 
  1607.        "IP informationn" 
  1608.        "Neighbor discoveryn"
  1609.        "Other statefull configuration flagn")
  1610. DEFSH (VTYSH_RIPD, no_key_cmd_vtysh, 
  1611.        "no key <0-2147483647>", 
  1612.        "Negate a command or set its defaultsn" 
  1613.        "Delete a keyn"
  1614.        "Key identifier numbern")
  1615. DEFSH (VTYSH_OSPF6D, debug_ospf6_interface_cmd_vtysh, 
  1616.        "debug ospf6 interface", 
  1617.        "Debugging functions (see also 'undebug')n" 
  1618.        "Open Shortest Path First (OSPF) for IPv6n" 
  1619.        "Debug OSPFv3 Interfacen"
  1620.       )
  1621. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_ge_cmd_vtysh, 
  1622.        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>", 
  1623.        "Negate a command or set its defaultsn" 
  1624.        "IP informationn" 
  1625.        "Build a prefix listn" 
  1626.        "Name of a prefix listn"
  1627.        "Specify packets to rejectn"
  1628.        "Specify packets to forwardn"
  1629.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1630.        "Minimum prefix length to be matchedn"
  1631.        "Minimum prefix lengthn")
  1632. DEFSH (VTYSH_BGPD, neighbor_attr_unchanged4_cmd_vtysh, 
  1633.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "attribute-unchanged med (as-path|next-hop)", 
  1634.        "Specify neighbor routern" 
  1635.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1636.        "BGP attribute is propagated unchanged to this neighborn"
  1637.        "Med attributen"
  1638.        "As-path attributen"
  1639.        "Nexthop attributen")
  1640. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authkey_cmd_vtysh, 
  1641.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1642.        "(authentication-key|) AUTH_KEY", 
  1643.        "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" 
  1644.        "Authentication password (key)n" "The OSPF password (key)" )
  1645. DEFSH (VTYSH_RIPNGD, no_debug_ripng_zebra_cmd_vtysh, 
  1646.        "no debug ripng zebra", 
  1647.        "Negate a command or set its defaultsn" 
  1648.        "Debugging functions (see also 'undebug')n" 
  1649.        "RIPng configurationn"
  1650.        "Debug option set for ripng and zebra communicationn")
  1651. DEFSH (VTYSH_BGPD, no_neighbor_weight_val_cmd_vtysh, 
  1652.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "weight <0-65535>", 
  1653.        "Negate a command or set its defaultsn" 
  1654.        "Specify neighbor routern" 
  1655.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1656.        "Set default weight for routes from this neighborn"
  1657.        "default weightn")
  1658. DEFSH (VTYSH_RIPD, no_rip_default_information_originate_cmd_vtysh, 
  1659.        "no default-information originate", 
  1660.        "Negate a command or set its defaultsn" 
  1661.        "Control distribution of default routen"
  1662.        "Distribute a default routen")
  1663. DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_args_md5_cmd_vtysh, 
  1664.        "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
  1665.        "(authentication|) (message-digest|null) "
  1666.        "(message-digest-key|) <1-255> md5 KEY", 
  1667.        "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" 
  1668.        "Enable authentication on this virtual linkn" "dummy string n"  "Use null authenticationn" "Use message-digest authenticationn" 
  1669.        "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
  1670. DEFSH (VTYSH_BGPD, clear_bgp_as_in_cmd_vtysh, 
  1671.        "clear bgp <1-65535> in", 
  1672.        "Reset functionsn" 
  1673.        "BGP informationn" 
  1674.        "Clear peers with the AS numbern"
  1675.        "Soft reconfig inbound updaten")
  1676. DEFSH (VTYSH_BGPD, match_community_exact_cmd_vtysh, 
  1677.        "match community (<1-99>|<100-500>|WORD) exact-match", 
  1678.        "Match values from routing tablen" 
  1679.        "Match BGP community listn"
  1680.        "Community-list number (standard)n"
  1681.        "Community-list number (expanded)n"
  1682.        "Community-list namen"
  1683.        "Do exact matching of communitiesn")
  1684. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_any_host_cmd_vtysh, 
  1685.        "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D", 
  1686.        "Negate a command or set its defaultsn" 
  1687.        "Add an access list entryn"
  1688.        "IP extended access listn"
  1689.        "IP extended access list (expanded range)n"
  1690.        "Specify packets to rejectn"
  1691.        "Specify packets to forwardn"
  1692.        "Any Internet Protocoln"
  1693.        "Any source hostn"
  1694.        "A single destination hostn"
  1695.        "Destination addressn")
  1696. DEFSH (VTYSH_BGPD, ipv6_bgp_network_cmd_vtysh, 
  1697.        "network X:X::X:X/M", 
  1698.        "Specify a network to announce via BGPn"
  1699.        "IPv6 prefix <network>/<length>n")
  1700. DEFSH (VTYSH_BGPD, bgp_fast_external_failover_cmd_vtysh, 
  1701.        "bgp fast-external-failover", 
  1702.        "BGP informationn" 
  1703.        "Immediately reset session if a link to a directly connected external peer goes downn")
  1704. DEFSH (VTYSH_ZEBRA, ip_route_distance_cmd_vtysh, 
  1705.        "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>", 
  1706.        "IP informationn" 
  1707.        "Establish static routesn"
  1708.        "IP destination prefix (e.g. 10.0.0.0/8)n"
  1709.        "IP gateway addressn"
  1710.        "IP gateway interface namen"
  1711.        "Null interfacen"
  1712.        "Distance value for this routen")
  1713. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_prefix_list_cmd_vtysh, 
  1714.        "show ipv6 mbgp prefix-list WORD", 
  1715.        "Show running system informationn" 
  1716.        "IPv6 informationn" 
  1717.        "MBGP informationn" 
  1718.        "Display routes matching the prefix-listn"
  1719.        "IPv6 prefix-list namen")
  1720. DEFSH (VTYSH_BGPD, bgp_network_mask_cmd_vtysh, 
  1721.        "network A.B.C.D mask A.B.C.D", 
  1722.        "Specify a network to announce via BGPn"
  1723.        "Network numbern"
  1724.        "Network maskn"
  1725.        "Network maskn")
  1726. DEFSH (VTYSH_BGPD, show_bgp_cmd_vtysh, 
  1727.        "show bgp", 
  1728.        "Show running system informationn" 
  1729.        "BGP informationn" )
  1730. DEFSH (VTYSH_OSPFD, ospf_area_default_cost_cmd_vtysh, 
  1731.        "area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>", 
  1732.        "OSPF area parametersn"
  1733.        "OSPF area ID in IP address formatn"
  1734.        "OSPF area ID as a decimal valuen"
  1735.        "Set the summary-default cost of a NSSA or stub arean"
  1736.        "Stub's advertised default summary costn")
  1737. DEFSH (VTYSH_BGPD, bgp_network_mask_backdoor_cmd_vtysh, 
  1738.        "network A.B.C.D mask A.B.C.D backdoor", 
  1739.        "Specify a network to announce via BGPn"
  1740.        "Network numbern"
  1741.        "Network maskn"
  1742.        "Network maskn"
  1743.        "Specify a BGP backdoor routen")
  1744. DEFSH (VTYSH_RIPD, ip_rip_authentication_string_cmd_vtysh, 
  1745.        "ip rip authentication string LINE", 
  1746.        "IP informationn" 
  1747.        "Routing Information Protocoln"
  1748.        "Authentication controln"
  1749.        "Authentication stringn"
  1750.        "Authentication stringn")
  1751. DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_cmd_vtysh, 
  1752.        "show ipv6 ospf6 interface", 
  1753.        "Show running system informationn" 
  1754.        "IPv6 Informationn" 
  1755.        "Open Shortest Path First (OSPF) for IPv6n" 
  1756.        "Interface infomationn" 
  1757.        )
  1758. DEFSH (VTYSH_OSPFD, no_ospf_neighbor_priority_cmd_vtysh, 
  1759.        "no neighbor A.B.C.D priority <0-255>", 
  1760.        "Negate a command or set its defaultsn" 
  1761.        "Specify neighbor routern" 
  1762.        "Neighbor IP addressn"
  1763.        "Neighbor Priorityn"
  1764.        "Priorityn")
  1765. DEFSH (VTYSH_BGPD, no_set_community_none_cmd_vtysh, 
  1766.        "no set community none", 
  1767.        "Negate a command or set its defaultsn" 
  1768.        "Set values in destination routing protocoln" 
  1769.        "BGP community attributen"
  1770.        "No community attributen")
  1771. DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_cmd_vtysh, 
  1772.        "show ip as-path-access-list WORD", 
  1773.        "Show running system informationn" 
  1774.        "IP informationn" 
  1775.        "List AS path access listsn"
  1776.        "AS path access list namen")
  1777. DEFSH (VTYSH_BGPD, show_bgp_instance_summary_cmd_vtysh, 
  1778.        "show bgp view WORD summary", 
  1779.        "Show running system informationn" 
  1780.        "BGP informationn" 
  1781.        "BGP viewn"
  1782.        "View namen"
  1783.        "Summary of BGP neighbor statusn")
  1784. DEFSH (VTYSH_RIPD, distribute_list_prefix_cmd_vtysh, 
  1785.        "distribute-list prefix WORD (in|out) WORD", 
  1786.        "Filter networks in routing updatesn"
  1787.        "Filter prefixes in routing updatesn"
  1788.        "Name of an IP prefix-listn"
  1789.        "Filter incoming routing updatesn"
  1790.        "Filter outgoing routing updatesn"
  1791.        "Interface namen")
  1792. DEFSH (VTYSH_BGPD, ipv6_bgp_network_route_map_cmd_vtysh, 
  1793.        "network X:X::X:X/M route-map WORD", 
  1794.        "Specify a network to announce via BGPn"
  1795.        "IPv6 prefix <network>/<length>n"
  1796.        "Route-map to modify the attributesn"
  1797.        "Name of the route mapn")
  1798. DEFSH (VTYSH_RIPNGD, ripng_redistribute_connected_metric_cmd_vtysh, 
  1799.        "redistribute connected metric <0-16>", 
  1800.        "Redistribute information from another routing protocoln"
  1801.        "Connectedn"
  1802.        "Metricn"
  1803.        "Metric valuen")
  1804. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_ge_le_cmd_vtysh, 
  1805.        "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
  1806.        "Negate a command or set its defaultsn" 
  1807.        "IP informationn" 
  1808.        "Build a prefix listn" 
  1809.        "Name of a prefix listn"
  1810.        "Specify packets to rejectn"
  1811.        "Specify packets to forwardn"
  1812.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  1813.        "Minimum prefix length to be matchedn"
  1814.        "Minimum prefix lengthn"
  1815.        "Maximum prefix length to be matchedn"
  1816.        "Maximum prefix lengthn")
  1817. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_addr_cmd_vtysh, 
  1818.        "ip ospf authentication A.B.C.D", 
  1819.        "IP Informationn"
  1820.        "OSPF interface commandsn"
  1821.        "Enable authentication on this interfacen"
  1822.        "Address of interface")
  1823. DEFSH (VTYSH_OSPFD, ip_ospf_authentication_key_cmd_vtysh, 
  1824.        "ip ospf authentication-key AUTH_KEY", 
  1825.        "IP Informationn"
  1826.        "OSPF interface commandsn"
  1827.        "Authentication password (key)n"
  1828.        "The OSPF password (key)")
  1829. DEFSH (VTYSH_ZEBRA, ipv6_nd_other_config_flag_cmd_vtysh, 
  1830.        "ipv6 nd other-config-flag", 
  1831.        "IP informationn" 
  1832.        "Neighbor discoveryn"
  1833.        "Other statefull configuration flagn")
  1834. DEFSH (VTYSH_BGPD, show_bgp_neighbor_advertised_route_cmd_vtysh, 
  1835.        "show bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes", 
  1836.        "Show running system informationn" 
  1837.        "BGP informationn" 
  1838.        "Detailed information on TCP and BGP neighbor connectionsn"
  1839.        "Neighbor to display information aboutn"
  1840.        "Neighbor to display information aboutn"
  1841.        "Display the routes advertised to a BGP neighborn")
  1842. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, clear_ip_prefix_list_name_prefix_cmd_vtysh, 
  1843.        "clear ip prefix-list WORD A.B.C.D/M", 
  1844.        "Reset functionsn" 
  1845.        "IP informationn" 
  1846.        "Build a prefix listn" 
  1847.        "Name of a prefix listn"
  1848.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  1849. DEFSH (VTYSH_BGPD, bgp_client_to_client_reflection_cmd_vtysh, 
  1850.        "bgp client-to-client reflection", 
  1851.        "BGP specific commandsn"
  1852.        "Configure client to client route reflectionn"
  1853.        "reflection of routes allowedn")
  1854. DEFSH (VTYSH_BGPD, clear_bgp_external_soft_in_cmd_vtysh, 
  1855.        "clear bgp external soft in", 
  1856.        "Reset functionsn" 
  1857.        "BGP informationn" 
  1858.        "Clear all external peersn"
  1859.        "Soft reconfign"
  1860.        "Soft reconfig inbound updaten")
  1861. DEFSH (VTYSH_RIPD, no_rip_redistribute_type_routemap_cmd_vtysh, 
  1862.        "no redistribute (kernel|connected|static|ospf|bgp) route-map WORD", 
  1863.        "Negate a command or set its defaultsn" 
  1864.        "Redistribute information from another routing protocoln"
  1865.        "Kernel routesn"
  1866.        "Connectedn"
  1867.        "Static routesn"
  1868.        "Open Shortest Path First (OSPF)n"
  1869.        "Border Gateway Protocol (BGP)n"
  1870.        "Route map referencen"
  1871.        "Pointer to route-map entriesn")
  1872. DEFSH (VTYSH_BGPD, no_aggregate_address_mask_summary_as_set_cmd_vtysh, 
  1873.        "no aggregate-address A.B.C.D A.B.C.D summary-only as-set", 
  1874.        "Negate a command or set its defaultsn" 
  1875.        "Configure BGP aggregate entriesn"
  1876.        "Aggregate addressn"
  1877.        "Aggregate maskn"
  1878.        "Filter more specific routes from updatesn"
  1879.        "Generate AS set path informationn")
  1880. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_tags_cmd_vtysh, 
  1881.        "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn tags", 
  1882.        "Show running system informationn" 
  1883.        "IP informationn" 
  1884.        "BGP informationn" 
  1885.        "Display VPNv4 NLRI specific informationn"
  1886.        "Display information for a route distinguishern"
  1887.        "VPN Route Distinguishern"
  1888.        "Display BGP tags for prefixesn")
  1889. DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_cmd_vtysh, 
  1890.        "no set extcommunity soo", 
  1891.        "Negate a command or set its defaultsn" 
  1892.        "Set values in destination routing protocoln" 
  1893.        "BGP extended community attributen"
  1894.        "Site-of-Origin extended communityn")
  1895. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_exact_cmd_vtysh, 
  1896.        "access-list WORD (deny|permit) A.B.C.D/M exact-match", 
  1897.        "Add an access list entryn"
  1898.        "IP zebra access-list namen"
  1899.        "Specify packets to rejectn"
  1900.        "Specify packets to forwardn"
  1901.        "Prefix to match. e.g. 10.0.0.0/8n"
  1902.        "Exact match of the prefixesn")
  1903. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_route_cmd_vtysh, 
  1904.        "show ip bgp ipv4 (unicast|multicast) A.B.C.D", 
  1905.        "Show running system informationn" 
  1906.        "IP informationn" 
  1907.        "BGP informationn" 
  1908.        "Address familyn"
  1909.        "Address Family modifiern"
  1910.        "Address Family modifiern"
  1911.        "Network in the BGP routing table to displayn")
  1912. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_cmd_vtysh, 
  1913.        "clear bgp ipv6 *", 
  1914.        "Reset functionsn" 
  1915.        "BGP informationn" 
  1916.        "Address familyn"
  1917.        "Clear all peersn")
  1918. DEFSH (VTYSH_BGPD, bgp_confederation_peers_cmd_vtysh, 
  1919.        "bgp confederation peers .<1-65535>", 
  1920.        "BGP specific commandsn"
  1921.        "AS confederation parametersn"
  1922.        "Peer ASs in BGP confederationn"
  1923.        "AS numbern" )
  1924. DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_val_cmd_vtysh, 
  1925.        "no set extcommunity soo .ASN:nn_or_IP-address:nn", 
  1926.        "Negate a command or set its defaultsn" 
  1927.        "Set values in destination routing protocoln" 
  1928.        "BGP extended community attributen"
  1929.        "Site-of-Origin extended communityn"
  1930.        "VPN extended communityn")
  1931. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_metric_routemap_cmd_vtysh, 
  1932.        "redistribute (kernel|connected|static|rip|bgp) metric <0-16777214> route-map WORD", 
  1933.        "Redistribute information from another routing protocoln"
  1934.        "Kernel routesn"
  1935.        "Connectedn"
  1936.        "Static routesn"
  1937.        "Routing Information Protocol (RIP)n"
  1938.        "Border Gateway Protocol (BGP)n"
  1939.        "Metric for redistributed routesn"
  1940.        "OSPF default metricn"
  1941.        "Route map referencen"
  1942.        "Pointer to route-map entriesn")
  1943. DEFSH (VTYSH_OSPFD, ip_ospf_cost_addr_cmd_vtysh, 
  1944.        "ip ospf cost <1-65535> A.B.C.D", 
  1945.        "IP Informationn"
  1946.        "OSPF interface commandsn"
  1947.        "Interface costn"
  1948.        "Costn"
  1949.        "Address of interface")
  1950. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_in_cmd_vtysh, 
  1951.        "clear bgp ipv6 external soft in", 
  1952.        "Reset functionsn" 
  1953.        "BGP informationn" 
  1954.        "Address familyn"
  1955.        "Clear all external peersn"
  1956.        "Soft reconfign"
  1957.        "Soft reconfig inbound updaten")
  1958. DEFSH (VTYSH_RIPD, show_ip_rip_cmd_vtysh, 
  1959.        "show ip rip", 
  1960.        "Show running system informationn" 
  1961.        "IP informationn" 
  1962.        "Show RIP routesn")
  1963. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_in_cmd_vtysh, 
  1964.        "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in", 
  1965.        "Reset functionsn" 
  1966.        "IP informationn" 
  1967.        "BGP informationn" 
  1968.        "BGP neighbor address to clearn"
  1969.        "Address familyn"
  1970.        "Address Family modifiern"
  1971.        "Address Family modifiern"
  1972.        "Soft reconfig inbound updaten")
  1973. DEFSH (VTYSH_RIPD, show_debugging_rip_cmd_vtysh, 
  1974.        "show debugging rip", 
  1975.        "Show running system informationn" 
  1976.        "Debugging functions (see also 'undebug')n" 
  1977.        "RIP informationn" )
  1978. DEFSH (VTYSH_BGPD, no_bgp_network_mask_route_map_cmd_vtysh, 
  1979.        "no network A.B.C.D mask A.B.C.D route-map WORD", 
  1980.        "Negate a command or set its defaultsn" 
  1981.        "Specify a network to announce via BGPn"
  1982.        "Network numbern"
  1983.        "Network maskn"
  1984.        "Network maskn"
  1985.        "Route-map to modify the attributesn"
  1986.        "Name of the route mapn")
  1987. DEFSH (VTYSH_BGPD, set_local_pref_cmd_vtysh, 
  1988.        "set local-preference <0-4294967295>", 
  1989.        "Set values in destination routing protocoln" 
  1990.        "BGP local preference path attributen"
  1991.        "Preference valuen")
  1992. DEFSH (VTYSH_BGPD, no_neighbor_activate_cmd_vtysh, 
  1993.        "no neighbor (A.B.C.D|X:X::X:X|WORD) "  "activate", 
  1994.        "Negate a command or set its defaultsn" 
  1995.        "Specify neighbor routern" 
  1996.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  1997.        "Enable the Address Family for this Neighborn")
  1998. DEFSH (VTYSH_RIPD, no_rip_redistribute_type_metric_cmd_vtysh, 
  1999.        "no redistribute (kernel|connected|static|ospf|bgp) metric <0-16>", 
  2000.        "Negate a command or set its defaultsn" 
  2001.        "Redistribute information from another routing protocoln"
  2002.        "Kernel routesn"
  2003.        "Connectedn"
  2004.        "Static routesn"
  2005.        "Open Shortest Path First (OSPF)n"
  2006.        "Border Gateway Protocol (BGP)n"
  2007.        "Metricn"
  2008.        "Metric valuen")
  2009. DEFSH (VTYSH_ZEBRA, no_debug_zebra_kernel_cmd_vtysh, 
  2010.        "no debug zebra kernel", 
  2011.        "Negate a command or set its defaultsn" 
  2012.        "Debugging functions (see also 'undebug')n" 
  2013.        "Zebra configurationn"
  2014.        "Debug option set for zebra between kernel interfacen")
  2015. DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_global_val_cmd_vtysh, 
  2016.        "no set ipv6 next-hop global X:X::X:X", 
  2017.        "Negate a command or set its defaultsn" 
  2018.        "Set values in destination routing protocoln" 
  2019.        "IPv6 informationn" 
  2020.        "IPv6 next-hop addressn"
  2021.        "IPv6 global addressn"
  2022.        "IPv6 address of next hopn")
  2023. DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_soft_in_cmd_vtysh, 
  2024.        "clear bgp ipv6 * soft in", 
  2025.        "Reset functionsn" 
  2026.        "BGP informationn" 
  2027.        "Address familyn"
  2028.        "Clear all peersn"
  2029.        "Soft reconfign"
  2030.        "Soft reconfig inbound updaten")
  2031. DEFSH (VTYSH_OSPFD, ospf_area_range_not_advertise_cmd_vtysh, 
  2032.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M not-advertise", 
  2033.        "OSPF area parametersn"
  2034.        "OSPF area ID in IP address formatn"
  2035.        "OSPF area ID as a decimal valuen"
  2036.        "Summarize routes matching address/mask (border routers only)n"
  2037.        "Area range prefixn"
  2038.        "DoNotAdvertise this rangen")
  2039. DEFSH (VTYSH_BGPD, show_bgp_community4_cmd_vtysh, 
  2040.        "show bgp community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)", 
  2041.        "Show running system informationn" 
  2042.        "BGP informationn" 
  2043.        "Display routes matching the communitiesn"
  2044.        "community numbern"
  2045.        "Do not send outside local AS (well-known community)n"
  2046.        "Do not advertise to any peer (well-known community)n"
  2047.        "Do not export to next AS (well-known community)n"
  2048.        "community numbern"
  2049.        "Do not send outside local AS (well-known community)n"
  2050.        "Do not advertise to any peer (well-known community)n"
  2051.        "Do not export to next AS (well-known community)n"
  2052.        "community numbern"
  2053.        "Do not send outside local AS (well-known community)n"
  2054.        "Do not advertise to any peer (well-known community)n"
  2055.        "Do not export to next AS (well-known community)n"
  2056.        "community numbern"
  2057.        "Do not send outside local AS (well-known community)n"
  2058.        "Do not advertise to any peer (well-known community)n"
  2059.        "Do not export to next AS (well-known community)n")
  2060. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh, 
  2061.        "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X)", 
  2062.        "Show running system informationn" 
  2063.        "IP informationn" 
  2064.        "BGP informationn" 
  2065.        "Address familyn"
  2066.        "Address Family modifiern"
  2067.        "Address Family modifiern"
  2068.        "Detailed information on TCP and BGP neighbor connectionsn"
  2069.        "Neighbor to display information aboutn"
  2070.        "Neighbor to display information aboutn")
  2071. DEFSH (VTYSH_RIPD, no_rip_split_horizon_cmd_vtysh, 
  2072.        "no ip split-horizon", 
  2073.        "Negate a command or set its defaultsn" 
  2074.        "IP informationn" 
  2075.        "Perform split horizonn")
  2076. DEFSH (VTYSH_BGPD, neighbor_local_as_no_prepend_cmd_vtysh, 
  2077.        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "local-as <1-65535> no-prepend", 
  2078.        "Specify neighbor routern" 
  2079.        "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn" 
  2080.        "Specify a local-as numbern"
  2081.        "AS number used as local ASn"
  2082.        "Do not prepend local-as to updates from ebgp peersn")
  2083. DEFSH (VTYSH_OSPFD, ospf_redistribute_source_type_routemap_cmd_vtysh, 
  2084.        "redistribute (kernel|connected|static|rip|bgp) metric-type (1|2) route-map WORD", 
  2085.        "Redistribute information from another routing protocoln"
  2086.        "Kernel routesn"
  2087.        "Connectedn"
  2088.        "Static routesn"
  2089.        "Routing Information Protocol (RIP)n"
  2090.        "Border Gateway Protocol (BGP)n"
  2091.        "OSPF exterior metric type for redistributed routesn"
  2092.        "Set OSPF External Type 1 metricsn"
  2093.        "Set OSPF External Type 2 metricsn"
  2094.        "Route map referencen"
  2095.        "Pointer to route-map entriesn")
  2096. DEFSH (VTYSH_BGPD, no_aggregate_address_mask_as_set_cmd_vtysh, 
  2097.        "no aggregate-address A.B.C.D A.B.C.D as-set", 
  2098.        "Negate a command or set its defaultsn" 
  2099.        "Configure BGP aggregate entriesn"
  2100.        "Aggregate addressn"
  2101.        "Aggregate maskn"
  2102.        "Generate AS set path informationn")
  2103. DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_inter_cmd_vtysh, 
  2104.        "distance ospf external <1-255> inter-area <1-255>", 
  2105.        "Define an administrative distancen"
  2106.        "OSPF Administrative distancen"
  2107.        "External routesn"
  2108.        "Distance for external routesn"
  2109.        "Inter-area routesn"
  2110.        "Distance for inter-area routesn")
  2111. DEFSH (VTYSH_RIPD, accept_lifetime_month_day_month_day_cmd_vtysh, 
  2112.        "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>", 
  2113.        "Set accept lifetime of the keyn"
  2114.        "Time to startn"
  2115.        "Month of the year to startn"
  2116.        "Day of th month to startn"
  2117.        "Year to startn"
  2118.        "Time to expiren"
  2119.        "Month of the year to expiren"
  2120.        "Day of th month to expiren"
  2121.        "Year to expiren")
  2122. DEFSH (VTYSH_BGPD, no_set_originator_id_val_cmd_vtysh, 
  2123.        "no set originator-id A.B.C.D", 
  2124.        "Negate a command or set its defaultsn" 
  2125.        "Set values in destination routing protocoln" 
  2126.        "BGP originator ID attributen"
  2127.        "IP address of originatorn")
  2128. DEFSH (VTYSH_OSPFD, ospf_area_range_advertise_cost_cmd_vtysh, 
  2129.        "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>", 
  2130.        "OSPF area parametersn"
  2131.        "OSPF area ID in IP address formatn"
  2132.        "OSPF area ID as a decimal valuen"
  2133.        "Summarize routes matching address/mask (border routers only)n"
  2134.        "Area range prefixn"
  2135.        "Advertise this range (default)n"
  2136.        "User specified metric for this rangen"
  2137.        "Advertised metric for this rangen")
  2138. DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_neighbor_routes_cmd_vtysh, 
  2139.        "show ip bgp vpnv4 all neighbors A.B.C.D routes", 
  2140.        "Show running system informationn" 
  2141.        "IP informationn" 
  2142.        "BGP informationn" 
  2143.        "Display VPNv4 NLRI specific informationn"
  2144.        "Display information about all VPNv4 NLRIsn"
  2145.        "Detailed information on TCP and BGP neighbor connectionsn"
  2146.        "Neighbor to display information aboutn"
  2147.        "Display routes learned from neighborn")
  2148. DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_metric_routemap_cmd_vtysh, 
  2149.        "no redistribute bgp metric <0-16> route-map WORD", 
  2150.        "Negate a command or set its defaultsn" 
  2151.        "Redistribute information from another routing protocoln"
  2152.        "Border Gateway Protocol (BGP)n"
  2153.        "Metricn"
  2154.        "Metric valuen"
  2155.        "Route map referencen"
  2156.        "Pointer to route-map entriesn")
  2157. DEFSH (VTYSH_OSPFD, ospf_default_information_originate_routemap_cmd_vtysh, 
  2158.        "default-information originate route-map WORD", 
  2159.        "Control distribution of default informationn"
  2160.        "Distribute a default routen"
  2161.        "Route map referencen"
  2162.        "Pointer to route-map entriesn")
  2163. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_list_exact_cmd_vtysh, 
  2164.        "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match", 
  2165.        "Show running system informationn" 
  2166.        "IP informationn" 
  2167.        "BGP informationn" 
  2168.        "Address familyn"
  2169.        "Address Family modifiern"
  2170.        "Address Family modifiern"
  2171.        "Display routes matching the community-listn"
  2172.        "community-list numbern"
  2173.        "community-list namen"
  2174.        "Exact match of the communitiesn")
  2175. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_remark_cmd_vtysh, 
  2176.        "access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE", 
  2177.        "Add an access list entryn"
  2178.        "IP standard access listn"
  2179.        "IP extended access listn"
  2180.        "IP standard access list (expanded range)n"
  2181.        "IP extended access list (expanded range)n"
  2182.        "IP zebra access-listn"
  2183.        "Access list entry commentn"
  2184.        "Comment up to 100 charactersn")
  2185. DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_prefix_cmd_vtysh, 
  2186.        "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M", 
  2187.        "Show running system informationn" 
  2188.        "IP informationn" 
  2189.        "BGP informationn" 
  2190.        "Address familyn"
  2191.        "Address Family modifiern"
  2192.        "Address Family modifiern"
  2193.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n")
  2194. DEFSH (VTYSH_BGPD, no_bgp_router_id_cmd_vtysh, 
  2195.        "no bgp router-id", 
  2196.        "Negate a command or set its defaultsn" 
  2197.        "BGP informationn" 
  2198.        "Override configured router identifiern")
  2199. DEFSH (VTYSH_BGPD, dump_bgp_all_interval_cmd_vtysh, 
  2200.        "dump bgp all PATH INTERVAL", 
  2201.        "Dump packetn"
  2202.        "BGP packet dumpn"
  2203.        "Dump all BGP packetsn"
  2204.        "Output filenamen"
  2205.        "Interval of outputn")
  2206. DEFSH (VTYSH_BGPD, show_ipv6_mbgp_filter_list_cmd_vtysh, 
  2207.        "show ipv6 mbgp filter-list WORD", 
  2208.        "Show running system informationn" 
  2209.        "IPv6 informationn" 
  2210.        "MBGP informationn" 
  2211.        "Display routes conforming to the filter-listn"
  2212.        "Regular expression access list namen")
  2213. DEFSH (VTYSH_BGPD, dump_bgp_updates_cmd_vtysh, 
  2214.        "dump bgp updates PATH", 
  2215.        "Dump packetn"
  2216.        "BGP packet dumpn"
  2217.        "Dump BGP updates onlyn"
  2218.        "Output filenamen")
  2219. DEFSH (VTYSH_BGPD, no_bgp_network_backdoor_cmd_vtysh, 
  2220.        "no network A.B.C.D/M backdoor", 
  2221.        "Negate a command or set its defaultsn" 
  2222.        "Specify a network to announce via BGPn"
  2223.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  2224.        "Specify a BGP backdoor routen")
  2225. DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh, 
  2226.        "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in", 
  2227.        "Reset functionsn" 
  2228.        "IP informationn" 
  2229.        "BGP informationn" 
  2230.        "Clear all members of peer-groupn"
  2231.        "BGP peer-group namen"
  2232.        "Address familyn"
  2233.        "Address Family modifiern"
  2234.        "Address Family modifiern"
  2235.        "Soft reconfig inbound updaten")
  2236. DEFSH (VTYSH_BGPD, clear_bgp_peer_soft_in_cmd_vtysh, 
  2237.        "clear bgp (A.B.C.D|X:X::X:X) soft in", 
  2238.        "Reset functionsn" 
  2239.        "BGP informationn" 
  2240.        "BGP neighbor address to clearn"
  2241.        "BGP IPv6 neighbor to clearn"
  2242.        "Soft reconfign"
  2243.        "Soft reconfig inbound updaten")
  2244. DEFSH (VTYSH_OSPF6D, redistribute_ospf6_cmd_vtysh, 
  2245.        "redistribute ospf6", 
  2246.        "Redistribute controln"
  2247.        "OSPF6 routen")
  2248. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_ge_le_cmd_vtysh, 
  2249.        "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>", 
  2250.        "Negate a command or set its defaultsn" 
  2251.        "IP informationn" 
  2252.        "Build a prefix listn" 
  2253.        "Name of a prefix listn"
  2254.        "sequence number of an entryn"
  2255.        "Sequence numbern"
  2256.        "Specify packets to rejectn"
  2257.        "Specify packets to forwardn"
  2258.        "IP prefix <network>/<length>,  e.g.,  35.0.0.0/8n"
  2259.        "Minimum prefix length to be matchedn"
  2260.        "Minimum prefix lengthn"
  2261.        "Maximum prefix length to be matchedn"
  2262.        "Maximum prefix lengthn")
  2263. DEFSH (VTYSH_OSPFD, no_ip_ospf_dead_interval_cmd_vtysh, 
  2264.        "no ip ospf dead-interval", 
  2265.        "Negate a command or set its defaultsn" 
  2266.        "IP Informationn"
  2267.        "OSPF interface commandsn"
  2268.        "Interval after which a neighbor is declared deadn")
  2269. DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_le_cmd_vtysh, 
  2270.        "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>", 
  2271.        "IP informationn" 
  2272.        "Build a prefix listn"