cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
763
Views
0
Helpful
2
Replies

Bandwidth limiting on 3560G

sgalloway
Level 1
Level 1

Hi, I would like restrict bandwidth on a specific gigabit port to 33kbps for Testing purposes ( inbound/outbound ). I believe l have to setup QOS Service and Policy Maps. Could someone please provide some assistance for me.

Thanks Simon Galloway

2 Replies 2

spremkumar
Level 9
Level 9

hi

In software releases earlier than Cisco IOS Release 12.2(25)SE, you can apply a policy map only to the incoming traffic on a physical port. In Cisco IOS Release 12.2(25)SE or later, you can apply a policy map to incoming traffic on a physical port or on an SVI. In Cisco IOS Release 12.2(25)SED or later, you can configure different interface-level policy maps for each class defined in the VLAN-level policy map.

do refer the below link for more info in configuring the same...

http://www.cisco.com/en/US/products/hw/switches/ps5528/products_command_reference_chapter09186a00808781c9.html#wp1864211

regds

Hi DS,

This is what l have configured for the particular interface but it doesn't seem to be only allowing for example 56kbps.

class-map match-all Dialup

match input-interface GigabitEthernet0/44

!

!

policy-map Dialup

class Dialup

police 56000 56000 exceed-action drop

I am not sure if l need to do anything else from this config to only allow 56kbps for this particular interface.