Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I change a queueing strategy

Status
Not open for further replies.

psbucs

Technical User
Sep 27, 2003
16
US
Can somebody please explain how I can change the current queueing strategy from fifo to weighted fair ?

Virtual-Access1 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 56 Kbit, DLY 100000 usec,
reliability 255/255, txload 13/255, rxload 209/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoE vaccess, cloned from Dialer1
Vaccess status 0x44, loopback not set
Interface is bound to Di1 (Encapsulation PPP)
Last input 00:00:01, output never, output hang never
Last clearing of "show interface" counters 3w0d
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo

Thanks ....
 
Well, you have to look at the way Interfaces interpret and pass on the packets.
Normally an Ethernet or FA interface on a router will be set as FIFO (First in First out) because the speed of the link is good enough to handle this.
A serial link is different though, so it is normally run as Weighted fair.
I think Cisco put it this way with defaults....anything about 1.54 mbps can be FiFo and anything below is normally Weighted fair.

To configure an Interface to be Weighted fair have a look at the following Cisco link and it will tell you.


Reamin positive. The affect on those around you will amaze.
 
thanks for the link chieftan999 ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top