ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
43
| Multicast Filtering Commands
MLD (Layer 3)
– 1527
intervals defined by this command. If no response is received after this
period, the switch stops forwarding for the group, source or channel.
EXAMPLE
Console(config)#interface vlan 1
Console(config-if)#ipv6 mld last-member-query-response-interval 20
Console(config-if)#
ipv6 mld
max-resp-interval
This command configures the maximum response time advertised in MLD
queries. Use the no form of this command to restore the default setting.
SYNTAX
ipv6 mld max-resp-interval seconds
no ipv6 mld max-resp-interval
seconds - The report delay advertised in MLD queries.
(Range: 0-255 tenths of a second)
DEFAULT SETTING
100 (10 seconds)
COMMAND MODE
Interface Configuration (VLAN)
COMMAND USAGE
By varying the Maximum Response Interval, the burstiness of MLD
messages passed on the subnet can be tuned; where larger values
make the traffic less bursty, as host responses are spread out over a
larger interval.
The number of seconds represented by the maximum response interval
must be less than the Query Interval (page 1528).
EXAMPLE
The following shows how to configure the maximum response time to 20
seconds.
Console(config-if)#ipv6 mld max-resp-interval 200
Console(config-if)#
RELATED COMMANDS
ipv6 mld query-interval (1528)