Configuring IP Multicast Switching Modifying IPMSv6 Parameters
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 25-35
-> ipv6 multicast query-response-interval 20000
You can also modify the MLD query response interval on the specified VLAN or SPB service by entering:
-> ipv6 multicast vlan 2 query-response-interval 20000
-> ipv6 multicast service 10 query-response-interval 20000
Restoring the MLD Query Response Interval
To restore the MLD query response interval to its default value on the system if no VLAN or SPB service
is specified, use the ipv6 multicast query-response-interval command by entering:
-> ipv6 multicast query-response-interval 0
Or, as an alternative, enter the following command to restore the MLD query response interval to its
default value:
-> no ipv6 multicast query-response-interval
You can also restore the MLD query response interval on the specified VLAN or SPB service by entering:
-> ipv6 multicast vlan 2 query-response-interval 0
-> ipv6 multicast service 10 query-response-interval 0
Or, as an alternative, enter the following command to restore the MLD query response interval to its
default value:
-> no ipv6 multicast vlan 2 query-response-interval
-> no ipv6 multicast service 10 query-response-interval
Enabling and Disabling Zero-based MLD Query
By default, an all-zero source IPv6 address is used for MLD query packets when a non-querier is querying
the membership of a port. The following subsections describe how to enable and disable using a zero-
based MLD query by using the ipv6 multicast zero-based-query command.
Enabling Zero-based MLD Query
You can enable the use of a zero-based MLD query on the system by entering ipv6 multicast zero-based-
query followed by the enable keyword. For example:
-> ipv6 multicast zero-based-query enable
Or, as an alternative, enter the following command to restore the zero-based MLD query to its default
setting (enabled):
-> no ipv6 multicast zero-based-query
You can also enable the use of a zero-based MLD query on the specified VLAN or SPB service by
entering:
-> ipv6 multicast vlan 2 zero-based-query enable
-> ipv6 multicast service 10 zero-based-query enable
Or, as an alternative, enter the following commands to restore the zero-based MLD query to its default
setting (enabled) for the specified VLAN or SPB service:
-> no ipv6 multicast vlan 2 zero-based-query
-> no ipv6 multicast service 10 zero-based-query