164
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip igmp report-policy
ip igmp report-policy
To enable an access policy that is based on a route-map policy for IGMP reports, use the ip igmp
report-policy command. To disable the route-map policy, use the no form of this command.
ip igmp report-policy policy-name
no ip igmp report-policy [policy-name]
Syntax Description
Command Default Disabled
Command Modes Interface configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines Use the ip igmp report-policy command to filter incoming messages. You can configure the route map
to prevent state from being created in the multicast routing table.
The ip igmp report-policy command is an alias of the ip igmp access-group command.
If you use the route map, the only match command that is read from the route map is the match ip
multicast command. You can specify the group prefix, group range, and source prefix to filter messages.
This command requires the Enterprise Services license.
Examples This example shows how to enable an access policy for IGMP reports:
switch(config)# interface ethernet 2/2
switch(config-if)# ip igmp report-policy my_report_policy
switch(config-if)#
This example shows how to disable an access policy for IGMP reports:
switch(config)# interface ethernet 2/2
switch(config-if)# no ip igmp report-policy
switch(config-if)#
policy-name Route-map policy name. The route name is a maximum of 100 alphanumeric
characters.
Release Modification
6.0(2)N1(1) This command was introduced.