2
0
mirror of https://github.com/gnu4cn/ccna60d.git synced 2024-05-21 04:55:00 +08:00
This commit is contained in:
Peng Hailin 2016-09-21 11:47:13 +08:00
parent 1203de0566
commit cd62af7e8f

View File

@ -2435,3 +2435,13 @@ Routing Protocol is “eigrp 150”
(this router) 90 00:02:52
Distance: internal 90 external 170
```
这里通过使用`passive-interface default`命令,多个被动接口的配置就得以简化,并减少了代码。而当其与`no passive-interface Serial0/0`一起使用时EIGRP数据包仍旧在接口`Serial0/0`上发出从而允许EIGRP邻居关系通过此接口建立起来如下所示
```
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 150
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 150.1.1.2 Se0/0 12 00:02:47 1 3000 0 69
```