Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > weirdness MAC acl and policy routing

Reply
Thread Tools

weirdness MAC acl and policy routing

 
 
RJ45
Guest
Posts: n/a
 
      03-20-2005

hello, I have a cisco 3750 with IOS 12.2(25)SEA EMI version.
I added MAC layer 2 acl on my vlan in the ingress port
that is the port the switch is attached as uplink.

interface GigabitEthernet1/0/1
no mdix auto
mac access-group lan-fi in

mac access-list extended lan-fi
deny host 0002.b3b1.82f8 any
deny host 00c0.49da.a072 any
deny host 0002.b392.6c90 any
deny host 0008.0d0f.16ff any
deny host 0011.433e.1751 any
permit any any

everything seems to work fine and mac addresses in the acl
are blocked. THey are blocked everyhere but not on port 18

on this port is attached a computer which is responsible for doing nat
and his ip is 172.16.0.253

there is a policy route configuration on my 3750 for
routing packets which needs to be natted:

route-map eratostene permit 111
match ip address 111
set ip next-hop 172.16.0.253

access-list 111 deny ip 172.16.0.0 0.0.255.255 192.84.x.0 0.0.0.255
access-list 111 deny ip 172.16.0.0 0.0.255.255 193.206.x.0 0.0.0.255
access-list 111 deny ip 172.16.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 111 permit ip 172.16.0.0 0.0.255.255 any
access-list 111 permit ip 172.17.17.0 0.0.0.255 any

the policy routing rules works fine.
What happens is that MAC Addresses of the mac ACL are not blocked
for this host 172.16.0.253 which is in the policy routing configuration.
Looks like access-list 111 is processed before the mac access list
and that the mac access list is not processed for frames which goes to port
18 (host 172.16.0.253)

so mac addresses I want to filter still goes to Gigabit port 18
and are not filtered.

how can I Solve this problem?

thanks

Rick


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dhcp Relay Agent And Acl On Sw 3750, DHCP Relay Agent and ACL on Sw 3750 Vimokh Cisco 3 09-06-2006 02:16 AM
intervlan routing and policy routing C3750 or C 4948 Sied@r Cisco 3 10-20-2005 08:42 PM
Tkinter WEIRDNESS or Python WEIRDNESS? steve Python 4 03-13-2005 12:34 AM
Juniper and Cisco Routing: Policy and Protocols for Multivendor Networks by Walter J. Goralski Ivan Ostreš Cisco 3 03-10-2005 06:03 AM
PIX - Can extended ACL's be used as crypto ACL's on a PIX Shad T Cisco 0 06-29-2004 06:27 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57