首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >EIGRP邻居拍打

EIGRP邻居拍打
EN

Server Fault用户
提问于 2013-01-21 23:42:30
回答 2查看 1.2K关注 0票数 4

我在GNS3中设置了一个EIGRP拓扑。看起来是这样的:

R7和R8之间的邻居关系一直在摇摆,我不知道为什么。Hello和时间延迟都已被正确设置。我想这一定是我的配置。我还嗅探了wireshark中的网络流量,它充斥着来自R7的ICMP超过了发送给R8的数据包。

我对其进行了如下测试:

  • 只打开R1-R6 = EIGRP路由,工作正常
  • 只打开R7-R9 = EIGRP路由,工作正常
  • 打开所有路由器=邻居拍打,网络充斥ICMP数据包

以下是我的心声:

代码语言:javascript
复制
#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

我相信这一定是配置错误,但我找不到它。任何帮助都将不胜感激。

EN

回答 2

Server Fault用户

回答已采纳

发布于 2013-02-11 23:33:02

经过几个小时的测试。这个问题被发现是一个损坏的IOS图像。我用一个更旧的版本交换了这张照片,我所有最初的吐露都在正常工作。哈!

票数 2
EN

Server Fault用户

发布于 2013-01-29 00:48:58

您正在两个网络部分中运行一个不连续的类网络172.16.0.0 / 16。在这种特殊情况下,自动摘要将使您的路由表不一致,通过总结上面的网络,并将其广告到另一边,反之亦然。

尝试在所有路由器上不向您的eigrp设置添加自动摘要,以便最终的配置如下:

代码语言:javascript
复制
    router eigrp 1
     no auto-summary
     network x.x.x.x
票数 3
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/471200

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档