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

📄 vtysh_cmd.c

📁 linux 路由软件 可支持RIP OSPF BGP等
💻 C
📖 第 1 页 / 共 5 页
字号:
       "OSPF area parameters\n"       "OSPF area ID in IP address format\n"       "OSPF area ID as a decimal value\n"       "Configure OSPF area as stub\n"       "Do not inject inter-area routes into area\n")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 defaults\n"        "Configure BGP aggregate entries\n"       "Aggregate prefix\n"       "Generate AS set path information\n"       "Filter more specific routes from updates\n")DEFSH (VTYSH_OSPFD, ip_ospf_authentication_args_addr_cmd_vtysh,        "ip ospf authentication (null|message-digest) A.B.C.D",        "IP Information\n"       "OSPF interface commands\n"       "Enable authentication on this interface\n"       "Use null authentication\n"       "Use message-digest authentication\n"       "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 defaults\n"        "Specify neighbor router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "Advertise capability to the peer\n"       "Advertise dynamic capability to this neighbor\n")DEFSH (VTYSH_OSPFD, ospf_retransmit_interval_cmd_vtysh,        "ospf retransmit-interval <3-65535>",        "OSPF interface commands\n"       "Time between retransmitting lost link state advertisements\n"       "Seconds\n")DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_soft_in_cmd_vtysh,        "clear bgp ipv6 peer-group WORD soft in",        "Reset functions\n"        "BGP information\n"        "Address family\n"       "Clear all members of peer-group\n"       "BGP peer-group name\n"       "Soft reconfig\n"       "Soft reconfig inbound update\n")DEFSH (VTYSH_BGPD, bgp_confederation_identifier_cmd_vtysh,        "bgp confederation identifier <1-65535>",        "BGP specific commands\n"       "AS confederation parameters\n"       "AS number\n"       "Set routing domain confederation AS\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_as_vpnv4_soft_cmd_vtysh,        "clear ip bgp <1-65535> vpnv4 unicast soft",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear peers with the AS number\n"       "Address family\n"       "Address Family Modifier\n"       "Soft reconfig\n")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 defaults\n"        "Specify neighbor router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "BGP attribute is propagated unchanged to this neighbor\n"       "Med attribute\n"       "As-path attribute\n"       "Nexthop attribute\n")DEFSH (VTYSH_BGPD, clear_bgp_ipv6_peer_group_in_prefix_filter_cmd_vtysh,        "clear bgp ipv6 peer-group WORD in prefix-filter",        "Reset functions\n"        "BGP information\n"        "Address family\n"       "Clear all members of peer-group\n"       "BGP peer-group name\n"       "Soft reconfig inbound update\n"       "Push out prefix-list ORF and do inbound soft reconfig\n")DEFSH (VTYSH_OSPFD, no_debug_ospf_nsm_cmd_vtysh,        "no debug ospf nsm",        "Negate a command or set its defaults\n"        "Debugging functions (see also 'undebug')\n"        "OSPF information\n"        "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 functions\n"        "IP information\n"        "BGP information\n"        "BGP view\n"       "view name\n"       "Clear all peers\n"       "Address family\n"       "Address Family modifier\n"       "Address Family modifier\n"       "Soft reconfig outbound update\n")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 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")DEFSH (VTYSH_BGPD, no_match_ipv6_address_cmd_vtysh,        "no match ipv6 address WORD",        "Negate a command or set its defaults\n"        "Match values from routing table\n"        "IPv6 information\n"        "Match IPv6 address of route\n"       "IPv6 access-list name\n")DEFSH (VTYSH_BGPD, bgp_damp_set_cmd_vtysh,        "bgp dampening <1-45> <1-20000> <1-20000> <1-255>",        "BGP Specific commands\n"       "Enable route-flap dampening\n"       "Half-life time for the penalty\n"       "Value to start reusing a route\n"       "Value to start suppressing a route\n"       "Maximum duration to suppress a stable route\n")DEFSH (VTYSH_BGPD, no_bgp_timers_arg_cmd_vtysh,        "no timers bgp <0-65535> <0-65535>",        "Negate a command or set its defaults\n"        "Adjust routing timers\n"       "BGP timers\n"       "Keepalive interval\n"       "Holdtime\n")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 defaults\n"        "Debugging functions (see also 'undebug')\n"        "Open Shortest Path First (OSPF) for IPv6\n"        "Debug OSPFv3 message\n"       "Debug Unknown message\n"       "Debug Hello message\n"       "Debug Database Description message\n"       "Debug Link State Request message\n"       "Debug Link State Update message\n"       "Debug Link State Acknowledgement message\n"       "Debug All message\n"       )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 key\n"       "Time to start\n"       "Month of the year to start\n"       "Day of th month to start\n"       "Year to start\n"       "Time to expire\n"       "Month of the year to expire\n"       "Day of th month to expire\n"       "Year to expire\n")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 information\n"        "BGP information\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"       "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"       "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 defaults\n"        "Specify neighbor router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "Maximum number of prefix accept from this peer\n"       "maximum no. of prefix limit\n")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 distance\n"       "OSPF Administrative distance\n"       "Intra-area routes\n"       "Distance for intra-area routes\n"       "External routes\n"       "Distance for external routes\n"       "Inter-area routes\n"       "Distance for inter-area routes\n")DEFSH (VTYSH_BGPD, no_set_atomic_aggregate_cmd_vtysh,        "no set atomic-aggregate",        "Negate a command or set its defaults\n"        "Set values in destination routing protocol\n"        "BGP atomic aggregate attribute\n" )DEFSH (VTYSH_BGPD, clear_bgp_ipv6_external_cmd_vtysh,         "clear bgp ipv6 external",        "Reset functions\n"        "BGP information\n"        "Address family\n"       "Clear all external peers\n")DEFSH (VTYSH_OSPFD, ospf_neighbor_priority_poll_interval_cmd_vtysh,        "neighbor A.B.C.D priority <0-255> poll-interval <1-65535>",        "Specify neighbor router\n"        "Neighbor IP address\n"       "Neighbor Priority\n"       "Priority\n"       "Dead Neighbor Polling interval\n"       "Seconds\n")DEFSH (VTYSH_RIPNGD, ipv6_distribute_list_all_cmd_vtysh,        "distribute-list WORD (in|out)",        "Filter networks in routing updates\n"       "Access-list name\n"       "Filter incoming routing updates\n"       "Filter outgoing routing updates\n")DEFSH (VTYSH_OSPF6D, debug_ospf6_neighbor_cmd_vtysh,        "debug ospf6 neighbor",        "Debugging functions (see also 'undebug')\n"        "Open Shortest Path First (OSPF) for IPv6\n"        "Debug OSPFv3 Neighbor\n"      )DEFSH (VTYSH_BGPD, bgp_bestpath_aspath_ignore_cmd_vtysh,        "bgp bestpath as-path ignore",        "BGP specific commands\n"       "Change the default bestpath selection\n"       "AS-path attribute\n"       "Ignore as-path length in selecting a route\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_dampening_address_cmd_vtysh,        "clear ip bgp dampening A.B.C.D",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear route flap dampening information\n"       "Network to clear damping information\n")DEFSH (VTYSH_OSPFD, ospf_area_stub_no_summary_cmd_vtysh,        "area (A.B.C.D|<0-4294967295>) stub no-summary",        "OSPF stub parameters\n"       "OSPF area ID in IP address format\n"       "OSPF area ID as a decimal value\n"       "Configure OSPF area as stub\n"       "Do not inject inter-area routes into stub\n")DEFSH (VTYSH_RIPNGD, ripng_redistribute_kernel_metric_cmd_vtysh,        "redistribute kernel metric <0-16>",        "Redistribute information from another routing protocol\n"       "Kernel routes\n"       "Metric\n"       "Metric value\n")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 defaults\n"        "Add an access list entry\n"       "IP extended access list\n"       "IP extended access list (expanded range)\n"       "Specify packets to reject\n"       "Specify packets to forward\n"       "Any Internet Protocol\n"       "Any source host\n"       "Any destination host\n")DEFSH (VTYSH_BGPD, bgp_bestpath_med_cmd_vtysh,        "bgp bestpath med (confed|missing-as-worst)",        "BGP specific commands\n"       "Change the default bestpath selection\n"       "MED attribute\n"       "Compare MED among confederation paths\n"       "Treat missing MED as the least preferred one\n")DEFSH (VTYSH_BGPD, show_ip_bgp_ipv4_community_all_cmd_vtysh,        "show ip bgp ipv4 (unicast|multicast) community",        "Show running system information\n"        "IP information\n"        "BGP information\n"        "Address family\n"       "Address Family modifier\n"       "Address Family modifier\n"       "Display routes matching the communities\n")DEFSH (VTYSH_BGPD, clear_ip_bgp_peer_group_in_prefix_filter_cmd_vtysh,        "clear ip bgp peer-group WORD in prefix-filter",        "Reset functions\n"        "IP information\n"        "BGP information\n"        "Clear all members of peer-group\n"       "BGP peer-group name\n"       "Soft reconfig inbound update\n"       "Push out prefix-list ORF and do inbound soft reconfig\n")DEFSH (VTYSH_BGPD, show_ipv6_mbgp_cmd_vtysh,        "show ipv6 mbgp",        "Show running system information\n"        "IP information\n"        "MBGP information\n" )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 defaults\n"        "Specify neighbor router\n"        "Neighbor address\nNeighbor IPv6 address\nNeighbor tag\n"        "Route-map to selectively unsuppress suppressed routes\n"       "Name of route map\n")DEFSH (VTYSH_RIPNGD, no_ripng_redistribute_ospf6_routemap_cmd_vtysh,        "no redistribute ospf6 route-map WORD",        "Negate a command or set its defaults\n"        "Redistribute information from another routing protocol\n"       "IPv6 Open Sho

⌨️ 快捷键说明

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