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

📄 bgp.cmds

📁 xorp源码hg
💻 CMDS
字号:
/* $XORP: xorp/etc/templates/bgp.cmds,v 1.13 2006/04/07 23:04:46 pavlin Exp $ */show bgp {    %command: "" %help: HELP;    %module: bgp;    %tag: HELP "Display information about BGP";}show bgp peers {    %command: "bgp/tools/xorpsh_print_peers $0" %help: HELP;    %module: bgp;    %tag: HELP "Show BGP peers info";}show bgp peers detail {    %command: "bgp/tools/xorpsh_print_peers $0" %help: HELP;    %module: bgp;    %tag: HELP "Show detailed BGP peers info";}show bgp routes {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP routes";}show bgp routes detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP routes";}show bgp routes summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP routes";}show bgp routes ipv4 {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv4 routes";}show bgp routes ipv4 detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv4 routes";}show bgp routes ipv4 summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv4 routes";}show bgp routes ipv4 unicast {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv4 unicast routes";}show bgp routes ipv4 unicast detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv4 unicast routes";}show bgp routes ipv4 unicast summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv4 unicast routes";}show bgp routes ipv4 multicast {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv4 multicast routes";}show bgp routes ipv4 multicast detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv4 multicast routes";}show bgp routes ipv4 multicast summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv4 multicast routes";}show bgp routes ipv6 {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv6 routes";}show bgp routes ipv6 detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv6 routes";}show bgp routes ipv6 summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv6 routes";}show bgp routes ipv6 unicast {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv6 unicast routes";}show bgp routes ipv6 unicast detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv6 unicast routes";}show bgp routes ipv6 unicast summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv6 unicast routes";}show bgp routes ipv6 multicast {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print BGP IPv6 multicast routes";}show bgp routes ipv6 multicast detail {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print detailed BGP IPv6 multicast routes";}show bgp routes ipv6 multicast summary {    %command: "bgp/tools/xorpsh_print_routes $0" %help: HELP;    %module: bgp;    %tag: HELP "Print summary of BGP IPv6 multicast routes";}

⌨️ 快捷键说明

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