Enterprise PON Networking
Solution Overview
Network Topology
Configuration Overview
The whole configuration will be done at the OLT, the SFP ONU will get the configuration from the OLT through OMCI protocol.
- configure switch with access interface
- configure OLT with downlink(port connected with switch) as trunk interface: for PON MAC chip, when converting from PON packet to ethernet packet , it will add the VLAN
- configure OLT with uplink(port connected with MDU) as access interface with default vlan
- OLT itself will process by layer 2 (using VLAN))
Configuration Steps
Connecting to equipment
you can connect to the device either using console or telnet through managment(SNMP) interface. the default IP address of the SNMP ineterface is : 192.168.0.1
the console line need to be RJ45 on one end and USB on the other end, the Transmission rate is 115200
- default user name: raisecom
- default password: Raisecom@123
ONU Online
first need to configure the OLT ONU PON interface authentication mode, since we are in a private network, we can use no authentication
then insert the SFP ONU to the switch and connect the SFP ONU to OLT PON interface
the OLT PON interface LED indicatior will not up untill the SFP ONU is online, if you see the interface connected, but LED indicator not up, usually because the authentication mode is not configured
Check if the SFP ONU is online
after the ONU is created, one ONU interface will be created automatically, you will cnfigure the line-profile and service-profile on this interface later
Creating VLAN
first need to create VLAN for service speration, suggest to create one vlan for each PON interface.
configure PON service for SFP ONU
creating line profile and service profile
the command : uni ethernet 1 vlan mode tagged will add vlan to the decapsulated pon packet, the vlan value is specified in : uni ethernet 1 native vlan 100
then bind the line-profile and service-profile to the ONU interface
Configure interface VLAN
OLT
Downlink need to be configured as trunk interface, considering the pon mac chip will add vlan internally
Uplink will be an access port

