9 ipv6 mld limit, 10 ipv6 mld query-interval – PLANET XGS3-24040 User Manual

Page 716

Advertising
background image

XGS3 Command Guide

39-48

Function: Configure the interface’s sending interval of querying specific group. The no ipv6 mld

last-member-query-interval” command cancels the manually configured value and restores the default

value.

Parameter: <interval> is the interval of querying specific group, it ranges from 1000 to 25500ms. It’s the

integer times of 1000ms. If it’s not the integer times of 1000ms, the system will convert it to the integer

times of 1000ms.

Default: 1000ms.

Command Mode: Interface Configuration Mode

Example: Configure the interface vlan1’s MLD last-member-query-interval as 2000.

Router(config)#int vlan 1

Router(Config-if-vlan1)#ipv6 mld last-member-query-interval 2000

39.7.9 ipv6 mld limit

Command:ipv6 mld limit <state-count>

no ipv6 mld limit

Function: Configure the MLD state count limit of the interface; the “no ipv6 mld limit” command

restores the manually configured value to default value.

Parameter: <state-count>:max MLD state the interface maintains, the valid range is 1-5000.

Default: 400 by default

Command Mode: Interface Configuration Mode

Usage Guide: When max state-count is configured, the number of the state the interface saves will only

upper to the state-count limit; and when the max state-count is reached, the later new member

qualification report received will be ignored. If some MLD group state has already been saved before this

command configured, the original states will be removed and the MLD general query will be sent to

collect group member qualification reports no more than the max state-count.

Example: Set the MLD state-count limit of the interface vlan2 to 4000.

Switch(config)#interface vlan2

Switch(Config-if-Vlan2)#ipv6 mld limit 4000

39.7.10 ipv6 mld query-interval

Command: ipv6 mld query-interval <time_val>

no ipv6 mld query-interval

Function: Configure the interval of the periodically sent MLD host-query messages; the “no ipv6 mld

query-interval” command restores the default value.

Parameter: <time_val> is the interval of the periodically sent MLD host-query messages; it ranges from

0 to 65535s

Default: Intrerval of periodically transmitted MLD query message is 125s.

Command Mode: Interface Configuration Mode

Usage Guide: When a interface enables a kind of multicast protocol, it will send MLD host-query

messages periodically. This command is used to configure the query period.

Advertising