缺少 nexus ospf 网络声明

网络工程 思科 路由 ospf cisco-nexus
2022-02-21 10:26:31

在旧学校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 我要宣布这条路线

1个回答

Cisco 路由器(和交换机)默认将环回接口视为主机路由。

您可以通过以下方式更改此行为

interface loopback1
ip ospf network point-to-point