亚洲欧美精品沙发,日韩在线精品视频,亚洲Av每日更新在线观看,亚洲国产另类一区在线5

<pre id="hdphd"></pre>

  • <div id="hdphd"><small id="hdphd"></small></div>
      學習啦 > 學習電腦 > 網(wǎng)絡知識 > 路由器 > 路由器設置 > cisco思科 > 思科Eigrp split-horizon丟失路由分析(2)

      思科Eigrp split-horizon丟失路由分析(2)

      時間: 權威724 分享

      思科Eigrp split-horizon丟失路由分析

        查看R2 R3路由表

        R2#sh 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

        1.0.0.0/24 is subnetted, 1 subnets

        D 1.1.1.0 [90/2297856] via 11.1.1.1, 00:01:33, Serial0/0 (此時只有R1的路由沒有R3的了)

        2.0.0.0/24 is subnetted, 1 subnets

        C 2.2.2.0 is directly connected, Loopback0

        11.0.0.0/24 is subnetted, 1 subnets

        C 11.1.1.0 is directly connected, Serial0/0

        R3#sh 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

        1.0.0.0/24 is subnetted, 1 subnets

        D 1.1.1.0 [90/2297856] via 11.1.1.1, 00:05:01, Serial0/0(同樣也是只有R1的路由沒R2的)

        3.0.0.0/24 is subnetted, 1 subnets

        C 3.3.3.0 is directly connected, Loopback0

        11.0.0.0/24 is subnetted, 1 subnets

        C 11.1.1.0 is directly connected, Serial0/0

        這是我們在接口下關閉EIGRP的水平分割再看

        R1(config)#int s0/0

        R1(config-if)#no ip split-horizon eigrp 100

        查看路由表

        R2#sh 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

        1.0.0.0/24 is subnetted, 1 subnets

        D 1.1.1.0 [90/2297856] via 11.1.1.1, 00:00:25, Serial0/0

        2.0.0.0/24 is subnetted, 1 subnets

        C 2.2.2.0 is directly connected, Loopback0

        3.0.0.0/24 is subnetted, 1 subnets

        D 3.3.3.0 [90/2809856] via 11.1.1.1, 00:00:25, Serial0/0(這時,我們看到了R3的路由)

        11.0.0.0/24 is subnetted, 1 subnets

        C 11.1.1.0 is directly connected, Serial0/0

        R3#sh 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

        1.0.0.0/24 is subnetted, 1 subnets

        D 1.1.1.0 [90/2297856] via 11.1.1.1, 00:00:20, Serial0/0

        2.0.0.0/24 is subnetted, 1 subnets

        D 2.2.2.0 [90/2809856] via 11.1.1.1, 00:00:20, Serial0/0 (同樣也有了R2的路由)

        3.0.0.0/24 is subnetted, 1 subnets

        C 3.3.3.0 is directly connected, Loopback0

        11.0.0.0/24 is subnetted, 1 subnets

        C 11.1.1.0 is directly connected, Serial0/0

        此時驗證完畢,在幀中繼環(huán)境中,rip協(xié)議的水平分割是默認關閉的,而eigrp的水平分割是開啟的,需要在接口下手動關閉水平分割,以防出現(xiàn)路由缺失問題。

        看過文章“思科Eigrp split-horizon丟失路由分析”的人還看了:

        1.思科路由器怎么進入 思科路由器怎么設置

        2.思科路由器基本配置教程

        3.cisco思科路由器設置

        4.Cisco(思科)新手之路由器連接

        5.思科路由器控制端口連接圖解

        6.如何查看Cisco路由器的配置信息

        7.教你如何設置Cisco路由器安全

        8.思科路由器如何啟動

        9.思科路由器之基本輸入操作

        10.思科路由器型號有哪些

      565032