Re: per-port per-vlan classification

From: nikolai (niko@4ovek.com)
Date: Sun Jul 30 2006 - 14:34:18 ART


mls qos
!
class-map match-any MATCH_ANY
   match any

class-map match-all VLAN
   match vlan 11 22-24 -> 1st
   match class-map MATCH_ANY -> 2nd
!
policy-map VLAN_IP
   class VLAN
     set ip precedence 5
!
interface FastEthernet0/1
  switchport access vlan 11
  switchport mode access -> static ACCESS or Trunk only
  service-policy input VLAN_IP -> inbound only
*****************************************************************
My understanding is that this feature allows you to match packets
(policy-map VLAN_IP) on both VLAN ID (class-map match-all VLAN) AND by
other criteria (class-map match-any MATCH_ANY) on an MLS such as
Cat3550/3560/3750. The thing I noted is that you can apply the service
policy inbound on a physical interface only (access or trunk static
port) - no routed ports, or virtual (logical) interfaces such as SVI.

-- nikolai

Bozhidar Batev wrote:
> Does anyone can explain me what exactly per-port per-vlan classification
> do. What could be the reason to use it.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART