Dear Yousef,
Priority is mostly used with delay sensitive traffic like video and voice , 
while bandwidth is used for data type of traffic for eg:- ssh , telnet , http 
etc..... 

sometypes you can use priority also if you have some transaction based traffic 
like SQL queries going live !!!!


I think you might get similar answers from others !


good day .

kamran.


-----Original Message-----
From: [email protected] on behalf of yusef sheriff
Sent: Wed 12/22/2010 12:47 PM
To: [email protected]
Subject: [OSL | CCIE_Security] Advance security - MQC
 
Dear All,
 
I was doing advance security tab. i found the below question:
 
On R2, http and ssh traffic should both be prioritized and given 25% of 
interface bandwidth on s0/0/0.
 
my solution is:-
R2(config)#class-map match-any PRIORITY
R2(config-cmap)#match protocol ssh
R2(config-cmap)#match protocol http
 
R2(config)#policy-map OUTGOING
R2(config-pmap)#class PRIORITY
R2(config-pmap-c)#priority percent 25
 
WB Solutions
 
R2(config)#class-map match-any PRIORITY
R2(config-cmap)#match protocol ssh
R2(config-cmap)#match protocol http
 
R2(config)#policy-map OUTGOING
R2(config-pmap)#class PRIORITY
R2(config-pmap-c)#bandwidth percent 25
 
R2(config-pmap)#int s0/0/0
R2(config-if)#service-policy out OUTGOING
 
can any one clarify on difference between bandwidth and priority? also like to 
know which solution is correct.
 
Regards,
Yusef

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to