In this post you'll find step by step instructions for initial OLT configuration and for setting up the IP connectivity of the ZTE C300, C320, C350, C220 OLTs. After completing these steps, you'll be ready to connect your OLT to SmartOLT.
For setup instructions of the ZTE C6xx Titan series like C600, C610, C620, C650 or C680 please access this link.
1Connect to the OLT
Connect either with Putty telnet using the default IP address 136.1.1.100 or by Serial cable to CL1 or CLI port using the original SERIAL cable with the correct pinout (commonly used values for serial: 9600-8-N-1, 57600-8-N-1 or 115200-8-N-1). Alternatively, if your Mikrotik has a RJ45 CONSOLE port, you can use a LAN cable from this port to the OLT CLI port for a serial connection in a Mikrotik Terminal window.
telnet 136.1.1.100
Trying 136.1.1.100...
Connected to 136.1.1.100.
Escape character is '^]'.
************************************************
Welcome to ZXAN product C320 of ZTE Corporation
************************************************
Username:zte
Password:zte
ZXAN>enable
Password:zxr10
ZXAN#
2Enable plug-and-play detection of the OLT boards and add the chassis type
# For C320 OLT
set-pnp enable
add-rack rackno 1 racktype C320Rack
add-shelf rackno 1 shelfno 1 shelftype C320_SHELF
# For C300 OLT
conf t
set-pnp enable
add-rack rackno 1 racktype IEC19
add-shelf rackno 1 shelfno 1 shelftype IEC_SHELF
Verify the status of the cards using the command: show card
ZXAN# show card Rack Shelf Slot CfgType RealType Port HardVer SoftVer Status ------------------------------------------------------------------------------- 1 1 0 PRWH PRWH 0 V1.0.0 INSERVICE 1 1 1 PRWH PRWH 0 V1.0.0 INSERVICE 1 1 2 GTGH GTGHK 16 V1.0.0 V2.1.0 INSERVICE 1 1 3 GTGH GTGHG 16 V1.0.0 V2.1.0 INSERVICE 1 1 4 GTGH GTGHK 16 V1.0.0 V2.1.0 INSERVICE 1 1 5 GTGH GTGHK 16 V1.0.0 V2.1.0 INSERVICE 1 1 10 SCXN SCXN 4 V1.0.0 V2.1.0 INSERVICE 1 1 11 SCXN 4 OFFLINE 1 1 19 HUVQ 4 OFFLINE 1 1 20 HUTQ HUTQ 4 V1.0.0 V2.1.0 INSERVICE
3Configure a new management IP address on the mng1 or VLAN interface
interface mng1
ip address 10.200.0.2 255.255.255.0
If you connected over the old IP address, reconnect on the new IP address 10.200.0.2.
Add the default gateway and save configuration:
no ip route 0.0.0.0 0.0.0.0
ip route 0.0.0.0 0.0.0.0 10.200.0.1
exit
write
Check the routing table to confirm the default gateway was applied:
ZXAN# show ip route
Dest Mask Gw Interface Owner Pri Metric
0.0.0.0 0.0.0.0 10.200.0.1 mng1 static 1 0
10.200.0.0 255.255.255.0 10.200.0.2 mng1 direct 0 0
10.200.0.2 255.255.255.255 10.200.0.2 mng1 address 0 0
4Create a dedicated username/password
This user/pass will be used between SmartOLT and your OLT.
username smartoltusr password (enter a strong password) max-sessions 16 privilege 15
5Enable telnet service, that is usually factory disabled
conf tno ssh server only
exit
write
At this stage, your OLT is ready to be interconnected with SmartOLT.
Open your SmartOLT site, go to Settings → OLTs → Add OLT, fill in the fields displayed, click Test connection, and then Save.
# Other settings (If you use SmartOLT, these are configured automatically, no need to configure them manually):
conf t
auto-write enable
auto-write 18:00:00 everyday
mib-compatibility iftable v2
no ntp enable
no ntp client
ntp server 216.239.35.4 priority 2 version 4
ntp server 162.159.200.123 priority 3 version 4
ntp poll-interval 10
no ntp alarm-threshold
ntp client
ntp enable