天天看點

EIGRP 單點傳播配置

R1與R2配置單點傳播後,它們與R3之間就不能更新路由了,是以也學不到R3中的路由。

實驗圖:

按照上圖網絡網絡接口及EIGRP,然後配置R1與R2之間實作單點傳播更新。

R1:

router eigrp 1

 network 0.0.0.0

 auto-summary

 neighbor 10.0.0.2 FastEthernet0/0

R2:

 neighbor 10.0.0.1 FastEthernet0/0

通過以上配置,

R1與R2可以更新路由,但與R3之間不能更新路由。

同理如果R1與R3配置了單點傳播,則(R1和R3) 與R2之間就不能進行路由更新了。

<b>R1上debug ip packet 結果</b>

*Mar  1 00:30:51.235: IP: s=10.0.0.3 (FastEthernet0/0), d=224.0.0.10, len 60, rcvd 2

*Mar  1 00:30:51.239: IP: s=1.0.0.1 (local), d=224.0.0.10 (Loopback0), len 60, sending broad/multicast

*Mar  1 00:30:51.247: IP: s=1.0.0.1 (Loopback0), d=224.0.0.10, len 60, rcvd 2

*Mar  1 00:30:52.199: IP: s=10.0.0.1 (local), d=10.0.0.2 (FastEthernet0/0), len 60, sending

R1#

*Mar  1 00:30:52.523: IP: tableid=0, s=10.0.0.2 (FastEthernet0/0), d=10.0.0.1 (FastEthernet0/0), routed via RIB

*Mar  1 00:30:52.523: IP: s=10.0.0.2 (FastEthernet0/0), d=10.0.0.1 (FastEthernet0/0), len 60, rcvd 3

<b>show ip route 結果</b>

R1#show ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

       E1 - OSPF external type 1, E2 - OSPF external type 2

       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

       ia - IS-IS inter area, * - candidate default, U - per-user static route

       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C    1.0.0.0/8 is directly connected, Loopback0

D    2.0.0.0/8 [90/409600] via 10.0.0.2, 00:11:14, FastEthernet0/0

C    10.0.0.0/8 is directly connected, FastEthernet0/0

本文轉自zcm8483 51CTO部落格,原文連結:http://blog.51cto.com/haolun/993150

繼續閱讀