帧中继实验

实验配置<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
在帧中继交换机r4上的配置:
frame-relay switching
int s 1/0
encapsulation frame-relay
frame-relay intf-type dce
clock rate 64000
no shut
frame-relay route 102 int s 1/2 201
frame-relay route 103 int s 1/1 301
int s 1/1
encapsulation frame-relay
no shut
frame-relay intf-type dce
clock rate 64000
frame-relay route 104 int s 1/2 401
frame-relay route 301 int s 1/0 103
int s 1/2
encapsulation frame-relay
no shut
frame-relay intf-type dce
clock rate 64000
no shut
frame-relay route 201 int s1/0 102
frame-relay route 401 int s1/1 104
R1的配置:
int s1/0
no ip split-horizon
no sh
encapsulation frame-rely
ip add 172.16.1.1 255.255.255.0
frame-rely map ip 172.16.1.2 102
frame-rely map ip 172.16.1.2 102 broadcast
frame-rely map ip 172.16.1.3 103
frame-rely map ip 172.16.1.3 103 broadcast
R2的配置:
int s 1/0
no shut
encapsulation frame-relay
ip add 172.16.1.2 255.255.255.0
frame-relay map ip 172.16.1.1 201
frame-relay map ip 172.16.1.1 201 broadcast
frame-relay map ip 172.16.1.3 401
frame-relay map ip 172.16.1.3 401 broadcast
no sh
R3的配置:
#int s 1/1
#no shut
#encapsulation frame-relay
ip add 172.16.1.3 255.255.255.0
frame-relay map ip 172.16.1.1 301
frame-relay map ip 172.16.1.1 301 broadcast
frame-relay map ip 172.16.1.2 104
frame-relay map ip 172.16.1.2 104 broadcast
no sh



转载于:https://blog.51cto.com/0yuan/187456