Monday, November 7, 2016

GPON ONT Service Profile Configuration(port e1(gpon profile))


port e1(gpon profile)


Function

This command is used to set in an ONT service profile the service attribute of the E1 port, including the setting of coding mode and transmit clock of the E1 port.

Format

port e1 ont-portid code
port e1 ont-portid tx-clock { adapt | system }

Parameters

Parameter Description Value
ont-portid Indicates the ONT port ID. Numeral type. Range: 1-8.
code Indicates the coding mode of the E1 port. Enumerated type. Options: ami and hdb3.
tx-clock { adapt | system }
Indicates the transmit clock of the E1 port.
  • adapt: auto-adaptation clock.
  • system: system clock.
-

Modes

GPON ONT service profile mode
GPBD

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.

Example

In ONT service profile 10, to set the coding mode of the E1 port to AMI, do as follows:
huawei(config-gpon-srvprofile-10)#port e1                                  
{ ont-portid<U><1,8> }:1                                                        
{ code<E><ami,hdb3>|tx-clock<K> }:ami                                                       
                                                                                
  Command:                                                                      
          port e1 1 ami
In ONT service profile 10, to set the transmit clock of the E1 port to system clock, do as follows:
huawei(config-gpon-srvprofile-10)#port e1                                  
{ ont-portid<U><1,8> }:1                                                        
{ code<E><ami,hdb3>|tx-clock<K> }:tx-clock 
{ adapt<K>|system<K> }system                                          
                                                                                
  Command:                                                                      
          port e1 1 tx-clock system

No comments:

Post a Comment