Specifications
692 ExtremeWare XOS 10.1 Command Reference Guide
IP Multicast Commands
nlri 239.1.1.0/24;
#------------------- end of group addresses -------------------
} then {
permit;
}
}
entry catch_all {
if {
} then {
deny;
}
}
NOTE
The switch will not validate any IP address in the policy file used in this command. Therefore, slow-path
flooding should be used only for streams which are very infrequent, such as control packets. It should
not be used for multicast data packets. This option overrides any default mechanism of hardware
forwarding (with respect to IGMP, PIM, or DVMRP) so it should be used with caution.
Slow path flooding will be done within the L2 VLAN only.
Use the none option to effectively disable slow path flooding.
You can use the show ipconfig command to see the configuration of slow path flooding. It will be
listed in the IGMP snooping section of the display.
Example
The following command configures the multicast data stream specified in access1 for slow path flooding:
configure igmp snooping flood-list access1
The following command specifies that no policy file is to be used, this effectively disabling slow path
flooding:
configure igmp snooping flood-list none