Friday, December 2, 2016

xPON Access Port Common Management(port ont-auto-find)

port ont-auto-find

Function

This command is used to enable or disable the ONT auto-find function of a PON port. In general, if an ONT is added using the ont confirm(gpon) or ont confirm(epon) command, you must enable the ONT auto-find function. After the ONT auto-find function is enabled, the OLT periodically checks whether there are new online ONTs. If any ONT accesses the network, the SN (for a GPON ONT) or the MAC address (for an EPON ONT) of the ONT is reported to the OLT. Then, you can confirm the ONT according to the reported ONT information.

Format

port portid ont-auto-find switch

Parameters

Parameter Description Value
portid Indicates the ID of the PON port whose ONT auto-find function is to be configured. Please see Differences Between Shelves.
switch
Indicates the ONT auto-find function of a PON port.
  • enable: Enables the ONT auto-find function of a PON port. An ONT can be automatically found only after the ONT auto-find function is enabled. In such a case, run the ont confirm(gpon) or ont confirm(epon) command to confirm the ONT.
  • disable: Disables the ONT auto-find function of a PON port.
Enumerated type. Options: enable and disable.
Default value: disable.

Modes

GPON mode, EPON mode, MA5683T

Level

Operator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the interface gpon command to enter GPON mode, or run the interface epon command to enter EPON mode.
  • The ONTs from different manufacturers have different auto-find mechanism. Therefore, after the auto-find function is enabled, the ONT auto-find message may be reported a few minutes later.
  • You can run the display ont autofind command to query ONTs in auto-find state.

Example

To enable the ONT auto-find function of GPON port 0/3/0 to enable the OLT to periodically check whether there are new online ONTs, do as follows:
huawei(config-if-gpon-0/3)#port                                                 
{ optical-alarm-profile<K>|portid<U><0,7> }:0                                                            
{ fec<K>|laser-switch<K>|ont-auto-find<K>|ont-password-renew<K>|range<K> }:ont-auto-find              
{ switch<E><enable,disable> }:enable                                            
                                                                                
  Command:                                                                      
          port 0 ont-auto-find enable
To enable the ONT auto-find function of EPON port 0/3/0 to enable the OLT to periodically check whether there are new online ONTs, do as follows:
huawei(config-if-epon-0/3)#port  
{ optical-alarm-profile<K>|portid<U><0,7> }:0                                                            
{ laser-switch<K>|low-time-lapse<K>|ont-auto-find<K>|range<K>|tag-based-ont<K>|t
ag-based-vlan<K> }:ont-auto-find    
{ switch<E><enable,disable> }:enable                                            
                                                                                
  Command:                                                                      
          port 0 ont-auto-find enable
To disable the ONT auto-find function of GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#port                                                 
{ optical-alarm-profile<K>|portid<U><0,7> }:0                                                            
{ fec<K>|laser-switch<K>|ont-auto-find<K>|ont-password-renew<K>|range<K> }:ont-auto-find              
{ switch<E><enable,disable> }:disable                                           
                                                                                
  Command:                                                                      
          port 0 ont-auto-find disable
To disable the ONT auto-find function of EPON port 0/3/0, do as follows:
huawei(config-if-epon-0/3)#port                                                 
{ optical-alarm-profile<K>|portid<U><0,7> }:0                                                            
{ laser-switch<K>|low-time-lapse<K>|ont-auto-find<K>|range<K>|tag-based-ont<K>|t
ag-based-vlan<K> }:ont-auto-find             
{ switch<E><enable,disable> }:disable                                           
                                                                                
  Command:                                                                      
          port 0 ont-auto-find disable 

No comments:

Post a Comment