日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

帧中继配置命令

發布時間:2025/4/16 编程问答 18 豆豆
生活随笔 收集整理的這篇文章主要介紹了 帧中继配置命令 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
楨中繼
點到多點
1.做與P-TO-P相同的網云配置
2.路由器的配置:
Router>enable
Router(config)#interface Serial0/0/0
Router(config-if)#clock rate 128000
Router(config-if)#exit
Router(config)#interface Serial0/0/0
Router(config-if)#encapsulation frame-relay
Router(config-if)#frame-relay lmi-type cisco
Router(config-if)#no shut
Router(config-if)#ex
Router(config)#interface serial 0/0/0.1 multipoint
Router(config)#interface serial 0/0/0.1
Router(config-subif)#interface serial 0/0/0.1 multipoint
Router(config-subif)#ip address 192.168.0.3 255.255.255.0
Router(config-subif)#frame-relay map ip 192.168.0.1 301
Router(config-subif)#frame-relay map ip 192.168.0.2 302
Router(config-subif)#no shut
Router(config-subif)#end
%SYS-5-CONFIG_I: Configured from console by console
Router#ping 192.168.0.1 Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/65/78 ms Router#ping 192.168.0.2 Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms Router#
點到點
1.在Interface各接口中配置網云中的DLCI號
2.在CONNECTIONS中frame relay中配置各接口不同DLCI號的對應關系
3.配置路由器
router 0
Router>enable
Router#configure terminal
Enter configuration commands, one per line.? End with CNTL/Z.
Router(config)#interface Serial0/0/0
Router(config-if)#clock rate 128000
Router(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to upno shutdown
Router(config-if)#exit
Router(config)#interface Serial0/0/0
Router(config-if)#encapsulation frame-relay
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
Router(config-if)#no shut
Router(config-if)#ex
Router(config)#interface serial 0/0/0.1 point-to-point
Router(config-subif)#ip address 192.168.10.1 255.255.255.0
Router(config-subif)#frame-relay interface-dlci 102
Router(config-subif)#ex
Router(config)#interface serial 0/0/0.2 point-to-point
Router(config-subif)#ip address 192.168.30.1 255.255.255.0
Router(config-subif)#frame-relay interface-dlci 103
Router(config-subif)#end
%SYS-5-CONFIG_I: Configured from console by console
Router#ping 192.168.10.2 Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 47/59/63 ms Router#ping 192.168.30.2 Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.30.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 50/60/63 ms Router#

轉載于:https://blog.51cto.com/gyh0319/140705

總結

以上是生活随笔為你收集整理的帧中继配置命令的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。