Huawei OLT Important Configure

Huawei OLT Important Configure:

[boxads]

Today i will share Huawei OLT Important Configure, hope it will help you.

Huawei OLT  Default control Card (MCUD,SCUN, MPLA, MPSC etc) ETH port IP: 10.11.104.2/24
Huawei OLT Standard login: root, password: admin or admin123

Connect to the console port (CON) and prescribe IP management in a managed VLAN ID 10:
enable
config
vlan 10 smart
vlan desc 10 description “Management”
port vlan 10 0/8 0
interface vlanif10
ip address 192.168.10.2 255.255.255.0
quit
ip route-static 0.0.0.0 0.0.0.0 192.168.10.1

Alternatively, you can assign an IP meth special port for management instead of default ip 10.11.104.2(then have to be connected to the OLT excess cable):
interface meth 0
ip address 192.168.1.2 24
quit

EXAMPLE setting time:
time 11:24:00
time 11:24:00 2016-11-06
display time
timezone GMT+ 02:00
display timezone
display time dst
display time time-stamp
display time-range
ntp-service Subcommands
display ntp-service

Example configuration export to the tftp server:
Gponsolution-MA5683T(config)#backup configuration tftp 10.11.104.1 old_config.cfg
Gponsolution-MA5683T(config)#backup data tftp 10.11.104.1 old_data.dat
Gponsolution-MA5683T(config)#backup bios tftp 10.11.104.1 old_bios.bin
Gponsolution-MA5683T(config)#backup program tftp 10.11.104.1 old_program.efs

Read more

SNMP MIB Huawei OLT ONT

SNMP MIB Huawei OLT ONT:

Today i will share some SNMP MIB and OID info for Huawei OLT ONT.

I did not practically do it, if anybody success please inform me or comments below of this post.

Example MIB audit team and OID of Linux:
1    snmpwalk -v 2c -c public 192.168.1.10 1.3.6.1.2.1.2.2.1.2

Actually with a list of OID:

The optical power of the ONU:
1    1.3.6.1.4.1.2011.6.128.1.1.2.51.1.4

The temperature of the boards:
1    hwMusaBoardTemperature 1.3.6.1.4.1.2011.2.6.7.1.1.2.1.10

Temperature slots:
1    hwSlotTemprature 1.3.6.1.4.1.2011.6.3.3.2.1.13

Download the processor board:
1    hwMusaBoardCpuRate 1.3.6.1.4.1.2011.2.6.7.1.1.2.1.5

Food:
1    hwMusaFramePower  1.3.6.1.4.1.2011.2.6.7.1.1.1.1.11

Interface description:
1    ifDescr 1.3.6.1.2.1.2.2.1.2

Interface Traffic:
1    ifInOctets 1.3.6.1.2.1.2.2.1.10
2    ifOutOctets 1.3.6.1.2.1.2.2.1.16

Read more

SSH Service enable or disable Huawei OLT

SSH Service enable or disable Huawei OLT

[bodyads]

Today i  will show how to SSH Service enable or disable in Huawei OLT. When you need to disable or enable the network service ports such as the DBWIN, ntp, radius, snmp, SSH, Telnet and Trace in the system, run below command. After the command is executed successfully, the monitoring task of the corresponding port is disabled or enabled.

Format:

sysman service { dbwin | dhcp-relay | dhcpv6-relay | ntp6 | ntp | radius | snmp | ssh-tl1 | ssh | telent-proxy | telnet-tl1 | telnet [ port portid ] | trace } { disable | enable }

Parameters:

Parameter Description
dbwin Indicates the DBWIN service.
dhcp-relay Indicates the DHCP relay service.
dhcpv6-relay Indicates the DHCPv6 relay service.
ntp6 Indicates the Ntp IPv6 net service.
ntp Indicates the NTP service.
radius Indicates the radius service.
snmp Indicates the SNMP service.
ssh-tl1 Indicates the SSH service of TL1.
ssh Indicates the SSH service.
telnet-proxy Indicates the telnet proxy service.
telnet-tl1 Indicates the telnet service of TL1.
telnet Indicates the telnet service.
port portid Indicates the portid used by telnet service.
trace Indicates the trace service.
enable Enables the network service ports. When you need to enable the network service ports, use this parameter.
disable Disables the network service ports. When you need to disable the network service ports, use this parameter.

Modes:

Global config mode

Level:

Administrator level / Root user

Read more