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