Hi Rene
the soultion seems to be incorrect.
i tested the final config it did not work.
Frank(config-if)#no frame-relay interface-dlci 201 ppp Virtual-Template1
Pim#pi 2.2.2.2 so lo0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
Packet sent with a source address of 1.1.1.1
.....
Success rate is 0 percent (0/5)
my solution
(pasting only multilink configs)
***Frank Config***
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 201 ppp Virtual-Template1
!
interface Serial0/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 211 ppp Virtual-Template2
!
interface Virtual-Template1
no ip address
ppp multilink
ppp multilink group 1
!
interface Virtual-Template2
no ip address
ppp multilink
ppp multilink group 1
!
interface Multilink1
ip address 192.168.12.2 255.255.255.0
ppp multilink
ppp multilink group 1
!
***Pim Config***
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 102 ppp Virtual-Template1
frame-relay interface-dlci 112 ppp Virtual-Template2
!
interface Virtual-Template1
no ip address
ppp multilink
ppp multilink group 1
!
interface Virtual-Template2
no ip address
ppp multilink
ppp multilink group 1
!
interface Multilink1
ip address 192.168.12.1 255.255.255.0
ppp multilink
ppp multilink group 1
even when i shut one serial link on Frank still i am able to ping the loopbacks.
Thanks
Shoeb






