vtysh_cmd.c
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:669k
- #include <zebra.h>
- #include "command.h"
- #include "vtysh.h"
- DEFSH (VTYSH_BGPD, neighbor_version_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X) " "version <4-4>",
- "Specify neighbor routern"
- "Neighbor addressnIPv6 addressn"
- "Set the BGP version to match a neighborn"
- "Neighbor's BGP versionn")
- DEFSH (VTYSH_BGPD, no_set_aspath_prepend_cmd_vtysh,
- "no set as-path prepend",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "Prepend string for a BGP AS-path attributen"
- "Prepend to the as-pathn")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, clear_ipv6_prefix_list_cmd_vtysh,
- "clear ipv6 prefix-list",
- "Reset functionsn"
- "IPv6 informationn"
- "Build a prefix listn" )
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_vpnv4_soft_out_cmd_vtysh,
- "clear ip bgp A.B.C.D vpnv4 unicast soft out",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "BGP neighbor address to clearn"
- "Address familyn"
- "Address Family Modifiern"
- "Soft reconfign"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_extended_host_any_cmd_vtysh,
- "access-list (<100-199>|<2000-2699>) (deny|permit) ip host A.B.C.D any",
- "Add an access list entryn"
- "IP extended access listn"
- "IP extended access list (expanded range)n"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any Internet Protocoln"
- "A single source hostn"
- "Source addressn"
- "Any destination hostn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_description_cmd_vtysh,
- "ip prefix-list WORD description .LINE",
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "Prefix-list specific descriptionn"
- "Up to 80 characters describing this prefix-listn")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_inter_external_cmd_vtysh,
- "distance ospf intra-area <1-255> inter-area <1-255> external <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "Intra-area routesn"
- "Distance for intra-area routesn"
- "Inter-area routesn"
- "Distance for inter-area routesn"
- "External routesn"
- "Distance for external routesn")
- DEFSH (VTYSH_ZEBRA, no_ipv6_route_cmd_vtysh,
- "no ipv6 route X:X::X:X/M (X:X::X:X|INTERFACE|null0)",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Establish static routesn"
- "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
- "IPv6 gateway addressn"
- "IPv6 gateway interface namen")
- DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_ifname_prefix_detail_cmd_vtysh,
- "show ipv6 ospf6 interface IFNAME prefix (X:X::X:X|X:X::X:X/M|detail)",
- "Show running system informationn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Interface infomationn"
- "Interface name(e.g. ep0)n"
- "Display connected prefixes to advertisen"
- "Display the route bestmatches the addressn"
- "Display the routen"
- "Dispaly details of the prefixesn"
- )
- DEFSH (VTYSH_BGPD, no_neighbor_update_source_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "update-source",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Source of routing updatesn"
- "Interface namen")
- DEFSH (VTYSH_BGPD, show_bgp_ipv6_route_cmd_vtysh,
- "show bgp ipv6 X:X::X:X",
- "Show running system informationn"
- "BGP informationn"
- "Address familyn"
- "Network in the BGP routing table to displayn")
- DEFSH (VTYSH_ZEBRA, no_bandwidth_if_cmd_vtysh,
- "no bandwidth",
- "Negate a command or set its defaultsn"
- "Set bandwidth informational parametern")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_standard_any_cmd_vtysh,
- "access-list (<1-99>|<1300-1999>) (deny|permit) any",
- "Add an access list entryn"
- "IP standard access listn"
- "IP standard access list (expanded range)n"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any source hostn")
- DEFSH (VTYSH_BGPD, no_match_ipv6_next_hop_cmd_vtysh,
- "no match ipv6 next-hop X:X::X:X",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "IPv6 informationn"
- "Match IPv6 next-hop address of routen"
- "IPv6 address of next hopn")
- DEFSH (VTYSH_BGPD, clear_bgp_external_out_cmd_vtysh,
- "clear bgp external out",
- "Reset functionsn"
- "BGP informationn"
- "Clear all external peersn"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_OSPF6D, debug_ospf6_message_sendrecv_cmd_vtysh,
- "debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all) (send|recv)",
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug OSPFv3 messagen"
- "Debug Unknown messagen"
- "Debug Hello messagen"
- "Debug Database Description messagen"
- "Debug Link State Request messagen"
- "Debug Link State Update messagen"
- "Debug Link State Acknowledgement messagen"
- "Debug All messagen"
- "Debug only sending messagen"
- "Debug only receiving messagen"
- )
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_seq_le_cmd_vtysh,
- "ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M le <0-32>",
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "sequence number of an entryn"
- "Sequence numbern"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Maximum prefix length to be matchedn"
- "Maximum prefix lengthn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_instance_summary_cmd_vtysh,
- "show ip bgp view WORD summary",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "BGP viewn"
- "View namen"
- "Summary of BGP neighbor statusn")
- DEFSH (VTYSH_BGPD, no_bgp_graceful_restart_stalepath_time_val_cmd_vtysh,
- "no bgp graceful-restart stalepath-time <1-3600>",
- "Negate a command or set its defaultsn"
- "BGP specific commandsn"
- "Graceful restart capability parametersn"
- "Set the max time to hold onto restarting peer's stale pathsn"
- "Delay value (seconds)n")
- DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_metric_routemap_cmd_vtysh,
- "redistribute kernel metric <0-16> route-map WORD",
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Metricn"
- "Metric valuen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, no_bgp_distance_source_cmd_vtysh,
- "no distance <1-255> A.B.C.D/M",
- "Negate a command or set its defaultsn"
- "Define an administrative distancen"
- "Administrative distancen"
- "IP source prefixn")
- DEFSH (VTYSH_OSPF6D, no_ospf6_redistribute_cmd_vtysh,
- "no redistribute (static|kernel|connected|ripng|bgp)",
- "Negate a command or set its defaultsn"
- "Redistributen"
- "Static routen"
- "Kernel routen"
- "Connected routen"
- "RIPng routen"
- "BGP routen"
- )
- DEFSH (VTYSH_RIPNGD, ripng_aggregate_address_cmd_vtysh,
- "aggregate-address X:X::X:X/M",
- "Set aggregate RIPng route announcementn"
- "Aggregate networkn")
- DEFSH (VTYSH_RIPD, send_lifetime_duration_month_day_cmd_vtysh,
- "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> duration <1-2147483646>",
- "Set send lifetime of the keyn"
- "Time to startn"
- "Month of the year to startn"
- "Day of th month to startn"
- "Year to startn"
- "Duration of the keyn"
- "Duration secondsn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_ge_cmd_vtysh,
- "ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>",
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_cmd_vtysh,
- "clear ip bgp dampening",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear route flap dampening informationn")
- DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_threshold_warning_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> <1-100> warning-only",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Maximum number of prefix accept from this peern"
- "maximum no. of prefix limitn"
- "Threshold value (%) at which to generate a warning msgn"
- "Only give warning message when limit is exceededn")
- DEFSH (VTYSH_RIPNGD, debug_ripng_zebra_cmd_vtysh,
- "debug ripng zebra",
- "Debugging functions (see also 'undebug')n"
- "RIPng configurationn"
- "Debug option set for ripng and zebra communicationn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_community_cmd_vtysh,
- "show ip bgp community (AA:NN|local-AS|no-advertise|no-export)",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n")
- DEFSH (VTYSH_OSPF6D, no_ospf6_interface_area_cmd_vtysh,
- "no interface IFNAME area A.B.C.D",
- "Negate a command or set its defaultsn"
- "Disable routing on an IPv6 interfacen"
- "Interface name(e.g. ep0)n"
- "Specify the OSPF6 area IDn"
- "OSPF6 area ID in IPv4 address notationn"
- )
- DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_cmd_vtysh,
- "no redistribute static",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "Static routesn")
- DEFSH (VTYSH_BGPD, show_bgp_community3_cmd_vtysh,
- "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)",
- "Show running system informationn"
- "BGP informationn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n")
- DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "BGP attribute is propagated unchanged to this neighborn")
- DEFSH (VTYSH_BGPD, show_ipv6_bgp_community_all_cmd_vtysh,
- "show ipv6 bgp community",
- "Show running system informationn"
- "IPv6 informationn"
- "BGP informationn"
- "Display routes matching the communitiesn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_next_hop_prefix_list_val_cmd_vtysh,
- "no match ip next-hop prefix-list WORD",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "IP informationn"
- "Match next-hop address of routen"
- "Match entries of prefix-listsn"
- "IP prefix-list namen")
- DEFSH (VTYSH_BGPD, no_neighbor_local_as_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Specify a local-as numbern")
- DEFSH (VTYSH_BGPD, bgp_redistribute_ipv6_cmd_vtysh,
- "redistribute (connected|kernel|ospf6|ripng|static)",
- "Redistribute information from another routing protocoln"
- "Connectedn"
- "Kernel routesn"
- "Open Shurtest Path First (OSPFv3)n"
- "Routing Information Protocol (RIPng)n"
- "Static routesn")
- DEFSH (VTYSH_OSPFD, ospf_network_cmd_vtysh,
- "ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)",
- "OSPF interface commandsn"
- "Network typen"
- "Specify OSPF broadcast multi-access networkn"
- "Specify OSPF NBMA networkn"
- "Specify OSPF point-to-multipoint networkn"
- "Specify OSPF point-to-point networkn")
- DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_BGPD, no_set_metric_cmd_vtysh,
- "no set metric",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "Metric value for destination routing protocoln")
- DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_all_cmd_vtysh,
- "show ip as-path-access-list",
- "Show running system informationn"
- "IP informationn"
- "List AS path access listsn")
- DEFSH (VTYSH_BGPD, set_ip_nexthop_bgp_cmd_vtysh,
- "set ip next-hop peer-address",
- "Set values in destination routing protocoln"
- "IP informationn"
- "Next hop addressn"
- "Use peer address (for BGP only)n")
- DEFSH (VTYSH_BGPD, show_ip_bgp_filter_list_cmd_vtysh,
- "show ip bgp filter-list WORD",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display routes conforming to the filter-listn"
- "Regular expression access list namen")
- DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_prefix_cmd_vtysh,
- "no distribute-list prefix WORD (in|out) WORD",
- "Negate a command or set its defaultsn"
- "Filter networks in routing updatesn"
- "Filter prefixes in routing updatesn"
- "Name of an IP prefix-listn"
- "Filter incoming routing updatesn"
- "Filter outgoing routing updatesn"
- "Interface namen")
- DEFSH (VTYSH_BGPD, neighbor_transport_connection_mode_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "transport connection-mode (active|passive)",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Transport optionsn"
- "Specify passive or active connectionn"
- "Actively establish the TCP sessionn"
- "Passively establish the TCP sessionn")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_seq_ge_cmd_vtysh,
- "ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128>",
- "IPv6 informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "sequence number of an entryn"
- "Sequence numbern"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn")
- DEFSH (VTYSH_BGPD, no_bgp_timers_cmd_vtysh,
- "no timers bgp",
- "Negate a command or set its defaultsn"
- "Adjust routing timersn"
- "BGP timersn")
- DEFSH (VTYSH_BGPD, no_bgp_enforce_first_as_cmd_vtysh,
- "no bgp enforce-first-as",
- "Negate a command or set its defaultsn"
- "BGP informationn"
- "Enforce the first AS for EBGP routes(default)n")
- DEFSH (VTYSH_RIPD, no_ip_rip_authentication_mode_cmd_vtysh,
- "no ip rip authentication mode",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Routing Information Protocoln"
- "Authentication controln"
- "Authentication moden")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_cmd_vtysh,
- "distance ospf intra-area <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "Intra-area routesn"
- "Distance for intra-area routesn")
- DEFSH (VTYSH_BGPD, match_ipv6_address_cmd_vtysh,
- "match ipv6 address WORD",
- "Match values from routing tablen"
- "IPv6 informationn"
- "Match IPv6 address of routen"
- "IPv6 access-list namen")
- DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_cmd_vtysh,
- "redistribute static",
- "Redistribute information from another routing protocoln"
- "Static routesn")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_all_soft_in_cmd_vtysh,
- "clear ip bgp * soft in",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all peersn"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_ZEBRA, ip_route_mask_distance_cmd_vtysh,
- "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0) <1-255>",
- "IP informationn"
- "Establish static routesn"
- "IP destination prefixn"
- "IP destination prefix maskn"
- "IP gateway addressn"
- "IP gateway interface namen"
- "Null interfacen"
- "Distance value for this routen")
- DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_metric_routemap_cmd_vtysh,
- "no redistribute ospf6 metric <0-16> route-map WORD",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "IPv6 Open Shortest Path First (OSPFv3)n"
- "Metricn"
- "Metric valuen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_RIPD, no_router_rip_cmd_vtysh,
- "no router rip",
- "Negate a command or set its defaultsn"
- "Enable a routing processn"
- "Routing Information Protocol (RIP)n")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_summary_name_cmd_vtysh,
- "show ip prefix-list summary WORD",
- "Show running system informationn"
- "IP informationn"
- "Build a prefix listn"
- "Summary of prefix listsn"
- "Name of a prefix listn")
- DEFSH (VTYSH_BGPD, clear_bgp_all_cmd_vtysh,
- "clear bgp *",
- "Reset functionsn"
- "BGP informationn"
- "Clear all peersn")
- DEFSH (VTYSH_BGPD, no_neighbor_strict_capability_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X) " "strict-capability-match",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnIPv6 addressn"
- "Strict capability negotiation matchn")
- DEFSH (VTYSH_OSPFD, no_ospf_refresh_timer_cmd_vtysh,
- "no refresh timer",
- "Adjust refresh parametersn"
- "Unset refresh timern")
- DEFSH (VTYSH_BGPD, show_bgp_ipv6_community2_cmd_vtysh,
- "show bgp ipv6 community (AA:NN|local-AS|no-advertise|no-export) (AA:NN|local-AS|no-advertise|no-export)",
- "Show running system informationn"
- "BGP informationn"
- "Address familyn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD, no_set_metric_val_cmd_vtysh,
- "no set metric <0-4294967295>",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "Metric value for destination routing protocoln"
- "Metric valuen")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_all_in_cmd_vtysh,
- "clear ip bgp * in",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all peersn"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_out_cmd_vtysh,
- "clear ip bgp peer-group WORD out",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_BGPD, neighbor_activate_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "activate",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Enable the Address Family for this Neighborn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_flap_route_map_cmd_vtysh,
- "show ip bgp flap-statistics route-map WORD",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display flap statistics of routesn"
- "Display routes matching the route-mapn"
- "A route-map to match onn")
- DEFSH (VTYSH_OSPF6D|VTYSH_BGPD, no_match_ipv6_address_prefix_list_cmd_vtysh,
- "no match ipv6 address prefix-list WORD",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "IPv6 informationn"
- "Match address of routen"
- "Match entries of prefix-listsn"
- "IP prefix-list namen")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_access_list_any_cmd_vtysh,
- "no ipv6 access-list WORD (deny|permit) any",
- "Negate a command or set its defaultsn"
- "IPv6 informationn"
- "Add an access list entryn"
- "IPv6 zebra access-listn"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any prefixi to matchn")
- DEFSH (VTYSH_ZEBRA, ipv6_nd_reachable_time_cmd_vtysh,
- "ipv6 nd reachable-time MILLISECONDS",
- "IP informationn"
- "Neighbor discoveryn"
- "Reachable timen"
- "Reachable time in millisecondsn")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, ipv6_prefix_list_ge_le_cmd_vtysh,
- "ipv6 prefix-list WORD (deny|permit) X:X::X:X/M ge <0-128> le <0-128>",
- "IPv6 informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn"
- "Maximum prefix length to be matchedn"
- "Maximum prefix lengthn")
- DEFSH (VTYSH_BGPD, aggregate_address_mask_cmd_vtysh,
- "aggregate-address A.B.C.D A.B.C.D",
- "Configure BGP aggregate entriesn"
- "Aggregate addressn"
- "Aggregate maskn")
- DEFSH (VTYSH_BGPD, no_set_ip_nexthop_val_bgp_cmd_vtysh,
- "no set ip next-hop peer-address",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "IP informationn"
- "Next hop addressn"
- "Use peer address (for BGP only)n")
- DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_metric_cmd_vtysh,
- "redistribute static metric <0-16>",
- "Redistribute information from another routing protocoln"
- "Static routesn"
- "Metricn"
- "Metric valuen")
- DEFSH (VTYSH_OSPFD, no_ospf_compatible_rfc1583_cmd_vtysh,
- "no compatible rfc1583",
- "Negate a command or set its defaultsn"
- "OSPF compatibility listn"
- "compatible with RFC 1583n")
- DEFSH (VTYSH_OSPFD, debug_ospf_ism_cmd_vtysh,
- "debug ospf ism",
- "Debugging functions (see also 'undebug')n"
- "OSPF informationn"
- "OSPF Interface State Machinen")
- DEFSH (VTYSH_RIPD, rip_split_horizon_cmd_vtysh,
- "ip split-horizon",
- "IP informationn"
- "Perform split horizonn")
- DEFSH (VTYSH_BGPD, no_ip_community_list_expanded_all_cmd_vtysh,
- "no ip community-list <100-500>",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Add a community list entryn"
- "Community list number (expanded)n")
- DEFSH (VTYSH_OSPF6D, no_debug_ospf6_spf_process_cmd_vtysh,
- "no debug ospf6 spf process",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Quit Debugging SPF Calculationn"
- "Quit Debugging Detailed SPF Processn"
- )
- DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_list_exact_cmd_vtysh,
- "show ipv6 mbgp community-list WORD exact-match",
- "Show running system informationn"
- "IPv6 informationn"
- "MBGP informationn"
- "Display routes matching the community-listn"
- "community-list namen"
- "Exact match of the communitiesn")
- DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_routemap_cmd_vtysh,
- "default-information originate always route-map WORD",
- "Control distribution of default informationn"
- "Distribute a default routen"
- "Always advertise default routen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_cmd_vtysh,
- "clear bgp ipv6 external soft",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all external peersn"
- "Soft reconfign")
- DEFSH (VTYSH_BGPD, no_ip_community_list_standard_all_cmd_vtysh,
- "no ip community-list <1-99>",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Add a community list entryn"
- "Community list number (standard)n")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_sequence_number_cmd_vtysh,
- "ip prefix-list sequence-number",
- "IP informationn"
- "Build a prefix listn"
- "Include/exclude sequence numbers in NVGENn")
- DEFSH (VTYSH_OSPFD, no_ip_ospf_hello_interval_cmd_vtysh,
- "no ip ospf hello-interval",
- "Negate a command or set its defaultsn"
- "IP Informationn"
- "OSPF interface commandsn"
- "Time between HELLO packetsn")
- DEFSH (VTYSH_BGPD, show_bgp_neighbor_received_routes_cmd_vtysh,
- "show bgp neighbors (A.B.C.D|X:X::X:X) received-routes",
- "Show running system informationn"
- "BGP informationn"
- "Detailed information on TCP and BGP neighbor connectionsn"
- "Neighbor to display information aboutn"
- "Neighbor to display information aboutn"
- "Display the received routes from neighborn")
- DEFSH (VTYSH_OSPFD, no_ip_ospf_cost_cmd_vtysh,
- "no ip ospf cost",
- "Negate a command or set its defaultsn"
- "IP Informationn"
- "OSPF interface commandsn"
- "Interface costn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_community4_cmd_vtysh,
- "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)",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n")
- DEFSH (VTYSH_BGPD, no_match_ecommunity_cmd_vtysh,
- "no match extcommunity",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "Match BGP/VPN extended community listn")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_ge_le_cmd_vtysh,
- "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) X:X::X:X/M ge <0-128> le <0-128>",
- "Negate a command or set its defaultsn"
- "IPv6 informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "sequence number of an entryn"
- "Sequence numbern"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn"
- "Maximum prefix length to be matchedn"
- "Maximum prefix lengthn")
- DEFSH (VTYSH_BGPD, clear_bgp_peer_group_soft_in_cmd_vtysh,
- "clear bgp peer-group WORD soft in",
- "Reset functionsn"
- "BGP informationn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_BGPD, no_aggregate_address_as_set_cmd_vtysh,
- "no aggregate-address A.B.C.D/M as-set",
- "Negate a command or set its defaultsn"
- "Configure BGP aggregate entriesn"
- "Aggregate prefixn"
- "Generate AS set path informationn")
- DEFSH (VTYSH_OSPF6D, no_ipv6_ospf6_ifmtu_cmd_vtysh,
- "no ipv6 ospf6 ifmtu",
- "Negate a command or set its defaultsn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Interface MTUn"
- )
- DEFSH (VTYSH_BGPD, clear_ip_bgp_as_ipv4_soft_out_cmd_vtysh,
- "clear ip bgp <1-65535> ipv4 (unicast|multicast) soft out",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear peers with the AS numbern"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Soft reconfign"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_BGPD, no_set_local_pref_cmd_vtysh,
- "no set local-preference",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP local preference path attributen")
- DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_route_detail_cmd_vtysh,
- "show ipv6 ospf6 route (X:X::X:X|X:X::X:X/M|detail|summary)",
- "Show running system informationn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Routing Tablen"
- "Specify IPv6 addressn"
- "Specify IPv6 prefixn"
- "Detailed informationn"
- "Summary of route tablen"
- )
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_in_prefix_filter_cmd_vtysh,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in prefix-filter",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "BGP neighbor address to clearn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Soft reconfig inbound updaten"
- "Push out the existing ORF prefix-listn")
- DEFSH (VTYSH_BGPD, old_no_ipv6_bgp_network_cmd_vtysh,
- "no ipv6 bgp network X:X::X:X/M",
- "Negate a command or set its defaultsn"
- "IPv6 informationn"
- "BGP informationn"
- "Specify a network to announce via BGPn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n")
- DEFSH (VTYSH_ZEBRA, ipv6_nd_send_ra_cmd_vtysh,
- "ipv6 nd send-ra",
- "IP informationn"
- "Neighbor discoveryn"
- "Send Router Advertisementn")
- DEFSH (VTYSH_BGPD, debug_bgp_normal_cmd_vtysh,
- "debug bgp",
- "Debugging functions (see also 'undebug')n"
- "BGP informationn" )
- DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_static_metric_routemap_cmd_vtysh,
- "no redistribute static metric <0-16> route-map WORD",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "Static routesn"
- "Metricn"
- "Metric valuen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_ZEBRA, no_bandwidth_if_val_cmd_vtysh,
- "no bandwidth <1-10000000>",
- "Negate a command or set its defaultsn"
- "Set bandwidth informational parametern"
- "Bandwidth in kilobitsn")
- DEFSH (VTYSH_BGPD, no_bgp_router_id_val_cmd_vtysh,
- "no bgp router-id A.B.C.D",
- "Negate a command or set its defaultsn"
- "BGP informationn"
- "Override configured router identifiern"
- "Manually configured router identifiern")
- DEFSH (VTYSH_RIPD, no_rip_offset_list_cmd_vtysh,
- "no offset-list WORD (in|out) <0-16>",
- "Negate a command or set its defaultsn"
- "Modify RIP metricn"
- "Access-list namen"
- "For incoming updatesn"
- "For outgoing updatesn"
- "Metric valuen")
- DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_detail_all_cmd_vtysh,
- "show ip ospf neighbor detail all",
- "Show running system informationn"
- "IP informationn"
- "OSPF informationn"
- "Neighbor listn"
- "detail of all neighborsn"
- "include down status neighborn")
- DEFSH (VTYSH_BGPD, show_bgp_ipv6_prefix_cmd_vtysh,
- "show bgp ipv6 X:X::X:X/M",
- "Show running system informationn"
- "BGP informationn"
- "Address familyn"
- "IPv6 prefix <network>/<length>n")
- DEFSH (VTYSH_BGPD, no_dump_bgp_routes_cmd_vtysh,
- "no dump bgp routes-mrt [PATH] [INTERVAL]",
- "Negate a command or set its defaultsn"
- "Dump packetn"
- "BGP packet dumpn"
- "Dump whole BGP routing tablen")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_inter_external_cmd_vtysh,
- "distance ospf inter-area <1-255> external <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "Inter-area routesn"
- "Distance for inter-area routesn"
- "External routesn"
- "Distance for external routesn")
- DEFSH (VTYSH_OSPFD, debug_ospf_event_cmd_vtysh,
- "debug ospf event",
- "Debugging functions (see also 'undebug')n"
- "OSPF informationn"
- "OSPF event informationn")
- DEFSH (VTYSH_OSPFD, no_ospf_retransmit_interval_cmd_vtysh,
- "no ospf retransmit-interval",
- "Negate a command or set its defaultsn"
- "OSPF interface commandsn"
- "Time between retransmitting lost link state advertisementsn")
- DEFSH (VTYSH_BGPD, set_community_none_cmd_vtysh,
- "set community none",
- "Set values in destination routing protocoln"
- "BGP community attributen"
- "No community attributen")
- DEFSH (VTYSH_BGPD, debug_bgp_filter_cmd_vtysh,
- "debug bgp filters",
- "Debugging functions (see also 'undebug')n"
- "BGP informationn"
- "BGP filtersn")
- DEFSH (VTYSH_OSPF6D, ospf6_routemap_set_forwarding_cmd_vtysh,
- "set forwarding-address X:X::X:X",
- "Set valuen"
- "Forwarding Addressn"
- "IPv6 Addressn")
- DEFSH (VTYSH_BGPD, neighbor_maximum_prefix_restart_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295> restart <1-65535>",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Maximum number of prefix accept from this peern"
- "maximum no. of prefix limitn"
- "Restart bgp connection after limit is exceededn"
- "Restart interval in minutes")
- DEFSH (VTYSH_BGPD, no_bgp_bestpath_compare_router_id_cmd_vtysh,
- "no bgp bestpath compare-routerid",
- "Negate a command or set its defaultsn"
- "BGP specific commandsn"
- "Change the default bestpath selectionn"
- "Compare router-id for identical EBGP pathsn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_match_ip_address_val_cmd_vtysh,
- "no match ip address (<1-199>|<1300-2699>|WORD)",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "IP informationn"
- "Match address of routen"
- "IP access-list numbern"
- "IP access-list number (expanded range)n"
- "IP Access-list namen")
- DEFSH (VTYSH_ZEBRA, bandwidth_if_cmd_vtysh,
- "bandwidth <1-10000000>",
- "Set bandwidth informational parametern"
- "Bandwidth in kilobitsn")
- DEFSH (VTYSH_OSPF6D, no_debug_ospf6_neighbor_detail_cmd_vtysh,
- "no debug ospf6 neighbor (state|event)",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug OSPFv3 Neighborn"
- "Debug OSPFv3 Neighbor State Changen"
- "Debug OSPFv3 Neighbor Eventn"
- )
- DEFSH (VTYSH_OSPFD, ospf_default_metric_cmd_vtysh,
- "default-metric <0-16777214>",
- "Set metric of redistributed routesn"
- "Default metricn")
- DEFSH (VTYSH_BGPD, no_neighbor_allowas_in_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "allowas-in",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "allow local ASN appears in aspath attributen")
- DEFSH (VTYSH_RIPNGD, no_ripng_default_metric_cmd_vtysh,
- "no default-metric",
- "Negate a command or set its defaultsn"
- "Set a metric of redistribute routesn"
- "Default metricn")
- DEFSH (VTYSH_OSPF6D, no_debug_ospf6_zebra_sendrecv_cmd_vtysh,
- "no debug ospf6 zebra (send|recv)",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug connection between zebran"
- "Debug Sending zebran"
- "Debug Receiving zebran"
- )
- DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_area_spf_tree_cmd_vtysh,
- "show ipv6 ospf6 area A.B.C.D spf tree",
- "Show running system informationn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Area informationn"
- "Area ID (as an IPv4 notation)n"
- "Shortest Path First caculationn"
- "Show SPF treen")
- DEFSH (VTYSH_BGPD, bgp_damp_unset2_cmd_vtysh,
- "no bgp dampening <1-45> <1-20000> <1-20000> <1-255>",
- "Negate a command or set its defaultsn"
- "BGP Specific commandsn"
- "Enable route-flap dampeningn"
- "Half-life time for the penaltyn"
- "Value to start reusing a routen"
- "Value to start suppressing a routen"
- "Maximum duration to suppress a stable routen")
- DEFSH (VTYSH_OSPFD, ip_ospf_authentication_key_addr_cmd_vtysh,
- "ip ospf authentication-key AUTH_KEY A.B.C.D",
- "IP Informationn"
- "OSPF interface commandsn"
- "Authentication password (key)n"
- "The OSPF password (key)n"
- "Address of interface")
- DEFSH (VTYSH_RIPD, ip_rip_send_version_2_cmd_vtysh,
- "ip rip send version 2 1",
- "IP informationn"
- "Routing Information Protocoln"
- "Advertisement transmissionn"
- "Version controln"
- "RIP version 2n"
- "RIP version 1n")
- DEFSH (VTYSH_ZEBRA, ipv6_route_ifname_cmd_vtysh,
- "ipv6 route X:X::X:X/M X:X::X:X INTERFACE",
- "IP informationn"
- "Establish static routesn"
- "IPv6 destination prefix (e.g. 3ffe:506::/32)n"
- "IPv6 gateway addressn"
- "IPv6 gateway interface namen")
- DEFSH (VTYSH_BGPD, show_bgp_community_all_cmd_vtysh,
- "show bgp community",
- "Show running system informationn"
- "BGP informationn"
- "Display routes matching the communitiesn")
- DEFSH (VTYSH_BGPD, neighbor_port_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X) " "port <0-65535>",
- "Specify neighbor routern"
- "Neighbor addressnIPv6 addressn"
- "Neighbor's BGP portn"
- "TCP port numbern")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_prefix_cmd_vtysh,
- "clear ip bgp dampening A.B.C.D/M",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear route flap dampening informationn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n")
- DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_all_cmd_vtysh,
- "no distribute-list WORD (in|out)",
- "Negate a command or set its defaultsn"
- "Filter networks in routing updatesn"
- "Access-list namen"
- "Filter incoming routing updatesn"
- "Filter outgoing routing updatesn")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_soft_out_cmd_vtysh,
- "clear bgp ipv6 * soft out",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all peersn"
- "Soft reconfign"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_border_routers_cmd_vtysh,
- "show ipv6 ospf6 border-routers",
- "Show running system informationn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Display routing table for ABR and ASBRn"
- )
- DEFSH (VTYSH_BGPD, show_ip_community_list_cmd_vtysh,
- "show ip community-list",
- "Show running system informationn"
- "IP informationn"
- "List community-listn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_mask_host_cmd_vtysh,
- "no access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D A.B.C.D host A.B.C.D",
- "Negate a command or set its defaultsn"
- "Add an access list entryn"
- "IP extended access listn"
- "IP extended access list (expanded range)n"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any Internet Protocoln"
- "Source addressn"
- "Source wildcard bitsn"
- "A single destination hostn"
- "Destination addressn")
- DEFSH (VTYSH_ZEBRA, ipv6_nd_ra_lifetime_cmd_vtysh,
- "ipv6 nd ra-lifetime SECONDS",
- "IP informationn"
- "Neighbor discoveryn"
- "Router lifetimen"
- "Router lifetime in secondsn")
- DEFSH (VTYSH_BGPD, set_ecommunity_soo_cmd_vtysh,
- "set extcommunity soo .ASN:nn_or_IP-address:nn",
- "Set values in destination routing protocoln"
- "BGP extended community attributen"
- "Site-of-Origin extended communityn"
- "VPN extended communityn")
- DEFSH (VTYSH_BGPD, show_bgp_ipv6_community4_exact_cmd_vtysh,
- "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",
- "Show running system informationn"
- "BGP informationn"
- "Address familyn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "Exact match of the communities")
- DEFSH (VTYSH_BGPD, no_set_originator_id_cmd_vtysh,
- "no set originator-id",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP originator ID attributen")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_prefix_cmd_vtysh,
- "show ip prefix-list WORD A.B.C.D/M",
- "Show running system informationn"
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n")
- DEFSH (VTYSH_RIPD, send_lifetime_infinite_day_month_cmd_vtysh,
- "send-lifetime HH:MM:SS <1-31> MONTH <1993-2035> infinite",
- "Set send lifetime of the keyn"
- "Time to startn"
- "Day of th month to startn"
- "Month of the year to startn"
- "Year to startn"
- "Never expires")
- DEFSH (VTYSH_BGPD, no_neighbor_description_val_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "description .LINE",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Neighbor specific descriptionn"
- "Up to 80 characters describing this neighborn")
- DEFSH (VTYSH_ZEBRA, ipv6_nd_suppress_ra_cmd_vtysh,
- "ipv6 nd suppress-ra",
- "IP informationn"
- "Neighbor discoveryn"
- "Suppress Router Advertisementn")
- DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_authtype_authkey_cmd_vtysh,
- "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
- "(authentication|) "
- "(authentication-key|)",
- "Negate a command or set its defaultsn"
- "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"
- "Enable authentication on this virtual linkn" "dummy string n"
- "Authentication password (key)n" "The OSPF password (key)" )
- DEFSH (VTYSH_BGPD, no_neighbor_default_originate_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "default-originate",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Originate default route to this neighborn")
- DEFSH (VTYSH_RIPD, no_rip_passive_interface_cmd_vtysh,
- "no passive-interface IFNAME",
- "Negate a command or set its defaultsn"
- "Suppress routing updates on an interfacen"
- "Interface namen")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_remark_arg_cmd_vtysh,
- "no access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE",
- "Negate a command or set its defaultsn"
- "Add an access list entryn"
- "IP standard access listn"
- "IP extended access listn"
- "IP standard access list (expanded range)n"
- "IP extended access list (expanded range)n"
- "IP zebra access-listn"
- "Access list entry commentn"
- "Comment up to 100 charactersn")
- DEFSH (VTYSH_BGPD, aggregate_address_as_set_cmd_vtysh,
- "aggregate-address A.B.C.D/M as-set",
- "Configure BGP aggregate entriesn"
- "Aggregate prefixn"
- "Generate AS set path informationn")
- DEFSH (VTYSH_BGPD, no_neighbor_send_community_type_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "send-community (both|extended|standard)",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Send Community attribute to this neighborn"
- "Send Standard and Extended Community attributesn"
- "Send Extended Community attributesn"
- "Send Standard Community attributesn")
- DEFSH (VTYSH_OSPFD, ospf_hello_interval_cmd_vtysh,
- "ospf hello-interval <1-65535>",
- "OSPF interface commandsn"
- "Time between HELLO packetsn"
- "Secondsn")
- DEFSH (VTYSH_OSPFD, show_ip_ospf_neighbor_all_cmd_vtysh,
- "show ip ospf neighbor all",
- "Show running system informationn"
- "IP informationn"
- "OSPF informationn"
- "Neighbor listn"
- "include down status neighborn")
- DEFSH (VTYSH_OSPF6D, ipv6_ospf6_cost_cmd_vtysh,
- "ipv6 ospf6 cost <1-65535>",
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Interface costn"
- "Outgoing metric of this interfacen"
- )
- DEFSH (VTYSH_OSPFD, ospf_area_vlink_md5_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
- "(message-digest-key|) <1-255> md5 KEY",
- "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"
- "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
- DEFSH (VTYSH_BGPD, clear_ip_bgp_external_out_cmd_vtysh,
- "clear ip bgp external out",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all external peersn"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD, match_interface_cmd_vtysh,
- "match interface WORD",
- "Match values from routing tablen"
- "Match first hop interface of routen"
- "Interface namen")
- DEFSH (VTYSH_ZEBRA, debug_zebra_kernel_cmd_vtysh,
- "debug zebra kernel",
- "Debugging functions (see also 'undebug')n"
- "Zebra configurationn"
- "Debug option set for zebra between kernel interfacen")
- DEFSH (VTYSH_BGPD, no_aggregate_address_cmd_vtysh,
- "no aggregate-address A.B.C.D/M",
- "Negate a command or set its defaultsn"
- "Configure BGP aggregate entriesn"
- "Aggregate prefixn")
- DEFSH (VTYSH_ZEBRA, show_ipv6_forwarding_cmd_vtysh,
- "show ipv6 forwarding",
- "Show running system informationn"
- "IPv6 informationn"
- "Forwarding statusn")
- DEFSH (VTYSH_ZEBRA, no_ipv6_nd_prefix_advertisement_cmd_vtysh,
- "no ipv6 nd prefix-advertisement IPV6PREFIX",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Neighbor discoveryn"
- "Prefix informationn"
- "IPv6 prefixn")
- DEFSH (VTYSH_OSPFD, ospf_distance_source_cmd_vtysh,
- "distance <1-255> A.B.C.D/M",
- "Administrative distancen"
- "Distance valuen"
- "IP source prefixn")
- DEFSH (VTYSH_OSPF6D, ipv6_ospf6_instance_cmd_vtysh,
- "ipv6 ospf6 instance-id <0-255>",
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Instance ID for this interfacen"
- "Instance ID valuen"
- )
- DEFSH (VTYSH_BGPD, bgp_redistribute_ipv4_rmap_metric_cmd_vtysh,
- "redistribute (connected|kernel|ospf|rip|static) route-map WORD metric <0-4294967295>",
- "Redistribute information from another routing protocoln"
- "Connectedn"
- "Kernel routesn"
- "Open Shurtest Path First (OSPF)n"
- "Routing Information Protocol (RIP)n"
- "Static routesn"
- "Route map referencen"
- "Pointer to route-map entriesn"
- "Metric for redistributed routesn"
- "Default metricn")
- DEFSH (VTYSH_OSPFD, no_ospf_area_stub_no_summary_cmd_vtysh,
- "no area (A.B.C.D|<0-4294967295>) stub no-summary",
- "Negate a command or set its defaultsn"
- "OSPF area parametersn"
- "OSPF area ID in IP address formatn"
- "OSPF area ID as a decimal valuen"
- "Configure OSPF area as stubn"
- "Do not inject inter-area routes into arean")
- DEFSH (VTYSH_BGPD, no_aggregate_address_as_set_summary_cmd_vtysh,
- "no aggregate-address A.B.C.D/M as-set summary-only",
- "Negate a command or set its defaultsn"
- "Configure BGP aggregate entriesn"
- "Aggregate prefixn"
- "Generate AS set path informationn"
- "Filter more specific routes from updatesn")
- DEFSH (VTYSH_OSPFD, ip_ospf_authentication_args_addr_cmd_vtysh,
- "ip ospf authentication (null|message-digest) A.B.C.D",
- "IP Informationn"
- "OSPF interface commandsn"
- "Enable authentication on this interfacen"
- "Use null authenticationn"
- "Use message-digest authenticationn"
- "Address of interface")
- DEFSH (VTYSH_BGPD, no_neighbor_capability_dynamic_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "capability dynamic",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Advertise capability to the peern"
- "Advertise dynamic capability to this neighborn")
- DEFSH (VTYSH_OSPFD, ospf_retransmit_interval_cmd_vtysh,
- "ospf retransmit-interval <3-65535>",
- "OSPF interface commandsn"
- "Time between retransmitting lost link state advertisementsn"
- "Secondsn")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh,
- "clear bgp ipv6 peer-group WORD soft in",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_BGPD, bgp_confederation_identifier_cmd_vtysh,
- "bgp confederation identifier <1-65535>",
- "BGP specific commandsn"
- "AS confederation parametersn"
- "AS numbern"
- "Set routing domain confederation ASn")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_soft_cmd_vtysh,
- "clear ip bgp <1-65535> vpnv4 unicast soft",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear peers with the AS numbern"
- "Address familyn"
- "Address Family Modifiern"
- "Soft reconfign")
- DEFSH (VTYSH_BGPD, no_neighbor_attr_unchanged4_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "BGP attribute is propagated unchanged to this neighborn"
- "Med attributen"
- "As-path attributen"
- "Nexthop attributen")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh,
- "clear bgp ipv6 peer-group WORD in prefix-filter",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Soft reconfig inbound updaten"
- "Push out prefix-list ORF and do inbound soft reconfign")
- DEFSH (VTYSH_OSPFD, no_debug_ospf_nsm_cmd_vtysh,
- "no debug ospf nsm",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "OSPF informationn"
- "OSPF Neighbor State Machine")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_instance_all_ipv4_soft_out_cmd_vtysh,
- "clear ip bgp view WORD * ipv4 (unicast|multicast) soft out",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "BGP viewn"
- "view namen"
- "Clear all peersn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Soft reconfig outbound updaten")
- DEFSH (VTYSH_ZEBRA, ip_route_mask_cmd_vtysh,
- "ip route A.B.C.D A.B.C.D (A.B.C.D|INTERFACE|null0)",
- "IP informationn"
- "Establish static routesn"
- "IP destination prefixn"
- "IP destination prefix maskn"
- "IP gateway addressn"
- "IP gateway interface namen"
- "Null interfacen")
- DEFSH (VTYSH_BGPD, no_match_ipv6_address_cmd_vtysh,
- "no match ipv6 address WORD",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "IPv6 informationn"
- "Match IPv6 address of routen"
- "IPv6 access-list namen")
- DEFSH (VTYSH_BGPD, bgp_damp_set_cmd_vtysh,
- "bgp dampening <1-45> <1-20000> <1-20000> <1-255>",
- "BGP Specific commandsn"
- "Enable route-flap dampeningn"
- "Half-life time for the penaltyn"
- "Value to start reusing a routen"
- "Value to start suppressing a routen"
- "Maximum duration to suppress a stable routen")
- DEFSH (VTYSH_BGPD, no_bgp_timers_arg_cmd_vtysh,
- "no timers bgp <0-65535> <0-65535>",
- "Negate a command or set its defaultsn"
- "Adjust routing timersn"
- "BGP timersn"
- "Keepalive intervaln"
- "Holdtimen")
- DEFSH (VTYSH_OSPF6D, no_debug_ospf6_message_cmd_vtysh,
- "no debug ospf6 message (unknown|hello|dbdesc|lsreq|lsupdate|lsack|all)",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug OSPFv3 messagen"
- "Debug Unknown messagen"
- "Debug Hello messagen"
- "Debug Database Description messagen"
- "Debug Link State Request messagen"
- "Debug Link State Update messagen"
- "Debug Link State Acknowledgement messagen"
- "Debug All messagen"
- )
- DEFSH (VTYSH_RIPD, send_lifetime_month_day_month_day_cmd_vtysh,
- "send-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>",
- "Set send lifetime of the keyn"
- "Time to startn"
- "Month of the year to startn"
- "Day of th month to startn"
- "Year to startn"
- "Time to expiren"
- "Month of the year to expiren"
- "Day of th month to expiren"
- "Year to expiren")
- DEFSH (VTYSH_BGPD, show_bgp_community4_exact_cmd_vtysh,
- "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",
- "Show running system informationn"
- "BGP informationn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "Exact match of the communities")
- DEFSH (VTYSH_BGPD, no_neighbor_maximum_prefix_val_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "maximum-prefix <1-4294967295>",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Maximum number of prefix accept from this peern"
- "maximum no. of prefix limitn")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_external_inter_cmd_vtysh,
- "distance ospf intra-area <1-255> external <1-255> inter-area <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "Intra-area routesn"
- "Distance for intra-area routesn"
- "External routesn"
- "Distance for external routesn"
- "Inter-area routesn"
- "Distance for inter-area routesn")
- DEFSH (VTYSH_BGPD, no_set_atomic_aggregate_cmd_vtysh,
- "no set atomic-aggregate",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP atomic aggregate attributen" )
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_cmd_vtysh,
- "clear bgp ipv6 external",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all external peersn")
- DEFSH (VTYSH_OSPFD, ospf_neighbor_priority_poll_interval_cmd_vtysh,
- "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>",
- "Specify neighbor routern"
- "Neighbor IP addressn"
- "Neighbor Priorityn"
- "Priorityn"
- "Dead Neighbor Polling intervaln"
- "Secondsn")
- DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_all_cmd_vtysh,
- "distribute-list WORD (in|out)",
- "Filter networks in routing updatesn"
- "Access-list namen"
- "Filter incoming routing updatesn"
- "Filter outgoing routing updatesn")
- DEFSH (VTYSH_OSPF6D, debug_ospf6_neighbor_cmd_vtysh,
- "debug ospf6 neighbor",
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug OSPFv3 Neighborn"
- )
- DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_ignore_cmd_vtysh,
- "bgp bestpath as-path ignore",
- "BGP specific commandsn"
- "Change the default bestpath selectionn"
- "AS-path attributen"
- "Ignore as-path length in selecting a routen")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_cmd_vtysh,
- "clear ip bgp dampening A.B.C.D",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear route flap dampening informationn"
- "Network to clear damping informationn")
- DEFSH (VTYSH_OSPFD, ospf_area_stub_no_summary_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) stub no-summary",
- "OSPF stub parametersn"
- "OSPF area ID in IP address formatn"
- "OSPF area ID as a decimal valuen"
- "Configure OSPF area as stubn"
- "Do not inject inter-area routes into stubn")
- DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_metric_cmd_vtysh,
- "redistribute kernel metric <0-16>",
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Metricn"
- "Metric valuen")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_any_any_cmd_vtysh,
- "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any any",
- "Negate a command or set its defaultsn"
- "Add an access list entryn"
- "IP extended access listn"
- "IP extended access list (expanded range)n"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any Internet Protocoln"
- "Any source hostn"
- "Any destination hostn")
- DEFSH (VTYSH_BGPD, bgp_bestpath_med_cmd_vtysh,
- "bgp bestpath med (confed|missing-as-worst)",
- "BGP specific commandsn"
- "Change the default bestpath selectionn"
- "MED attributen"
- "Compare MED among confederation pathsn"
- "Treat missing MED as the least preferred onen")
- DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_all_cmd_vtysh,
- "show ip bgp ipv4 (unicast|multicast) community",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Display routes matching the communitiesn")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh,
- "clear ip bgp peer-group WORD in prefix-filter",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Soft reconfig inbound updaten"
- "Push out prefix-list ORF and do inbound soft reconfign")
- DEFSH (VTYSH_BGPD, show_ipv6_mbgp_cmd_vtysh,
- "show ipv6 mbgp",
- "Show running system informationn"
- "IP informationn"
- "MBGP informationn" )
- DEFSH (VTYSH_BGPD, no_neighbor_unsuppress_map_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "unsuppress-map WORD",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Route-map to selectively unsuppress suppressed routesn"
- "Name of route mapn")
- DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_routemap_cmd_vtysh,
- "no redistribute ospf6 route-map WORD",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "IPv6 Open Shortest Path First (OSPFv3)n"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_OSPFD, no_ospf_area_vlink_param4_cmd_vtysh,
- "no area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
- "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
- "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
- "(hello-interval|retransmit-interval|transmit-delay|dead-interval) "
- "(hello-interval|retransmit-interval|transmit-delay|dead-interval)",
- "Negate a command or set its defaultsn"
- "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"
- "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn" "Secondsn"
- "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn" "Secondsn"
- "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn" "Secondsn"
- "Time between HELLO packetsn" "Time between retransmitting lost link state advertisementsn" "Link state transmit delayn" "Interval after which a neighbor is declared deadn" "Secondsn" )
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, show_ip_prefix_list_summary_cmd_vtysh,
- "show ip prefix-list summary",
- "Show running system informationn"
- "IP informationn"
- "Build a prefix listn"
- "Summary of prefix listsn")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, show_ipv6_prefix_list_summary_name_cmd_vtysh,
- "show ipv6 prefix-list summary WORD",
- "Show running system informationn"
- "IPv6 informationn"
- "Build a prefix listn"
- "Summary of prefix listsn"
- "Name of a prefix listn")
- DEFSH (VTYSH_BGPD, set_aggregator_as_cmd_vtysh,
- "set aggregator as <1-65535> A.B.C.D",
- "Set values in destination routing protocoln"
- "BGP aggregator attributen"
- "AS number of aggregatorn"
- "AS numbern"
- "IP address of aggregatorn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, match_ip_address_prefix_list_cmd_vtysh,
- "match ip address prefix-list WORD",
- "Match values from routing tablen"
- "IP informationn"
- "Match address of routen"
- "Match entries of prefix-listsn"
- "IP prefix-list namen")
- DEFSH (VTYSH_BGPD, no_bgp_network_mask_backdoor_cmd_vtysh,
- "no network A.B.C.D mask A.B.C.D backdoor",
- "Negate a command or set its defaultsn"
- "Specify a network to announce via BGPn"
- "Network numbern"
- "Network maskn"
- "Network maskn"
- "Specify a BGP backdoor routen")
- DEFSH (VTYSH_BGPD, no_match_origin_val_cmd_vtysh,
- "no match origin (egp|igp|incomplete)",
- "Negate a command or set its defaultsn"
- "Match values from routing tablen"
- "BGP origin coden"
- "remote EGPn"
- "local IGPn"
- "unknown heritagen")
- DEFSH (VTYSH_RIPD, rip_network_cmd_vtysh,
- "network (A.B.C.D/M|WORD)",
- "Enable routing on an IP networkn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Interface namen")
- DEFSH (VTYSH_OSPFD, ip_ospf_cost_cmd_vtysh,
- "ip ospf cost <1-65535>",
- "IP Informationn"
- "OSPF interface commandsn"
- "Interface costn"
- "Cost")
- DEFSH (VTYSH_BGPD, ipv6_aggregate_address_cmd_vtysh,
- "aggregate-address X:X::X:X/M",
- "Configure BGP aggregate entriesn"
- "Aggregate prefixn")
- DEFSH (VTYSH_BGPD, clear_bgp_as_cmd_vtysh,
- "clear bgp <1-65535>",
- "Reset functionsn"
- "BGP informationn"
- "Clear peers with the AS numbern")
- DEFSH (VTYSH_BGPD, no_neighbor_disable_connected_check_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "disable-connected-check",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "one-hop away EBGP peer using loopback addressn")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_intra_inter_cmd_vtysh,
- "distance ospf external <1-255> intra-area <1-255> inter-area <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "External routesn"
- "Distance for external routesn"
- "Intra-area routesn"
- "Distance for intra-area routesn"
- "Inter-area routesn"
- "Distance for inter-area routesn")
- DEFSH (VTYSH_OSPFD, ospf_cost_cmd_vtysh,
- "ospf cost <1-65535>",
- "OSPF interface commandsn"
- "Interface costn"
- "Cost")
- DEFSH (VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD, no_ipv6_prefix_list_seq_cmd_vtysh,
- "no ipv6 prefix-list WORD seq <1-4294967295> (deny|permit) (X:X::X:X/M|any)",
- "Negate a command or set its defaultsn"
- "IPv6 informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "sequence number of an entryn"
- "Sequence numbern"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n"
- "Any prefix match. Same as "::0/0 le 128"n")
- DEFSH (VTYSH_OSPFD, ospf_default_information_originate_type_metric_routemap_cmd_vtysh,
- "default-information originate metric-type (1|2) metric <0-16777214> route-map WORD",
- "Control distribution of default informationn"
- "Distribute a default routen"
- "OSPF metric type for default routesn"
- "Set OSPF External Type 1 metricsn"
- "Set OSPF External Type 2 metricsn"
- "OSPF default metricn"
- "OSPF metricn"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, show_ipv6_mbgp_prefix_cmd_vtysh,
- "show ipv6 mbgp X:X::X:X/M",
- "Show running system informationn"
- "IP informationn"
- "MBGP informationn"
- "IPv6 prefix <network>/<length>, e.g., 3ffe::/16n")
- DEFSH (VTYSH_ZEBRA, no_ipv6_nd_other_config_flag_cmd_vtysh,
- "no ipv6 nd other-config-flag",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Neighbor discoveryn"
- "Other statefull configuration flagn")
- DEFSH (VTYSH_RIPD, no_key_cmd_vtysh,
- "no key <0-2147483647>",
- "Negate a command or set its defaultsn"
- "Delete a keyn"
- "Key identifier numbern")
- DEFSH (VTYSH_OSPF6D, debug_ospf6_interface_cmd_vtysh,
- "debug ospf6 interface",
- "Debugging functions (see also 'undebug')n"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Debug OSPFv3 Interfacen"
- )
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_ge_cmd_vtysh,
- "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32>",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn")
- DEFSH (VTYSH_BGPD, neighbor_attr_unchanged4_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "attribute-unchanged med (as-path|next-hop)",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "BGP attribute is propagated unchanged to this neighborn"
- "Med attributen"
- "As-path attributen"
- "Nexthop attributen")
- DEFSH (VTYSH_OSPFD, ospf_area_vlink_authkey_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
- "(authentication-key|) AUTH_KEY",
- "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"
- "Authentication password (key)n" "The OSPF password (key)" )
- DEFSH (VTYSH_RIPNGD, no_debug_ripng_zebra_cmd_vtysh,
- "no debug ripng zebra",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "RIPng configurationn"
- "Debug option set for ripng and zebra communicationn")
- DEFSH (VTYSH_BGPD, no_neighbor_weight_val_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "weight <0-65535>",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Set default weight for routes from this neighborn"
- "default weightn")
- DEFSH (VTYSH_RIPD, no_rip_default_information_originate_cmd_vtysh,
- "no default-information originate",
- "Negate a command or set its defaultsn"
- "Control distribution of default routen"
- "Distribute a default routen")
- DEFSH (VTYSH_OSPFD, ospf_area_vlink_authtype_args_md5_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) virtual-link A.B.C.D "
- "(authentication|) (message-digest|null) "
- "(message-digest-key|) <1-255> md5 KEY",
- "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"
- "Enable authentication on this virtual linkn" "dummy string n" "Use null authenticationn" "Use message-digest authenticationn"
- "Message digest authentication password (key)n" "dummy string n" "Key IDn" "Use MD5 algorithmn" "The OSPF password (key)" )
- DEFSH (VTYSH_BGPD, clear_bgp_as_in_cmd_vtysh,
- "clear bgp <1-65535> in",
- "Reset functionsn"
- "BGP informationn"
- "Clear peers with the AS numbern"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_BGPD, match_community_exact_cmd_vtysh,
- "match community (<1-99>|<100-500>|WORD) exact-match",
- "Match values from routing tablen"
- "Match BGP community listn"
- "Community-list number (standard)n"
- "Community-list number (expanded)n"
- "Community-list namen"
- "Do exact matching of communitiesn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_access_list_extended_any_host_cmd_vtysh,
- "no access-list (<100-199>|<2000-2699>) (deny|permit) ip any host A.B.C.D",
- "Negate a command or set its defaultsn"
- "Add an access list entryn"
- "IP extended access listn"
- "IP extended access list (expanded range)n"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Any Internet Protocoln"
- "Any source hostn"
- "A single destination hostn"
- "Destination addressn")
- DEFSH (VTYSH_BGPD, ipv6_bgp_network_cmd_vtysh,
- "network X:X::X:X/M",
- "Specify a network to announce via BGPn"
- "IPv6 prefix <network>/<length>n")
- DEFSH (VTYSH_BGPD, bgp_fast_external_failover_cmd_vtysh,
- "bgp fast-external-failover",
- "BGP informationn"
- "Immediately reset session if a link to a directly connected external peer goes downn")
- DEFSH (VTYSH_ZEBRA, ip_route_distance_cmd_vtysh,
- "ip route A.B.C.D/M (A.B.C.D|INTERFACE|null0) <1-255>",
- "IP informationn"
- "Establish static routesn"
- "IP destination prefix (e.g. 10.0.0.0/8)n"
- "IP gateway addressn"
- "IP gateway interface namen"
- "Null interfacen"
- "Distance value for this routen")
- DEFSH (VTYSH_BGPD, show_ipv6_mbgp_prefix_list_cmd_vtysh,
- "show ipv6 mbgp prefix-list WORD",
- "Show running system informationn"
- "IPv6 informationn"
- "MBGP informationn"
- "Display routes matching the prefix-listn"
- "IPv6 prefix-list namen")
- DEFSH (VTYSH_BGPD, bgp_network_mask_cmd_vtysh,
- "network A.B.C.D mask A.B.C.D",
- "Specify a network to announce via BGPn"
- "Network numbern"
- "Network maskn"
- "Network maskn")
- DEFSH (VTYSH_BGPD, show_bgp_cmd_vtysh,
- "show bgp",
- "Show running system informationn"
- "BGP informationn" )
- DEFSH (VTYSH_OSPFD, ospf_area_default_cost_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) default-cost <0-16777215>",
- "OSPF area parametersn"
- "OSPF area ID in IP address formatn"
- "OSPF area ID as a decimal valuen"
- "Set the summary-default cost of a NSSA or stub arean"
- "Stub's advertised default summary costn")
- DEFSH (VTYSH_BGPD, bgp_network_mask_backdoor_cmd_vtysh,
- "network A.B.C.D mask A.B.C.D backdoor",
- "Specify a network to announce via BGPn"
- "Network numbern"
- "Network maskn"
- "Network maskn"
- "Specify a BGP backdoor routen")
- DEFSH (VTYSH_RIPD, ip_rip_authentication_string_cmd_vtysh,
- "ip rip authentication string LINE",
- "IP informationn"
- "Routing Information Protocoln"
- "Authentication controln"
- "Authentication stringn"
- "Authentication stringn")
- DEFSH (VTYSH_OSPF6D, show_ipv6_ospf6_interface_cmd_vtysh,
- "show ipv6 ospf6 interface",
- "Show running system informationn"
- "IPv6 Informationn"
- "Open Shortest Path First (OSPF) for IPv6n"
- "Interface infomationn"
- )
- DEFSH (VTYSH_OSPFD, no_ospf_neighbor_priority_cmd_vtysh,
- "no neighbor A.B.C.D priority <0-255>",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor IP addressn"
- "Neighbor Priorityn"
- "Priorityn")
- DEFSH (VTYSH_BGPD, no_set_community_none_cmd_vtysh,
- "no set community none",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP community attributen"
- "No community attributen")
- DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_cmd_vtysh,
- "show ip as-path-access-list WORD",
- "Show running system informationn"
- "IP informationn"
- "List AS path access listsn"
- "AS path access list namen")
- DEFSH (VTYSH_BGPD, show_bgp_instance_summary_cmd_vtysh,
- "show bgp view WORD summary",
- "Show running system informationn"
- "BGP informationn"
- "BGP viewn"
- "View namen"
- "Summary of BGP neighbor statusn")
- DEFSH (VTYSH_RIPD, distribute_list_prefix_cmd_vtysh,
- "distribute-list prefix WORD (in|out) WORD",
- "Filter networks in routing updatesn"
- "Filter prefixes in routing updatesn"
- "Name of an IP prefix-listn"
- "Filter incoming routing updatesn"
- "Filter outgoing routing updatesn"
- "Interface namen")
- DEFSH (VTYSH_BGPD, ipv6_bgp_network_route_map_cmd_vtysh,
- "network X:X::X:X/M route-map WORD",
- "Specify a network to announce via BGPn"
- "IPv6 prefix <network>/<length>n"
- "Route-map to modify the attributesn"
- "Name of the route mapn")
- DEFSH (VTYSH_RIPNGD, ripng_redistribute_connected_metric_cmd_vtysh,
- "redistribute connected metric <0-16>",
- "Redistribute information from another routing protocoln"
- "Connectedn"
- "Metricn"
- "Metric valuen")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_ge_le_cmd_vtysh,
- "no ip prefix-list WORD (deny|permit) A.B.C.D/M ge <0-32> le <0-32>",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn"
- "Maximum prefix length to be matchedn"
- "Maximum prefix lengthn")
- DEFSH (VTYSH_OSPFD, ip_ospf_authentication_addr_cmd_vtysh,
- "ip ospf authentication A.B.C.D",
- "IP Informationn"
- "OSPF interface commandsn"
- "Enable authentication on this interfacen"
- "Address of interface")
- DEFSH (VTYSH_OSPFD, ip_ospf_authentication_key_cmd_vtysh,
- "ip ospf authentication-key AUTH_KEY",
- "IP Informationn"
- "OSPF interface commandsn"
- "Authentication password (key)n"
- "The OSPF password (key)")
- DEFSH (VTYSH_ZEBRA, ipv6_nd_other_config_flag_cmd_vtysh,
- "ipv6 nd other-config-flag",
- "IP informationn"
- "Neighbor discoveryn"
- "Other statefull configuration flagn")
- DEFSH (VTYSH_BGPD, show_bgp_neighbor_advertised_route_cmd_vtysh,
- "show bgp neighbors (A.B.C.D|X:X::X:X) advertised-routes",
- "Show running system informationn"
- "BGP informationn"
- "Detailed information on TCP and BGP neighbor connectionsn"
- "Neighbor to display information aboutn"
- "Neighbor to display information aboutn"
- "Display the routes advertised to a BGP neighborn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, clear_ip_prefix_list_name_prefix_cmd_vtysh,
- "clear ip prefix-list WORD A.B.C.D/M",
- "Reset functionsn"
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n")
- DEFSH (VTYSH_BGPD, bgp_client_to_client_reflection_cmd_vtysh,
- "bgp client-to-client reflection",
- "BGP specific commandsn"
- "Configure client to client route reflectionn"
- "reflection of routes allowedn")
- DEFSH (VTYSH_BGPD, clear_bgp_external_soft_in_cmd_vtysh,
- "clear bgp external soft in",
- "Reset functionsn"
- "BGP informationn"
- "Clear all external peersn"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_RIPD, no_rip_redistribute_type_routemap_cmd_vtysh,
- "no redistribute (kernel|connected|static|ospf|bgp) route-map WORD",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Connectedn"
- "Static routesn"
- "Open Shortest Path First (OSPF)n"
- "Border Gateway Protocol (BGP)n"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, no_aggregate_address_mask_summary_as_set_cmd_vtysh,
- "no aggregate-address A.B.C.D A.B.C.D summary-only as-set",
- "Negate a command or set its defaultsn"
- "Configure BGP aggregate entriesn"
- "Aggregate addressn"
- "Aggregate maskn"
- "Filter more specific routes from updatesn"
- "Generate AS set path informationn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_rd_tags_cmd_vtysh,
- "show ip bgp vpnv4 rd ASN:nn_or_IP-address:nn tags",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display VPNv4 NLRI specific informationn"
- "Display information for a route distinguishern"
- "VPN Route Distinguishern"
- "Display BGP tags for prefixesn")
- DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_cmd_vtysh,
- "no set extcommunity soo",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP extended community attributen"
- "Site-of-Origin extended communityn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_exact_cmd_vtysh,
- "access-list WORD (deny|permit) A.B.C.D/M exact-match",
- "Add an access list entryn"
- "IP zebra access-list namen"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "Prefix to match. e.g. 10.0.0.0/8n"
- "Exact match of the prefixesn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_route_cmd_vtysh,
- "show ip bgp ipv4 (unicast|multicast) A.B.C.D",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Network in the BGP routing table to displayn")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_cmd_vtysh,
- "clear bgp ipv6 *",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all peersn")
- DEFSH (VTYSH_BGPD, bgp_confederation_peers_cmd_vtysh,
- "bgp confederation peers .<1-65535>",
- "BGP specific commandsn"
- "AS confederation parametersn"
- "Peer ASs in BGP confederationn"
- "AS numbern" )
- DEFSH (VTYSH_BGPD, no_set_ecommunity_soo_val_cmd_vtysh,
- "no set extcommunity soo .ASN:nn_or_IP-address:nn",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP extended community attributen"
- "Site-of-Origin extended communityn"
- "VPN extended communityn")
- DEFSH (VTYSH_OSPFD, ospf_redistribute_source_metric_routemap_cmd_vtysh,
- "redistribute (kernel|connected|static|rip|bgp) metric <0-16777214> route-map WORD",
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Connectedn"
- "Static routesn"
- "Routing Information Protocol (RIP)n"
- "Border Gateway Protocol (BGP)n"
- "Metric for redistributed routesn"
- "OSPF default metricn"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_OSPFD, ip_ospf_cost_addr_cmd_vtysh,
- "ip ospf cost <1-65535> A.B.C.D",
- "IP Informationn"
- "OSPF interface commandsn"
- "Interface costn"
- "Costn"
- "Address of interface")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_in_cmd_vtysh,
- "clear bgp ipv6 external soft in",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all external peersn"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_RIPD, show_ip_rip_cmd_vtysh,
- "show ip rip",
- "Show running system informationn"
- "IP informationn"
- "Show RIP routesn")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_ipv4_in_cmd_vtysh,
- "clear ip bgp A.B.C.D ipv4 (unicast|multicast) in",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "BGP neighbor address to clearn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_RIPD, show_debugging_rip_cmd_vtysh,
- "show debugging rip",
- "Show running system informationn"
- "Debugging functions (see also 'undebug')n"
- "RIP informationn" )
- DEFSH (VTYSH_BGPD, no_bgp_network_mask_route_map_cmd_vtysh,
- "no network A.B.C.D mask A.B.C.D route-map WORD",
- "Negate a command or set its defaultsn"
- "Specify a network to announce via BGPn"
- "Network numbern"
- "Network maskn"
- "Network maskn"
- "Route-map to modify the attributesn"
- "Name of the route mapn")
- DEFSH (VTYSH_BGPD, set_local_pref_cmd_vtysh,
- "set local-preference <0-4294967295>",
- "Set values in destination routing protocoln"
- "BGP local preference path attributen"
- "Preference valuen")
- DEFSH (VTYSH_BGPD, no_neighbor_activate_cmd_vtysh,
- "no neighbor (A.B.C.D|X:X::X:X|WORD) " "activate",
- "Negate a command or set its defaultsn"
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Enable the Address Family for this Neighborn")
- DEFSH (VTYSH_RIPD, no_rip_redistribute_type_metric_cmd_vtysh,
- "no redistribute (kernel|connected|static|ospf|bgp) metric <0-16>",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Connectedn"
- "Static routesn"
- "Open Shortest Path First (OSPF)n"
- "Border Gateway Protocol (BGP)n"
- "Metricn"
- "Metric valuen")
- DEFSH (VTYSH_ZEBRA, no_debug_zebra_kernel_cmd_vtysh,
- "no debug zebra kernel",
- "Negate a command or set its defaultsn"
- "Debugging functions (see also 'undebug')n"
- "Zebra configurationn"
- "Debug option set for zebra between kernel interfacen")
- DEFSH (VTYSH_BGPD, no_set_ipv6_nexthop_global_val_cmd_vtysh,
- "no set ipv6 next-hop global X:X::X:X",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "IPv6 informationn"
- "IPv6 next-hop addressn"
- "IPv6 global addressn"
- "IPv6 address of next hopn")
- DEFSH (VTYSH_BGPD, clear_bgp_ipv6_all_soft_in_cmd_vtysh,
- "clear bgp ipv6 * soft in",
- "Reset functionsn"
- "BGP informationn"
- "Address familyn"
- "Clear all peersn"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_OSPFD, ospf_area_range_not_advertise_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M not-advertise",
- "OSPF area parametersn"
- "OSPF area ID in IP address formatn"
- "OSPF area ID as a decimal valuen"
- "Summarize routes matching address/mask (border routers only)n"
- "Area range prefixn"
- "DoNotAdvertise this rangen")
- DEFSH (VTYSH_BGPD, show_bgp_community4_cmd_vtysh,
- "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)",
- "Show running system informationn"
- "BGP informationn"
- "Display routes matching the communitiesn"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n"
- "community numbern"
- "Do not send outside local AS (well-known community)n"
- "Do not advertise to any peer (well-known community)n"
- "Do not export to next AS (well-known community)n")
- DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_neighbors_peer_cmd_vtysh,
- "show ip bgp ipv4 (unicast|multicast) neighbors (A.B.C.D|X:X::X:X)",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Detailed information on TCP and BGP neighbor connectionsn"
- "Neighbor to display information aboutn"
- "Neighbor to display information aboutn")
- DEFSH (VTYSH_RIPD, no_rip_split_horizon_cmd_vtysh,
- "no ip split-horizon",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Perform split horizonn")
- DEFSH (VTYSH_BGPD, neighbor_local_as_no_prepend_cmd_vtysh,
- "neighbor (A.B.C.D|X:X::X:X|WORD) " "local-as <1-65535> no-prepend",
- "Specify neighbor routern"
- "Neighbor addressnNeighbor IPv6 addressnNeighbor tagn"
- "Specify a local-as numbern"
- "AS number used as local ASn"
- "Do not prepend local-as to updates from ebgp peersn")
- DEFSH (VTYSH_OSPFD, ospf_redistribute_source_type_routemap_cmd_vtysh,
- "redistribute (kernel|connected|static|rip|bgp) metric-type (1|2) route-map WORD",
- "Redistribute information from another routing protocoln"
- "Kernel routesn"
- "Connectedn"
- "Static routesn"
- "Routing Information Protocol (RIP)n"
- "Border Gateway Protocol (BGP)n"
- "OSPF exterior metric type for redistributed routesn"
- "Set OSPF External Type 1 metricsn"
- "Set OSPF External Type 2 metricsn"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, no_aggregate_address_mask_as_set_cmd_vtysh,
- "no aggregate-address A.B.C.D A.B.C.D as-set",
- "Negate a command or set its defaultsn"
- "Configure BGP aggregate entriesn"
- "Aggregate addressn"
- "Aggregate maskn"
- "Generate AS set path informationn")
- DEFSH (VTYSH_OSPFD, ospf_distance_ospf_external_inter_cmd_vtysh,
- "distance ospf external <1-255> inter-area <1-255>",
- "Define an administrative distancen"
- "OSPF Administrative distancen"
- "External routesn"
- "Distance for external routesn"
- "Inter-area routesn"
- "Distance for inter-area routesn")
- DEFSH (VTYSH_RIPD, accept_lifetime_month_day_month_day_cmd_vtysh,
- "accept-lifetime HH:MM:SS MONTH <1-31> <1993-2035> HH:MM:SS MONTH <1-31> <1993-2035>",
- "Set accept lifetime of the keyn"
- "Time to startn"
- "Month of the year to startn"
- "Day of th month to startn"
- "Year to startn"
- "Time to expiren"
- "Month of the year to expiren"
- "Day of th month to expiren"
- "Year to expiren")
- DEFSH (VTYSH_BGPD, no_set_originator_id_val_cmd_vtysh,
- "no set originator-id A.B.C.D",
- "Negate a command or set its defaultsn"
- "Set values in destination routing protocoln"
- "BGP originator ID attributen"
- "IP address of originatorn")
- DEFSH (VTYSH_OSPFD, ospf_area_range_advertise_cost_cmd_vtysh,
- "area (A.B.C.D|<0-4294967295>) range A.B.C.D/M advertise cost <0-16777215>",
- "OSPF area parametersn"
- "OSPF area ID in IP address formatn"
- "OSPF area ID as a decimal valuen"
- "Summarize routes matching address/mask (border routers only)n"
- "Area range prefixn"
- "Advertise this range (default)n"
- "User specified metric for this rangen"
- "Advertised metric for this rangen")
- DEFSH (VTYSH_BGPD, show_ip_bgp_vpnv4_all_neighbor_routes_cmd_vtysh,
- "show ip bgp vpnv4 all neighbors A.B.C.D routes",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Display VPNv4 NLRI specific informationn"
- "Display information about all VPNv4 NLRIsn"
- "Detailed information on TCP and BGP neighbor connectionsn"
- "Neighbor to display information aboutn"
- "Display routes learned from neighborn")
- DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_bgp_metric_routemap_cmd_vtysh,
- "no redistribute bgp metric <0-16> route-map WORD",
- "Negate a command or set its defaultsn"
- "Redistribute information from another routing protocoln"
- "Border Gateway Protocol (BGP)n"
- "Metricn"
- "Metric valuen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_OSPFD, ospf_default_information_originate_routemap_cmd_vtysh,
- "default-information originate route-map WORD",
- "Control distribution of default informationn"
- "Distribute a default routen"
- "Route map referencen"
- "Pointer to route-map entriesn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_list_exact_cmd_vtysh,
- "show ip bgp ipv4 (unicast|multicast) community-list (<1-500>|WORD) exact-match",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Display routes matching the community-listn"
- "community-list numbern"
- "community-list namen"
- "Exact match of the communitiesn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, access_list_remark_cmd_vtysh,
- "access-list (<1-99>|<100-199>|<1300-1999>|<2000-2699>|WORD) remark .LINE",
- "Add an access list entryn"
- "IP standard access listn"
- "IP extended access listn"
- "IP standard access list (expanded range)n"
- "IP extended access list (expanded range)n"
- "IP zebra access-listn"
- "Access list entry commentn"
- "Comment up to 100 charactersn")
- DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_prefix_cmd_vtysh,
- "show ip bgp ipv4 (unicast|multicast) A.B.C.D/M",
- "Show running system informationn"
- "IP informationn"
- "BGP informationn"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n")
- DEFSH (VTYSH_BGPD, no_bgp_router_id_cmd_vtysh,
- "no bgp router-id",
- "Negate a command or set its defaultsn"
- "BGP informationn"
- "Override configured router identifiern")
- DEFSH (VTYSH_BGPD, dump_bgp_all_interval_cmd_vtysh,
- "dump bgp all PATH INTERVAL",
- "Dump packetn"
- "BGP packet dumpn"
- "Dump all BGP packetsn"
- "Output filenamen"
- "Interval of outputn")
- DEFSH (VTYSH_BGPD, show_ipv6_mbgp_filter_list_cmd_vtysh,
- "show ipv6 mbgp filter-list WORD",
- "Show running system informationn"
- "IPv6 informationn"
- "MBGP informationn"
- "Display routes conforming to the filter-listn"
- "Regular expression access list namen")
- DEFSH (VTYSH_BGPD, dump_bgp_updates_cmd_vtysh,
- "dump bgp updates PATH",
- "Dump packetn"
- "BGP packet dumpn"
- "Dump BGP updates onlyn"
- "Output filenamen")
- DEFSH (VTYSH_BGPD, no_bgp_network_backdoor_cmd_vtysh,
- "no network A.B.C.D/M backdoor",
- "Negate a command or set its defaultsn"
- "Specify a network to announce via BGPn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Specify a BGP backdoor routen")
- DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_ipv4_in_cmd_vtysh,
- "clear ip bgp peer-group WORD ipv4 (unicast|multicast) in",
- "Reset functionsn"
- "IP informationn"
- "BGP informationn"
- "Clear all members of peer-groupn"
- "BGP peer-group namen"
- "Address familyn"
- "Address Family modifiern"
- "Address Family modifiern"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_BGPD, clear_bgp_peer_soft_in_cmd_vtysh,
- "clear bgp (A.B.C.D|X:X::X:X) soft in",
- "Reset functionsn"
- "BGP informationn"
- "BGP neighbor address to clearn"
- "BGP IPv6 neighbor to clearn"
- "Soft reconfign"
- "Soft reconfig inbound updaten")
- DEFSH (VTYSH_OSPF6D, redistribute_ospf6_cmd_vtysh,
- "redistribute ospf6",
- "Redistribute controln"
- "OSPF6 routen")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, no_ip_prefix_list_seq_ge_le_cmd_vtysh,
- "no ip prefix-list WORD seq <1-4294967295> (deny|permit) A.B.C.D/M ge <0-32> le <0-32>",
- "Negate a command or set its defaultsn"
- "IP informationn"
- "Build a prefix listn"
- "Name of a prefix listn"
- "sequence number of an entryn"
- "Sequence numbern"
- "Specify packets to rejectn"
- "Specify packets to forwardn"
- "IP prefix <network>/<length>, e.g., 35.0.0.0/8n"
- "Minimum prefix length to be matchedn"
- "Minimum prefix lengthn"
- "Maximum prefix length to be matchedn"
- "Maximum prefix lengthn")
- DEFSH (VTYSH_OSPFD, no_ip_ospf_dead_interval_cmd_vtysh,
- "no ip ospf dead-interval",
- "Negate a command or set its defaultsn"
- "IP Informationn"
- "OSPF interface commandsn"
- "Interval after which a neighbor is declared deadn")
- DEFSH (VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD, ip_prefix_list_le_cmd_vtysh,
- "ip prefix-list WORD (deny|permit) A.B.C.D/M le <0-32>",
- "IP informationn"
- "Build a prefix listn"