cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2931
Views
0
Helpful
4
Replies

Rate Limiting on 4500's Gig port

jbhatia_9
Level 1
Level 1

I am trying to enable rate-limiting on a Gig Port(GBIC) on the 4500's.

I have a customer connected via fiber but I only have to provide him with 1 vlan and 10MB of bandwidth.

What is the best way to do this?

Thanks,

Jeet

4 Replies 4

gpulos
Level 8
Level 8

you can set the gig port to limit the interface speed to 10MB.

S(config)# interface g1/1

S(config-interface)# speed auto 10

this will setup auto-negotiation to only link at 10MB.

or just set the port to 10 half statically if it is capable.

This is gig port with a GBIC and it only does 1000. You cannot change the speed to 10 or 100 on these ports.

I was hinting more towards some kind of service policies. Its not totally clear to me how it can be done at L2, any help will be appreciated.

Jeet

devang_etcom
Level 7
Level 7

hi Jeet,

you can limit the speed of peritcular port of switch by using command under interface configuration mode

speed 100

rate the post if it helps

regards

Devang

manoj.kv
Level 1
Level 1

Hi,

As per your query, I think you need layer Rate limiting. Config is different for layer2 and layer3. Please try the commands below, i think this will work, if not get back or refer the link given below.

Please refer more about COS and DSCP to know more about layer2 QOS.

Switch# configure terminal

Switch(config)# interface gigabitethernet 1/1

Switch(config-if)# qos trust cos

Switch(config-if)# qos cos5

Switch(config)# qos map cos 5 to tx-queue 2

Switch(config)# interface gigabitethernet 1/1

Switch(config-if)# tx-queue 2

Switch(config-if-tx-queue)#bandwidth 10000000

Switch(config-if-tx-queue)# shape 10000000

For more details please refer the links below.

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_book09186a0080435d50.html

http://www.cisco.com/en/US/products/hw/switches/ps663/products_configuration_guide_chapter09186a00800f0d64.html#1020988

Hope this helps ...

Regards

Manoj