774
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
IGMP
AND
IGMP S
NOOPING
C
OMMANDS
IP
IGMP
STARTUP
-
QUERY
-
INTERVAL
ip igmp startup-query-interval
Overview
Use this command to configure the IGMP startup query interval for an interface.
The IGMP startup query interval is the amount of time in seconds between
successive IGMP General Query messages sent by a querier during startup. The
default IGMP startup query interval is one quarter of the IGMP query interval value.
Use the
no
variant of this command to return an interface’s configured IGMP
startup query interval to the default.
Syntax
ip igmp startup-query-interval
<startup-query-interval>
no ip igmp startup-query-interval
Default
The default IGMP startup query interval is one quarter of the IGMP query interval
value.
NOTE
:
The IGMP startup query interval must be one quarter of the IGMP query interval.
Mode
Interface Configuration for a VLAN interface.
Examples
The following example shows how to configure the IGMP startup query interval to
15
seconds for the VLAN interface
vlan2
to be one quarter of the IGMP query
interval value of 60 seconds:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip igmp startup-query-interval 15
awplus(config-if)#
ip igmp query-interval 60
The following example shows how to remove the IGMP startup query interval for
the VLAN interface
vlan2
:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ip igmp startup-query-interval
Related
Commands
ip igmp last-member-query-interval
ip igmp query-interval
ip igmp startup-query-count
Parameter
Description
<startup-query-
interval>
Specify the IGMP startup query interval for a VLAN interface
in Interface Configuration mode in the range of <
2-1800
>
seconds to be one quarter of the IGMP query interval value.