< Home

igmp limit

Function

The igmp limit command sets the maximum number of IGMP group memberships allowed on an interface.

The undo igmp limit command restores the maximum number of IGMP group memberships allowed on an interface to the default value.

The following lists the maximum number of IGMP group memberships allowed on an interface of each model by default:
  • S5720-LI, S5720S-LI: 1022
  • S5731-S, S5731S-S, S5720I-SI, S5720S-SI, S5720-SI: 1024
  • S5735-L, S5735S-L, S5735S-L-M, S5735-S, S5735S-S, S5735-S-I: 1500
  • S5730-SI, S5730S-EI, S6720-LI, S6720S-LI, S6720-SI, S6720S-SI: 1536
  • S6730-S, S6730S-S, S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-HI, S6730-H, S6730S-H: 2048
  • S6720S-EI, S6720-EI: 4096

Format

igmp limit number [ except acl-number ]

undo igmp limit

Parameters

Parameter Description Value

number

Specifies the maximum number of IGMP group memberships allowed on an interface.

The value is an integer that ranges from 1 to The maximum number of IGMP group memberships allowed on an interface by default.

NOTE:

The value range of S5720-HI, S5730-HI, S5731-H, S5731S-H, S5732-H, S6720-HI, S6730S-H, and S6730-H are expanded after the high specification mode is configured for multicast forwarding using the set multicast forwarding-table super-mode command. The actual value range depends on the specification of the device.

except

Specifies the range of multicast groups whose IGMP entries are not limited by the IGMP limit.

-

acl-number

Specifies a basic ACL or an advanced ACL.

The value is an integer. The basic ACL number ranges from 2000 to 2999. A basic ACL filters group addresses only. The advanced ACL number ranges from 3000 to 3999. An advanced ACL filters (S, G) entries as well as group addresses.

Views

GE interface view, XGE interface view, MultiGE interface view, 25GE interface view, 40GE interface view, 100GE interface view, Eth-Trunk interface view, GE sub-interface view, XGE sub-interface view, MultiGE sub-interface view, 25GE sub-interface view, 40GE sub-interface view, 100GE sub-interface view, Eth-Trunk sub-interface view, VLANIF interface view, loopback interface view

Default Level

2: Configuration level

Usage Guidelines

Usage Scenario

When the number of IGMP entries reaches the limit, the system does not create any IGMP entries. To allow the switch to create more IGMP entries, delete useless entries or increase the limit. Alternatively, you can configure static IGMP entries.

The number of IGMP entries is counted as follows:
  • Each (*, G) entry is counted as one entry.

  • Each (S, G) entry is counted as one entry.

  • Each (*, G) entry for SSM mapping is counted as one entry.

Prerequisites

IP multicast routing has been enabled using the multicast routing-enable command.

Precautions

If except is not specified in the command, the maximum number of all dynamic IGMP (*, G) or (S, G) entries is the configured IGMP limit. Before setting except, configure the associated ACL. The interface then uses the ACL to filter the received IGMP Report messages. The number of entries corresponding to the multicast groups that match the ACL is not limited.

The igmp limit command must be used with ACL configuration commands. When configuring ACL rules, note that:
  • In the basic ACL view, specify the source parameter in the rule command to set the range of multicast groups whose IGMP entries are not limited.
  • In the advanced ACL view, specify the source parameter in the rule command to set the range of sources that send multicast data to the multicast groups. Specify the destination parameter to set the range of multicast groups whose IGMP entries are not limited.

Example

# Set the maximum number of IGMP entries that can be created on the VLANIF100 to 220.
<HUAWEI> system-view
[HUAWEI] multicast routing-enable
[HUAWEI] interface vlanif 100
[HUAWEI-Vlanif100] igmp limit 220
# Set the maximum number of IGMP entries that can be created on the GE0/0/1 to 220.
<HUAWEI> system-view
[HUAWEI] multicast routing-enable
[HUAWEI] interface gigabitethernet 0/0/1
[HUAWEI-GigabitEthernet0/0/1] undo portswitch
[HUAWEI-GigabitEthernet0/0/1] igmp limit 220
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >