Showing posts with label SCUB. Show all posts
Showing posts with label SCUB. Show all posts

Wednesday, December 21, 2016

EPON ONT Line Profile Configuration on display ont-lineprofile epon bound-info

Function

This command is used to query the bound information about an EPON ONT service profile, including the position of EPON port the ONT which binds the profile related to, and the ONT ID.

Format

display ont-lineprofile epon bound-info { profile-id profile-id | profile-name profile-name }

Parameters

Parameter Description Value
profile-id profile-id Queries the bound information about the EPON ONT service profile of the specified ID.
Numeral type. Range:
  • SCUL/SCUN/SCUK/SCUB/SCUF: 1-8192
  • SCUH: 1-8192
  • MCUD/MCUD1: 1-1024
profile-name profile-name Queries the bound information about the EPON ONT service profile of the specified name. Character string type, a string of 1-32 characters.

Modes

Privilege mode, diagnose mode

Level

Operator level

Usage Guidelines

  • In the privilege mode or global config mode, run the diagnose command to enter the Diagnose mode.
  • Run the display xpon global-config command to query the status of the bound xPON profile modification function. The EPON ONT line profile which has been bound by ONT cannot be modified when the bound xPON profile modification function is disabled. If you need to modify the bound profile, do as follows:
    • Run the xpon modify-bound-profile command to enable the bound xPON profile modification function of the bound EPON ONT line profile.
    • Run the ont modify(epon) command or the ont delete command to unbind the ONT and EPON ONT line profile.

Example

To query the bound information of EPON ONT line profile 10, do as follows:
huawei#display ont-lineprofile epon bound-info
{ profile-id<K>|profile-name<K> }:profile-id
{ profile-id<U><1,8192> }:10
                                                                                
  Command:                                                                      
          display ont-lineprofile epon bound-info profile-id 10                
  ---------------------------------------------------------------------         
  F/S/P       ONT List
  ---------------------------------------------------------------------         
  0/ 1/0      0,2
  0/ 2/0      3-5
  0/ 4/0      5-6,8
  ---------------------------------------------------------------------

System Response

  • The system displays the queried result when the command runs successfully.
  • The following table describes the parameters in response to the command.
    Parameter Description
    F/S/P Indicates the shelf ID, slot ID, and port ID of the ports the ONTs which bind EPON ONT line profile related to.
    ONT List Indicates the list of the ONTs which bind EPON ONT line profile.
More related:

Tuesday, December 20, 2016

EPON ONT Line Profile Configuration about display ont-lineprofile epon

Function

This command is used to query the information about an EPON ONT line profile. The EPON ONT line profile is used to configure the binding between Logic Link Identifier (LLID) and DBA profile. You can run this command to query whether the EPON FEC function is enabled, the DBA profile bound to the EPON LLID, flow control profile, whether the encryption function is enabled, and the IP interface index used by the TR069 management channel.

Format

display ont-lineprofile epon { profile-id profile-id | profile-name profile-name | all }

Parameters

Parameter Description Value
profile-id profile-id Queries the detailed information about EPON ONT line profile by profile ID.
Numeral type. Range:
profile-name profile-name Queries the detailed information about EPON ONT line profile by profile name. Character string type, a string of 1-32 characters.
all Queries the basic information about all the EPON ONT line profiles. including the ID, name and binding times of the profiles. -

Modes

Privilege mode, EPON mode, diagnose mode

Level

Operator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the interface epon command to enter EPON mode.
  • In the privilege mode or global config mode, run the diagnose command to enter the Diagnose mode.
  • This command and the display ont-lineprofile current(epon profile) command can both query the information about the existed EPON ONT line profile, the differences are as follows:
    • This command is used to query the information about the EPON ONT line profile that has taken effect by running the commit.
    • The display ont-lineprofile current(epon profile) command is used to query the information about the EPON ONT line profile that has not taken effect by running the commit.

Example

To query the information about all the EPON ONT line profiles, do as follows:
huawei#display ont-lineprofile epon                                     
{ all<K>|bound-info<K>|profile-id<K>|profile-name<K> }:all                                    
                                                                                
  Command:                                                                      
          display ont-lineprofile epon all                                      
  ---------------------------------------------------------------------         
  Profile-id  Profile-name                                  Bind times          
  ---------------------------------------------------------------------         
  20          line-profile_20                               0                   
  ---------------------------------------------------------------------         
  Total: 1         
To query the details of EPON ONT line profile 20, do as follows:
huawei#display ont-lineprofile epon
{ all<K>|bound-info<K>|profile-id<K>|profile-name<K> }:profile-id
{ profile-id<U><1,8192> }:20
                                                                                
  Command:                                                                      
          display ont-lineprofile epon profile-id 20                            
  ---------------------------------------------------------------------         
  Profile-ID          :20                                                              
  Profile-name        :line-profile_20                                                 
  Access-type         :EPON                                                            
  ---------------------------------------------------------------------         
  FEC switch          :Disable                                   
  Encrypt type        :off                                       
  DBA Profile-ID      :9                                         
  Traffic-table-index :6                                         
  Traffic-table-name  :ip-traffic-table_6  
  TR069 IP index      :0
  Dba-threshold       :                                          
  ---------------------------------------------------------------------         
    Queue-set-index  Q1    Q2    Q3    Q4    Q5    Q6    Q7    Q8               
  ---------------------------------------------------------------------         
    1                -     -     -     -     -     -     -     -                
    2                -     -     -     -     -     -     -     -                
    3                -     -     -     -     -     -     -     -                
  ---------------------------------------------------------------------         
  Binding times       :0                                         
  ---------------------------------------------------------------------  

System Response

  • The system displays the queried result when the command runs successfully.
  • The following table describes the parameters in response to the command.
    NOTE:
    In the interface, "-" indicates that the item is not configured.
    Parameter Description
    Meaning Remark(Configuration Command)
    Profile-ID Indicates the ID of an EPON ONT line profile. It can be specified in the ont-lineprofile epon command when configuring an EPON ONT line profile.
    Profile-name Indicates the name of an EPON ONT line profile.
    Bind/Binding times Indicates the binding times of EPON ONT line profiles.
    There are two methods to bind an ONT to an EPON ONT line profile.
    • Run the ont add(epon) command to add an ONT offline, and bind the ONT to an EPON ONT line profile.
    • Run the ont add(epon) command to confirm an automatically discovered ONT, and bind the ONT to an EPON ONT line profile.
    Access-type Indicates the access type of an EPON ONT line profile. Option: EPON. -
    FEC switch Enables or disables the FEC function of an EPON ONT line profile. Options: Enable and Disable. Run the fec command to configure this parameter.
    Encrypt type Enables or disables the encryption function of an EPON ONT line profile. Options: on and off. Run the llid command to configure this parameter.
    DBA Profile-id Indicates the bound DBA profile of an EPON ONT line profile.
    Traffic-table-index Indicates the traffic profile in use of an EPON ONT line profile.
    Traffic-table-name Indicates the traffic profile name referenced by the EPON ONT line profile. Run the llid command to configure this parameter.
    TR069 IP index Indicates the IP index used by the TR069 management channel. Range: 0 and 1. Run the tr069-management(epon) command to configure this parameter.
    Dba-threshold Indicates the queue threshold of an EPON ONT line profile. Options: Q1, Q2, Q3, Q4, Q5, Q6, Q7, and Q8. Run the dba-threshold command to configure this parameter.
    Queue-set-index Indicates the index of the DBA queue set.
More blog: