[c-nsp] Multilink Vs Serial Conf.

Gangasagar Amula sagar_cisco at rediffmail.com
Fri Jul 8 02:56:38 EDT 2005


Dear All,

In our organisation.....we are using Multilink only for "fragment delay" feature of ppp multilink....

Hence we have configured one multilink for one link....

And we are facing a prb....i.e. if I am giving Fair-queue in Multilink and serial port...we get Queueing strategy: Weighted fair...
but in serial its "Queueing strategy: weighted fair  [suspended, using FIFO]"

Is it Multilink configuration prefered first and then Serial Link configuration....i.e. the fair-queue is really happening and then the data is thrown to serial as fifo....
Is it fair-queue doesnt happen twice....for same data....

Is my analyses to the observation right...?
Pls guide...

-------------- Output for Ref. ----------------------

H#sh run int se 3/1
Building configuration...

Current configuration : 215 bytes
!
interface Serial3/1
 description **** link to D ****
 bandwidth 64
 no ip address
 ip access-group 102 in
 ip access-group 101 out
 encapsulation ppp
 fair-queue
 ppp multilink
 ppp multilink group 14
end

H#sh run int mul 14
Building configuration...

Current configuration : 309 bytes
!
interface Multilink14
 description "Connected to D"
 bandwidth 64
 ip address 172.6.254.249 255.255.255.252
 ip access-group 102 in
 ip access-group 101 out
 fair-queue
 ppp multilink
 ppp multilink fragment delay 10
 ppp multilink interleave
 ppp multilink group 14
end

H#sh int mul 14
Multilink14 is up, line protocol is up
  Hardware is multilink group interface
  Description: "Connected to Dharwad"
  Internet address is 172.6.254.249/30
  MTU 1500 bytes, BW 64 Kbit, DLY 100000 usec,
     reliability 255/255, txload 211/255, rxload 31/255
  Encapsulation PPP, LCP Open, multilink Open
  Open: CDPCP, IPCP, loopback not set
  Keepalive set (10 sec)
  DTR is pulsed for 2 seconds on reset
  Last input 00:00:01, output never, output hang never
  Last clearing of "show interface" counters 3d22h
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 68792
  Queueing strategy: weighted fair
  Output queue: 68/1000/64/68792/301985 (size/max total/threshold/drops/interlea
ves)
     Conversations  14/17/16 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 32 kilobits/sec
  5 minute input rate 8000 bits/sec, 9 packets/sec
  5 minute output rate 53000 bits/sec, 9 packets/sec
     1442509 packets input, 243537854 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 6 ignored, 0 abort
     1701719 packets output, 887031276 bytes, 0 underruns
     0 output errors, 0 collisions, 4 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
H#
H#sh int se 3/1
Serial3/1 is up, line protocol is up
  Hardware is CD2430 in sync mode
  Description: **** link to Dharward ****
  MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
     reliability 255/255, txload 235/255, rxload 39/255
  Encapsulation PPP, LCP Open, multilink Open, loopback not set
  Keepalive set (10 sec)
  Last input 00:00:00, output 00:00:00, output hang never
  Last clearing of "show interface" counters 3d22h
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: weighted fair  [suspended, using FIFO]
  FIFO output queue 0/40, 0 drops
  5 minute input rate 10000 bits/sec, 13 packets/sec
  5 minute output rate 59000 bits/sec, 96 packets/sec
     2450728 packets input, 261174002 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     10975 input errors, 368 CRC, 0 frame, 1695 overrun, 0 ignored, 8912 abort
     12947093 packets output, 988336886 bytes, 13291 underruns
     1 output errors, 0 collisions, 2 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up
H#

Regards,
Sagar.






On Tue, 05 Jul 2005 Félix Izquierdo wrote :
>Gangasagar Amula wrote:
>
>>
>>Dear All,
>>
>>Whats the precedence between Multilink Configuration and Serial
>>Configuration....
>>
>>For e.g. If I have removed fair-queue (no fair-queue) from Serial
>>link....but if I have enabled it on Multilink... Is the link will
>>take fair-queue or not?
>>
>>
>
>Your configuration is correct. fair-queue will run on multilink interface. It's unconfigured at the indiviual links of the mlppp bundle and the command ignored if you configure it.
>


More information about the cisco-nsp mailing list