You are on page 1of 5

DO NOT FORGET TO EXIT FROM TELNET ONCE YOU FINISH THE TASK.

OLT COMMANDS
To check the Interface in use

#show interface gigabitethernet

To check the VLAN passed in uplink

#show interface gigabitethernet 1/1 vlan

#show interface gigabitethernet 1/1-2 vlan

OR

#show running-config interface gigabitethernet 1/1

#show running-config interface gigabitethernet 1/1-2

NOTE: make sure VLAN is passed (Redundancy Link)

ONU ID Port Availability

#show running-config int epon-olt x/y

ONU/ONT Deregistration : #config

#int epon-olt x/y

#no create epon-onu z

#end

#wr st

ONU/ONT Registration: #config

#int epon-olt x/y

#create epon-onu z mac xxxx.yyyy.zzzz device-type ht803-n-t description sudip95271

#end

#wr st

Illegal ONU

#show interface epon-olt x/y ill (tab)


DO NOT FORGET TO EXIT FROM TELNET ONCE YOU FINISH THE TASK.

HT803-T/ISCOM5104-EA-AC (WITHOUT WIFI)

To show Running Config of ONU

#show running-config epon-onu x/y/z

Checking MAC association to ONU’s PORT

#show epon-onu x/y/z mac-address-table l2-address uni ethernet 1 all

Dying gaps (Power Fluctuation)

#show logging history | include x/y/z

Optical Power Loss

#show interface epon-olt x/y transceiver rx-onu-power

OR

#show epon-onu x/y/z transceiver

Tagging VLAN Disabling ONU’s Port


#config #config
#epon-onu uni ethernet x/y/z/a #epon-onu uni eth x/y/z/a port_number
#vlan mode tagged #shutdown
#native vlan 485 #end
#end #wr st
#wr st

Enabling ONU’s Port


ONU’s LAN PORT STATUS INFO / VLAN #config
#show epon-onu x/y/z uni ethernet #epon-onu uni eth x/y/z/a port_number
information ( /vlan )
#no shutdown

#end

#wr st
DO NOT FORGET TO EXIT FROM TELNET ONCE YOU FINISH THE TASK.

HT803-NT (WIRELESS ONU/ONT)


#_VERSION check and upgrade

#show version epon-onu x/y/z

To show Running Config of ONU

#show running-config epon-onu x/y/z

#show epon-onu x/y/z wan 1 information ( for pppoe/internet)

#show epon-onu x/y/z wan 4 information (for iptv) --respective ports

To check the WIFI ONU (Physical-Virtual) status

#show epon-onu x/y/z wifi-phy-ap 1 information AND

#show epon-onu x/y/z wifi-phy-ap 1 wifi-vir-ap 1 information

#_ONU configuration for Internet

wan 1 mode pppoe


wan 1 pppoe username "yubraj123278"
wan 1 pppoe password "dXdzOG91bGc="
wan 1 vlan 489
wan 1 vlan mode tagged
wan 1 service Internet
wan 1 service mode route nat enable cos 0 portlist 1 ssidlist 1

#_ONU configuration for IPTV

wan 4 vlan 777


wan 4 vlan mode tagged
wan 4 service IPTV
wan 4 service mode bridge cos 4 portlist 4

#_Wireless Network (Wifi) configuration

#wifi-phy-ap 1 wifi-vir-ap 1 auth mode wpa2


#wifi-phy-ap 1 wifi-vir-ap 1 wpa encryptionmode aes
#wifi-phy-ap 1 wifi-vir-ap 1 ssid-name {wifi name}
#wifi-phy-ap 1 wifi-vir-ap 1 wpa key {key}

Hiding/Unhiding WLAN SSID :

#config

#epon-onu x/y/z

#wifi-phy-ap 1 wifi-vir-ap 1 hide enable/disable


IPTV 192.x.x.x IP Broadcasting

IP BROADCASTING

#show mac-address-table l2-address vlan 777

AND

#trace mac-address d6ca.6dc7.d758

Command that Every Network Engineer Needs

Ping

C:\Users\cascade>ping google.com -t

Pathping

C:\Users\cascade>pathping google.com -t

Trace

C:\Users\cascade>tracert -d google.com

Arp

C:\Windows\system32>arp -a

NSLOOKUP

C:\Windows\system32>nslookup

DNS server change via CMD

> server 8.8.8.8

NETWORK STATUS

C:\Windows\system32>netstat

You might also like