RIPv2配置实例

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

RIPv2配置实例

1.用户需求:

某企业总部计划和它的2个分公司联网。计划采用2条数字链路连接总部和分公司,并要求总部和分公司的IP网络段不能相同,并且划分广播域隔离广播;不采用三层交换设备;两个分公司联网后能够互相访问;总部和分公司联网后路由器能够自动学习。

2.方案分析与解决:

不采用三层交换技术,但要求采用数字链路,可以考虑用路由器。

3.网络拓扑:

4.规划网络地址:

PC1:192.168.3.2 255.255.255.0 192.168.3.1

PC2:192.168.3.3 255.255.255.0 192.168.3.1

PC3:192.168.4.2 255.255.255.0 192.168.4.1

PC4:192.168.5.2 255.255.255.0 192.168.5.1

总部路由器A:F0/0:192.168.3.1 255.255.255.0

S1/0:192.168.1.1 255.255.255.0

S1/1:192.168.2.1 255.255.255.0

分公司路由器B:F0/0:192.168.4.1 255.255.255.0

S1/0:192.168.1.2 255.255.255.0

分公司路由器C:F0/0:192.168.5.1 255.255.255.0

S1/1:192.168.2.2 255.255.255.0

5.路由器配置:

总部A:

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname routerA

routerA(config)#int f0/0

routerA(config-if)#ip add 192.168.3.1 255.255.255.0

routerA(config-if)#no shutdown

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up

routerA(config-if)#int s1/0

routerA(config-if)#ip add 192.168.1.1 255.255.255.0

routerA(config-if)#clock rate 64000

routerA(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial1/0, changed state to down

routerA(config-if)#int s1/1

routerA(config-if)#ip add 192.168.2.1 255.255.255.0

routerA(config-if)#clock rate 64000

routerA(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial1/1, changed state to down

routerA(config-if)#exit

routerA(config)#router rip

routerA(config-router)#version 2

routerA(config-router)#network 192.168.3.0

routerA(config-router)#network 192.168.1.0

routerA(config-router)#network 192.168.2.0

routerA(config-router)#end

routerA#

%SYS-5-CONFIG_I: Configured from console by console

routerA#wr

Building configuration...

[OK]

routerA#

routerA#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

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, Serial1/0

相关文档
最新文档