PHYHOME OLT Frequently used Commands

PHYHOME OLT Frequently used Commands

Today i will discuss about PHYHOME OLT Frequently used Commands.

Note:FHL1012B Common command line:

1. Create In-band Vlan:
maintenance\configure# manage vlan <vid> <portlist> [untagged|tagged]

2. Config In-band manage IP address:
maintenance\configure#manage ip <A.B.C.D/M> {<A.B.C.D>}

3. Show In-band management info:
maintenance# display manage vlan

4. In-band manage or delete IP Vlan:
maintenance\configure# manage vlan delete

5. Add users and config password:
maintenance\configure#user add <username> <login_password>

6. Delete users:
maintenance\configure# user delete <username>

7. Config users permission:
maintenance\configure#user role admin <username> <enable_password>

8.Show all users on the devices:
# who

Read more

PHYHOME OLT Configuration by FHN100D NMS

PHYHOME OLT Configuration by FHN100D NMS

[boxads]

Hi everybody ! Today i will show you how to PHYHOME OLT Configuration in FH-Net FHL1012B/016B/040B series OLT.

Two way we can configure this OLT, one is CLI mode another is NMS GUI mode. Today i will show you PHYHOME OLT Configuration in NMS GUI mode.

Quick Start for FHN100D_FHL1012B

Step-1. install NMS

PHYHOME NMS

Install to windows 7 system. Windows 10 is not support well

Step-2. power on the FHL1012B,connect the console, and login to the system

Username: admin       /*default user name is admin*/
Password: *****       /*default password is admin*/
> enable
Password: *****       /*input admin go to the enable mode*/
#

Step-3. connect the cable/fiber to uplink port(take first uplink port as an example)
Then check the uplink status:

# system
system# display uplink configuration all
port-idx port-state link-state auto-neg  speed duplex learning flow-control pvid prien privalue port-mode
6:1 enabled up       on 100M   full enabled  Off 4088 off 0 sgmii
6:2 enabled down on 1000M full enabled  Off 4088 off 0 sgmii
6:3 enabled down on 1000M full enabled  Off 4088 off 0 sgmii
6:4 enabled down on 1000M full enabled  Off 4088 off 0 sgmii
6:5 enabled down on 1000M full enabled  Off 4088 off 0 optical

Read more

PHYHOME OLT Configuration FH-Net FHL1012B

PHYHOME OLT Configuration FH-Net FHL1012B/016B/040B

[boxads]

Hi everybody ! Today i will show you how to PHYHOME OLT Configuration in FH-Net FHL1012B/016B/040B series OLT.

Two way we can configure this OLT, one is CLI mode another is NMS GUI mode. Today i will show you PHYHOME OLT Configuration in cli mode.

Step 1.Log in

You may login to the FHL1012B by serial port or by Ethernet cable. We suggest use secureCRT tool to manage, this tool support serial management and Telnet management

1.1.Login to the OLT by the serial port

Connect the serial cable the the console port, setup the Baud rate to 9600,and open the console port, Access the OLT by the username/passowrd:admin/admin. The passowrd of enable mode is “admin” also.

console

1.2. Log in by Telnet

The default IP address of the FHL1012B is 192.168.100.2.

Connect the Ethernet cable to the NMS port, configure the static IP of your PC to 192.168.100.100,and then start a PING test to see if the 192.168.100.2 is reachable.

Set up a telnet session to 192.168.100.2 and input the username “admin”, password “admin” to access the OLT.

Step 2 Enable the PON port and uplink port.

Before provisioning the services, please make sure the PON port and uplink port is active

2.1.  Enable the uplink port

# system   —-go to the system mode
system#
system# configure ——go to the system->configuration mode, to configure the uplink port
system\configure#
system\configure# uplink on 6:1   —–enable the uplink port 6:1
system\configure# uplink on 6:2
system\configure# uplink on 6:3
system\configure# uplink on 6:4
system\configure# uplink mode  fiber 6:1 ——-set the uplink mode to fiber
system\configure# uplink mode  sgmii 6:2 ——-set the uplink mode to coper

2.2 Enable the PON port.

system\configure# pon on 1 1  —–Enable the PON port of slot 1, port 1.
system\configure# pon on 1 2
system\configure# pon on 1 3
system\configure# pon on 1 4
system\configure# pon on 2 1
system\configure# pon on 2 2
system\configure# pon on 2 3
system\configure# pon on 2 4

Read more