VLAN Filtering

From: Cisco Fanatic (ebay_products@hotmail.com)
Date: Sat Aug 05 2006 - 15:45:03 ART


Hi all,

I am tying to do vlan filtering for vlan 11 and vlan 100. How can I filter
out packets with a Cos value of 1 while doing vlan filtering.

!
ip access-list extended inside_devices
permit ip host 172.16.1.100 any
permit ip host 172.16.1.15 any
permit ip host 172.16.2.15 any
permit ip host 172.16.2.10 any
!
vlan access-map vlan_inside 10
match ip address inside_devices
action forward
!
vlan filter vlan_inside filter-list 100 , 11
!

Any help ??

Thanks,
Naveen



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART