cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
4
Helpful
1
Replies

Cisco 4500 series

divine007
Level 1
Level 1

Hell all,

Am in possession of a Cisco 4500 series switch  which i intend to shape certain Ineterface vlan.

Even though they are allotted, want they should like suppass 10m for example

like clients under vlan 10 although they specific bandwidth specified, that vlan should never be more than 10M for example

And i will apply all simple rule to all interface vlan for various customers

Thanks

1 Reply 1

AhmedSonba
Level 1
Level 1

Hello Divine

You can set up your Policing QoS on the following

access-list 1 permit ip any 1.1.1.1  Subnet 1

access-list 2 permit ip any 2.2.2.2 Subnet 2

class-map Vlan 1

match access-group 1

class-map Vlan  2

match access-group 2

policy-map 10mbps

class valn  1

    police 10000000 bc 26000 be 26000   exceed-action [drop]

class vlan  2

    police 10000000 bc 26000 be 26000 exceed-action [drop]

Than you can  to bind it to the output of the VLAN  interface

interface vlan 100

service-policy output 10mbps

mls qos

Hope it will help

Ahmed Sonba

Review Cisco Networking products for a $25 gift card