首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >是否可以通过交换机删除/阻止EIGRP邻居连接?

是否可以通过交换机删除/阻止EIGRP邻居连接?
EN

Network Engineering用户
提问于 2018-08-20 10:07:03
回答 1查看 2K关注 0票数 1

我有一个4路由器,通过一个多层交换机彼此连接。是否可以通过开关删除/阻止EIGRP邻居?

例如,我有这样一个拓扑:

我想把EIGRP的邻居从RA移到RB (10.10.0.2),但是PC0和PC1在我通过交换机删除它之后仍然可以互相切换。有可能吗?谢谢。

代码语言:javascript
复制
Router0#sh ip eigrp ne
IP-EIGRP neighbors for process 10
H   Address         Interface      Hold Uptime    SRTT   RTO   Q   Seq
                                   (sec)          (ms)        Cnt  Num
0   10.10.3.2       Fa             13   00:14:48  40     1000  0   42
1   10.10.0.2       Fa0/0          11   00:11:53  40     1000  0   42

下面是核心交换机配置:

代码语言:javascript
复制
 hostname Switch
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/1
 switchport trunk allowed vlan 10,20
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast trunk
!
interface FastEthernet0/2
 switchport trunk allowed vlan 10,40
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast trunk
!
interface FastEthernet0/3
 switchport trunk allowed vlan 30,40
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast trunk
!
interface FastEthernet0/4
 switchport trunk allowed vlan 20,30
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast trunk
!

Here's each router configuration:

-路0-

代码语言:javascript
复制
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.10.0.1 255.255.255.252
!
interface FastEthernet0/0.20
 encapsulation dot1Q 20
 ip address 10.10.3.1 255.255.255.252
!
interface FastEthernet0/1
 ip address 192.168.1.254 255.255.255.0
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 network 10.0.0.0
 network 192.168.0.0
 network 192.168.1.0
 network 192.168.2.0
 network 192.168.3.0
 network 192.168.4.0
 no auto-summary
!
ip classless
ip route 192.168.0.0 255.255.255.0 FastEthernet0/1 
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end

-路1-

代码语言:javascript
复制
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.10.0.2 255.255.255.252
!
interface FastEthernet0/0.20
 no ip address
 shutdown
!
interface FastEthernet0/0.30
 encapsulation dot1Q 30
 ip address 10.10.1.1 255.255.255.252
 shutdown
!
interface FastEthernet0/0.40
 encapsulation dot1Q 40
 ip address 10.10.1.1 255.255.255.252
!
interface FastEthernet0/1
 ip address 192.168.2.254 255.255.255.0
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 network 10.0.0.0
 network 192.168.0.0
 network 192.168.1.0
 network 192.168.2.0
 network 192.168.3.0
 network 192.168.4.0
 no auto-summary
!
ip classless
ip route 192.168.0.0 255.255.255.0 FastEthernet0/1 
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end

-Router2 2-

代码语言:javascript
复制
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.30
 encapsulation dot1Q 30
 ip address 10.10.2.1 255.255.255.252
!
interface FastEthernet0/0.40
 encapsulation dot1Q 40
 ip address 10.10.1.2 255.255.255.252
!
interface FastEthernet0/1
 ip address 192.168.3.254 255.255.255.0
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 1
 auto-summary
!
router eigrp 10
 network 10.0.0.0
 network 192.168.0.0
 network 192.168.1.0
 network 192.168.2.0
 network 192.168.3.0
 network 192.168.4.0
 no auto-summary
!
ip classless
ip route 192.168.0.0 255.255.255.0 FastEthernet0/1 
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end

-Router3 3-

代码语言:javascript
复制
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.20
 encapsulation dot1Q 20
 ip address 10.10.3.2 255.255.255.252
!
interface FastEthernet0/0.30
 encapsulation dot1Q 30
 ip address 10.10.2.2 255.255.255.252
!
interface FastEthernet0/1
 ip address 192.168.4.254 255.255.255.0
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
 shutdown
!
router eigrp 10
 network 10.0.0.0
 network 192.168.0.0
 network 192.168.1.0
 network 192.168.2.0
 network 192.168.3.0
 network 192.168.4.0
 no auto-summary
!
ip classless
ip route 192.168.0.0 255.255.255.0 FastEthernet0/1 
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end
EN

回答 1

Network Engineering用户

回答已采纳

发布于 2018-08-20 11:49:42

编辑的

我要指出的第一件事是,当你只分享部分信息时,我们必须做出假设,它们可能是错误的。你给我们的信息越多,我们的答案就越好。

现在您已经提供了设备配置,我冒昧地创建了一个新的图表,向您展示一种更好地表示网络的方法。这是一个逻辑视图,使路由器之间的互连更加清晰。

现在我们可以看到真正的拓扑结构了,有许多方法可以实现您的目标。

选项1.您必须在所有路由器上配置静态邻居。eigrp neighbor命令使用单播hellos,而不是多播,因此必须指定邻居在所有路由器上的位置。例如:

代码语言:javascript
复制
router eigrp 1
network 10.0.0.0
network 192.168.0.0
neighbor 10.10.3.2 fa 0/0

选项2.在链接上配置被动接口:

代码语言:javascript
复制
router eigrp 1
passive-interface fa0/0.10

选项3.从路由域中删除接口。

代码语言:javascript
复制
router eigrp 10
network 10.10.3.0 0.0.0.3
network 192.168.1.0

请注意,EIGRP没有在界面fa0/0.10上运行。

票数 1
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

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

复制
相关文章

相似问题

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