您的位置:首页 > 其它

GNS3中的帧中继交换机配置

2016-06-11 21:48 169 查看



此里中为帧中继的点到多点。

帧中继交换机配置




2.M的配置

interface Serial1/0
ip address 10.30.254.195 255.255.255.192
encapsulation frame-relay
ip ospf network point-to-multipoint
serial restart-delay 0
no arp frame-relay
frame-relay map ip 10.30.254.193 101 broadcast
frame-relay map ip 10.30.254.194 102 broadcast
frame-relay map ip 10.30.254.196 103 broadcast
no frame-relay inverse-arp

3.N的配置

interface Serial1/0
ip address 10.30.254.196 255.255.255.192
encapsulation frame-relay
ip ospf network point-to-multipoint
serial restart-delay 0
no arp frame-relay
frame-relay map ip 10.30.254.195 600 broadcast
no frame-relay inverse-arp

4.K的配置
!
interface Serial1/0
ip address 10.30.254.193 255.255.255.192
encapsulation frame-relay
ip ospf network point-to-multipoint
serial restart-delay 0
frame-relay map ip 10.30.254.195 300 broadcast

5.L的配置

interface Serial1/0
ip address 10.30.254.194 255.255.255.192
encapsulation frame-relay
ip ospf network point-to-multipoint
serial restart-delay 0
frame-relay map ip 10.30.254.195 400 broadcast
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: