Monday, May 23, 2011

LAB: Frame Relay Back to Back with multilink


no rules on the to use frame-relay interface type.

R6 - providing the clockrate

int s0/2/0
encap frame mfr1
clockrate 128000
no shut
bandwidth 128
!
int s0/2/1

encap frame mfr1

clockrate 128000

no shut
bandwidth 128
!

int mfr 1
no keepalive
!
int mfr1.1 point-to-point
ip address 200.200.200.6 255.255.255.0
frame-relay interface-dlci 691
!
int mfr1.2 point-to-point
ip address 200.200.210.6 255.255.255.0
frame-relay interface-dlci 691
!
int mfr1.3 point-to-point
ip address 200.200.220.6 255.255.255.0
frame-relay interface-dlci 691



R9


int s0/2/0
encap frame mfr1

no shut
bandwidth 128
!

int s0/2/1
encap frame mfr1

no shut
bandwidth 128
!
int mfr 1
no keepalive
!
int mfr1.1 point-to-point
ip address 200.200.200.9 255.255.255.0
frame-relay interface-dlci 691

!
int mfr1.2 point-to-point
ip address 200.200.210.9 255.255.255.0
frame-relay interface-dlci 691
!
int mfr1.3 point-to-point
ip address 200.200.220.9 255.255.255.0
frame-relay interface-dlci 691

No comments:

Post a Comment