Hello, everyone!
I am continuing the article about commands for work with ONTs. This is the third article.
1. Command for display ONT traffic
With next command we can see the current traffic on the ONT:
TEST(config-if-gpon-0/1)#display ont traffic 0 0
{ <cr>|ontportid<U><1,24>||<K> }:
Command:
display ont traffic 0 0
TEST(config-if-gpon-0/1)#
----------------------------------------------------------------
Traffic Information
----------------------------------------------------------------
Up traffic (kbps) : 5
Down traffic (kbps) : 17
----------------------------------------------------------------
2. Command for display current configuration ONT
The next command shows us the current configuration of the ONT. We can see that ONT has 3 services activated – vlan 500, vlan 501 and vlan 502.
TEST(config)#display current-configuration ont 0/1/0 0
{ <cr>||<K> }:
Command:
display current-configuration ont 0/1/0 0
[MA5800V100R018: 5600]
#
[gpon]
<gpon-0/1>
interface gpon 0/1
ont add 0 0 sn-auth "XXXXXXXX6B316B1F" omci ont-lineprofile-id 10 ont-srvprofile-id 10desc "XXXXe8d61803146056c7aa76893488bb950e"
ont ipconfig 12 16 dhcp vlan 500 priority 5
ont tr069-server-config 12 16 profile-id 1
#
[bbs-config]
<bbs-config>
service-port 1457 vlan 500 gpon 0/1/0 ont 0 gemport 50 multi-service user-vlan 500 tag-transform translate inbound traffic-table index 10 outbound traffic-table index 10
service-port 1458 vlan 501 gpon 0/1/0 ont 0 gemport 51 multi-service user-vlan 501 tag-transform translate inbound traffic-table index 560 outbound traffic-table index 560
service-port 1459 vlan 502 gpon 0/1/0 ont 0 gemport 52 multi-service user-vlan 502 tag-transform translate inbound traffic-table index 11 outbound traffic-table index 11
#
return
3. Command for display ONT capability:
With the next command, we can see ONT configuration capability. This ONT has 2 POTS ports and 4 ETH ports.
TEST(config-if-gpon-0/1)#display ont config-capability 0 0
{ <cr>||<K> }:
Command:
display ont config-capability 0 0
-------------------------------------------
PON port ID : 0
ONT ID : 0
Manage mode : OMCI
Number of POTS ports : 2
Number of ETH ports : 4
Number of VDSL ports : 0
TDM port type : E1
TDM service type : TDMoGem
Number of TDM ports : 0
Number of MOCA ports : 0
Number of CATV UNI ports : 1
Number of GEM ports : 3
IP configuration : -
Mapping mode : VLAN
Number of T-CONTs : 4
Flow control type : PQ
-------------------------------------------
Thank you!


