我知道我们无法创建具有不同子网的 OSPF。我应该在 MLS 和 R1 中放置哪些网络地址以使其相邻?
这是MLS的配置:
interface FastEthernet0/15
no switchport
ip address 10.1.100.1 255.255.255.252
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
network 10.1.100.1 0.0.0.0 area 0 !
MLS 配置结束
R1
interface FastEthernet0/0
ip address 10.1.100.2 255.255.255.0
!
interface FastEthernet0/1
ip address 10.1.1.1 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 10.1.100.2 0.0.0.0 area 0
