From: Huan Pham (pnhuan@yahoo.com)
Date: Thu Nov 13 2008 - 10:35:50 ARST
Hi,
Whenever a policy-map is binded to an interface, traffic leaving or comming to
that interface (depending on the policy-map applied outbound or inbound) will
be examined in the order of classes in which they are listed. Whenever
traffic gets a positive match on a class, action takes place, then traffic
will not be matched again the next class.
In your case, class X will not be marked with DE. All other traffic will be
marked.
However, if you change the order of classes in your policy-map, i.e.
policy-map X
class class-default
set fr-de
class X
! no action
then all traffic will be positively matched again class class-default, so ALL
will be marked with DE, including traffic that normally matches class X
itself.
If you do "show policy-map interface" in this case, you wont see any traffic
hitting class X at all.
Whether getting marked with DE bit will be dropped before other traffic in
the core is another story. If your Frame-Relay provider trust your marking and
implements such a dropping policy, then the answer is YES.
If they do not implement a dropping policy based on DE, then, all traffic is
treated the same: John Chamber's or Level1 engineer's!
On Thu, Nov 13, 2008 at 6:41 AM, backbone systems <
backbone.systems@gmail.com> wrote:
> For the following config,
>
> class-map X
> match access-group 101
>
> policy-map X
> class X
>
> class class-default
> set fr-de
>
> map-class frame-relay Y
> service-policy output X
>
>
> int ser1/0
> frame-relay interface-dlci 501
> class Y
>
> Now my question is that wen it comes to droping of traffic ....the
> traffic in the class-default is DE marked ...wat policy will be
> followed for the traffic in "class X"...will it not be droped
before
> all the other traffic?For the class X there is not set statement..
>
> thanks
>
>
> Blogs and organic groups at http://www.ccie.net
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
>
>
>
>
>
>
>
-- Pavel Bykov ------------------------------------------------- Stop the braindumps! http://www.stopbraindumps.com/Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Mon Dec 01 2008 - 08:18:30 ARST