当前位置:文档之家› RIP路由配置 思科

RIP路由配置 思科


测试 完成各点对点连线的连通情况,此处必须确保各连线点对点是可以 ping 通 三、完成 RIP 路由的配置 R1
router rip version 2 network 10.10.10.0 network 192.168.10.0
R2
router rip version 2 network 192.168.11.0 network 192.168.10.0
no sh R02
int S0/3/0 ip address 192.168.10.2 255.255.255.0 no sh int S0/3/1 ip address 192.168.11.1 255.255.255.0
佛山职业技术学院物联网应用技术
no sh R03 int S0/3/0 ip address no sh clock rate int S0/3/1 ip address no sh clock rate R04 192.168.12.1 255.255.255.0 2000000 192.168.12.2 255.255.255.0
另外一台交换机 SWB Int vlan 1 Ip add 10.10.11.1 255.255.255.0 No sh ip default-gateway 10.10.11.254 Ress 10.10.10.254 255.255.255.0
no sh
int S1/0 ip address 192.168.10.1 255.255.255.0
佛山职业技术学院物联网应用技术
R3 router rip version 2 network 192.168.11.0 network 192.168.12.0
R4 router rip version 2 network 192.168.12.0 network 192.168.13.0 R5
router rip version 2 network 192.168.13.0 network 10.10.11.0 测试
OZZY
第 2 页,共 4 页
2000000
int S0/3/0 ip address 192.168.13.1 255.255.255.0 no sh int S0/3/1 ip address 192.168.13.2 255.255.255.0 no sh R05
int F0/0 ip address 10.10.11.254 255.255.255.0 no sh int S1/0 ip address 192.168.13.2 255.255.255.0 no sh clock rate 2000000
OZZY
第 4 页,共 4 页
(1) 通过连通性测试(全部都通)
SW1R1R2R3R4R5SW2 SW2R5R4R3R2R1SW1
R3R2R1SW1 R3R4R5SW2 (2) 查看各路由表情况(特权模式下:sh ip route )
OZZY
第 3 页,共 4 页
佛山职业技术学院物联网应用技术
佛山职业技术学院物联网应用技术
RIP 路由配置
项目目的:
了解和掌握 RIP 路由的基本配置。
网络结构:
OZZY
第 1 页,共 4 页
环境准备:
网线: 直连线*2 条、S DTE 线*4 条 交换机:2950-24*2 台 路由器:2811*2 台、2901*3 台
项目实施:
一、 在 PT6 模拟环境中添加路由器,交换机,完成线路的连接并标上相关的注释; 二、完成对应端口 IP 地址的配置和终端 对于交换机 SWA Int vlan 1 Ip add 10.10.10.1 255.255.255.0 No sh ip default-gateway 10.10.10.254
相关主题