简单的OSPF多区配置
原创
©著作权归作者所有:来自51CTO博客作者相儒以沫的原创作品,请联系作者获取转载授权,否则将追究法律责任
简单的OSPF多区配置
完成标准:每个路由器的路由表中都有7个网段的路由,用show ip route查看
R1的配置:
Router> en
Router# config t
Router(config)# host R1
R1(config)# int e0/0
R1(config-if)# ip add 192.168.1.1 255.255.255.0
R1(config-if)# no shut
R1(config-if)# int e0/1
R1(config-if)# ip add 192.168.2.1 255.255.255.0
R1(config-if)# no shut
R1(config-if)# int loop 0
R1(config-if)# ip add 172.16.1.1 255.255.255.0
R1(config-if)# no shut
R1(config-if)# exit
R1(config)# router ospf 10
R1(config-router)# net 192.168.1.0 0.0.0 .255 a 0
R1(config-router)# net 192.168.2.0 0.0.0 .255 a 0
R1(config-router)# net 172.16.1.0 0.0.0 .255 a 0
R1(config-router)# end
R1#
R2的配置
Router> en
Router# config t
Router(config)# host R2
R2(config)# int e0/1
R2(config-if)# ip add 192.168.2.2 255.255.255.0
R2(config-if)# no shut
R2(config-if)# int e0/2
R2(config-if)# ip add 192.168.3.1 255.255.255.0
R2(config-if)# no shut
R2(config-if)# int loop 0
R2(config-if)# ip add 172.17.1.1 255.255.255.0
R2(config-if)# no shut
R2(config-if)# exit
R2(config)# router ospf 10
R2(config-router)# net 192.168.2.0 0.0.0 .255 a 0
R2(config-router)# net 192.168.3.0 0.0.0 .255 a 1
R2(config-router)# net 172.17.1.0 0.0.0 .255 a 1
R2(config-router)# end
R2#
R3的配置
Router> en
Router# config t
Router(config)# host R3
R3(config)# int e0/2
R3(config-if)# ip add 192.168.3.2 255.255.255.0
R3(config-if)# no shut
R3(config-if)# int e0/0
R3(config-if)# ip add 192.168.4.1 255.255.255.0
R3(config-if)# no shut
R3(config-if)# int loop 0
R3(config-if)# ip add 172.18.1.1 255.255.255.0
R3(config-if)# no shut
R3(config-if)# exit
R3(config)# router ospf 10
R3(config-router)# net 192.168.3.0 0.0.0 .255 a 1
R3(config-router)# net 192.168.4.0 0.0.0 .255 a 1
R3(config-router)# net 172.18.1.0 0.0.0 .255 a 1
R3(config-router)# end
R3#
R1#show ip route
R1#show ip route
R1#show ip route
在任意路由器上查看路由表,匀能看到7条路由即为成功。
上一篇:VTP的配置
下一篇:OSPF多区综合配置
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
OSPF多区域实验
华为HCIP-Datacom实验系列之OSPF多区域实验
OSPF Ethernet IP -
简单OSPF多区域配置
&n
配置 职场 ospf 休闲 -
OSPF多区原理与配置 --理论讲解
OSPF多区原理与配置 --理论讲解
ospf 多域 OSPF多区域配置 -
OSPF的简单配置
一.实验拓扑图 二.实验目的 1.&nbs
职场 ospf 休闲 -
思科单区OSPF的配置
要求:三层交换机配置DHCP服务PC机配置DHCP自动获取IP配置相应的环回接口使用ospf动态路由协议,实现全网互通
网络 dhcp 思科 ospf 路由与交换 -
多区域OSPF的配置.
多区域OSPF的配置.doc
职场 OSPF 休闲 区域