📄 rib.cmds
字号:
%module: rib; %tag: HELP "Show IPv4 eBGP MBGP routes (detailed format)";}show route table ipv6 unicast ibgp detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 iBGP routes (detailed format)";}show route table ipv6 unicast ebgp detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 eBGP routes (detailed format)";}show route table ipv6 multicast ibgp detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 iBGP MBGP routes (detailed format)";}show route table ipv6 multicast ebgp detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 eBGP MBGP routes (detailed format)";}show route table ipv4 unicast ibgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv4 iBGP routes (terse format)";}show route table ipv4 unicast ebgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv4 eBGP routes (terse format)";}show route table ipv4 multicast ibgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv4 iBGP MBGP routes (terse format)";}show route table ipv4 multicast ebgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv4 eBGP MBGP routes (terse format)";}show route table ipv6 unicast ibgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 iBGP routes (terse format)";}show route table ipv6 unicast ebgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 eBGP routes (terse format)";}show route table ipv6 multicast ibgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 iBGP MBGP routes (terse format)";}show route table ipv6 multicast ebgp terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show IPv6 eBGP MBGP routes (terse format)";}/* * RIP show route commands */show route table ipv4 unicast rip { %command: "rib/tools/show_routes ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from RIP";}show route table ipv4 unicast rip winners { %command: "rib/tools/show_routes ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show RIP that reach forwarding engine";}show route table ipv4 unicast rip brief { %command: "rib/tools/show_routes -b ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from RIP (brief format)";}show route table ipv4 unicast rip winners brief { %command: "rib/tools/show_routes -b ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show RIP that reach forwarding engine (brief format)";}show route table ipv4 unicast rip detail { %command: "rib/tools/show_routes -d ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from RIP (detailed format)";}show route table ipv4 unicast rip winners detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show RIP that reach forwarding engine (detailed format)";}show route table ipv4 unicast rip terse { %command: "rib/tools/show_routes -t ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from RIP (terse format)";}show route table ipv4 unicast rip winners terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show RIP that reach forwarding engine (terse format)";}/* * RIPng show route commands */show route table ipv6 unicast ripng { %command: "rib/tools/show_routes ribin $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show routes from RIPng";}show route table ipv6 unicast ripng winners { %command: "rib/tools/show_routes ribout $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show RIPng that reach forwarding engine";}show route table ipv6 unicast ripng brief { %command: "rib/tools/show_routes -b ribin $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show routes from RIPng (brief format)";}show route table ipv6 unicast ripng winners brief { %command: "rib/tools/show_routes -b ribout $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show RIPng that reach forwarding engine (brief format)";}show route table ipv6 unicast ripng detail { %command: "rib/tools/show_routes -d ribin $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show routes from RIPng (detailed format)";}show route table ipv6 unicast ripng winners detail { %command: "rib/tools/show_routes -d ribout $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show RIPng that reach forwarding engine (detailed format)";}show route table ipv6 unicast ripng terse { %command: "rib/tools/show_routes -t ribin $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show routes from RIPng (terse format)";}show route table ipv6 unicast ripng winners terse { %command: "rib/tools/show_routes -t ribout $4 $5 rip" %help: HELP; %module: rib; %tag: HELP "Show RIPng that reach forwarding engine (terse format)";}/* * OSPFv2 show route commands */show route table ipv4 unicast ospf { %command: "rib/tools/show_routes ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv2";}show route table ipv4 unicast ospf winners { %command: "rib/tools/show_routes ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv2 that reach forwarding engine";}show route table ipv4 unicast ospf brief { %command: "rib/tools/show_routes -b ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv2 (brief format)";}show route table ipv4 unicast ospf winners brief { %command: "rib/tools/show_routes -b ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv2 that reach forwarding engine (brief format)";}show route table ipv4 unicast ospf detail { %command: "rib/tools/show_routes -d ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv2 (detailed format)";}show route table ipv4 unicast ospf winners detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv2 that reach forwarding engine (detailed format)";}show route table ipv4 unicast ospf terse { %command: "rib/tools/show_routes -t ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv2 (terse format)";}show route table ipv4 unicast ospf winners terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv2 that reach forwarding engine (terse format)";}/* * OSPFv3 show route commands */show route table ipv6 unicast ospf { %command: "rib/tools/show_routes ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv3";}show route table ipv6 unicast ospf winners { %command: "rib/tools/show_routes ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv3 that reach forwarding engine";}show route table ipv6 unicast ospf brief { %command: "rib/tools/show_routes -b ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv3 (brief format)";}show route table ipv6 unicast ospf winners brief { %command: "rib/tools/show_routes -b ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv3 that reach forwarding engine (brief format)";}show route table ipv6 unicast ospf detail { %command: "rib/tools/show_routes -d ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv3 (detailed format)";}show route table ipv6 unicast ospf winners detail { %command: "rib/tools/show_routes -d ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv3 that reach forwarding engine (detailed format)";}show route table ipv6 unicast ospf terse { %command: "rib/tools/show_routes -t ribin $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show routes from OSPFv3 (terse format)";}show route table ipv6 unicast ospf winners terse { %command: "rib/tools/show_routes -t ribout $4 $5 $6" %help: HELP; %module: rib; %tag: HELP "Show OSPFv3 that reach forwarding engine (terse format)";}/* * Show winning routes (unfiltered output from "all" routing table). */show route table ipv4 unicast final { %command: "rib/tools/show_routes ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 winning routes";}show route table ipv6 unicast final { %command: "rib/tools/show_routes ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 winning routes";}show route table ipv4 multicast final { %command: "rib/tools/show_routes ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 MRIB winning routes";}show route table ipv6 multicast final { %command: "rib/tools/show_routes ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 MRIB winning routes";}show route table ipv4 unicast final brief { %command: "rib/tools/show_routes -b ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 winning routes (brief format)";}show route table ipv6 unicast final brief { %command: "rib/tools/show_routes -b ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 winning routes (brief format)";}show route table ipv4 multicast final brief { %command: "rib/tools/show_routes -b ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 MRIB winning routes (brief format)";}show route table ipv6 multicast final brief { %command: "rib/tools/show_routes -b ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 MRIB winning routes (brief format)";}show route table ipv4 unicast final detail { %command: "rib/tools/show_routes -d ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 winning routes (detailed format)";}show route table ipv6 unicast final detail { %command: "rib/tools/show_routes -d ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 winning routes (detailed format)";}show route table ipv4 multicast final detail { %command: "rib/tools/show_routes -d ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 MRIB winning routes (detailed format)";}show route table ipv6 multicast final detail { %command: "rib/tools/show_routes -d ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 MRIB winning routes (detailed format)";}show route table ipv4 unicast final terse { %command: "rib/tools/show_routes -t ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 winning routes (terse format)";}show route table ipv6 unicast final terse { %command: "rib/tools/show_routes -t ribout $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 winning routes (terse format)";}show route table ipv4 multicast final terse { %command: "rib/tools/show_routes -t ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv4 MRIB winning routes (terse format)";}show route table ipv6 multicast final terse { %command: "rib/tools/show_routes -t ribin $4 $5 all" %help: HELP; %module: rib; %tag: HELP "Show IPv6 MRIB winning routes (terse format)";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -