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

limit a port to 200 megs

sdg2009sdg
Level 1
Level 1

I have a 3550-12g switch software Version 12.2(44)SE5 I have a customer that wants a 200meg connection…They're plugged into port 4 with a LX gbic…What would be the best way to only allow 200meg in or out of that port?

2 Replies 2

simontibbitts
Level 1
Level 1

Hello.

This should do it:

mls qos

!

policy-map SHAPE_ME

class class-default

police 200000000

!

interface GigabithEthernet0/1

service-policy output SHAPE_ME

service-policy input SHAPE_ME

Simon

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello SG,

you can use modular QoS

service-policy {input policy-map-name | output policy-map-name}

see

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.2_44_se/configuration/guide/swqos.html#wp1044737

output direction requires more care.

Policers can be configured only on a physical port or on a per-port per-VLAN basis (specifies the bandwidth limits for the traffic on a per-VLAN basis, for a given port). Per-port per-VLAN policing is not supported on routed ports or on virtual (logical) interfaces. It is supported only on an ingress port configured as a trunk or as a static-access port.

•Only one policer can be applied to a packet per direction.

Hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco