Monday, November 7, 2016

GPON ONT Service Profile Configuration(ont-port)

ont-port

Function

This command is used to set the port capability set in the ONT service profile, that is, the number of each type of ports on the ONT in the ONT service profile. The port capability set in the ONT service profile must be consistent with the actual capability set of the ONT. By default, the number for all types of ports in the ONT service profile is 0.

Format

ont-port { pots { pots-port | adaptive } | eth { eth-port | adaptive } | vdsl { vdsl-port | adaptive } | tdm tdm-port | tdm-type port-type | tdm-srvtype srv-type | moca moca-port | catv { catv-port | adaptive } }*

Parameters

Parameter Description Value
pots { pots-port | adaptive } Indicates the number of POTS ports on the ONT. When the value is adaptive, it indicates that the ONT automatically adapts the number of POTS ports. Numeral type. Range: 0-32.
eth { eth-port | adaptive } Indicates the number of Ethernet ports on the ONT. When the value is adaptive, it indicates that the ONT automatically adapts the number of Ethernet ports. Numeral type. Range: 0-8.
vdsl { vdsl-port | adaptive } Indicates the number of VDSL ports on the ONT. When this parameter is set to adaptive, the ONT automatically adapts the number of VDSL ports. Numeral type. Range: 0-8.
tdm tdm-port Indicates the number of TDM ports on the ONT. Numeral type. Range: 0-8.
tdm-type port-type Indicates the type of the TDM port on the ONT. Enumerated type. Options: E1 and T1.
Default value: E1.
tdm-srvtype srv-type Indicates the service type of the TDM port. Currently, only TDMoGEM is supported.
In the TDMoGEM mode, the TDM frames are directly encapsulated into GPON GEM frames and the TDM service is transmitted on the GPON network.
Enumerated type. It is TDMoGEM.
Default value: TDMoGEM.
moca moca-port Indicates the number of multimedia over coax alliance (MoCA) ports on the ONT.
The MOCA port is a standard Ethernet port of north America. The function of this port is to transmit data and video signals concurrently over the coaxial cable and split the signals at the user terminal when the signals arrive at the user terminal.
Numeral type. Range: 0-8.
catv { catv-port | adaptive } Indicates the number of CATV ports on the ONT. When the value is adaptive, it indicates that the ONT automatically adapts the number of CATV ports. Numeral type. Range: 0-8.

Modes

GPON ONT service profile mode, HG8245H, HG8245A

Level

Operator level

Usage Guidelines

  • Run the config command to enter the global config mode, and then run the ont-srvprofile gpon command to enter the GPON ONT service profile mode.
  • When you reduce the number of ports, the system displays a message prompting that the operation may delete ports that are not within the configuration range. In this case, you need to determine whether to reduce the number of ports based on site requirements.
  • If the adaptive parameter is applied, the system automatically adapts the number of ports based on the capability of the online ONT.
  • The number of each type of ports on the ONT must be consistent with the actual hardware capability of the ONT. Otherwise, the match state of the port is mismatch. You can run the display ont capability(gpon) command to query the ONT hardware capability, andd run the display ont info(gpon) command to query the ONT status.

Example

Assume that:
  • Number of POTS ports: adaptive
  • Number of VDSL ports: adaptive
  • Number of Ethernet ports: adaptive
  • Number of TDM ports: 2
  • Type of the TDM port: E1
  • Service type of the TDM port: TDMoGEM
  • Number of MOCA ports: 2
  • Number of CATV ports: 2
To configure such a port capability set in ONT service profile 10, do as follows:
huawei(config-gpon-srvprofile-10)#ont-port                               
{ catv<K>|eth<K>|moca<K>|pots<K>|tdm-srvtype<K>|tdm-type<K>|tdm<K>|vdsl<K> }:pots       
{ adaptive<K>|pots-port<U><0,32> }:adaptive 
{ <cr>|catv<K>|eth<K>|moca<K>|tdm-srvtype<K>|tdm-type<K>|tdm<K>|vdsl<K> }:vdsl 
{ adaptive<K>|vdsl-port<U><0,8> }:adaptive  
{ <cr>|catv<K>|eth<K>|moca<K>|tdm-srvtype<K>|tdm-type<K>|tdm<K> }:eth           
{ adaptive<K>|eth-port<U><0,8> }:adaptive 
{ <cr>|catv<K>|moca<K>|tdm-srvtype<K>|tdm-type<K>|tdm<K> }:tdm-srvtype          
{ srv-type<E><TDMoGEM> }:tdmoGEM                                                
{ <cr>|catv<K>|moca<K>|tdm-type<K>|tdm<K> }:tdm                                 
{ tdm-port<U><0,8> }:2                                                          
{ <cr>|catv<K>|moca<K>|tdm-type<K> }:tdm-type                                   
{ port-type<E><E1,T1> }:e1                                                      
{ <cr>|catv<K>|moca<K> }:moca                                                   
{ moca-port<U><0,8> }:2                                                         
{ <cr>|catv<K> }:catv
{ adaptive<K>|catv-port<U><0,8> }:2                                                         
                                                                                
  Command:                                                                      
          ont-port pots adaptive vdsl adaptive eth adaptive tdm-srvtype tdmoGEM 
tdm 2 tdm-type e1 moca 2 catv 2  

System Response

  • The system does not display any message after the parameters of an ONT port capability set are configured successfully.

MORE BLOG:

No comments:

Post a Comment