久久一区激情,国产在线久久久,成人看片网站,国产香蕉一区二区三区在线视频

win7系統(tǒng)下載
當(dāng)前位置: 首頁 > 網(wǎng)絡(luò)技術(shù)教程 > 詳細頁面

浮動靜態(tài)路由設(shè)置主要步驟與設(shè)置語句的詳解

發(fā)布時間:2022-05-18 文章來源:xp下載站 瀏覽:

網(wǎng)絡(luò)技術(shù)是從1990年代中期發(fā)展起來的新技術(shù),它把互聯(lián)網(wǎng)上分散的資源融為有機整體,實現(xiàn)資源的全面共享和有機協(xié)作,使人們能夠透明地使用資源的整體能力并按需獲取信息。資源包括高性能計算機、存儲資源、數(shù)據(jù)資源、信息資源、知識資源、專家資源、大型數(shù)據(jù)庫、網(wǎng)絡(luò)、傳感器等。 當(dāng)前的互聯(lián)網(wǎng)只限于信息共享,網(wǎng)絡(luò)則被認為是互聯(lián)網(wǎng)發(fā)展的第三階段。

了解一些關(guān)于浮動靜態(tài)路由配置的知識還是非常有用的,于是我研究了一下靜態(tài)路由配置主要步驟和配置語句,在這里拿出來和大家分享一下,希望對大家有用。浮動靜態(tài)路由配置步驟:

1、正確配置主干線路,保證其能正常通信
2、配置主干線路的動態(tài)路由
3、正確配置備份線路,保證其能正常通信
4、浮動靜態(tài)路由配置通過備份線路的靜態(tài)路由

ip route 目地子網(wǎng)地址 子網(wǎng)掩碼 相鄰路由器相鄰端口地址權(quán)值其中,權(quán)值數(shù)值越高其路由優(yōu)先權(quán)越低權(quán)值范圍在1-255之間,CISCO 2501-above的浮動靜態(tài)路由配置:

  1. Current confignration:!version 11.2no service udp-small-servers   
  2. no service tcp-small-servers   
  3. !   
  4. hostname above   
  5. !   
  6. enable secret 5 $1$O1aq$KxgpIA0Eulqug8SbCm6rd1   
  7. enable password cisco   
  8. !   
  9. username down password 7 095C5E19   
  10. chat-scrip lab ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT H" OK "ATDT \T" TIMEOUT 60 CONNECT \c   
  11. !   
  12. interface Ethernet0   
  13. ip address 192.192.193.1 255.255.255.0   
  14. !interface Serial0   
  15. iu address 192.192.192.1 255.255.255.0   
  16. bandwidth 64   
  17. clockrate 64000   
  18. !   
  19. interface Serial1   
  20. no ip address   
  21. shutdown   
  22. interface Asyncl   
  23. ip address 166.71.70.1 255.255.255.0   
  24. encapsulation pppasync dynamic address   
  25. async dynamic routing   
  26. async mode dedicated   
  27. dialer in-banddialer ip 166.71.70.2 name down modem-script lab broadcast 3631   
  28. dialer-group 1   
  29. no cdp enableppp authentication chap  
  30. !router rip  
  31. network 192.192.192.0  
  32. network 192.192.193.0   
  33. !   
  34. no ip classless   
  35. ip route 0.0.0.0 0.0.0.0 166.71.70.2 150   
  36. ip route 192.192.191.0 255.255.255.0 166.71.70.2 150   
  37. dialer-list 1 protocol ip permit  
  38. !line con 0  
  39. line aux 0   
  40. modem InOutmodem autoconfigure discoverystopbits 1rxspeed 38400txspeed 38400flowcontrol hardware  
  41. line vty 0 4   
  42. no login   
  43. !   
  44. end   
  45. Cisco 2501-down 的配置Current configuration:   
  46. !   
  47. version 11.2no service udp-small-serversno service tep-small-servers!hostname down!enable secret 5 $1$m8S4  
  48. $InrkhnJDtCVtSvTpXO8v/0enable password cisco   
  49. !   
  50. username above password 7 095C5E19   
  51. chat-script lab ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "AT H" OK "ATDT \T" TIMEOUT 60 CONNECT \c   
  52. !   
  53. interface Ethernet0   
  54. ip address 192.192.191.1 255.255.255.0   
  55. !   
  56. interface Serial0   
  57. ip address 192.192.192.3 255.255.255.0   
  58. !   
  59. interface Serial1   
  60. no ip address   
  61. shutdown   
  62. !   
  63. interface Asyncl   
  64. ip address 166.71.70.2 255.255.255.0encapsulation pppasync dynamic addressasync dynamic routingasync mode dedicateddialer in  
  65. -banddialer map ip 166.71.70.1 name above modem-script lab broadcast 3621   
  66. dialer-group 1   
  67. no cdp enable   
  68. ppp authentication chap   
  69. !   
  70. router rip network 192.192.192.0   
  71. network 192.192.191.0   
  72. !   
  73. no ip classless   
  74. ip route 0.0.0.0 0.0.0.0 166.71.70.1 150   
  75. ip route 192.192.193.0 255.255.255.0 166.71.70.1 150   
  76. dialer-list 1 protocol ip permit   
  77. !   
  78. line con 0   
  79. line aux 0   
  80. modem InOutmodem autoconfigure discovery   
  81. stopbits 1   
  82. rxspeed 38400   
  83. txspeed 38400   
  84. flowcontrol hardware   
  85. line vty 0 4   
  86. no login   
  87.  


網(wǎng)絡(luò)的神奇作用吸引著越來越多的用戶加入其中,正因如此,網(wǎng)絡(luò)的承受能力也面臨著越來越嚴(yán)峻的考驗―從硬件上、軟件上、所用標(biāo)準(zhǔn)上......,各項技術(shù)都需要適時應(yīng)勢,對應(yīng)發(fā)展,這正是網(wǎng)絡(luò)迅速走向進步的催化劑。

本文章關(guān)鍵詞: 浮動靜態(tài)路由配置 
主站蜘蛛池模板: 巫溪县| 张家口市| 延边| 连城县| 满洲里市| 金川县| 襄樊市| 南召县| 彩票| 宾阳县| 达州市| 丹棱县| 广水市| 庆阳市| 九江县| 天全县| 师宗县| 大名县| 临武县| 江油市| 区。| 葫芦岛市| 泾源县| 平昌县| 仙桃市| 龙川县| 呈贡县| 孙吴县| 牙克石市| 泽库县| 钟祥市| 新河县| 申扎县| 鄂州市| 永胜县| 府谷县| 本溪| 砀山县| 黔西县| 翁源县| 蕉岭县|