Hi my dear,
You can only reset the ONTs for a specific port, not the entire OLT. In profile mode and GPON mode, to reset all the ONTs on the GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#ont reset 0 all
Resetting the ONT(s) will interrupt all services on the ONT(s)
Are you sure to reset the ONT(s)? (y/n)[n]: y
ont reset
Function
This command is used to reset one ONT or multiple ONTs in batches. When you perform certain configurations for the ONT that take effect only after the ONT is reset, or clear some unexpected problems for the ONT, run this command to reset the ONT.
http://localhost:7890/pages/AEJ06122/01/AEJ06122/01/resources/public_sys-resources/notice_3.0-en-us.pngResetting an ONT interrupts all the services of the ONT. Exercise caution when running this command.
Parameters
Parameter | Description | Value |
|---|
portid | Indicates the ID of a PON port where the ONT to be reset locates. | Please see Differences Between Shelves . |
ontid | Indicates the ID of the ONT (connected to the specified port) to be reset. | Numeral type. Range: varies with the board type. |
all | Indicates that all ONTs of the specified port are reset in batches. | - |
graceful | Indicates that the ONT connected to the specified port is reset gracefully, that is, the ONT determines whether there is any emergency calls before resetting the port. | - |
gracetime | Indicates the maximum waiting time before the ONT connected to the specified port is reset gracefully. This parameter is available only in GPON mode. | Numeral type. Range: 1-65535. Unit: s. Default value: 14400. |
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.
In the resetting process, the ONT running status is "offline". You can run the display ont info(gpon)command to query the ONT status.
Some configurations of an ONT can take effect only after a reset, such as the effective mode of an ONT loading policy configured to effective after a reset by running the ont load command, and the effective mode of a GPON ONT interoperability mode configured to effective after a reset by running the xpon ont-interoperability-mode gpon command.
Thank you