From eb5d2f8996603929862373a08081a5de23f62c1f Mon Sep 17 00:00:00 2001
From: Peng Hailin <unisko@gmail.com>
Date: Wed, 21 Sep 2016 11:26:07 +0800
Subject: [PATCH] update

---
 d36-EIGRP.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/d36-EIGRP.md b/d36-EIGRP.md
index 06c9c22..02a4942 100644
--- a/d36-EIGRP.md
+++ b/d36-EIGRP.md
@@ -2336,3 +2336,14 @@ P 10.0.0.0/24, 1 successors, FD is 128256
 P 150.1.1.0/24, 1 successors, FD is 2169856
         via Connected, Serial0/0
 ```
+
+但`show ip eigrp interfaces`显示EIGRP路由只是对`Serial0/0`接口是开启的,如下所示:
+
+```
+R1#show ip eigrp interfaces
+IP-EIGRP interfaces for process 150
+                      Xmit Queue   Mean    Pacing Time     Multicast     Pending
+Interface      Peers  Un/Reliable  SRTT    Un/Reliable     Flow Timer    Routes
+Se0/0            1        0/0        0        0/15             0            0
+```
+