PPPoFR multilink

From: Sami (sy1977@gmail.com)
Date: Thu Jun 15 2006 - 06:11:05 ART


Group,

I am doing some PPPoFR stuff and curios to know how to see whether PPP
multilink is working or not. I have following config, circuit is up I can
ping remote side but show ppp multilink shows no bundle active

interface Serial0/0/0
 no ip address
 encapsulation frame-relay
 frame-relay interface-dlci 302 ppp Virtual-Template1
 frame-relay lmi-type cisco
!
interface Serial0/1/0
 no ip address
 encapsulation frame-relay
 frame-relay interface-dlci 312 ppp Virtual-Template1
!
interface Serial0/2/0
 ip address 174.1.13.3 255.255.255.0
!
interface Serial0/3/0
 no ip address
 shutdown
 clock rate 2000000
!
interface Virtual-Template1
 ip address 174.1.23.3 255.255.255.0
 ppp authentication chap
 ppp multilink
 ppp multilink group 1
!
!
!
ip http server

R3#ping 174.1.23.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 174.1.23.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms
R3#sho
R3#show ppp mu
R3#show ppp multilink
No active bundles
No inactive multilink interfaces
R3#

R2#

interface Serial0/0/0
 no ip address
 encapsulation frame-relay
 frame-relay lmi-type cisco
!
interface Serial0/0/0.203 point-to-point
 frame-relay interface-dlci 203 ppp Virtual-Template1
!
interface Serial0/0/0.213 point-to-point
 frame-relay interface-dlci 213 ppp Virtual-Template1
!
interface Serial0/1/0
 no ip address
 shutdown
!
interface Virtual-Template1
 ip address 174.1.23.2 255.255.255.0
 ppp authentication chap
 ppp multilink
 ppp multilink group 1
!
!
!
ip http server
no ip http secure-server
!
!

R2#ping 174.1.23.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 174.1.23.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/57/60 ms
R2#sho
R2#show ppp mu
R2#show ppp multilink
No active bundles
No inactive multilink interfaces
R2#

Thanks



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:32 ART