3
Port on Computer
Required Cable
Port on OLT
Serial Port
RJ-45 to DB-9 Console Cable
RJ-45 Console Port
USB Type-A Port
USB to RS-232 compatible serial port adapter ( Adapter may
require a software driver )
RJ-45 to DB-9 Console Cable
2.3
OLT Login By Telnet
There are two way to telnet, one is outband management, another is inband management.
1.
Outband management (connect OLT MGMT port).
set PC ip as 192.168.1.X(except
192.168.1.100
),PC connect to OLT MGMT port, login the OLT
with OLT default manage IP (default IP : 192.168.1.100). then input username and password,
default login username is
root
, password is
admin
.
Use command as follow can modify the outband management IP:
OLT> enable
OLT# config
OLT(config)# interface mgmt
OLT(config-interface-mgmt)# ip address 192.168.5.100 24
OLT(config-interface-mgmt)# exit
2.
Inband management(connect OLT ge port)
First we login olt via console port or mgmt port, and add a vlanif for inband management,
assigned an IP address to this vlan, add the ge port to the vlan, ge port vlan mode can be access or
trunk, which depend on your network environment, then pc connect to OLT ge port
(
ge1-ge4
)
and
telnet to the OLT.
The way to set inband mangement ip as follows
:
OLT> enable
OLT# config
OLT(config)# vlan 100
OLT(config)# interface ge
OLT(interface-ge)# vlan access 1 100
----configure ge 1 as inband management port
OLT(interface-ge)# exit
OLT(config)# interface vlanif 100