___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
53
14.2 VLAN Configuration
Step 1.
Add tagged interfaces with the help of the "tagged" command. Pass interface type and number
(or a range) as parameters. The interface types and numbers are given in Table 15.1, page 55.
LTP-8X(switch)(config-vlan)# tagged pon-port 0 - 1
Step 2.
Add untagged interfaces by using the
untagged
command if needed. Pass interface type and
number (or a range) as parameters.
LTP-8X(switch)(config-vlan)# untagged front-port 1
Step 3.
Delete all unnecessary interfaces from VLAN with the help of the
forbidden
command. Pass
interface type and number (or a range) as parameters.
LTP-8X(switch)(config-vlan)# forbidden 10G-front-port 0 - 1
LTP-8X(switch)(config-vlan)# forbidden front-port 0, front-port 2, front-port 3
Step 4.
Enable IGMP snooping by using the
ip igmp snooping enable
command if necessary.
LTP-8X(switch)(config-vlan)# ip igmp snooping enable
Step 5.
Enable IGMP querier by using the
ip igmp snooping querier enable
command if necessary.
Specify the IP address of IGMP querier with the help of the
ip igmp snooping querier address
command.
LTP-8X(switch)(config-vlan)# ip igmp snooping querier enable
LTP-8X(switch)(config-vlan)# ip igmp snooping querier address 10.0.0.1
Step 6.
For further convenience, specify VLAN name by using the
name
command. To clear the name,
use the
no name
command. The default name is VID.
LTP-8X(switch)(config-vlan)#
name
iptv
Step 7.
Apply the configuration by using the
commit
command.
LTP-8X(switch)(config-vlan)# exit
LTP-8X(switch)(config)# commit