《实验22 多区域OSPF配置实验.docx》由会员分享,可在线阅读,更多相关《实验22 多区域OSPF配置实验.docx(4页珍藏版)》请在三一办公上搜索。
1、实验22 多区域OSPF配置实验实验二十二:多区域OSPF配置实验 一、实验介绍: 1、实验名称:多区域OSPF配置实验 2、实验目的:R2624路由器多个自治系统OSPF配置技术 3、实验设备:R2624路由器、R621路由器、SW3550交换机、V35DCE、V35DTE 4、实验时间:30分钟 二、实验拓扑 Area 0 Area 1 R1 S2 172.16.1.1/24 172.16.1.2/24 s0 Area 0 F0 192.168.10.1/24 R2 F0 172.16.2.1/24 Area 1 SW3550 F0/2 172.16.2.2/24 F0/1 192.168
2、.20.1/24 IP 192.168.10.2/24 网关 192.168.10.1 IP 192.168.20.2/24 网关 192.168.20.1 三、实验配置 R1配置: R1 (config)# hostname R1 R1(config)# interface FastEthernet0 R1(config-if)# ip address 192.168.10.1 255.255.255.0 R1(config-if)# no shut R1(config-if)# exit R1(config)# interface Serial2 R1(config-if)# encaps
3、ulation ppp !封装接口协议为PPP R1(config-if)# ip address 172.16.1.1 255.255.255.0 R1(config-if)# clock rate 64000 !定义时钟频率为64000 R1(config-if)# no shut R1(config-if)# exit R1(config)# router ospf 1 R1(config-router)# network 172.16.1.0 0.0.0.255 area 0 R1(config-router)# network 192.168.10.0 0.0.0.255 area
4、0 R1(config-router)# exit R2配置: R2 (config)# hostname R2 R2(config)# interface Serial0 R2(config-if)# encapsulation ppp !封装接口协议为PPP R2(config-if)# ip address 172.16.1.2 255.255.255.0 R2(config-if)# no shut R2(config-if)# exit R2(config)# interface F0 R2(config-if)# ip address 172.16.2.1 255.255.255.
5、0 R2(config-if)# no shut R2(config-if)# exit R2(config)# router ospf 1 R2(config-router)# network 172.16.1.0 0.0.0.255 area 0 R2(config-router)# network 172.16.2.0 0.0.0.255 area 1 R2(config-router)# exit SW配置: SW (config)# hostname SW3550 SW(config)# interface FastEthernet0/1 SW(config)# no swicthp
6、ort SW(config-if)# ip address 192.168.20.1 255.255.255.0 SW(config-if)# no shut SW(config-if)# exit SW(config)# interface FastEthernet0/2 SW(config)# no swicthport SW(config-if)# ip address 172.16.2.2 255.255.255.0 SW(config-if)# no shut SW(config-if)# exit SW(config)# router ospf SW(config-router)# network 172.16.2.0 0.0.0.255 area 1 SW(config-router)# network 192.168.20.0 0.0.0.255 area 1 SW(config-router)# exit 四、验证命令: Show ip ospf Show ip ospf interface Show ip ospf neighbor Show ip ospf border-router Show ip route