From: PANDI MOORTHY (moorthypandi@gmail.com)
Date: Sun Dec 30 2007 - 23:23:41 ARST
Hi
Need your help on qos marking
Question:-
Traffic received from site A under 500kbps should be marked as
flash-override
Traffic received from site A over 500kbps should be marked as priority
Traffic received from site A over 1.5M should be dropped
I have three solutions here, could you please verify my answer
1) MQC
-------------------------------------------------------------------------------
policy-map ETH-POLICY
class class-default
police cir 500000 pir 1500000
conform-action set-prec-transmit 4
exceed-action set-prec-transmit 1
violate-action drop
------------------------------------------------------------------------------------
2) MQC
--------------------------------------------------------------------------------------
policy-map MARK
class class-default
police cir 500000
conform-action set-prec-transmit 4
exceed-action set-prec-transmit 1
violate-action set-prec-transmit 1
policy-map MAIN
class class-default
police cir 1500000
service-policy MARK
!
--------------------------------------------------------------------------------------
3) CAR
-------------------------------------------------------------------------------------------------------
interface FastEthernet0/0
rate-limit input 496000 93750 93750 conform-action set-prec-transmit 4
exceed-action continue
rate-limit input 1496000 93750 93750 conform-action set-prec-transmit 1
exceed-action drop
------------------------------------------------------------------------------------------------------
Regards
Pandi
This archive was generated by hypermail 2.1.4 : Tue Jan 01 2008 - 12:04:32 ARST