网络拓扑结构为路由器A和路由器B通过其物理接口上配置的IP地址直接相连int gig 0/0/1 and gig0/0/2。第三个interface gig0/0/3配置为二层中继端口,允许VLAN 12通过路由器A并连接到路由器B的interface gig 0/0/3二层中继端口。IGPospf 100在两个路由器上都配置并在 上启用int gig 0/0/1 and gig0/0/2。
我在 VLAN 接口上有多个 IP 地址,如下所示:
interface vlanif 12
ip address 97.119.51.7 255.255.255.224
ip address 97.130.115.16 255.255.255.224 sub
ip address 97.116.60.23 255.255.255.224 sub
ip address 97.112.24.18 255.255.255.224 sub
这些是router ospf由 中的 network 语句通告的ospf 100,但是97.119.51.0 0.0.0.31在配置 OSPF 进程 network 语句时,网络错误地被跳过了。直连路由器B不显示 的子接口IP地址的路由97.130.115.16, 97.116.60.23 and 97.112.24.18。
一个接口上的多个 IP 地址是什么概念,它的用途是什么?
为什么97.119.51.0 0.0.0.31在OSPF配置中跳过VLAN 12的主IP地址网络时,OSPF无法发布子接口IP地址?