vlan
Switch to the VLAN configuration mode.
Syntax
[no] vlan <VID>
Parameters
<VID> — VLAN ID in the range of [1-4094]. The parameter can be set by a range or enumeration (for example: vlan 1-100 or vlan 100,200,300).
Privilege group
config-vlan
Command mode
CONFIG
Example
LTP-16N(configure)# vlan 100
name
Sets name for VLAN.
Syntax
name <VALUE>
no name
Parameters
<VALUE> — character set in the range of [1-15].
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# name HSI
ip igmp last-member-query-interval
Sets the request interval of the last participant for the given VLAN.
Syntax
ip igmp last-member-query-interval <VALUE>
no ip igmp last-member-query-interval
Parameters
<VALUE> — interval in the range [1-25] in seconds.
Default value
10
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp last-member-query-interval 13
ip igmp query-interval
Sets General Query sending interval for this VLAN.
Syntax
ip igmp query-interval <VALUE>
no ip igmp query-interval
Parameters
<VALUE> — interval in the range [30-600] in seconds.
Default value
125
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp query-interval 300
ip igmp querier user prio
Sets 802.1p priority for query packets for this VLAN.
Syntax
ip igmp snooping querier user-prio <VALUE>
no ip igmp snooping querier user-prio
Parameters
<VALUE> — 802.1p priority from 1 to 7.
Default value
0
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping querier user-prio 3
ip igmp query-response-interval
Sets Query response wait time for this VLAN.
Syntax
ip igmp query-response-interval <VALUE>
no ip igmp query-response-interval
Parameters
<VALUE> — interval in the range of [50-2000] in seconds.
Default value
100
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp query-response-interval 1000
ip igmp robustness-variable
Sets reliability variable for this VLAN.
Syntax
ip igmp robustness-variable <VALUE>
no ip igmp robustness-variable
Parameters
<VALUE> — value in the range of [2-7].
Default value
2
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp robustness-variable 5
ip igmp snooping enable
Enables IGMP snooping for this VLAN.
Syntax
[no] ip igmp snooping enable
Parameters
The command does not contain any parameters.
Default value
Disabled
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping enable
ip igmp snooping mrouter
Sets the port that is connected to a multicast router for the given VLAN.
Syntax
[no] ip igmp snooping mrouter <PORT-TYPE> <PORT-ID>
Parameters
- <PORT-TYPE> — port type:
- pon-port;
- front-port.
- <PORT-ID> — port index. For pon-port — [1-16], front-port — [1-8].
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping mrouter gpon-port 10
ip igmp snooping querier dscp
Sets DSCP value for the generated Query for this VLAN.
Syntax
ip igmp snooping querier dscp <VALUE>
no ip igmp snooping querier dscp
Parameters
<VALUE> — value in the range of [0-63].
Default value
0
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping querier dscp 10
ip igmp snooping querier enable
Enables Query processing for this VLAN.
Syntax
[no] ip igmp snooping querier enable
Parameters
The command does not contain any parameters.
Default value
Disabled
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping querier enable
ip igmp snooping fast-leave
Enables immediate group disconnection for this VLAN.
Syntax
[no] ip igmp snooping querier fast-leave
Parameters
The command does not contain any parameters.
Default value
Disabled
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping querier fast-leave
ip igmp snooping querier ip-address
Sets the value of the querier ip address for this VLAN.
Syntax
ip igmp snooping querier ip-address <IP>
no ip igmp snooping querier ip-address
Parameters
<IP> — IP address specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255].
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping querier ip-address 192.168.100.1
ip igmp snooping replace source-ip
Enables source-ip address spoofing in IGMP packets for this VLAN.
Syntax
ip igmp snooping replace source-ip <IP>
no ip igmp snooping replace source-ip
Parameters
<IP> — IP address, specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255].
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping replace source-ip 192.168.100.2
ip igmp snooping static
Adds a static IGMP group for this VLAN to the specified port.
Syntax
[no] ip igmp snooping static <IP> interface <PORT-TYPE> <PORT-ID>
Parameters
- <IP> — IP address specified as AAA. BBB. CCC. DDD, where each part takes the value [0..255];
- <PORT-TYPE> — port type:
- pon-port;
- front-port.
- <PORT-ID> — port index. For pon-port — [1-16], front-port — [1-8].
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp snooping static 224.224.100.1 interface front-port 3
ip igmp version
Sets the IGMP version compatibility for this VLAN.
Syntax
[no] ip igmp version <VALUE>
Parameters
<VALUE> — IGMP versions:
- v1-only
- v2-only
- v3-only
- v1-v2
- v1-v3
- v2-v3
- v1-v2-v3
Default value
v1-v2-v3
Privilege group
config-vlan
Command mode
VLAN
Example
LTP-16N(config)(vlan-100)# ip igmp version v3-only