Configuring IP Multicast Switching Modifying IPMSv6 Parameters
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 25-33
Modifying IPMSv6 Parameters
The table in “IPMSv6 Default Values” on page 25-3 lists default values for IPMSv6 parameters. The
following sections describe how to use CLI commands to modify these parameters.
Modifying the MLD Query Interval
The default IPMSv6 query interval (i.e., the time between MLD queries) is 125 in seconds. The following
subsections describe how to configure a user-specified query interval value and restore it by using the ipv6
multicast query-interval command.
Configuring the MLD Query Interval
You can modify the MLD query interval from 1 to 65535 seconds by entering ipv6 multicast query-
interval followed by the new value. For example, to set the MLD query interval to 60 seconds on the
system if no VLAN or SPB service is specified, you would enter:
-> ipv6 multicast query-interval 160
You can also modify the MLD query interval on the specified VLAN or SPB service by entering:
-> ipv6 multicast vlan 2 query-interval 160
-> ipv6 multicast service 10 query-interval 160
Restoring the MLD Query Interval
To restore the MLD query interval to its default value on the system if no VLAN or SPB service is
specified, use the ipv6 multicast query-interval command by entering:
-> ipv6 multicast query-interval 0
Or, as an alternative, enter the following command to restore the MLD query interval to its default value:
-> no ipv6 multicast query-interval
You can also restore the MLD query interval to its default value on the specified VLAN or SPB service by
entering:
-> ipv6 multicast vlan 2 query-interval 0
-> ipv6 multicast service 10 query-interval 0
Or, as an alternative, enter the following commands to restore the MLD query interval to its default value:
-> no ipv6 multicast vlan 2 query-interval
-> no ipv6 multicast service 10 query-interval