Cisco 2960G disable srr-queue on switchport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 08:13 AM - edited 03-07-2019 07:23 AM
I have a Cisco 2960G switch and one of the ports was configured with srr-queue bandwidth limit 90 - I need to remove this bandwidth limiting from this interface.
Would this be the correct sequence of commands?
swh02#conf t
swh02(config)#int gig0/12
swh02(config-if)#no srr-queue bandwidth limit 90
swh02(config-if)#exit
swh02(config)#exit
swh02#wr mem
This is the swichport interface in question the configuration below:
interface GigabitEthernet0/12
description N12: NewUser1
switchport access vlan 47
switchport mode access
switchport port-security
switchport port-security aging time 2
switchport port-security violation restrict
switchport port-security aging type inactivity
load-interval 30
srr-queue bandwidth limit 90
spanning-tree portfast
spanning-tree bpduguard enable
end
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2012 09:05 PM
You can accomplish this with just "no srr-queue bandwidth limit" command under your interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2012 06:10 AM
Thank you Vivek.
