思科模拟器帧中继配置,路由器帧中继配置
思科模拟器软件Packet Tracer怎么做帧中继实验
使用S口连接帧中继网络,用一个路由器设置为帧中继交换机连接其他帧中继接口,在其他路由器上配置帧中继封装即可。
在思科模拟器中,只用两台路由器,分别在两台路由器上进行封装帧中继,并做到路由器能PING通对方,求步骤
2台路由器直连无法用帧中继封装,需要借助帧中继交换机来通信。
可以用路由器来模拟一台帧中继交换机,但是需要把它配置成帧中继交换机。还可以用模拟器提供的的网云中的帧中继功能来做
这是拓扑:
在这里拖一个网云:
下面是帧中继交换机的设置,很简单
你的设置也可以不一样,DLCI号随意,只是一个本地的标记。
路由器的配置:
R0:
interface?Serial0/1/0
ip?address?12.12.12.1?255.255.255.252
encapsulation?frame-relay
R1:
interface?Serial0/1/0
ip?address?12.12.12.2?255.255.255.252
encapsulation?frame-relay
show?frame-relay?map?可以看到DLCI-ip映射已经建立
ping对方,通了
至此,所有任务都已经完成
还有任何不懂请追问
思科模拟器软件PacketTracer怎么做帧中继实验
帧中继需要设置对端,例如104 ,401给他们添加一个相当于默认路由这样给他们指个方向
Cisco Packet Tracer 5.3 帧中继云怎样配置?
如果你FR学的还可以的话,很简单。如果你FR还搞不懂,我说的你可能不一定能理解。
帧中继云配置,
1.进入FR云配置的interface菜单,这里用S0和S1口。
左侧路由接云的S0口,DLCI和NAME写101,添加ADD。LMI为ANSI
右边的路由接云的S1口,DLCI和NAME都写102,添加。LMI为ANSI
2.这样建立了2个PVC。两个PVC是不能直接交换的。所以进入Frame Relay菜单连接他们。
选Serial 0 101 -Serial 1 102,ADD。
帧中继云就配置完毕了。
路由的配置相信你应该会,
同一子网。注意要用窜口选NM-4A/S模块,并由帧中继云提供时钟频率。
左侧路由
interface Serial1/0
ip address 192.168.1.1 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 101
frame-relay lmi-type ansi
右侧路由
interface Serial1/0
ip address 192.168.1.2 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 102
frame-relay lmi-type ansi
思科模拟器里帧中继的配置
R1 router
interface s0/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay ?
interface-dlci Define a DLCI on an interface/subinterface
lmi-type Use CISCO-ANSI-CCITT type LMI
map Map a protocol address to a DLCI address
routeB(config-if)#frame-relay lmi-type ?
ansi
cisco
q933a
routeA(config-if)#frame-relay lmi-type cisco
ip address 192.168.88.1 255.255.255.0
frame-relay map ip 192.168.88.2 102 broadcast
frame-relay map ip 192.168.88.3 103 broadcast
no shutdown
R2 router
interface s0/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay ?
interface-dlci Define a DLCI on an interface/subinterface
lmi-type Use CISCO-ANSI-CCITT type LMI
map Map a protocol address to a DLCI address
frame-relay lmi-type ?
ansi
cisco
q933a
routeA(config-if)#frame-relay lmi-type cisco
ip address 192.168.88.2 255.255.255.0
frame-relay map ip 192.168.88.1 201 broadcast
frame-relay map ip 192.168.88.3 203 broadcast
no shutdown
R3 router
interface s0/0
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay ?
interface-dlci Define a DLCI on an interface/subinterface
lmi-type Use CISCO-ANSI-CCITT type LMI
map Map a protocol address to a DLCI address
routeB(config-if)#frame-relay lmi-type ?
ansi
cisco
q933a
routeA(config-if)#frame-relay lmi-type cisco
ip address 192.168.88.3 255.255.255.0
frame-relay map ip 192.168.88.1 301 broadcast
frame-relay map ip 192.168.88.2 302 broadcast
no shutdown
ansi欧洲电信委员会标准.
cisco思科标准
q933a国际标准
帧中继的路由配置frame-relay map ip 10.0.0.1 401 broadcast cisco
封装模式为cisco,两种封装模式,cisco和ietf,cisco是cisco私有的协议,只在纯cisco环境下使用,如果存在其他厂商的设备,应使用ietf模式,这是共有化的,所有厂商都支持的协议。配置桢中继时,两边的封装模式必须相同,否则不能建立连接