⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vtysh_cmd.c

📁 linux 路由软件 可支持RIP OSPF BGP等
💻 C
📖 第 1 页 / 共 5 页
字号:
DEFSH (VTYSH_OSPFD, ospf_network_cmd_vtysh,        "ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point)",        "OSPF interface commands\n"       "Network type\n"       "Specify OSPF broadcast multi-access network\n"       "Specify OSPF NBMA network\n"       "Specify OSPF point-to-multipoint network\n"       "Specify OSPF point-to-point network\n")DEFSH (VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_BGPD, no_set_metric_cmd_vtysh,        "no set metric",        "Negate a command or set its defaults\n"        "Set values in destination routing protocol\n"        "Metric value for destination routing protocol\n")DEFSH (VTYSH_BGPD, show_ip_as_path_access_list_all_cmd_vtysh,        "show ip as-path-access-list",        "Show running system information\n"        "IP information\n"        "List AS path access lists\n")DEFSH (VTYSH_BGPD, set_ip_nexthop_bgp_cmd_vtysh,        "set ip next-hop peer-address",        "Set values in destination routing protocol\n"        "IP information\n"        "Next hop address\n"       "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 information\n"        "IP information\n"        "BGP information\n"        "Display routes conforming to the filter-list\n"       "Regular expression access list name\n")DEFSH (VTYSH_RIPNGD, no_ipv6_distribute_list_prefix_cmd_vtysh,        "no distribute-list prefix WORD (in|out) WORD",        "Negate a command or set its defaults\n"        "Filter networks in routing updates\n"       "Filter prefixes in routing updates\n"       "Name of an IP prefix-list\n"       "Filter incoming routing updates\n"       "Filter outgoing routing updates\n"       "Interface name\n")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 router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "Transport options\n"       "Specify passive or active connection\n"       "Actively establish the TCP session\n"       "Passively establish the TCP session\n")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 information\n"        "Build a prefix list\n"        "Name of a prefix list\n"       "sequence number of an entry\n"       "Sequence number\n"       "Specify packets to reject\n"       "Specify packets to forward\n"       "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"       "Minimum prefix length to be matched\n"       "Minimum prefix length\n")DEFSH (VTYSH_BGPD, no_bgp_timers_cmd_vtysh,        "no timers bgp",        "Negate a command or set its defaults\n"        "Adjust routing timers\n"       "BGP timers\n")DEFSH (VTYSH_BGPD, no_bgp_enforce_first_as_cmd_vtysh,        "no bgp enforce-first-as",        "Negate a command or set its defaults\n"        "BGP information\n"        "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 defaults\n"        "IP information\n"        "Routing Information Protocol\n"       "Authentication control\n"       "Authentication mode\n")DEFSH (VTYSH_OSPFD, ospf_distance_ospf_intra_cmd_vtysh,        "distance ospf intra-area <1-255>",        "Define an administrative distance\n"       "OSPF Administrative distance\n"       "Intra-area routes\n"       "Distance for intra-area routes\n")DEFSH (VTYSH_BGPD, match_ipv6_address_cmd_vtysh,        "match ipv6 address WORD",        "Match values from routing table\n"        "IPv6 information\n"        "Match IPv6 address of route\n"       "IPv6 access-list name\n")DEFSH (VTYSH_RIPNGD, ripng_redistribute_static_cmd_vtysh,        "redistribute static",        "Redistribute information from another routing protocol\n"       "Static routes\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_all_soft_in_cmd_vtysh,        "clear ip bgp * soft in",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear all peers\n"       "Soft reconfig\n"       "Soft reconfig inbound update\n")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 information\n"        "Establish static routes\n"       "IP destination prefix\n"       "IP destination prefix mask\n"       "IP gateway address\n"       "IP gateway interface name\n"       "Null interface\n"       "Distance value for this route\n")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 defaults\n"        "Redistribute information from another routing protocol\n"       "IPv6 Open Shortest Path First (OSPFv3)\n"       "Metric\n"       "Metric value\n"       "Route map reference\n"       "Pointer to route-map entries\n")DEFSH (VTYSH_RIPD, no_router_rip_cmd_vtysh,        "no router rip",        "Negate a command or set its defaults\n"        "Enable a routing process\n"       "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 information\n"        "IP information\n"        "Build a prefix list\n"        "Summary of prefix lists\n"       "Name of a prefix list\n")DEFSH (VTYSH_BGPD, clear_bgp_all_cmd_vtysh,        "clear bgp *",        "Reset functions\n"        "BGP information\n"        "Clear all peers\n")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 defaults\n"        "Specify neighbor router\n"        "Neighbor address\nIPv6 address\n"        "Strict capability negotiation match\n")DEFSH (VTYSH_OSPFD, no_ospf_refresh_timer_cmd_vtysh,        "no refresh timer",        "Adjust refresh parameters\n"       "Unset refresh timer\n")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 information\n"        "BGP information\n"        "Address family\n"       "Display routes matching the communities\n"       "community number\n"       "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 number\n"       "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 defaults\n"        "Set values in destination routing protocol\n"        "Metric value for destination routing protocol\n"       "Metric value\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_all_in_cmd_vtysh,        "clear ip bgp * in",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear all peers\n"       "Soft reconfig inbound update\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_out_cmd_vtysh,         "clear ip bgp peer-group WORD out",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear all members of peer-group\n"       "BGP peer-group name\n"       "Soft reconfig outbound update\n")DEFSH (VTYSH_BGPD, neighbor_activate_cmd_vtysh,        "neighbor (A.B.C.D|X:X::X:X|WORD) "  "activate",        "Specify neighbor router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "Enable the Address Family for this Neighbor\n")DEFSH (VTYSH_BGPD, show_ip_bgp_flap_route_map_cmd_vtysh,        "show ip bgp flap-statistics route-map WORD",        "Show running system information\n"        "IP information\n"        "BGP information\n"        "Display flap statistics of routes\n"       "Display routes matching the route-map\n"       "A route-map to match on\n")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 defaults\n"        "Match values from routing table\n"        "IPv6 information\n"        "Match address of route\n"       "Match entries of prefix-lists\n"       "IP prefix-list name\n")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 defaults\n"        "IPv6 information\n"        "Add an access list entry\n"       "IPv6 zebra access-list\n"       "Specify packets to reject\n"       "Specify packets to forward\n"       "Any prefixi to match\n")DEFSH (VTYSH_ZEBRA, ipv6_nd_reachable_time_cmd_vtysh,        "ipv6 nd reachable-time MILLISECONDS",        "IP information\n"        "Neighbor discovery\n"       "Reachable time\n"       "Reachable time in milliseconds\n")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 information\n"        "Build a prefix list\n"        "Name of a prefix list\n"       "Specify packets to reject\n"       "Specify packets to forward\n"       "IPv6 prefix <network>/<length>,  e.g.,  3ffe::/16\n"       "Minimum prefix length to be matched\n"       "Minimum prefix length\n"       "Maximum prefix length to be matched\n"       "Maximum prefix length\n")DEFSH (VTYSH_BGPD, aggregate_address_mask_cmd_vtysh,        "aggregate-address A.B.C.D A.B.C.D",        "Configure BGP aggregate entries\n"       "Aggregate address\n"       "Aggregate mask\n")DEFSH (VTYSH_BGPD, no_set_ip_nexthop_val_bgp_cmd_vtysh,        "no set ip next-hop peer-address",        "Negate a command or set its defaults\n"        "Set values in destination routing protocol\n"        "IP information\n"        "Next hop address\n"       "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 protocol\n"       "Static routes\n"       "Metric\n"       "Metric value\n")DEFSH (VTYSH_OSPFD, no_ospf_compatible_rfc1583_cmd_vtysh,        "no compatible rfc1583",        "Negate a command or set its defaults\n"        "OSPF compatibility list\n"       "compatible with RFC 1583\n")DEFSH (VTYSH_OSPFD, debug_ospf_ism_cmd_vtysh,        "debug ospf ism",        "Debugging functions (see also 'undebug')\n"        "OSPF information\n"        "OSPF Interface State Machine\n")DEFSH (VTYSH_RIPD, rip_split_horizon_cmd_vtysh,        "ip split-horizon",        "IP information\n"        "Perform split horizon\n")DEFSH (VTYSH_BGPD, no_ip_community_list_expanded_all_cmd_vtysh,        "no ip community-list <100-500>",        "Negate a command or set its defaults\n"        "IP information\n"        "Add a community list entry\n"        "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 defaults\n"        "Debugging functions (see also 'undebug')\n"        "Open Shortest Path First (OSPF) for IPv6\n"        "Quit Debugging SPF Calculation\n"       "Quit Debugging Detailed SPF Process\n"      )DEFSH (VTYSH_BGPD, show_ipv6_mbgp_community_list_exact_cmd_vtysh,        "show ipv6 mbgp community-list WORD exact-match",        "Show running system information\n"        "IPv6 information\n"        "MBGP information\n"        "Display routes matching the community-list\n"       "community-list name\n"       "Exact match of the communities\n")DEFSH (VTYSH_OSPFD, ospf_default_information_originate_always_routemap_cmd_vtysh,        "default-information originate always route-map WORD",        "Control distribution of default information\n"       "Distribute a default route\n"       "Always advertise default route\n"       "Route map reference\n"       "Pointer to route-map entries\n")DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_soft_cmd_vtysh, 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -