Hi,
有钱终成眷属
没钱亲眼目睹

Dynamic Routing OSPF CLI 配置

本文最后更新于2021年3月31日,已超过 3 年没有更新,如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!

A 路由配置
user:admin
Power:private
(Router)>enable
(Router)#configure
(Router)(Config)#interface 2/1
(Router)(Interface 2/1)#ip address 10.0.1.1 255.255.255.0
(Router)(Interface 2/1)#routing
(Router)(Interface 2/1)#exit
(Router)(Config)#interface 2/2
(Router)(Interface 2/2)#ip address 10.0.2.1 255.255.255.0
(Router)(Interface 2/2)#routing
(Router)(Interface 2/2)#ip ospf
(Router)(Interface 2/2)#exit
(Router)(Config)#router ospf
(Router)(Config router)#enable
(Router)(Config router)#router-id 10.0.2.1
(Router)(Config router)#redistribute connected subnets
(Router)(Config router)#exit
(Router)(Config)#ip routing
(Router)(Config)#exit
(Router)#show ip ospf
B 路由配置
user:admin
Power:private
(Router)>enable
(Router)#configure
(Router)(Config)#interface 2/2
(Router)(Interface 2/1)#ip address 10.0.3.1 255.255.255.0
(Router)(Interface 2/1)#routing
(Router)(Interface 2/1)#exit
(Router)(Config)#interface 2/1
(Router)(Interface 2/2)#ip address 10.0.2.2 255.255.255.0
(Router)(Interface 2/2)#routing
(Router)(Interface 2/2)#ip ospf
(Router)(Interface 2/2)#exit
(Router)(Config)#router ospf
(Router)(Config router)#enable
(Router)(Config router)#router-id 10.0.2.2
(Router)(Config router)#redistribute connected subnets
(Router)(Config router)#exit
(Router)(Config)#ip routing
(Router)(Config)#exit
(Router)#show ip ospf
赞(1)
未经允许不得转载:伊阳博客 » Dynamic Routing OSPF CLI 配置

留言 抢沙发