日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

IGRP協(xié)議的基本配置


本節(jié)是對(duì)IGRP協(xié)議的基本配置的相關(guān)操作及講解 。
1.實(shí)驗(yàn)?zāi)康?br /> 通過(guò)本實(shí)驗(yàn),讀者可以把握以下技能:
在路由器上啟動(dòng)IGRP協(xié)議;
聲明相應(yīng)網(wǎng)絡(luò)進(jìn)入IGRP路由進(jìn)程;
查看路由表,
查看IGRP協(xié)議配置信息;
監(jiān)測(cè)IGRP協(xié)議相關(guān)信息 。
2. 設(shè)備需求
本實(shí)驗(yàn)需要以下設(shè)備:
Cisco路由器3臺(tái),分別命名為R1、R2和R3,均要求具有1個(gè)以太網(wǎng)接口和2個(gè)串行接口 。
3條DCE電纜和3條DTE電纜,或3條DCE轉(zhuǎn)DTE電纜;
1臺(tái)終端服務(wù)器,如Cisco2509路由器,及用于反向Telnet的相應(yīng)電纜;
1臺(tái)帶有超級(jí)終端程序的PC機(jī),以及Console電纜及轉(zhuǎn)接器 。
3. 拓?fù)浣Y(jié)構(gòu)及配置說(shuō)明
本實(shí)驗(yàn)的拓?fù)浣Y(jié)構(gòu)如圖5-4所示 。
IP地址分配如下:
R1:E0 172.16.1.1, S0 172.16.12.1,S1 172.16.13.1;
R2:E0 172.16.2.2. 50 172.16.12.2, 51 172.16.23.2;
R3:E0 172.16.3.3, 50 172.16.13.3, 51 172.16.23.30
子網(wǎng)掩碼均為 255.255.255.00
本實(shí)驗(yàn)要求通過(guò)對(duì)IGRP路由選擇協(xié)議的配置 。
4.實(shí)驗(yàn)配置及監(jiān)測(cè)結(jié)果
實(shí)現(xiàn)全網(wǎng)的連通性 。
各設(shè)備啟動(dòng)后,首先完成每臺(tái)路由器各接口的設(shè)置 。在完成接口設(shè)置的基礎(chǔ)上,配置IGRP路由協(xié)議 。熟悉了RIP協(xié)議的配置之后,IGRP協(xié)議的配置變得比較輕易,從基本配置來(lái)說(shuō),它們很相似 。
配置清單5-4記錄了EGRP協(xié)議的配置及監(jiān)測(cè)信息 。
配置清單5-4 IGRP協(xié)議的基本配置
第1段:R1配置清單
R1#sh runn
Building configuration...
Current configuration : 732 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service passWord-encryption
!
hostname R1
!
ip subnet-zero
!
interface Ethernet0
 ip address 172.16.1.1255.255.255.0
 no keepalive
!
interface Serial0
 ip address 172.16.12.1255.255.255.0
 clockrate 500000
 bandwidth 500
!
interface Serial1
 ip address 172.16.13.1255.255.255.0
 clockrate 500000
 bandwidth 500
!
router igrp 100
 network 172.16.0.0
!
ip classless
ip http server
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 password cisco
 login
!
end
第2段:R2配置清單
R2#sh run
Building configuration...
Current configuration : 558 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
ip subnet-zero
no ip finger
!
interface Ethernet0
 ip address 172.16.2.2 255.255.255.0
 no keepalive
!
interface Serial0
 ip address 172.16.12.2 255.255.255.0
 bandwidth 500
!
interface Serial1
 ip address 172.16.23.2 255.255.255.0
 clockrate 64000
 bandwidth 64
!
router igrp 100
 network 172.16.0.0
!
ip classless
ip http server
!
line con 0
 logging synchronous
 transport input none
line aux 0
line vty 0 4
!
end
第3段:R3配置清單
R3#sh run
Building configuration...
Current configuration : 623 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
no logging console
ip subnet-zero
no ip finger
!
interface Ethernet0
 ip address 172.16.33 255.255.255.0
 no keepalive
!
interface Serial0
 ip address 172.16.13.3 255.255.255.0
 bandwidth 500

推薦閱讀