Link to home
Start Free TrialLog in
Avatar of Dragon0x40
Dragon0x40

asked on

How many queues per interface on a Cisco Switch

On 6500 switch do some interfaces have 2 queues and some 3 queues?

What command would I enter to find out?

This is for wrr-queue configuration commands.
Avatar of John Meggers
John Meggers
Flag of United States of America image

It varies based on the line card.  For IOS such as 12.2SX, try "show mls qos queuing interface".
Avatar of Don Johnston
try "show port capabilities"
ASKER CERTIFIED SOLUTION
Avatar of rochey2009
rochey2009

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Dangit! CatOS flashback again.
Avatar of Dragon0x40
Dragon0x40

ASKER

So what does this tell me?

QOS scheduling:        rx-(2q8t), tx-(1p3q8t)
 
Rx 2 queues and tx 3 queues?

sh int gix/x capabilities

GigabitEthernet3/6
  Dot1x:                 yes
  Model:                 WS-X6724-SFP
  Type:                  1000BaseSX
  Speed:                 1000
  Duplex:                full
  Trunk encap. type:     802.1Q,ISL
  Trunk mode:            on,off,desirable,nonegotiate
  Channel:               yes
  Broadcast suppression: percentage(0-100)
  Flowcontrol:           rx-(off,on,desired),tx-(off,on,desired)
  Membership:            static
  Fast Start:            yes
  QOS scheduling:        rx-(2q8t), tx-(1p3q8t)
  CoS rewrite:           yes
  ToS rewrite:           yes
  Inline power:          no
  SPAN:                  source/destination
  UDLD                   yes
  Link Debounce:         yes
  Link Debounce Time:    yes
  Ports on ASIC:         1-12
  Port-Security:         yes
sh mls qos ?
  aggregate-policer  aggregate-policer keyword
  arp                arp keyword
  ip                 ip keyword
  ipv6               ipv6 keyword
  last               last keyword
  mac                mac keyword
  maps               maps keyword
  module             show entries in module
  mpls               mpls keyword
  protocol           protocol passthrough information
  statistics-export  QOS Statistics export
  |                  Output modifiers
  <cr>
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial