interface/{interface-type}/{interface-name}/ip/igmp/query-interval

Configures the query interval for a VLAN. The query interval is the amount of time between IGMP query messages sent by the switch.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<ip>
			<igmp-phy-intf-cfg xmlns="urn:brocade.com:mgmt:brocade-igmp">
				<igmp>
					<query-interval>150</query-interval>
				</igmp>
			</igmp-phy-intf-cfg>
		</ip>
	</tethernet>
</interface>

Parameters

name
Specifies the interface name.
query-interval
Specifies the response time in seconds. The interval can range from 1 through 18000 seconds. The default value is 125 seconds.