CCNA:画出ospf路由的实验图,并写出配置ospf连通所有网络的步骤
发布网友
发布时间:2022-05-26 13:58
我来回答
共1个回答
热心网友
时间:2023-10-20 18:56
图片地址http://cisco.chinaitlab.com/imgfiles/2004.11.25.11.4.7.1.gif
Router1
interface Loopback0
ip address 192.168.45.1 255.255.255.0
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
!
router ospf 1
network 10.10.10.0 0.0.0.255 area 0
!
Router2
interface Loopback0
ip address 172.16.10.1 255.255.255.0
!
interface Ethernet0
ip address 10.10.10.2 255.255.255.0
!
router ospf 1
network 10.10.10.0 0.0.0.255 area 0