-
关于matlab的svm工具箱的几个函数-EIGRP邻居关系
资源介绍
1.2 EIGRP邻居关系
1.2.1实验目的
通过 EIGRP邻居 建立的相关实验, 学习到如何调整 EIGRP的 HELLO和 HOLD时间,使用
被动接口阻止不必 要的邻居关系,认证 EIGRP邻居,静态 邻居的配置以及 哪些参数影响 EIGRP
邻居建立。
1.2.2 实验拓扑
1.2.3 实验步骤
1. 首先在 R1,R2,R3相关接口配置 好 IP地址, 并且各自配置一个环 回口, R1的环
回口 loopback 0 地址 为 1.1.1.1/24,R2的环回口 loopback 0 地址为 2.2.2.2/24,依
次类 推。注意保证 直连接口的连 通性。
2. 在 R1和 R2上分别配置 EIGRP 100,并且将各自相关接口加入 EIGRP进程中,相互
学习到路由 。
R1(config)#router eigrp 100
R1(config-router)#no auto-summary
R1(config-router)#network 1.1.1.0 0.0.0.255
R1(config-router)#network 10.10.12.0 0.0.0.255
R2(config)#router eigrp 100
R2(config-router)#no auto-summary
R2(config-router)#network 2.2.2.0 0.0.0.255
R2(config-router)#network 10.10.12.0 0.0.0.255
R2(config-router)#
*Mar 1 00:02:52.587: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 10.10.12.1
(Ethernet0/1) is up: new adjacency // 日志显 示邻居 正常建立
3. 在 R1上,更改对于 R2的 EIGRP的 Hello 和 hold 时间。
R1(config)#int e0/0