web-dev-qa-db-ja.com

EIGRPネイバーがフラッピング

GNS3でEIGRPトポロジを設定しています。次のようになります。

R7とR8の隣人関係は絶えず羽ばたき、その理由がわかりません。ハロータイマーと時間遅延はすべて正しく設定されています。それは私の構成に違いないと思います。また、wiresharkでネットワークトラフィックをスニッフィングしたところ、ICMP TTL R7からR8宛てのパケットを超えました。

私はそれを次のようにテストしました:

  • R1-R6のみをオンにする= EIGRPルーティングが正しく機能している
  • R7-R9のみをオンにする= EIGRPルーティングが正しく機能している
  • すべてのルーターをオンにする=ネイバーがフラッピングし、ネットワークがICMPパケットで溢れている

これが私の設定です:

#R1
int f1/0
ip addr 172.16.1.1 255.255.255.0
no shut

int lo0
ip addr 192.168.1.1 255.255.255.240
no shut

int lo1 
ip addr 192.168.1.17 255.255.255.240
no shut

int lo2
ip addr 192.168.1.33 255.255.255.224
no shut

int lo3
ip addr 192.168.1.65 255.255.255.224
no shut

int lo4
ip addr 192.168.1.97 255.255.255.224
no shut

int lo5
ip addr 192.168.1.129 255.255.255.192
no shut

int f1/1
ip addr 192.168.1.193 255.255.255.192
no shut

end
conf t
router eigrp 1
network 172.16.1.0 0.0.0.255
network 192.168.1.0 0.0.0.255


#R2
int f1/0
ip addr 172.16.1.2 255.255.255.0
no shut

int lo0
ip addr 192.168.2.1 255.255.255.248
no shut

int lo1
ip addr 192.168.2.9 255.255.255.248
no shut

int lo2
ip addr 192.168.2.17 255.255.255.240
no shut

int lo3
ip addr 192.168.2.33 255.255.255.224
no shut

int lo4
ip addr 192.168.2.65 255.255.255.224
no shut

int lo5
ip addr 192.168.2.97 255.255.255.224
no shut

int f1/1
ip addr 192.168.2.129 255.255.255.128
no shut


end
conf t
router eigrp 1
network 172.16.1.0 0.0.0.255
network 192.168.2.0 0.0.0.255


#R3
int f1/0
ip addr 172.16.1.3 255.255.255.0
no shut

int lo0
ip addr 192.168.3.1 255.255.255.240
no shut

int lo1
ip addr 192.168.3.17 255.255.255.240
no shut

int lo2
ip addr 192.168.3.33 255.255.255.224
no shut

int lo3
ip addr 192.168.3.65 255.255.255.224
no shut

int lo4
ip addr 192.168.3.97 255.255.255.224
no shut

int lo5
ip addr 192.168.3.129 255.255.255.192
no shut

int f1/1
ip addr 192.168.3.193 255.255.255.192
no shut


end
conf t
router eigrp 1
network 172.16.1.0 0.0.0.255
network 192.168.3.0 0.0.0.255

#R4
int f1/0
ip addr 172.16.2.5 255.255.255.0
no shut

int lo0
ip addr 192.168.6.1 255.255.255.240
no shut

int lo1 
ip addr 192.168.6.17 255.255.255.240
no shut

int lo2
ip addr 192.168.6.33 255.255.255.224
no shut

int lo3
ip addr 192.168.6.65 255.255.255.224
no shut

int lo4
ip addr 192.168.6.97 255.255.255.224
no shut

int lo5
ip addr 192.168.6.129 255.255.255.192
no shut

int f1/1
ip addr 192.168.6.193 255.255.255.192
no shut


end
conf t
router eigrp 1
network 172.16.2.0 0.0.0.255
network 192.168.6.0 0.0.0.255


#R5
int f1/0
ip addr 172.16.2.6 255.255.255.0
no shut

int lo0
ip addr 192.168.7.1 255.255.255.248
no shut

int lo1
ip addr 192.168.7.9 255.255.255.248
no shut

int lo2
ip addr 192.168.7.17 255.255.255.240
no shut

int lo3
ip addr 192.168.7.33 255.255.255.224
no shut

int lo4
ip addr 192.168.7.65 255.255.255.224
no shut

int lo5
ip addr 192.168.7.97 255.255.255.224
no shut

int f1/1
ip addr 192.168.7.129 255.255.255.128
no shut

end
conf t
router eigrp 1
network 172.16.2.0 0.0.0.255
network 192.168.7.0 0.0.0.255


#R6
int f1/0
ip addr 172.16.2.7 255.255.255.0
no shut

int lo0
ip addr 192.168.8.1 255.255.255.240
no shut

int lo1
ip addr 192.168.8.17 255.255.255.240
no shut

int lo2
ip addr 192.168.8.33 255.255.255.224
no shut

int lo3
ip addr 192.168.8.65 255.255.255.224
no shut

int lo4
ip addr 192.168.8.97 255.255.255.224
no shut

int lo5
ip addr 192.168.8.129 255.255.255.192
no shut

int f1/1
ip addr 192.168.8.193 255.255.255.192
no shut

end
conf t
router eigrp 1
network 172.16.2.0 0.0.0.255
network 192.168.8.0 0.0.0.255



#R7
int s1/1
ip addr 10.9.0.2 255.255.255.252
no shut

int s1/0
ip addr 119.119.119.1 255.255.255.252
no shut

int f2/0
ip addr 172.16.1.9 255.255.255.0
no shut

int f2/1
ip addr 172.16.2.9 255.255.255.0
no shut

router eigrp 1
network 10.9.0.0 0.0.0.3
network 119.119.119.0 0.0.0.3
network 172.16.2.0 0.0.0.255
network 172.16.1.0 0.0.0.255
end



#R8
int s1/1
ip addr 10.11.0.2 255.255.255.252
no shut

int s1/0
ip addr 119.119.119.2 255.255.255.252
no shut

int f2/0
ip addr 172.16.2.11 255.255.255.0
no shut

int f2/1
ip addr 172.16.1.11 255.255.255.0
no shut

router eigrp 1
network 10.11.0.0 0.0.0.3
network 119.119.119.0 0.0.0.3
network 172.16.2.0 0.0.0.255
network 172.16.1.0 0.0.0.255
end


#R9

int s1/1
ip addr 10.9.0.1 255.255.255.252
no shut

int s1/0
ip addr 10.11.0.1 255.255.255.252
no shut

router eigrp 1
network 10.9.0.0 0.0.0.3
network 10.11.0.0 0.0.0.3
end

設定ミスだと思いますが見つかりません。どんな助けでも大歓迎です。

4
Cheesegraterr

何時間もテストした後、問題は破損していることが判明しましたIOSイメージ。イメージを古いバージョンと交換しましたが、元の構成はすべて正しく機能しています。DOH!

2
Cheesegraterr

2つのネットワーク部分で不連続なクラスフルネットワーク172.16.0.0/16を実行しています。この特定のケースでは、自動要約により、上記のネットワークを要約して反対側にアドバタイズすることにより、ルーティングテーブルの一貫性が失われます。その逆も同様です。

[〜#〜] all [〜#〜]ルーターのeigrp設定に自動要約を追加しないで、最終的な設定が次のようになるようにしてください。

    router eigrp 1
     no auto-summary
     network x.x.x.x
3
TT Boy