在旧学校IOS
,我们曾经做
router ospf 1
network 0.0.0.0 255.255.255.255 area 0
但是在 Nexus 交换机中我没有看到任何命令或相关文档,我如何在 nx-os 的 ospf 中宣布我的子网
我的 Nexus 9k 配置
router ospf 100
interface loopback1
ip router ospf 100 area 0.0.0.0
interface Ethernet2/11
ip router ospf 100 area 0.0.0.0
这是我的界面配置,
interface Ethernet2/11
description Point-to-Point-link-of-ospf
no switchport
ip address 10.0.0.10/30
ip router ospf 100 area 0.0.0.0
interface loopback1
ip address 74.xx.xx.1/23
ip router ospf 100 area 0.0.0.0
在我的邻居路由器中,我在路由表中看到以下内容
R2# sh ip route ospf-100
IP Route Table for VRF "default"
'*' denotes best ucast next-hop
'**' denotes best mcast next-hop
'[x/y]' denotes [preference/metric]
'%<string>' in via output denotes VRF <string>
74.xx.xx.1/32, ubest/mbest: 1/0
*via 10.0.0.10, Eth2/11, [110/2], 00:08:08, ospf-100, intra
为什么我看到的是以下路线/32
而不是/23
????
74.xx.xx.1/23
我要宣布这条路线