Frame Relay Configuration
1. Configuration Manual Resolution:
R1>enable
R1#configure terminal
R1(config)#interface serial 1/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay lmi-type ansi
R1(config-if)#frame-relay map ip 192.168.1.2 100
R1(config-if)#no shutdown
R2>enable
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#encapsulation frame-relay
R2(config-if)#frame-relay lmi-type cisco
R2(config-if)#frame-relay map ip 192.168.1.1 200
R2(config-if)#no shutdown
1. Configuration Dynamic Resolution:
R1>enable
R1#configure terminal
R1(config)#interface serial 1/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#encapsulation frame-relay ietf
R1(config-if)#no shutdown
R2>enable
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#ip address 192.168.1.2 255.255.255.0
R2(config-if)#encapsulation frame-relay ietf
R2(config-if)#no shutdown
Frame-relay Non-broadcast multiple access configuration (NBMA):
R1>enable
R1#configure terminal
R1(config)#interface serial 1/0
R1(config-if)#ip add 192.168.1.1 255.255.255.0
R1(config-if)#encapsulation frame-relay
R1(config-if)#frame-relay map ip 192.168.1.2 100
R1(config-if)#frame-relay map ip 192.168.1.3 101
R1(config-if)#no shutdown
R1(config-if)#end
R2>enable
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#ip add 192.168.1.2 255.255.255.0
R2(config-if)#encapsulation frame-relay
R2(config-if)#frame-relay map ip 192.168.1.1 200
R2(config-if)#frame-relay map ip 192.168.1.3 200
R2(config-if)#no shutdown
R2(config-if)#end
R3>enable
R3#configure terminal
R3(config)#interface serial 1/0
R3(config-if)#ip add 192.168.1.3 255.255.255.0
R3(config-if)#encapsulation frame-relay
R3(config-if)#frame-relay map ip 192.168.1.1 300
R3(config-if)#frame-relay map ip 192.168.1.2 300
R3(config-if)#no shutdown
R3(config-if)#end
Frame-relay point-to-point configuration
R1>enable
R1#configure terminal
R1(config)#interface serial 1/0
R1(config-if)#no ip address
R1(config-if)#encapsulation frame-relay
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface serial 1/0.100 point-to-point
R1(config-subif)#ip add 192.168.1.1 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 100
R1(config-subif)#exit
R1(config)#interface serial 1/0.101 point-to-point
R1(config-subif)#ip add 192.168.2.1 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 101
R2>enable
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#ip add 192.168.1.2 255.255.255.0
R2(config-if)#encapsulation frame-relay
R2(config-if)#frame-relay interface-dlci 200
R2(config-if)#no shutdown
R2(config-if)#end
R3>enable
R3#configure terminal
R3(config)#interface serial 1/0
R3(config-if)#ip add 192.168.2.2 255.255.255.0
R3(config-if)#encapsulation frame-relay
R3(config-if)#frame-relay interface-dlci 300
R3(config-if)#no shutdown
R3(config-if)#end
Frame-relay multi point configuration:
R1>enable
R1#configure terminal
R1(config)#interface serial 1/0
R1(config-if)#no ip address
R1(config-if)#encapsulation frame-relay
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface serial 1/0.100 multipoint
R1(config-subif)#ip add 192.168.1.1 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 100
R1(config-subif)#frame-relay interface-dlci 101
R1(config-subif)#exit
R2>enable
R2#configure terminal
R2(config)#interface serial 1/0
R2(config-if)#ip add 192.168.1.2 255.255.255.0
R2(config-if)#encapsulation frame-relay
R2(config-if)#frame-relay interface-dlci 200
R2(config-if)#no shutdown
R2(config-if)#end
R3>enable
R3#configure terminal
R3(config)#interface serial 1/0
R3(config-if)#ip add 192.168.1.3 255.255.255.0
R3(config-if)#encapsulation frame-relay
R3(config-if)#frame-relay interface-dlci 300
R3(config-if)#no shutdown
R3(config-if)#end
Tags: Cisco IOS
Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "Frame Relay Configuration"
Post a Comment