一个接口可以配置几个静态EIGRP邻居吗?


9

一个人可以在一个接口上配置多个静态EIGRP邻居吗?除了禁用一个人应该考虑的水平分割之外,还有其他注意事项吗?


使用静态邻居而不是多播发现有什么考虑?
sdaffa23fdsf 2013年

2
在某些网络中,例如帧中继之类的非广播多路访问网络(NBMA),您将无法发现邻居,因此您需要在路由器eigrp配置模式下使用邻居命令
Milan Prpic 2013年

1
除了此注释外,还可能有一些具体原因导致安全性和特定的环路预防方案受到限制。
最多

有什么答案对您有帮助吗?如果是这样,您应该接受答案,这样问题就不会永远弹出来寻找答案。或者,您可以提供并接受自己的答案。
罗恩·莫平

Answers:


9

是的,那很好。

R1#sh run | s eigrp
router eigrp 100
network 123.123.123.0 0.0.0.255
no auto-summary
neighbor 123.123.123.3 FastEthernet0/0
neighbor 123.123.123.2 FastEthernet0/0


R1#sh ip eigrp nei
IP-EIGRP neighbors for process 100
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   123.123.123.3           Fa0/0             10 00:01:04   47   282  0  6
0   123.123.123.2           Fa0/0             10 00:01:21   49   294  0  6

R1#sh ip eigrp nei detail 
IP-EIGRP neighbors for process 100
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   123.123.123.3           Fa0/0             14 00:01:41   47   282  0  6
   Static neighbor
   Restart time 00:01:13
   Version 12.4/1.2, Retrans: 1, Retries: 0
0   123.123.123.2           Fa0/0             10 00:01:57   49   294  0  6
   Static neighbor
   Restart time 00:01:13
   Version 12.4/1.2, Retrans: 0, Retries: 0

R1#debug eigrp packets hello
EIGRP Packets debugging is on
    (HELLO)
R1#
EIGRP: Received HELLO on FastEthernet0/0 nbr 123.123.123.3
AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0
EIGRP: Sending HELLO on FastEthernet0/0 nbr 123.123.123.3
AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
EIGRP: Sending HELLO on FastEthernet0/0 nbr 123.123.123.2
AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
R1#
EIGRP: Received HELLO on FastEthernet0/0 nbr 123.123.123.2
AS 100, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0 peerQ un/rely 0/0

1

您可能还需要考虑在指向这些静态邻居的接口中添加“ no ip next-hop-self eigrp X”。这将启用“第三方下一跳”,这将允许分支路由器将流量直接发送到彼此,而不是通过集线器。假设R1 <-> R2和R1 <-> R3(loop0-3.3.3.3)

 之前:
R2#sh ip eigrp拓扑3.3.3.3 255.255.255.255
IP-EIGRP(AS 1):3.3.3.3/32的拓扑条目
  状态为“被动”,查询源标志为“ 1”,“后继项”,“ FD”为2560051456
  路由描述符块:
  10.0.0.1(FastEthernet0 / 0),从10.0.0.1开始,发送标志为0x0
      综合指标为(2560051456/2560025856),路由为外部
      向量指标:
        最小带宽为1 Kbit
        总延迟为2010微秒
        可靠性是1/255
        负载为1/255
        最小MTU为1
        跳数为2
      外部数据:
        原始路由器是3.3.3.3  
        路由的AS号为0
        已连接外部协议,外部指标为0
        管理员标签为0(0x00000000)
R2#sh ip路由3.3.3.3
3.3.3.3/32的路由条目
  通过“ eigrp 1”已知,距离170,公制2560051456,外部类型
  通过eigrp 1重新分发
  从10.0.0.1在FastEthernet0 / 0,00:04:04上的最新更新
  路由描述符块:
  * 10.0.0.1,来自10.0.0.1,00:04:04之前,通过FastEthernet0 / 0
      路由指标为2560051456,流量共享计数为1
      总延迟为2010微秒,最小带宽为1 Kbit
      可靠性1/255,最小MTU 1字节
      加载1/255,啤酒花2

后:

R2#sh ip路由3.3.3.3
3.3.3.3/32的路由条目
  通过“ eigrp 1”已知,距离170,公制2560051456,外部类型
  通过eigrp 1重新分发
  最近一次更新是从10.0.0.3在FastEthernet0 / 0,00:00:14前
  路由描述符块:
  * 10.0.0.3,从10.0.0.1,00:00:14之前,通过FastEthernet0 / 0
      路由指标为2560051456,流量共享计数为1
      总延迟为2010微秒,最小带宽为1 Kbit
      可靠性1/255,最小MTU 1字节
      加载1/255,啤酒花2

R2#sh ip eigrp拓扑3.3.3.3 255.255.255.255 IP-EIGRP(AS 1):3.3.3.3/32的拓扑条目 状态为“被动”,查询源标志为“ 1”,“后继项”,“ FD”为2560051456 路由描述符块: 10.0.0.3(FastEthernet0 / 0),从10.0.0.1开始,发送标志为0x0 综合指标为(2560051456/2560025856),路由为外部 向量指标: 最小带宽为1 Kbit 总延迟为2010微秒 可靠性是1/255 负载为1/255 最小MTU为1 跳数为2 外部数据: 原始路由器是3.3.3.3
路由的AS号为0 已连接外部协议,外部指标为0 管理员标签为0(0x00000000)

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.