[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring VLAN-Specific IGMP Snooping Parameters

All of the IGMP snooping statements configured with the igmp-snooping statement, with the exception of the traceoptions statement, can be qualified with the same statement at the VLAN level. To configure IGMP snooping parameters at the VLAN level, include the vlan statement:

vlan vlan-id;
immediate-leave;
interface interface-name {
group-limit limit;
host-only-interface;
multicast-router-interface;
static {
group ip-address;
group ip-address {
source ip-address;
}
}
}
proxy-mode {
source-address ip-address;
}
query-interval seconds;
query-last-member-interval seconds;
query-response-interval seconds;
robust-count number;
}

The operation of each statement is the same as described earlier in this chapter.

You can include this statement at the following hierarchy levels:


[Contents] [Prev] [Next] [Index] [Report an Error]