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

EIGRP邻域问题
EN

Network Engineering用户
提问于 2017-02-11 07:55:51
回答 2查看 2.3K关注 0票数 1

为什么R1会提供这些错误消息?

代码语言:javascript
复制
IP-EIGRP(Default-IP-Routing-Table:400): Neighbor 192.168.2.1 not on common subnet for FastEthernet1/0

IP-EIGRP(Default-IP-Routing-Table:400): Neighbor 192.168.2.2 not on common subnet for FastEthernet1/0

R1能够平平每一个路由器。

Con图:

R1路由表

代码语言:javascript
复制
     20.0.0.0/29 is subnetted, 1 subnets
D       20.20.20.0 [90/30720] via 192.168.1.2, 00:06:56, FastEthernet1/0
     10.0.0.0/29 is subnetted, 1 subnets
C       10.10.10.0 is directly connected, FastEthernet0/0
     192.168.1.0/29 is subnetted, 1 subnets
C       192.168.1.0 is directly connected, FastEthernet1/0
     192.168.2.0/29 is subnetted, 1 subnets
D       192.168.2.0 [90/30720] via 10.10.10.2, 00:06:56, FastEthernet0/0

R1

代码语言:javascript
复制
!
!
!

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 ip address 10.10.10.1 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.1.1 255.255.255.248
 duplex auto
 speed auto
!
router eigrp 400
 network 10.10.10.0 0.0.0.7
 network 192.168.1.0 0.0.0.7
 no auto-summary
!
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

R2

代码语言:javascript
复制
!
!
!

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 ip address 20.20.20.1 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.1.2 255.255.255.248
 duplex auto
 speed auto
!
router eigrp 400
 network 20.20.20.0 0.0.0.7
 network 192.168.1.0 0.0.0.7
 no auto-summary
!
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

R3

代码语言:javascript
复制
!
!
!

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 ip address 10.10.10.2 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.2.1 255.255.255.248
 duplex auto
 speed auto
!
router eigrp 400
 network 10.10.10.0 0.0.0.7
 network 192.168.2.0 0.0.0.7
 no auto-summary
!
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end

R4

代码语言:javascript
复制
!
!
!

!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip tcp synwait-time 5
! 
!
!
!
!
interface FastEthernet0/0
 ip address 20.20.20.2 255.255.255.248
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.2.2 255.255.255.248
 duplex auto
 speed auto
!
router eigrp 400
 network 20.20.20.0 0.0.0.7
 network 192.168.2.0 0.0.0.7
 no auto-summary
!
no ip http server
no ip http secure-server
!
!
!
no cdp log mismatch duplex
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line vty 0 4
 login
!
!
end
EN

回答 2

Network Engineering用户

回答已采纳

发布于 2017-02-11 10:58:16

编辑:

EIGRP使用多播hello数据包来与其他EIGRP邻居通信。当EIGRP从未在其接收接口上配置的子网上的IP地址接收到EIGRP hello数据包时,它将生成非在公共子网上的错误消息。

以下是造成此错误消息的一般原因:

  • 接口或开关端口的错误配置或布线问题。
  • 邻居接口上的主/次要IP地址不匹配。
  • 交换机/集线器正在向其他端口泄漏多播数据包。
  • 如果使用LAN交换机,则vlans可能已将路由器连接在一起。
  • 另一个路由器在与此路由器相同的子网/vlan上使用EIGRP广告,并被错误配置为不正确的编号。

为了解决此问题,请检查以下项目:

  • 验证电缆是否正确连接。
  • 重复检查本地和邻近路由器上配置错误的IP地址的接口配置。
  • 验证接口的主地址与邻居路由器的主地址位于同一子网中。
  • 如果EIGRP邻居连接通过LAN集线器连接,则使用单独的集线器来拆分每个逻辑LAN段的广播域,或者不配置任何eigrp日志邻居警告以消除错误。
  • 如果涉及交换机,请检查交换机配置,以确保不同的LAN段没有配置为共享相同广播域的同一个VLAN。

我建议检查物理连接和配置。

票数 1
EN

Network Engineering用户

发布于 2017-02-16 02:25:31

我能够使用IOS12.4在GNS3中完全复制您的拓扑,没有任何问题或错误消息,也没有对您提供的配置进行任何更改。

R2可能在某一点上有错误的配置,从而导致R1上的错误消息。另一种可能是R1、R3和R4同时连接到单个SW1。

还可以通过通过单个电缆连接SW1和SW2来使用您的拓扑复制错误。

如果您正在积极地接收错误消息,我建议您重新检查您的EIGRP配置。您可以使用以下命令来验证EIGRP配置和邻居关系。

代码语言:javascript
复制
show ip eigrp neighbors
show running-config | section eigrp
票数 1
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/38831

复制
相关文章

相似问题

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