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

Burstable Bandwidth

nilesh_sawant
Level 1
Level 1

Hi,

I want to allocate 30mbps for one of the customer whose is connected on ethernet interface which should be burstable to 100mbps.

how can i do this on Cisco 7600

Thanks in advance.

Regards,

Nilesh

2 Replies 2

Hi Nilesh,

You can achieve this by using Qos maps. Please find below an example configuration. In this case the customer is allocated 64kbps and can burst upto 128kbps. Just replace the values you want to and apply it on the interface

class-map FROM_CUSTOMER_A
 match access-group name CustA

ip access-list CustA permit any any

policy-map POLICER
 class FROM_CUSTOMER_A
  police cir 64000 bc 3200 pir 128000 be 6400
   conform-action set-prec-transmit 1
   exceed-action set-prec-transmit 0
   violate-action drop

interface FastEthernet 0/1 

  service-policy input  POLICER

HTH,

Regards,

Kishore

Please rate if helpful

Collin Clark
VIP Alumni
VIP Alumni

Also, here's the link to the QoS SRND. It explains how to do everything QoS.

http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html