Hi everyone!
Today, I`d like to share with you a basic operations on OLT.
1. Log in at OLT in Telent/SSH mode.
login as: root
Keyboard-interactive authentication prompts from server:
| User Authentication
| User password:
End of keyboard-interactive prompts from server
Huawei Integrated Access Software (MA5800).
Copyright(C) Huawei Technologies Co., Ltd. 2002-2016. All rights reserved.
-----------------------------------------------------------------------------
User last login information:
-----------------------------------------------------------------------------
Access Type : SSH
IP-Address : x.x.x.x
Login Time : x
Logout Time : x
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
User fail login information:
-----------------------------------------------------------------------------
Last Access Type : Telnet
Last IP-Address : x.x.x.x
Last Login Time :
Login Failure Times : 2
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
All user fail login information:
-----------------------------------------------------------------------------
Access Type IP-Address Time Login Times
-----------------------------------------------------------------------------
SSH x.x.x.x x x
Telnet x.x.x.x x x
Telnet x.x.x.x x x
SSH x.x.x.x x x
SSH x.x.x.x x x
Telnet x.x.x.x x x
Telnet x.x.x.x x x
Telnet x.x.x.x x x
Telnet x.x.x.x x x
Telnet x.x.x.x x x
-----------------------------------------------------------------------------
TEST>
2. Commands for change mode:
When we log in at OLT, we are in user mode:
TEST>
The command for entering in privileged mode:
TEST>enable
TEST#
The command for entering in config mode:
TEST#config
TEST(config)#
Commands for entering in interface mode:
TEST(config)#interface gpon 0/2
TEST(config-if-gpon-0/2)#
TEST(config)#interface meth 0
TEST(config-if-meth0)#
The command for return to the upper mode from current mode:
TEST(config-if-gpon-0/2)#quit
TEST(config)#quit
Command for exit from privileged mode:
TEST(config-if-gpon-0/2)#disable
TEST>
The command for log out:
TEST>quit
Check whether system data has been changed. Please save data before logout.
Are you sure to log out? (y/n)[n]:y
3. Command for help. We can use this command at any moment. With this command, we can see all the next commands in the current mode.
TEST(config-if-gpon-0/2)#port 0 ?
---------------------------------------------
Command of gpon-0/2 Mode:
---------------------------------------------
fec FEC check in the downstream direction
laser-switch OLT optical port laser switch
ont-auto-find ONT auto-find
ont-password-renew ONT password update
range Ranging compensation distance
4. Command for display language. There are two default languages: chinese and english.
TEST(config)#display language
{ <cr>||<K> }:
Command:
display language
Local:
Description: CHINESE SIMPLIFIED (DEFAULT LANGUAGE)
Version: MA5800V100R017C00
Encoding: GBK
General:
Description: ENGLISH (DEFAULT LANGUAGE)
Version: MA5800V100R017C00
Encoding: ANSI
5. Command for display last 20 commands:
TEST(config)#history-command
{ max-size<K> }: max-size 20
Command:
history-command max-size 20
TEST(config)#display history-command
{ <cr>||<K> }:
Command:
display history-command
--------------------------------------------------
No. Command
--------------------------------------------------
20 display language
19 quit
18 port 0 range min-distance 10 max-distance 30
17 port 0 range min-distance 10 max-distance 30 ?
16 port 0 fec enable
15 port 0 ont-auto-find enable
14 port 0 ?
13 display this
12 interface gpon 0/5
11 display board 0
10 display current-configuration
9 board confirm 0/5
8 display terminal user all
7 undo terminal user name
6 undo terminal user name vlada
5 undo terminal user ?
4 undo terminal user >=?
3 terminal user name
2 display version 0/18
1 display version 0/8
--------------------------------------------------
6. Command for change system name:
MA5800#sysname TEST
TEST#
7. Commands for display time and timezone:
TEST(config)#display time
{ <cr>|date-format<K>|dst<K>|time-stamp<K>||<K> }:
Command:
display time
x
TEST(config)#display timezone
{ <cr>||<K> }:
Command:
display timezone
The current time zone: x
For more information about basic OLT operations, click:
Thank you!


