I'm trying to get PP with interleave to work.
How can I tell if it's working?
If interleave is working shouldn't I get something like:
Output queue: 0/1000/64/0 (size/max total/threshold/drops/INTERLEAVES)
when I do a show on the interface?
Below are what I think are the relevant lines of configuration and the
output of the show command.
Thanks,
Bradley
On R7:
r7(config-if)#do show int s1
r7(config-if)#do show int s1
Serial1 is down, line protocol is down
Hardware is HD64570
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed, multilink Closed, loopback not set
Keepalive set (10 sec)
Last input never, output never, output hang never
Last clearing of "show interface" counters 15:24:53
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 1158 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 1848 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=down DTR=down RTS=down CTS=down
-------------------------------------------------------
R4
interface Multilink1
bandwidth 128
ip address 1.1.1.2 255.255.255.0
ppp multilink
ppp multilink fragment delay 10
ppp multilink interleave
ppp multilink group 1
interface Serial1
bandwidth 9600
no ip address
encapsulation ppp
fair-queue
ppp multilink
ppp multilink group 1
-----------------------------------------------------------------
R7
interface Multilink1
bandwidth 128
ip address 1.1.1.1 255.255.255.0
ppp multilink
ppp multilink group 1
interface Serial1
no ip address
encapsulation ppp
ppp multilink
ppp multilink group 1
--------------------------------------------------------------