工大瑞普CCNA_路由综合实验配置详解
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
工大瑞普CCNA路由综合实验配置详解
小五拓扑图
说明
这是工大瑞普的一个CCNA路由综合实验的拓扑图,使用Dynimips模拟器。原图有一处IP 地址错误,我已经修正,所以叫小五修正版。
要求:
1、红色为不等价均衡负载路径
2、最多允许配置3条静态路由(明确采用ip route命令配置的)
3、所有网络均可以Ping通
4、串行链路上封装ppp协议,验证方式为chap
5、仅限CCNA所学内容,不允许使用路由重发布等CCNP知识
所有路由器基础配置
En
Conf t
Hostname Rx
Enable password cisco
Line vty 0
Password cisco
Logg sy
Exec-t 0 0
Login
Exit
Line console 0
Password cisco
Logg sy
Exec-t 0 0
Login
Exit
No ip do lo
R1
R1(config)#int s1/1
R1(config-if)#ip add
R1(config-if)#ip address 10.1.1.2 255.255.255.252 R1(config-if)#no sh
R1(config-if)#exit
R1(config)#int lo1
R1(config-if)#ip address 10.2.1.1 255.255.255.0 R1(config-if)#int lo2
R1(config-if)#ip address 10.2.2.2 255.255.255.0 R1(config-if)#exit
R1(config)#username R2 password cisco
R1(config)#router ospf 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#network 10.1.1.0 0.0.0.3 a 0
R1(config-router)#network 10.2.1.0 0.0.0.255 a 0 R1(config-router)#network 10.2.2.0 0.0.0.255 a 0 R1(config-router)#exit
R1(config)#int s1/1
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication chap
R1(config-if)#
R2(config)#int s1/0
R2(config-if)#ip address 10.1.1.1 255.255.255.252
R2(config-if)#no sh
R2(config-if)#exi
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#network 10.1.1.0 0.0.0.3 a 0
R2(config-router)#default-information originate always R2(config-router)#end
R2#conf t
R2(config)#username R1 password cisco
R2(config)#username R3 password cisco
R2(config)#int s1/0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication chap
R2(config-if)#end
R2(config-router)#
R2(config-router)#
R2(config-router)#end
R2#conf t
R2(config)#int s1/1
R2(config-if)#ip address 192.168.255.2 255.255.255.252 R2(config-if)#no sh
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication chap
R2(config-if)#end
R2#conf t
R2(config)#router rip
R2(config-router)#version 2
R2(config-router)#no auto-summary
R2(config-router)#network 192.168.255.0
R2(config-router)#end
R2#
R3(config)#int s1/0
R3(config-if)#ip address 192.168.255.1 255.255.255.252 R3(config-if)#no sh
R3(config-if)#encapsulation ppp
R3(config-if)#ppp authentication chap
R3(config-if)#exit
R3(config)#username R2 password cisco
R3(config)#username R4 password cisco
R3(config)#int lo1
R3(config-if)#ip address 192.168.1.1 255.255.255.0
R3(config-if)#int s1/1
R3(config-if)#ip address 151.151.1.2 255.255.255.0
R3(config-if)#encapsulation ppp
R3(config-if)#ppp authentication chap
R3(config-if)#no sh
R3(config-if)#exit
R3(config)#router rip
R3(config-router)#version 2
R3(config-router)#network 192.168.255.0
R3(config-router)#network 192.168.1.0
R3(config-router)#network 151.151.1.0
R3(config-router)#no auto-summary
R3(config-router)#end
R3#conf t
R3(config)#ip route 0.0.0.0 0.0.0.0 151.151.1.1
R3(config)#ip route 10.0.0.0 255.0.0.0 192.168.255.2