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