_____________________________________________________________________________
____________________________________________________________________________
54
LTP-8X optical line terminal
14.3 IGMP Proxy Configuration
Step 1.
Enable proxy IGMP report between VLAN with the help of the
ip igmp proxy report enable
command.
LTP-8X(switch)(config)# ip igmp proxy report enable
Step 2.
Set proxy rules by using the
ip igmp proxy report enable
command. As parameters, pass a range
of acceptable groups and the proxy direction as a VID pair.
LTP-8X(switch)(config)# ip igmp proxy report range 224.0.0.0 239.255.255.255
from 200 to 98
Step 3.
Specify the IGMP version using
ip igmp version
command.
LTP-8X(switch)(config)# ip igmp snooping
Step 4.
Configure timings and robustness of IGMP .
LTP-8X(switch)(config-vlan)# ip igmp query-interval 60
LTP-8X(switch)(config-vlan)# ip igmp query-response-interval 10
LTP-8X(switch)(config-vlan)# ip igmp last-member-query-interval 2
LTP-8X(switch)(config-vlan)# ip igmp robustness 3
Step 5.
Enable IGMP snooping by using the
ip igmp snooping
command.
LTP-8X(switch)(config)# ip igmp snooping
IGMP snooping should be enabled both in VLAN source and VLAN receiver.
Step 6.
Apply the configuration by using the
commit
command.
LTP-8X(switch)(config)# commit
14.4 Deleting a VLAN
Step 1
. Delete a VLAN by using the
no vlan
command. Pass VID (or its range) as a parameter.
LTP-8X(switch)(config)# no vlan 5
14.5 Terminal VLANs
There are cases you wish to use a one VLAN for multiple ONT profiles. The way to make changes faster is
bind a some name to the VLAN
Step 1.
Switch to the
configure view.
LTP-8X# configure terminal