Vous êtes sur la page 1sur 5

Configuration for OLT Connecting to NOC

telnet@BBS4000>enable telnet@BBS4000# configure terminal telnet@BBS4000 (config-t)#vlan 109 ( if 109 is your Management VLAN) telnet@BBS4000 (config-t)#member ge8/1 tagged (if you have connected 8/1 to RPR) telnet@BBS4000 (config-t)#exit telnet@BBS4000# configure terminal telnet@BBS4000 (config-t)#inteface vlan 109 telnet@BBS4000 (config-t)#ip address 10.234.4.51 255.255.255.0 telnet@BBS4000 (config-t)#no shutdown telnet@BBS4000 (config-t)#exit telnet@BBS4000#configure management telnet@BBS4000 (config-mgmt)#save

Configuration for Internet

telnet@BBS4000>enable telnet@BBS4000# configure terminal telnet@BBS4000 (config-t)# pon-sys lport-strict-binding enable ( (one time command given at the time of integration of OLT) telnet@BBS4000 (config-t)#vlan 128 telnet@BBS4000 (config-t-vlan1820)#member ge8/1 tagged (if you have connected 8/1 to RPR) telnet@BBS4000 (config-t-vlan1820)# member ge1/3 tagged ( If ONU is connected to 1/3) telnet@BBS4000 (config-t-vlan1820)#exit telnet@BBS4000 (config-t)#int epon-olt 1/3 telnet@BBS4000 (config-t-epon-olt1/3)#onu 1 (if it is ONU 1) telnet@BBS4000 (config-t-epon-olt-1/1/3)#dba-sla mac 00:07:ba:95:4a:67 (Adding
MAC)

telnet@BBS4000 (config-t-epon-olt-1/1/3)# no multicast-enable telnet@BBS4000 (config-t-epon-olt-1/1/3)# fast-leave enable telnet@BBS4000 (config-t-epon-olt-1/1/3)# remote-mgmt eth 3 vlan-mode tag 128 8100 ( Internet VLANS are from 128) telnet@BBS4000 (config-t-epon-olt-1/1/3)#exit telnet@BBS4000 (config-t-epon-olt1/3)#exit telnet@BBS4000 (config-t)#exit telnet@BBS4000#configure management telnet@BBS4000 (config-mgmt)#save

Pls connect your Laptop to LAN3 of your ONU and connect with PPOE username and password

Configuration of IPTV
telnet@BBS4000>enable telnet@BBS4000# configure terminal telnet@BBS4000 (config-t)#vlan 1805 ( If the Multicasting VLAN is 1805) telnet@BBS4000 (config-t-vlan1805)#member ge8/1 tagged (if you have connected 8/1 to RPR) telnet@BBS4000 (config-t-vlan 1805)#member ge1/3 tagged( If ONU is connected to 1/3) telnet@BBS4000 (config-t-vlan 1805)#exit telnet@BBS4000 (config-t)# ip igmp-proxy telnet@BBS4000 (config-t)# ip igmp-proxy src-ip 10.38.192.1(Pls add your IGMP Source IP) telnet@BBS4000 (config-t)# ip igmp snooping telnet@BBS4000 (config-t)# ip multicast-routing telnet@BBS4000 (config-t)# ip igmp mode special-snooping telnet@BBS4000 (config-t)# multicast-vlan 1805 225.1.1.1 239.1.1.1 telnet@BBS4000 (config-t)#exit telnet@BBS4000#config management telnet@BBS4000 (config-mgmt)# no anti-attack hardware telnet@BBS4000 (config-mgmt)#exit telnet@BBS4000#config t telnet@BBS4000 (config-t)# interface epon-olt 1/3 ( IF ONU is connected to 1/3) telnet@BBS4000 (config-t-epon-olt1/3)#onu 1 (if it is ONU 1) telnet@BBS4000 (config-t-epon-olt-1/1/3)#dba-sla mac 00:07:ba:95:4a:67 (Adding
MAC)

telnet@BBS4000 (config-t-epon-olt-1/1/3)# no multicast-enable telnet@BBS4000 (config-t-epon-olt-1/1/3)# fast-leave enable telnet@BBS4000 (config-t-epon-olt-1/1/3)# remote-mgmt eth 4 vlan-mode tag 1805 8100 telnet@BBS4000 (config-t-epon-olt-1/1/3)#exit telnet@BBS4000 (config-t-epon-olt1/3)#exit telnet@BBS4000 (config-t)#exit telnet@BBS4000#config management

telnet@BBS4000 (config-mgmt)#save After doing pls connect ONU LAN 4 to STB Box, Then to your TV Set FOR TESTING WITH VLC PLAYER After doing this connect your laptop to ONU LAN 4. and open VLC Player in your laptop. Go to Fileopen network streamselect UDP/RTP MulticastGive address 225.225.225.8 and Port 2001 Press OK. Like this you repeat the same procedure from 225.225.225.8 to 225.225.225.15

Configuration of VOIP Configuration of VOIP requires 2 steps. 1. Configuration in OLT 2. Configuration in ONU Configuration in OLT telnet@BBS4000>enable telnet@BBS4000# configure terminal telnet@BBS4000 (config-t)#vlan 1820 telnet@BBS4000 (config-t-vlan1820)#member ge8/1 tagged (if you have connected 8/1 to RPR) telnet@BBS4000 (config-t)#member ge1/3 tagged( If ONU is connected to 1/3) telnet@BBS4000 (config-t-vlan 1820)#exit telnet@BBS4000 (config-t)#interface vlan 1820 telnet@BBS4000 (config-t)#ip address 10.95.88.2 255.255.252.0 (if 10.95.88.0 is your VOIP Pool) telnet@BBS4000 (config-t)# no shutdown telnet@BBS4000 (config-t)#exit (In the above the ip address is dependent on the VOIP pool given to you. If for you 10.95.87.0/24 is given you have to configure IP address as 10.95.87.2 & 10.95.87.1 is configured in BNG) telnet@BBS4000 (config-t)# ip route 192.168.0.0 255.255.0.0 10.95.88.1 telnet@BBS4000 (config-t)# ip route 10.0.0.0 255.0.0.0 10.95.88.1 telnet@BBS4000 (config-t)#exit telnet@BBS4000#config management telnet@BBS4000 (config-mgmt)#save Configuration in ONU is attached.

Vous aimerez peut-être aussi