Daily update. 2017-07-16 13:17:23

This commit is contained in:
Peng Hailin
2017-07-16 13:17:23 +08:00
parent eba0f0f361
commit 99fa7eb78f
2 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ Bitcoin: **1Dh1b7DSZc9myZDdWtQte6e35FDHwHrDWa**
谢谢你的支持和鼓励!
2017-7-16
完成第37天--EIGRP故障排除章节。
2017-7-14
- 完成第36天--EIGRP 章节的修订EIGRP已无问题

View File

@@ -589,3 +589,21 @@ packet
8. The `show ip eigrp topology x.x.x.x y.y.y.y` command.
9. The `show ip eigrp events` command.
10. The `debug ip routing` command.
## 第37天实验
**Day 37 Lab**
请重复前一天的EIGRP实验。此外对本节课中给出的那些EIGRP故障排除命令进行测试
- 使用`show ip protocol`命令来查看那些EIGRP的参数See the EIGRP parameters using the `show ip protocol` command
- 对两台路由器上的K值进行修改并再次执行该命令Modify K values on both routers and issue the command again
- 注意各异的所配置K值导致了EIGRP邻居关系丢失Notice that different configured K values lead to EIGRP neighbour relationships being lost
- 通过执行`show ip eigrp traffic`命令验证所传输的Hello数据包Verify the Hello packets being transmitted by issuing the `show ip eigrp traffic` command
-`debug eigrp fsm`命令进行测试
- 针对已通告的路由测试`show ip eigrp topology`命令并留意起源RID在远端路由器上修改RID并再次执行该命令Test the `show ip eigrp topology` command for the advertised route and notice the originating RID; change the RID on the remote router and issue the command again
-`show ip eigrp events`命令加以验证Verify the `show ip eigrp events` command
- 在将网络通告进EIGRP之前启动IP路由调试留意所生成的调试更新消息Start the debug IP routing before advertising the network into EIGRP; notice the generated debug updates
请访问[www.in60days.com](http://www.in60days.com)网站,免费观看作者完成此实验。