亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

RIP缺省靜態(tài)路由的重發(fā)布配置教程

  發(fā)布時(shí)間:2012-11-28 17:14:06   作者:佚名   我要評論
本文將詳細(xì)介紹RIP缺省靜態(tài)路由的重發(fā)布,需要了解更多的朋友可以參考下
R1的配置 :(config)#interface s1
(-if)#ip address 10.1.1.1 255.255.255.0
(-if)#no shutdown
(config)#interface loop 0
(-if)#ip address 1.1.1.1 255.255.255.0
(config)#router rip
(config-router)#network 10.0.0.0
(config-router)#network 1.0.0.0

R2的配置(config)#interface s0
(-if)#clock rate 64000
(-if)#ip address 10.1.1.2 255.255.255.0
(-if)#no shutdown
(config)#interface s1
(-if)#ip add 172.16.1.2 255.255.255.0
(-if)#no shutdown
(config)#interface loop 0
(-if)#ip add 2.2.2.2 255.255.255.0
(config)#router rip
(-router)#network 10.0.0.0
(-router)#network 172.16.0.0
(-router)#network 2.0.0.0

R3的配置:(config)#interface s0
(-if)#clock rate 64000
(-if)#ip address 172.16.1.3 255.255.255.0
(-if)#no shutdown
(config)#interface s1
(-if)#ip address 192.168.1.3 255.255.255.0
(-if)#no shutdown
(config)#interface loop 0
(-if)#ip address 3.3.3.3 255.255.255.0
(config)#ip route 0.0.0.0 0.0.0.0 s1
(config)#router rip
(-router)#network 172.16.0.0
(-router)#network 192.168.1.0
(-router)#network 3.0.0.0
(config)#ip default-network 172.16.0.0注:將缺省路由發(fā)布到R1,R2

R4的配置(config)#interface s0
(-if)#clock rate 64000
(-if)#ip address 192.168.1.4 255.255.255.0
(-if)#no shutdown
(-if)#ip add 4.4.4.4 255.255.255.0
(config)#ip route 0.0.0.0 0.0.0.0 s0

相關(guān)文章

最新評論