igmp profile [20060516]

From: Koen Zeilstra (koen@koenzeilstra.com)
Date: Tue May 16 2006 - 09:56:10 ART


Hi Group,

I noticed that this topic has been discussed before however afaik no clear
answers were to be found.

If one wants to drop igmp join messages voor the multicast group
239.100.100.5 on f0/10 of a 3550.

Option 1:

ip igmp filter
ip igmp profile 1
 permit
 range 224.0.0.0 239.100.100.4
 range 224.100.100.6 239.255.255.255
!

int f0/10
 ip igmp filter 1
!

Option 2:
ip igmp filter
ip igmp profile 1
 ! deny (which is default)
 range 239.100.100.5 239.100.100.5
!

int f0/10
 ip igmp filter 1
!

The question rather is the following. Does the action (permit/deny)
specify the DEFAULT ACTION or the ACTION for the SPECIFIED range?

thanks,

Koen



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:21 ART