03-04-2011 09:32 PM - edited 03-04-2019 11:39 AM
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
03-05-2011 02:16 AM
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
03-05-2011 05:43 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide