The command was executed on router R2 shown in the figure below. R2#show ip route Codes: C– connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP D– EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area ...
This command was modified. The bfd all-interfaces command in named router configuration mode was replaced by the bfd command in address-family interface mode. 15.1(2)T This command was modified. Support for IPv6 was added. Cisco IOS XE Release 3.3 This command was modified. Support for ...
Router(config-subif)#ip add 192.168.2.1 255.255.255.0 Router(config-subif)#no shutdown Router(config-subif)#exit Router#show ip route //可以看到有路由表有两条路由地址 Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O...
由于在Router1上端口Serial 0地址为192.200.10.5,192.200.10.4/30这个网属于直连的网,已经存在访问192.200.10.4/30的路径,所以不需要在Router1上添加静态路由。 Router1: 代码语言:javascript 复制 ip route192.1.0.64255.255.255.192192.200.10.6 Router3: 代码语言:javascript 复制 ip route192.1.0.128255.255.255.192192...
show ip route 查看路由表 show protocols 显示出所有的被动路由协议和接口上哪些协议被设置 show ip protocols 显示了被配置在路由器上的路由选择协议,同时给出了在路由选择协议中使用 的定时器 等信息 router rip 激活RIP协议 network +直连网段 发布直连网段 ...
Router(config-rpl)# if as-path in (ios-regex ‘_12$,ios-regex ‘_13$’) then Router(config-rpl-if)# set local-preference 100 Router(config-rpl-if)# endif Router(config-rpl)# as-path-set To create a named AS path set, use the as-path-set command in XR Config...
1. router> 路由器处于用户命令状态,这时用户可以看路由器的连接状态,访问其它网络和主机,但不能看到和更改路由器的设置内容。 2. router# 在router>提示符下键入enable,路由器进入特权命令状态router#,这时不但可以执行所有的用户命令,还可以看到和更改路由器的设置内容。
setup Run the SETUP command facility 运行安装命令程序 show Show running system information 显示运行系统信息 ssh Open a secure shell client connection 打开安全壳客户端连接 telnet Open a telnet connection 打开telnet连接 terminal Set terminal line parameters 设置终点线参数 traceroute Trace route to destina...
1、常用组播路由协议配置方法1IGMP协议配置1.1 IGMP基本设置1.1.1 配置路由器加入到一个组播组:Router(config-if)#ipigmpjoin-group1.1.2 控制某个接口下主机能够加入的组播组ipigmpaccess-groupaccess-list【例如】Router(config)#access-list1Router(config)#interfaceethernet0Router(config-if)ipigmpaccess-group1...
(config)# interface type-and-number Router(config-if)# description description-text Router(config-if)# ip address ipv4-address subnet-mask Router(config-if)# ipv6 address ipv6-address/prefix-length Router(config-if)# no shutdown // Using the no shutdown command activates the interface and ...