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

📄 rip.cmds

📁 xorp源码hg
💻 CMDS
字号:
/* $XORP: xorp/etc/templates/rip.cmds,v 1.4 2004/06/06 02:12:25 hodson Exp $ */show rip {     %command: "" %help: HELP;     %module: rip;     %tag: HELP "Display information about RIP";}show rip peer statistics $(protocols.rip.interface.*) $(protocols.rip.interface.*.vif.*) $(protocols.rip.interface.*.vif.*.address.*) {     %command: "rip/tools/show_peer_stats $2 $5 $6 $7" %help: HELP;     %module: rip;     %tag: HELP "Show RIP statistics for peers on specified address";}show rip peer statistics all {     %command: "rip/tools/show_peer_stats $2" %help: HELP;     %module: rip;     %tag: HELP "Show RIP statistics for all peers";}show rip statistics $(protocols.rip.interface.*) $(protocols.rip.interface.*.vif.*) $(protocols.rip.interface.*.vif.*.address.*) {     %command: "rip/tools/show_stats $2 $4 $5 $6" %help: HELP;     %module: rip;     %tag: HELP "Show RIP statistics on specified address";}show rip statistics all {     %command: "rip/tools/show_stats $2" %help: HELP;     %module: rip;     %tag: HELP "Show RIP statistics for all addresses";}show rip status $(protocols.rip.interface.*) $(protocols.rip.interface.*.vif.*) $(protocols.rip.interface.*.vif.*.address.*) {     %command: "rip/tools/show_stats -b $2 $4 $5 $6" %help: HELP;     %module: rip;     %tag: HELP "Show RIP status on specified address";}show rip status all {     %command: "rip/tools/show_stats -b $2" %help: HELP;     %module: rip;     %tag: HELP "Show RIP status for all addresses";}

⌨️ 快捷键说明

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