configure igmp snooping vlan ports filter
ExtremeWare XOS 11.0 Command Reference Guide
887
configure igmp snooping vlan ports filter
configure igmp snooping vlan <vlanname> ports <portlist> filter [<policy> |
none]
Description
Configures an IGMP snooping policy file filter on VLAN ports.
Syntax Description
Default
None.
Usage Guidelines
Use this command to filter multicast groups to the specified VLAN ports.
The policy file used by this command consists of a text file that contains the class-D addresses of the
multicast groups that you wish to block.
To remove IGMP snooping filtering from a port, use the
none
keyword version of the command.
Use the following template to create a snooping filter policy file:
#
# Add your group addresses between "Start" and "End"
# Do not touch the rest of the file!!!!
entry igmpFilter {
if match any {
#------------------ Start of group addresses ------------------
nlri 239.10.10.1/32;
nlri 239.10.10.4/32;
#------------------- end of group addresses -------------------
} then {
deny;
}
}
entry catch_all {
if {
} then {
permit;
}
vlanname
Specifies a VLAN name.
portlist
Specifies one or more ports or slots and ports. On a modular switch, can be a
list of slots and ports. On a stand-alone switch, can be one or more port
numbers. May be in the form 1, 2, 3-5, 2:5, 2:6-2:8.
policy
Specifies the policy file for the filter.
Содержание ExtremeWare XOS 11.0
Страница 26: ...26 ExtremeWare XOS 11 0 Command Reference Guide Contents...
Страница 176: ...176 ExtremeWare XOS 11 0 Command Reference Guide Commands for Managing the Switch...
Страница 262: ...262 ExtremeWare XOS 11 0 Command Reference Guide VLAN Commands...
Страница 280: ...280 ExtremeWare XOS 11 0 Command Reference Guide FDB Commands...
Страница 492: ...492 ExtremeWare XOS 11 0 Command Reference Guide EAPS Commands...
Страница 536: ...536 ExtremeWare XOS 11 0 Command Reference Guide STP Commands...
Страница 580: ...580 ExtremeWare XOS 11 0 Command Reference Guide ESRP Commands...
Страница 752: ...752 ExtremeWare XOS 11 0 Command Reference Guide IGP Commands History This command was available in ExtremeWare XOS 10 1...
Страница 816: ...816 ExtremeWare XOS 11 0 Command Reference Guide BGP Commands History This command was available in ExtremeWare XOS 10 1...
Страница 876: ...876 ExtremeWare XOS 11 0 Command Reference Guide BGP Commands...
Страница 926: ...926 ExtremeWare XOS 11 0 Command Reference Guide IP Multicast Commands...