網(wǎng)絡(luò)技術(shù)是從1990年代中期發(fā)展起來(lái)的新技術(shù),它把互聯(lián)網(wǎng)上分散的資源融為有機(jī)整體,實(shí)現(xiàn)資源的全面共享和有機(jī)協(xié)作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計(jì)算機(jī)、存儲(chǔ)資源、數(shù)據(jù)資源、信息資源、知識(shí)資源、專家資源、大型數(shù)據(jù)庫(kù)、網(wǎng)絡(luò)、傳感器等。 當(dāng)前的互聯(lián)網(wǎng)只限于信息共享,網(wǎng)絡(luò)則被認(rèn)為是互聯(lián)網(wǎng)發(fā)展的第三階段。 了解一些關(guān)于浮動(dòng)靜態(tài)路由配置的知識(shí)還是非常有用的,于是我研究了一下靜態(tài)路由配置主要步驟和配置語(yǔ)句,在這里拿出來(lái)和大家分享一下,希望對(duì)大家有用。浮動(dòng)靜態(tài)路由配置步驟:
1、正確配置主干線路,保證其能正常通信
2、配置主干線路的動(dòng)態(tài)路由
3、正確配置備份線路,保證其能正常通信
4、浮動(dòng)靜態(tài)路由配置通過(guò)備份線路的靜態(tài)路由
ip route 目地子網(wǎng)地址 子網(wǎng)掩碼 相鄰路由器相鄰端口地址權(quán)值其中,權(quán)值數(shù)值越高其路由優(yōu)先權(quán)越低權(quán)值范圍在1-255之間,CISCO 2501-above的浮動(dòng)靜態(tài)路由配置:
- Current confignration:!version 11.2no service udp-small-servers
- no service tcp-small-servers
- !
- hostname above
- !
- enable secret 5 $1$O1aq$KxgpIA0Eulqug8SbCm6rd1
- enable password cisco
- !
- username down password 7 095C5E19
- chat-scrip lab ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT H" OK "ATDT \T" TIMEOUT 60 CONNECT \c
- !
- interface Ethernet0
- ip address 192.192.193.1 255.255.255.0
- !interface Serial0
- iu address 192.192.192.1 255.255.255.0
- bandwidth 64
- clockrate 64000
- !
- interface Serial1
- no ip address
- shutdown
- interface Asyncl
- ip address 166.71.70.1 255.255.255.0
- encapsulation pppasync dynamic address
- async dynamic routing
- async mode dedicated
- dialer in-banddialer ip 166.71.70.2 name down modem-script lab broadcast 3631
- dialer-group 1
- no cdp enableppp authentication chap
- !router rip
- network 192.192.192.0
- network 192.192.193.0
- !
- no ip classless
- ip route 0.0.0.0 0.0.0.0 166.71.70.2 150
- ip route 192.192.191.0 255.255.255.0 166.71.70.2 150
- dialer-list 1 protocol ip permit
- !line con 0
- line aux 0
- modem InOutmodem autoconfigure discoverystopbits 1rxspeed 38400txspeed 38400flowcontrol hardware
- line vty 0 4
- no login
- !
- end
- Cisco 2501-down 的配置Current configuration:
- !
- version 11.2no service udp-small-serversno service tep-small-servers!hostname down!enable secret 5 $1$m8S4
- $InrkhnJDtCVtSvTpXO8v/0enable password cisco
- !
- username above password 7 095C5E19
- chat-script lab ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT H" OK "ATDT \T" TIMEOUT 60 CONNECT \c
- !
- interface Ethernet0
- ip address 192.192.191.1 255.255.255.0
- !
- interface Serial0
- ip address 192.192.192.3 255.255.255.0
- !
- interface Serial1
- no ip address
- shutdown
- !
- interface Asyncl
- ip address 166.71.70.2 255.255.255.0encapsulation pppasync dynamic addressasync dynamic routingasync mode dedicateddialer in
- -banddialer map ip 166.71.70.1 name above modem-script lab broadcast 3621
- dialer-group 1
- no cdp enable
- ppp authentication chap
- !
- router rip network 192.192.192.0
- network 192.192.191.0
- !
- no ip classless
- ip route 0.0.0.0 0.0.0.0 166.71.70.1 150
- ip route 192.192.193.0 255.255.255.0 166.71.70.1 150
- dialer-list 1 protocol ip permit
- !
- line con 0
- line aux 0
- modem InOutmodem autoconfigure discovery
- stopbits 1
- rxspeed 38400
- txspeed 38400
- flowcontrol hardware
- line vty 0 4
- no login
-
網(wǎng)絡(luò)的神奇作用吸引著越來(lái)越多的用戶加入其中,正因如此,網(wǎng)絡(luò)的承受能力也面臨著越來(lái)越嚴(yán)峻的考驗(yàn)―從硬件上、軟件上、所用標(biāo)準(zhǔn)上......,各項(xiàng)技術(shù)都需要適時(shí)應(yīng)勢(shì),對(duì)應(yīng)發(fā)展,這正是網(wǎng)絡(luò)迅速走向進(jìn)步的催化劑。
|