From: William Lijewski (ccie8642@hotmail.com)
Date: Mon Sep 08 2003 - 01:34:50 GMT-3
Now that you have created the class-map, you need to create a policy-map to
do something with the class-map you have created. Under the policy-map you
can assign specific bandwith to the traffic, police it, set its precedence,
etc... Then you apply the policy-map to the interface to affect either
input or output traffic using the service-policy command.
Example:
class-map match-all voice-traffic
match access-group 102
description VoIP on serial interface
access-list 102 permit udp any any range 16384 32767 log-input
policy-map VOICE
class voice-traffic
bandwidth percentage 20
interface serial 0
service-policy output VOICE
William Lijewski
CCIE #8642
>From: "Richard L. Pickard" <nettable_walker@comcast.net>
>Reply-To: "Richard L. Pickard" <nettable_walker@comcast.net>
>To: "Ccielab@Groupstudy. Com" <ccielab@groupstudy.com>
>Subject: does the class map get applied to an interface like an ACL ?
>Date: Sun, 7 Sep 2003 03:54:55 -0600
>
>class-map match-all voice-traffic
>match access-group 102
>description VoIP on serial interface
>exit
>
>access-list 102 permit udp any any range 16384 32767 log-input
>
>
>OKAY - now what ?
>
>Thanks,
>
>Richard
>
>//
>
>
>_______________________________________________________________________
>You are subscribed to the GroupStudy.com CCIE R&S Discussion Group.
>
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Wed Oct 01 2003 - 07:24:24 GMT-3