Hello, everyone!
I am continuing the article about commands for work with ONTs.
1. Commands activate/deactivate the ONT:
TEST(config-if-gpon-0/2)#ont activate 1 0
TEST(config-if-gpon-0/2)#ont deactivate 1 0
2. Command for display alarm status of the ONT:
This command is very important and useful for troubleshooting. With the next command, we can see problems/alarms with ONT 0/3/0 0. In this example, problem is that OLT cannot receive optical power from the ONT.
TEST(config-if-gpon-0/3)#display ont alarm-state 0 0
{ <cr>||<K> }:
Command:
display ont alarm-state 0 0
---------------------------------------------------------------------
F/S/P : 0/3/0
---------------------------------------------------------------------
ONT ID : 0
Active Alarm List :
(1)The distribute fiber is broken or the OLT cannot receive expected
optical signals from the ONT(LOSi/LOBi)
---------------------------------------------------------------------
3. Commands for disable/enable service:
TEST(config)#service-port 5 adminstatus disable
After this command, we can check the service with the next command. We have to check Admin status and State.
TEST(config)#display service-port 5
{ <cr>||<K> }:
Command:
display service-port 5
-------------------------------------------------------------
Index : 5
VLAN ID : X
VLAN attr : common
Port type : gpon
F/S/P : 0/2/1
ONT ID : 0
GEM port index : 40
Flow type : vlan
Flow para : X
TX : 10
Inbound table name : menadzment
RX : 10
Outbound table name : menadzment
Admin status : disable
State : down
Label : -
Priority : -
PVC bundle : no
Max MAC count : 1023
Tag transform : translate
Description :
Remote description :
Service-port bundle : -
Cos : -
Car-Group : -
Static MAC :
IP address :
Stat. performance : disable
Subscriber ID : -
-------------------------------------------------------------
Note: F--Frame, S--Slot, P--Port
v/e--vlan/encap
Dvlan--double vlan
pritag--priority-tagged,
ppp--pppoe, ip--ipoe, ip4--ipv4oe, ip6--ipv6oe
docs--docsis
TEST(config)#service-port 5 adminstatus enable
After this command, we can check the service with the next command. We have to check Admin status and State.
TEST(config)#display service-port 5
{ <cr>||<K> }:
Command:
display service-port 5
-------------------------------------------------------------
Index : 5
VLAN ID : X
VLAN attr : common
Port type : gpon
F/S/P : 0/2/1
ONT ID : 0
GEM port index : 40
Flow type : vlan
Flow para : X
TX : 10
Inbound table name : menadzment
RX : 10
Outbound table name : menadzment
Admin status : enable
State : up
Label : -
Priority : -
PVC bundle : no
Max MAC count : 1023
Tag transform : translate
Description :
Remote description :
Service-port bundle : -
Cos : -
Car-Group : -
Static MAC :
IP address :
Stat. performance : disable
Subscriber ID : -
-------------------------------------------------------------
Note: F--Frame, S--Slot, P--Port
v/e--vlan/encap
Dvlan--double vlan
pritag--priority-tagged,
ppp--pppoe, ip--ipoe, ip4--ipv4oe, ip6--ipv6oe
docs--docsis
Thank you!





