兩台s57直連同網段無法建立ospf鄰居
2014/12/17 13:39:57點擊:
問題描述
發現兩台交換機配置很(hěn)建單的ospf配置,結果無法建立鄰居,debug ospf都沒有(yǒu)發包,配置如下:
交換機1:
interface Vlanif17
ip address 10.0.17.190 255.255.255.192
#
interface Vlanif51
ip address 10.0.51.190 255.255.255.192
#
interface LoopBack0
ip address 1.1.1.10 255.255.255.255
#
ospf 100 router-id 1.1.1.10
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
network 1.1.1.10 0.0.0.0
交換機2:
interface Vlanif17
ip address 10.0.17.189 255.255.255.192
#
interface Vlanif51
ip address 10.0.51.189 255.255.255.192
#
interface LoopBack0
ip address 1.1.1.9 255.255.255.255
#
ospf 100 router-id 1.1.1.9
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
network 1.1.1.9 0.0.0.0
交換機1:
interface Vlanif17
ip address 10.0.17.190 255.255.255.192
#
interface Vlanif51
ip address 10.0.51.190 255.255.255.192
#
interface LoopBack0
ip address 1.1.1.10 255.255.255.255
#
ospf 100 router-id 1.1.1.10
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
network 1.1.1.10 0.0.0.0
交換機2:
interface Vlanif17
ip address 10.0.17.189 255.255.255.192
#
interface Vlanif51
ip address 10.0.51.189 255.255.255.192
#
interface LoopBack0
ip address 1.1.1.9 255.255.255.255
#
ospf 100 router-id 1.1.1.9
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
network 1.1.1.9 0.0.0.0
告警信息
無
處理(lǐ)過程
1、首先确認是否是不支持ospf的SI\LI等設備
2、是否能ping通(tōng)直連
3、确認兩端的進程是否統一
4、是否是發布的網段不正确
2、是否能ping通(tōng)直連
3、确認兩端的進程是否統一
4、是否是發布的網段不正确
根因
前3點都一一排除,最後查看配置發現,兩端接口的掩碼和(hé)network發布的網段不一緻,因為是25位掩碼,網絡位地址配置錯誤。如下标紅:
interface Vlanif17
ip address 10.0.17.190 255.255.255.192
interface Vlanif51
ip address 10.0.51.190 255.255.255.192
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
interface Vlanif17
ip address 10.0.17.190 255.255.255.192
interface Vlanif51
ip address 10.0.51.190 255.255.255.192
area 0.0.0.0
network 10.0.17.0 0.0.0.63
network 10.0.51.0 0.0.0.63
解決方案
最後修改網絡位地址問題解決
建議與總結
在發布非常用掩碼的網段時(shí),有(yǒu)的掩碼是一樣的,網絡位不一樣,一定要注意網絡位地址是否和(hé)接口ip對應。
- 上(shàng)一篇:S9700的哪些(xiē)版本支持命令行(xíng)記錄功能 2014/12/17
- 下一篇:Vlanif 的接口MAC地址為什麽會(huì)相同 2014/12/17