From: Antonio Soares (amsoares@netcabo.pt)
Date: Wed Sep 19 2007 - 20:15:40 ART
MAC ACLs are only valid for non-IP Traffic. See this link:
http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/1
2.2_25_see/configuration/guide/swacl.html#wp1177176
So to accomplish what you want you have to do it at IP level:
!
ip access-list extended NO-RIP
 deny   ip any host 224.0.0.9
 permit ip any any
!
interface GigabitEthernet0/1
 ip access-group NO-RIP in
!
I don't see right now other options.
Regards,
Antonio Soares
CCIE #18473, CCNP, CCIP
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Alex
Steer
Sent: quarta-feira, 19 de Setembro de 2007 23:36
To: ccielab@groupstudy.com
Subject: filtering multicast frames
Hi
Has anybody got an idea what I'm doing wrong here please?
mac access-list extended rip
 deny   any host 0100.5e00.0009
 deny   any any
interface FastEthernet0/24
 switchport access vlan 110
 switchport mode access
 mac access-group rip in
Seems a simple task to me but I figure I must be missing something vital.
Thanks in advance
Alex
This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:13 ART