我已经用IP前缀列表公布了IP地址10.1.1.0/24,但它并没有在广告路由中显示子网掩码。你能解释一下这种行为吗。
> show ip bgp vpnv4 all neighbors 10.27.0.21 advertised-routes
>
> Network Next Hop Metric LocPrf Weight Path
> Route Distinguisher: 22870:10 (default for vrf Data)
> *> 10.1.1.0 10.1.1.33 0 100 i
> Total number of prefixes 1发布于 2017-05-04 10:13:33
终于找到了。因为没有在网络命令中定义掩码值,也没有启用自动摘要。网络10.1.1.0掩码255.255.255.0无自动摘要
https://networkengineering.stackexchange.com/questions/40897
复制相似问题