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

歡迎訪問 生活随笔!

生活随笔

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

编程问答

多点子接口的帧中继配置(MP SubInterface FrameRealy)

發布時間:2025/3/19 编程问答 50 豆豆
生活随笔 收集整理的這篇文章主要介紹了 多点子接口的帧中继配置(MP SubInterface FrameRealy) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
實驗來源:工大瑞普Cisco網絡技術論壇


注:這個實驗同樣出現了上個實驗所出現的問題,配置好后,接口怎么都起不來,不管它,過了10分鐘左右自己莫名其妙的UP起來。郁悶!還是僅把配置貼出來。。

R1配置:
Router#show run
Building configuration...

Current configuration : 1031 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface FastEthernet0/1
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface Serial1/0
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/1
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/2
?no ip address
?encapsulation frame-relay
?serial restart_delay 0
?frame-relay lmi-type ansi
!
interface Serial1/2.1 multipoint
?ip address 172.16.1.1 255.255.255.0
?frame-relay map ip 172.16.1.3 200
?frame-relay map ip 172.16.1.2 100
!
interface Serial1/3
?no ip address
?shutdown
?serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!??????? ?
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
R2配置:
Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface FastEthernet0/1
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface Serial1/0
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/1
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/2
?ip address 172.16.1.2 255.255.255.0
?encapsulation frame-relay
?serial restart_delay 0
?frame-relay map ip 172.16.1.1 101
?frame-relay lmi-type ansi
!
interface Serial1/3
?no ip address
?shutdown
?serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
R3配置:
Router#show run
Building configuration...

Current configuration : 946 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface FastEthernet0/1
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface Serial1/0
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/1
?no ip address
?shutdown
?serial restart_delay 0
!
interface Serial1/2
?ip address 172.16.1.3 255.255.255.0
?encapsulation frame-relay
?serial restart_delay 0
?frame-relay map ip 172.16.1.1 201
?frame-relay lmi-type ansi
!
interface Serial1/3
?no ip address
?shutdown
?serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
R4配置:
Router#show run
Building configuration...

Current configuration : 1292 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
ip subnet-zero
!
!
!
frame-relay switching
!
!
!
!
!
!
!
fax interface-type fax-mail
mta receive maximum-recipients 0
!
!
!
!
interface FastEthernet0/0
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface FastEthernet0/1
?no ip address
?shutdown
?duplex auto
?speed auto
!
interface Serial1/0
?no ip address
?encapsulation frame-relay
?serial restart_delay 0
?clockrate 64000
?frame-relay lmi-type ansi
?frame-relay intf-type dce
?frame-relay route 100 interface Serial1/1 101
?frame-relay route 200 interface Serial1/2 201
!
interface Serial1/1
?no ip address
?encapsulation frame-relay
?serial restart_delay 0
?clockrate 64000
?frame-relay lmi-type ansi
?frame-relay intf-type dce
?frame-relay route 101 interface Serial1/0 100
!
interface Serial1/2
?no ip address
?encapsulation frame-relay
?serial restart_delay 0
?clockrate 64000
?frame-relay lmi-type ansi
?frame-relay route 201 interface Serial1/0 200
!
interface Serial1/3
?no ip address
?shutdown
?serial restart_delay 0
!
ip classless
ip http server
ip pim bidir-enable
!
!
!
!
call rsvp-sync
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
以上為全部配置。

轉載于:https://blog.51cto.com/loveme23/29777

與50位技術專家面對面20年技術見證,附贈技術全景圖

總結

以上是生活随笔為你收集整理的多点子接口的帧中继配置(MP SubInterface FrameRealy)的全部內容,希望文章能夠幫你解決所遇到的問題。

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