实例:rip的secondary 地址

企业动态
实例:rip的secondary 地址。

实验<1>

rip的secondary的地址

***步:基本配置

r1
inter s1
ip add 172.16.1.0 255.255.255.0
clock rate 64000
no shut
inter s0
ip add 172.16.2.1 255.255.255.0
clock rate 64000
no shut
router rip
net 172.16.0.0
r2
inter s1
ip add 172.16.2.2 255.255.255.0
no shut
inter s0
ip add 192.168.1.1 255.255.255.0
clock rate 64000
no shut
route rip
net 172.16.0.0
net 192.168.1.0
r3
inter s1
ip add 192.168.1.2 255.255.255.0
clock rate 64000
no shut
inter s0
ip add 172.16.3.1 255.255.255.0
clock rate 64000
no shut
router rip
net 192.168.1.0
net 172.16.0.0
r4
inter s1
ip add 172.16.3.2 255.255.255.0
clock rate 640000
no shut
inter s0
ip add 176.16.4.1 255.255.255.0
clock rate 64000
no shut
router router
net 172.16.0.
当这些都配好之后还是学不 到路由表
怎么办了
第二步
配一个补助ip地址  在 r2和r3之间s1 s0
r2
inter s0
ip add 172.16.5.1 255.255.255.0
no shut
r3
inter s1
ip add 172.16.5.2 255.255.255.0
no shut
这样我们的实验就做完了
注意:  补助地址可以是用过的地址 eg; 172.16.3.0 172.16.2.0

【编辑推荐】

  1. 压力测试工具 Ripplet新版发布
  2. 6.2.5 配置和检查RIP
  3. 8.2.5 基本的路由能力,包括对RIP的支持
责任编辑:夏雨 来源: 56CTO
相关推荐

2011-04-01 09:04:09

RIP

2011-04-07 13:09:03

明文验证

2009-02-01 10:54:00

MAC地址访问控制

2009-06-19 17:31:59

Java获取IP地址

2010-08-06 13:53:12

RIP协议

2010-07-30 14:31:20

RIP协议

2010-08-06 11:40:03

RIP配置

2010-06-10 13:37:44

RIP协议

2010-06-10 13:18:31

RIP协议

2010-08-06 09:17:37

RIP路由协议

2010-08-06 12:12:56

RIP协议

2011-10-11 17:23:26

MAC定位目标主机

2010-08-10 13:41:51

2010-08-05 17:35:34

RIP路由协议

2010-08-05 17:43:27

RIP协议

2010-07-05 10:46:47

RIP路由协议

2010-08-05 16:49:09

RIP路由协议

2010-08-05 17:31:25

RIP路由协议

2010-06-11 16:45:44

RIP路由协议

2010-08-06 09:38:58

RIP报文
点赞
收藏

51CTO技术栈公众号