RE: PPP Multilink problem

From: Phuong (kieu@hn.vnn.vn)
Date: Sat Aug 09 2003 - 17:13:30 GMT-3


First change the load-threshold 20 -> dialer load-threshold 1.
normal ICMP packet rarely exceed 20/255x64 kbps.
Or you should try with extended ping

R2#p
Protocol [ip]:
Target IP address: 150.50.9.5
Repeat count [5]: 100
Datagram size [100]: 1000
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 100, 1000-byte ICMP Echos to 150.50.9.5, timeout is 2 seconds:
..!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Success rate is 97 percent (97/100), round-trip min/avg/max =
140/170/264 ms
R2#
IN prevous sample I have ping with 100 packet which each one is
1000Bytes

If it still not work, reload your simulator. I have some problem with
ISDN sim b4.

HTH
Phuong

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
MMoniz
Sent: Sunday, August 10, 2003 1:27 AM
To: Larry Roberts; Alec Pun; ccielab@groupstudy.com
Subject: RE: PPP Multilink problem

Alec, have you checked your ISDN sim yet to see if it is allowing more
than
1 call
on your spids?

If it isn't it doesn't matter what you configure on your routers, the
second
channel
will NEVER come up.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Larry
Roberts
Sent: Saturday, August 09, 2003 2:13 PM
To: Alec Pun; ccielab@groupstudy.com
Subject: Re: PPP Multilink problem

Alec,

Change the load-interval to 30 seconds with the load-interval 30 command
under the BRI interface. This controls how fast the load is calculated
on
the interface. This load setting is what PPP Multilink uses to determine
when to bring up the second B channel. The default setting is 5 minutes
I
believe. So with the default setting you would have to reach or exceed
the
load-threshold based on the average traffic over a 5 minute period. This
command reduces that to an average over 30 seconds.

HTH,
Larry Roberts
CCIE #7886 (R&S / Security)

----- Original Message -----
From: "Alec Pun" <clapun@graduate.hku.hk>
To: <ccielab@groupstudy.com>
Sent: Friday, August 08, 2003 5:01 AM
Subject: PPP Multilink problem

> Hi group,
>
> Another help is very much appreciated. I have conifgured R5 & R6 ppp
> multilink over BRI. However, I can not kick up BRI0:2 by multilink
PPP by
> continous ping. I've tried to remove dialer load-threhold in either
one
> router but still can't make it work. Kindly advise any hints.
>
> regards,
> alec
>
> R5#show run
> Building configuration...
>
> Current configuration : 869 bytes
> !
> version 12.1
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname R5
> !
> !
> username R6 password 0 cisco
> !
> !
> !
> !
> ip subnet-zero
> !
> isdn switch-type basic-net3
> !
> !
> !
> !
> !
> interface Ethernet0
> no ip address
> shutdown
> !
> interface Serial0
> no ip address
> shutdown
> no fair-queue
> !
> interface Serial1
> no ip address
> shutdown
> !
> interface BRI0
> ip address 1.1.1.5 255.255.255.0
> encapsulation ppp
> dialer string 4930622
> dialer load-threshold 20 either
> dialer-group 1
> isdn switch-type basic-net3
> isdn spid1 81049306240101
> isdn spid2 81049306250101
> ppp authentication pap
> ppp pap sent-username R5 password 7 02050D4808095E
> ppp multilink
> !
> ip classless
> ip http server
> !
> dialer-list 1 protocol ip permit
> !
> !
> line con 0
> exec-timeout 0 0
> privilege level 15
> logging synchronous
> line aux 0
> line vty 0 4
> login
> !
> end
>
>
> R6#show run
> Building configuration...
>
> Current configuration : 1601 bytes
> !
> version 12.1
> service timestamps debug uptime
> service timestamps log uptime
> no service password-encryption
> !
> hostname R6
> !
> !
> username FAKENAME password 0 cisco
> username R5 password 0 cisco1
> !
> !
> !
> !
> ip subnet-zero
> no ip domain-lookup
> !
> isdn switch-type basic-net3
> !
> interface Ethernet0
> no ip address
> shutdown
> !
> interface Serial0
> no ip address
> shutdown
> no fair-queue
> !
> interface Serial1
> no ip address
> shutdown
> !
> interface BRI0
> ip address 1.1.1.6 255.255.255.0
> encapsulation ppp
> dialer enable-timeout 5
> dialer string 4930624
> dialer load-threshold 1 either
> dialer-group 1
> isdn switch-type basic-net3
> isdn spid1 81049306220101
> isdn spid2 81049306230101
> ppp authentication pap
> ppp pap sent-username R6 password 7 02050D480809
> ppp multilink
> !
> ip classless
> ip http server
> !
> dialer-list 1 protocol ip permit
> !
> !
> line con 0
> exec-timeout 0 0
> privilege level 15
> logging synchronous
> line aux 0
> line vty 0 4
> login
> !
> end
>
>
>



This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:56 GMT-3