码迷,mamicode.com
首页 > 其他好文 > 详细

GNS3中的帧中继交换机配置

时间:2016-06-12 00:27:28      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:交换机配置   network   interface   address   帧中继   

技术分享

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


  1. 帧中继交换机配置


技术分享

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


GNS3中的帧中继交换机配置

标签:交换机配置   network   interface   address   帧中继   

原文地址:http://xueyue8.blog.51cto.com/4650249/1788006

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!