EPON OLT User Manual
EPON OLT User Manual
Software version:-xxx_firmware_I_V1.0.0_Rel
-1-
Version Date Description
V1.0 2018.12.12 The First Version
-2-
CONTENTS
-3-
OLT provides 3 types of equipment management interface
Console interface
NMS outbound management interface
Inbound management interface
【Notice】
1、It can use USB abut serial port if the PC has no serial port.
2、The default serial port baud rate is 9600 bps.
-4-
-5-
-6-
1.3 NMS OUTBOUND MANAGEMENT INTERFACE
The one end of the two RJ-45 ports on crossover network cable is connected to the nearest
switch or network reachable switch, the other end is connected to the OLT.
-7-
OLT administrator IP address is defaulted as 192.168.100.100. You can configure the
inbound IP or modify the IP address of the PC to ensure the route access to PC is up to the
network of OLT IP network management.
You can through the telnet remote access to OLT after configuring the IP address.
-8-
Then telnet 192.168.1.100, and input username and password to enter the control command
line [CLI] interface.
Username :root
Password:123456
This OLT device can support inbound management configuration through uplink
port(ge) or PON port following connected ONU. It needs configuration the IP address,
subnet mask, and VLAN.
-9-
E08(config-vlanif-100)# ifconfig
Description : For Inbound management
For Inbound Vlan ID is 100
The Maximum Transmit Unit is 1500 bytes
Internet Address is 192.168.2.1, netmask 255.255.255.0
Hardware address is 80:66:29:0F:01:02
Recive 0 packets, 0 bytes
Transmit 0 packets, 0 bytes
E08(config-vlanif-100)# exit
E08(config)#
E08(config)# interface ge 1
E08(config-ge-1)# vlan mode access
E08(config-ge-1)# vlan access 100
E08(config)# ping 192.168.10.175
PING 192.168.10.175 (192.168.10.175): 56 data bytes
64 bytes from 192.168.10.175: seq=0 ttl=64 time=1.509 ms
64 bytes from 192.168.10.175: seq=1 ttl=64 time=0.705 ms
64 bytes from 192.168.10.175: seq=2 ttl=64 time=0.648 ms
64 bytes from 192.168.10.175: seq=3 ttl=64 time=0.982 ms
E08(config)#
- 10 -
2 MANAGE CONFIGURATIONS
Manage Configurations contain the system name, save configuration, system
configuration etc.
- 11 -
3 PON CONFIGURATION MANAGEMENT
3.1 PON PORT ONU REGISTRATION AND CERTIFICATION
1. ONU authentication type and mode configuration
It supportstwo certification methods of PON port at present, manual and automatic
authentication . As long as the fiber splitter access to OLT’s PON port, ONU can
automatically authorize and it will be online , while manual authentication need to configure
the relevant command to make the ONU online.
ONU authentication mode: support MAC authentication, and hybrid authentication,
the latter will support loid authentication.
Check ONU authentication mode command:
E08(config)# hostname E08
E08(config)# interface epon 1
E08(config-epon-1)# onu-authorize
--------------------------------------------------------------------------------
PON-PORT AUTH-MODE AUTH-TYPE
--------------------------------------------------------------------------------
pon1 mac auto
--------------------------------------------------------------------------------
【Notice】
(1)、OLT defaults automatic registration and authentication at present
(2)、Defauting mac authentication mode
2. ONU support the black and white list .
3. Manually bind a ONU to a ONU ID
E08 (config-epon-1)# bind-onu mac 00:00:00:11:11:11
E08 (config-epon-1)# show onu-info all
--------------------------------------------------------------------------------
PON/ONU Mac-Address Status Auth-State Config-State Reg-time
ONU-TYPE
--------------------------------------------------------------------------------
1/1 00:00:00:11:11:11 Initial TRUE FALSE 2018/12/31 00:00:00
--------------------------------------------------------------------------------
E08 (config-epon-1)#
【Notice】:
The system will automatically assign the unused ID to the ONU if not specify
ONU ID
- 12 -
4. Manually bind a ONU to a blacklist, and once bound to a blacklist, the system will
block ONU registration online.
E08 (config-epon-1)# blacklist add mac 00:00:00:11:11:11
E08 (config-epon-1)# show blacklist onu-info all
--------------------------------------------------------------------------------
PON/ONU Mac Address Try REG Count
--------------------------------------------------------------------------------
1/1 00:00:00:11:11:11 0
--------------------------------------------------------------------------------
E08 (config-epon-1)#
Type1 √
Type2 √
Type3 √ √
Type4 √
Type5 √ √ √
- 13 -
- 14 -
4 ONU UNI CONFIGURATION
4.1 VLAN MODEL INTRODUCTION
ONU Ethernet port supports the following 4 kinds of VLAN mode:
1 VLAN pass-through
This mode is suitable for those the client's home gateway or switch provided by
operators, whose VLAN TAG is reliable. In this mode, the ONU will received
upload Ethernet frame without any processing of the Ethernet frame (regardless of
whether the Ethernet frame with VLAN tag or not) and transparently forward to
OLT, for download Ethernet frame forwarding mode is also transparent.
- 15 -
Table 5- 3 ONU Procession mode in VLAN conversion mode
Whether Ethernet
Direction Processing Mode
packets has Tag
Upload Changing the VID to corresponding VID (output
VID) according to the table then retransmission if
the original TAG VID has corresponding entry
With VLAN tag (Equal to the VID input) in the corresponding port of
the VLAN translation list, or else discard it.
The system configuration is defaulted in, if the original configuration of the other
mode to change the transmission mode, configuration commands are as follows:
E08(config)# interface onu 4/1
E08 (config-onu-4:1)# port-vlan 1 mode transparent
Taking configuration ONU 1/1/2 first UNI port as example onu1/1/2 example
- 16 -
Taking configuration of ONU 1/1/2 the first UNI port as example to explain OUN
UNI VLAN marking configuration. The ONU 1/1/2 first port connected with the
user’s PC, user’s data should be added VLAN 100 after enter into the ONU.
Configuration commands as follows:
E08(config)# interface onu 4/1:1
E08 (config-onu-4:1)# port-vlan 1 mode tag 100 pri 0
Taking configuration of ONU 1/1/2 the first UNI port as example to explain ONU
UNI VLAN trunk configuration. The ONU 1/1/2 first port connected to the AP
Router, the router IP management data should not only be added VLAN 100 after
enter into the ONU, but also pass through two businesses VLAN 2100 and 2101.
Configuration commands are as follows:
1. Firstly configure the user port VLAN mode for trunk and PVID is 100, it has not
yet come into effect at this moment.
E08(config)# interface onu 4/1:1
E08 (config-onu-4:1)# port-vlan 1 mode trunk 100 pri 1
2. Add trunk VLAN table
E08 (config-onu-4:1)# port-vlan 1 trunk add 2100,2101
The same VLAN can have both tagged ports and untagged ports.
OLT supports three mode of port vlan mode: access /trunk /hybrid
Access: OLT one port only support one access vlan, it will be PVID;
Trunk: OLT can support a vlan list, and default it’s PVID;
Take setting up VLAN 2000 as example to show the operating steps.The VLAN
2000 interface members are uplink port GE1 and PON port PON 1,both of them
act as tagged interface accede to VLAN. The configuration command as
following:
E08 (config)# interface vlan 2000
E08 (config-vlan-2000)# port ge 1 tagged
E08 (config-vlan-2000)# port epon 1 tagged
E08 (config-vlan-2000)# show vlan
--------------------------------------------------------------------------------
Attribute Value
--------------------------------------------------------------------------------
VLAN ID : 2000
- 18 -
Tagged Ports : PON01,GE01
Untagged Ports :
--------------------------------------------------------------------------------
E08 (config-vlan-2000)#
【Notice】
1、 Above adding several interface to VLAN command can only be used
when the interface mode is hybrid, this method cannot be used if in the other
model .
2、If a VLAN is the management of VLAN, the configuration method is
configuration after entering a port as a management inerface node. This
method was stated at the 1.3 section , here will not description no longer.
Untagged vlan :
200
- 19 -
E08 (config-ge-1)#
4. The default port VLAN configuration (PVID):
E08 (config-epon-4)# port default-vlan 1000
- 20 -
Limits the size of the broadcast traffic that the current port is allowed to receive:
E08(config)# interface ge 1
E08(config-ge-1)# port storm-control broadcast pps 1000
E08(config-ge-1)# show storm-control
Port GE01 storm control:
Bulticast pps: 1000
Multicast pps: 0
Unicast pps: 0
Limits the size of the multicast traffic that the current port is allowed to receive:
E08(config-ge-1)# port storm-control multicast pps 100
E08(config-ge-1)# show storm-control
Port GE01 storm control:
Bulticast pps: 1000
Multicast pps: 100
Unicast pps: 0
Limits the size of the unkown unicast traffic that the current port is allowed to
receive:
E08(config-ge-1)# port storm-control unicast pps 10000
E08(config-ge-1)# show storm-control
Port GE01 storm control:
Bulticast pps: 1000
Multicast pps: 100
Unicast pps: 10000
Untagged vlan :
--------------------------------------------------------------------------------
E08 (config-ge-1)#
Cancel port rate limit:
E08(config-ge-1)# no port rate-limit egress
- 22 -
RX frames 512 to 1023 octets :0
RX frames 1024 to 1518 octets :0
TX octets :0
TX frames :0
TX unicast frames :0
TX broadcast frames :0
TX multicast frames :0
TX discard frames :0
TX error frames :0
TX oversize frames :0
TX frames 64 octets :0
TX frames 65 to 127 octets :0
TX frames 128 to 255 octets :0
TX frames 256 to 511 octets :0
TX frames 512 to 1023 octets :0
TX frames 1024 to 1518 octets :0
--------------------------------------------------------------------------------
E08 (config-ge-1)#
- 23 -
5.4 SPANNING-TREE
5.4.1 NETWORK DEMAND
ONU is 1:1,uplink port is ge3;Enable global RSTP.
Configure the corresponding functions on global and uplink port .
3. Configure the device Forward Delay timer is 20s (Explain:The value of max-age is
associated with hello and forward-delaymax-age,the specific relationship is :2*(forward-delay-
1 )>=max-age >=2*(hello +1)),it will prompt the conflict configuration if several configuration does
not meet this relationship.
- 24 -
- 25 -
6 SYSTEM UPDATE
System support single image file update.
Update system or firmware.
27
I ABBREVIATION TERMINOLOGY
Abbreviation English Explanation Chinese Explanation
29
缩 写 术 语
30
Abbreviation English Explanation Chinese Explanation
31