91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

4、EIGRP配置實驗之手動匯總

發布時間:2020-07-24 17:43:32 來源:網絡 閱讀:317 作者:開源殿堂 欄目:網絡安全

1、實驗拓撲

4、EIGRP配置實驗之手動匯總



2、主要事項

匯總路由在路由的出接收上做

匯總路由的開銷取明細路由的最小開銷值

配置自動匯總的路由器自動把匯總路由指向Null 0

只有最后一條明細路由downhou,匯總路由才消失


3、基礎配置

R2

interface Loopback0

 ip address 192.168.0.1 255.255.255.0

interface Loopback1

 ip address 192.168.1.1 255.255.255.0    

interface Loopback2

 ip address 192.168.2.1 255.255.255.0

interface Loopback3

 ip address 192.168.3.1 255.255.255.0


interface Serial0/1

 ip address 23.1.1.2 255.255.255.0

router eigrp 90

 network 23.1.1.0 0.0.0.255

 network 192.168.0.0 0.0.255.255

 no auto-summary


R3

interface Serial0/0

 ip address 34.1.1.3 255.255.255.0

interface Serial0/1

 ip address 23.1.1.3 255.255.255.0

router eigrp 90

 network 23.1.1.0 0.0.0.255

 network 34.1.1.0 0.0.0.255

 no auto-summary


R4

interface Serial0/0

 ip address 34.1.1.4 255.255.255.0

router eigrp 90

 network 34.1.1.0 0.0.0.255

 no auto-summary


4、匯總前路由

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


     34.0.0.0/24 is subnetted, 1 subnets

D       34.1.1.0 [90/2681856] via 23.1.1.3, 00:43:00, Serial0/1

     23.0.0.0/24 is subnetted, 1 subnets

C       23.1.1.0 is directly connected, Serial0/1

C    192.168.0.0/24 is directly connected, Loopback0

C    192.168.1.0/24 is directly connected, Loopback1

C    192.168.2.0/24 is directly connected, Loopback2

C    192.168.3.0/24 is directly connected, Loopback3

R2#


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


     34.0.0.0/24 is subnetted, 1 subnets

C       34.1.1.0 is directly connected, Serial0/0

     23.0.0.0/24 is subnetted, 1 subnets

C       23.1.1.0 is directly connected, Serial0/1

D    192.168.0.0/24 [90/2297856] via 23.1.1.2, 00:01:51, Serial0/1

D    192.168.1.0/24 [90/2297856] via 23.1.1.2, 00:01:51, Serial0/1

D    192.168.2.0/24 [90/2297856] via 23.1.1.2, 00:01:51, Serial0/1

D    192.168.3.0/24 [90/2297856] via 23.1.1.2, 00:01:51, Serial0/1

R3#


R4#show 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


     34.0.0.0/24 is subnetted, 1 subnets

C       34.1.1.0 is directly connected, Serial0/0

     23.0.0.0/24 is subnetted, 1 subnets

D       23.1.1.0 [90/2681856] via 34.1.1.3, 00:42:41, Serial0/0

D    192.168.0.0/24 [90/2809856] via 34.1.1.3, 00:01:58, Serial0/0

D    192.168.1.0/24 [90/2809856] via 34.1.1.3, 00:01:58, Serial0/0

D    192.168.2.0/24 [90/2809856] via 34.1.1.3, 00:01:58, Serial0/0

D    192.168.3.0/24 [90/2809856] via 34.1.1.3, 00:01:58, Serial0/0

R4#


5、匯總后路由

R2(config)#int s0/1

R2(config-if)#ip summary-address eigrp 90 192.168.0.0 255.255.252.0


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


     34.0.0.0/24 is subnetted, 1 subnets

D       34.1.1.0 [90/2681856] via 23.1.1.3, 00:44:31, Serial0/1

     23.0.0.0/24 is subnetted, 1 subnets

C       23.1.1.0 is directly connected, Serial0/1

C    192.168.0.0/24 is directly connected, Loopback0

C    192.168.1.0/24 is directly connected, Loopback1

C    192.168.2.0/24 is directly connected, Loopback2

C    192.168.3.0/24 is directly connected, Loopback3

D    192.168.0.0/22 is a summary, 00:00:21, Null0

R2#


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


     34.0.0.0/24 is subnetted, 1 subnets

C       34.1.1.0 is directly connected, Serial0/0

     23.0.0.0/24 is subnetted, 1 subnets

C       23.1.1.0 is directly connected, Serial0/1

D    192.168.0.0/22 [90/2297856] via 23.1.1.2, 00:00:55, Serial0/1

R3#


R4#show 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


     34.0.0.0/24 is subnetted, 1 subnets

C       34.1.1.0 is directly connected, Serial0/0

     23.0.0.0/24 is subnetted, 1 subnets

D       23.1.1.0 [90/2681856] via 34.1.1.3, 00:44:29, Serial0/0

D    192.168.0.0/22 [90/2809856] via 34.1.1.3, 00:01:08, Serial0/0

R4#


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

五大连池市| 沧州市| 望奎县| 措勤县| 洪洞县| 浪卡子县| 荆门市| 佳木斯市| 台南县| 宁南县| 洞口县| 马公市| 阳泉市| 富宁县| 阳城县| 内乡县| 和田县| 哈密市| 南皮县| 游戏| 灵寿县| 南陵县| 沾化县| 大方县| 甘洛县| 新丰县| 德安县| 汤原县| 深州市| 承德县| 九龙县| 天全县| 亳州市| 富川| 荣昌县| 长葛市| 措勤县| 沁源县| 随州市| 麟游县| 赞皇县|