Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

Frame-relay over PPP using Multilink

$
0
0

Hey,

I have a lab where R2 is the HUB connection the Serial0/0 with 2 different DLCI 201 going to R1 and 203 going to R3.

Instead of using the Physical interface , is that possible to use the Multilink , right ?

My configuration looks ok, but I can ping R1.

R2 configuration:

interface Serial0/0

 no ip address

 encapsulation frame-relay

 clock rate 2000000

 frame-relay map ip 192.168.123.1 201 broadcast

 frame-relay map ip 192.168.123.3 203 broadcast

 frame-relay interface-dlci 201 ppp Virtual-Template1

 frame-relay interface-dlci 203 ppp Virtual-Template1

 

interface Virtual-Template1

 no ip address

 ppp multilink

 ppp multilink group 1

end

 

R2(config)#do sh run int multilink1

!

interface Multilink1

 ip address 192.168.123.2 255.255.255.0

 ppp multilink

 ppp multilink group 1

end

On the R1 I have just set up the PPP over FR:
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay interface-dlci 102 ppp Virtual-Template1
end
R1#sh run int virtual-template1
Building configuration...
Current configuration : 76 bytes
!
interface Virtual-Template1
 ip address 192.168.123.1 255.255.255.0
Both of them are connected on the FRSW, but the PVC looks ok:
R1#sh frame pvc | in ACTIVE
DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
R2#sh frame pvc | in 201
DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
Am I missing something ?

 

 


Viewing all articles
Browse latest Browse all 10744

Trending Articles