Showing posts with label HG8245A. Show all posts
Showing posts with label HG8245A. Show all posts

Thursday, December 29, 2016

The ONT Ethernet OAM Configuration on display cfm

Function

The display cfm command is used to query the global connectivity fault management (CFM) configuration of a specified ONT. The ONT CFM is enabled by default.

Format

display cfm frameid/slotid/portid ontid

Parameters

Parameter Description Value
frameid/slotid/portid Used to identify the frame ID, slot ID, and port number. "/" must be input. Please see Differences Between Shelves.
ontid Indicates the ONT ID. This parameter and the frameid/slotid/portid identify a unique ONT. Numeral type. Range: varies with the board type.

Modes

ONT ETH OAM mode, HG8245H, HG8245A

Level

Operator level

Usage Guidelines

Run the config command to enter the global configuration mode. Then, run the ont-ethoam command to enter the ONT ETH OAM mode.

Example

To query the global configuration of CFM of ONT 0 on port 0/2/0, do as follows:
huawei(config-ont-ethoam)#display cfm 0/2/0 0
  Command:
          display cfm 0/2/0 0
  CFM Global Status        : disable

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
    CFM Global Status Indicates the global CFM enable status. You can run the cfm command for configuration.
More blog:

Friday, December 9, 2016

Common ONT Management about commit

Function

This command is used to submit the parameter configuration of the current service profile, line profile, alarm policy profile. During submission, the system checks whether the parameters of the service profile, line profile, or alarm policy profile are valid. If the parameters of the service profile or line profile are valid, the system uses the new parameter configuration as the system configuration. The parameter configuration in the current service profile, line profile, or alarm policy profile takes effect only after you run this command to submit the configuration successfully.

Format

commit

Parameters

None

Modes

VLAN service profile mode, ONT service profile mode, ONT line profile mode, ONT alarm policy profile mode, HG8245H, HG8245A

Level

Operator level

Usage Guidelines

  • Run the config command to enter the global config mode, and then run the vlan service-profile command to enter the VLAN service profile mode.
  • Run the config command to enter the global config mode, and then run the ont-lineprofile gpon command to enter the ONT line profile mode.
  • Run the config command to enter the global config mode, and then run the ont-srvprofile gpon command to enter the ONT service profile mode.
  • Run the config command to enter the global config mode, and then run the ont-alarm-policy command to enter ONT alarm policy profile mode.
  • For the EPBA board, the ONT service profile that is already bound to an ONT cannot be modified. In the case of such an ONT service profile, after you run the ont-srvprofile epon command, the system cannot enter the ONT service profile mode but displays a message indicating that the profile is already bound to an ONT.
  • For the EPBA board, the ONT line profile that is already bound to an ONT cannot be modified. In the case of such an ONT line profile, after you run the ont-lineprofile epon command, the system cannot enter the ONT line profile mode but displays a message indicating that the profile is already bound to an ONT.
  • The changed parameter of the service profile can take effect only after the commit command is executed.

Example

To submit the configuration of the current VLAN service profile, do as follows:
huawei(config-vlan-srvprof-1)#commit

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:

Tuesday, November 1, 2016

EPON ONT Service Profile Configuration(ont-port eth(dpoe))

ont-port eth(dpoe)

Function

This command is used to set the port capability of the ONT in the EPON ONT service profile. The capability set plans the number of various ports supported by the ONT. The port capability set in the ONT service profile must be consistent with the actual capability set of the ONT. Currently, the system only supports the configuration of the ONT Ethernet port. By default, the number of ONT Ethernet ports in the EPON ONT service profile is zero.

Format

ont-port eth { eth-port | adaptive }

Parameters

Parameter Description Value
eth-port Sets the number of Ethernet ports on the ONT(like HG8245A,HG8245H). Numeral type. Range: 0-8.
adaptive Indicates adaptive mode. The system automatically adapts the number of ports to the actual number of the ONT Ethernet ports.based on the capability of the online ONT. -

Modes

EPON ONT service profile mode

Level

Operator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the ont-srvprofile epon command to enter EPON 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 addition, the system asks the user to confirm whether to perform the port reduction operation.
  • The number of each type of ports on the ONT must be consistent with the actual hardware capability of the ONT. Otherwise, the port state is mismatch. You can run the display ont capability(dpoe) command to query the actual hardware capability of the online ONT.
  • You can run the display ont-srvprofile epon(dpoe) command or the display ont info(dpoe) command to query the ONT port capability in the EPON ONT service profile.

Example

To configure the umber of Ethernet ports in ONT line service profile 2 to 2, do as follows:
huawei(config-epon-srvprofile-2)#ont-port
{ eth<K> }:eth
{ adaptive<K>|eth-port<U><0,8> }:2

  Command:
          ont-port eth 2

Monday, September 19, 2016

ONT Multicast Service Management----display simulation multicast ont

Function

This command is used to query information about ONT multicast simulation instances being performed.

Format

display simulation multicast ont [ frameid/slotid/portid ontid ]

Parameters

Parameter Description Value
frameid/slotid/portid Indicates the shelf ID, slot ID, and port ID. Enter a slash (/) between the shelf, slot, and port IDs. Please see Differences Between Shelves.
ontid Indicates the ONT index. This parameter and frameid/slotid/portid collectively identify an ONT(like HG8245H, HG8545A). Please see Differences Between Shelves.

Modes

Privilege mode

Level

Operator level

Usage Guidelines

If the subrack/slot/port ID and ONT ID are not specified, the system queries information about multicast simulation instances being performed for all ONTs in the system.

Example

To query information about multicast simulation instances of ONT 0 on port 0/2/0, do as follows:
huawei#display simulation multicast ont 0/2/0 0

  Command:
          display simulation multicast ont 0/2/0 0
  -----------------------------------------------------------------------------
  Instance(F/S/P/ONTID)   : 0/2/0/0
  ONT port                : ETH 1
  Multicast group IP      : 224.1.1.1
  Multicast source IP     : 1.2.3.4
  User IP                 : 10.0.0.1
  User MAC                : 00e0-fc01-0001
  VLAN ID                 : 100
  Priority                : 5
  User version            : IGMPv2
  Simulate status         : finished
  Simulate result         : success
  Data rate(kbps)         : 1500
  Simulate start time     : 2014-09-24 15:49:20+08:00 
  -----------------------------------------------------------------------------
  Total: 1

System Response

  • The system displays the queried result when the command runs successfully.
  • The following table describes the parameters in response to this command.
    Parameter Description
    Instance(F/S/P/ONTID) Indicates the shelf ID/slot ID/port ID and ONT index of the ONT multicast simulation instance.
    ONT port Indicates the ONT port ID.
    Multicast group IP Indicates the IP address of the multicast group.
    Multicast source IP Indicates the multicast source IP address.
    User IP Indicates the user IP address.
    User MAC Indicates the user MAC address.
    VLAN ID Indicates the user VLAN.
    Priority Indicates the priority.
    User version Indicates the multicast version.
    Simulate status Indicates the simulation state.
    Simulate result Indicates the simulation result.
    Data rate Indicates the data rate.
    Simulate start time Indicates the time when the simulation instance starts.
  • For more information about the error message that the system displays against a command entered with incorrect syntax.
MORE BLOG:

Sunday, July 3, 2016

Locally Logging in to the Web Interface

This topic describes the data plan and procedure for logging in to the web configuration interface.

Context

Before setting up the configuration environment, ensure that data information listed in Table 1 is available.
Table 1 Data plan
Item
Description
User name and password
Default settings:
· Administrator (installation and maintenance personnel):
§ User name: telecomadmin
§ Password: admintelecom
NOTE:
§ After logging in to the web page, if you do not perform any operations within five minute, you will be locked out and return back to the login interface. Then, You can unlock the account by entering the login user name and password.
§ Three times within five minutes the user name and password input error, the system is locked and unlocked automatically after one minute.
§ Modify the password through the BMS.
§ Certain carriers may customize accounts and passwords, which are different from the default accounts and passwords listed in the preceding. For details, contact the corresponding carrier.
CAUTION:
§ Please change the initial password to ensure administrator account security.
§ Do not provide terminal users with the password of the administrator account. The administrator account is used by the carrier for O&M. If a terminal user uses the administrator account, service parameters may be incorrectly modified and services may be affected.
· Common user (terminal user):
§ User name: root
§ Password: adminHW
NOTE:
§ The common user account can be used to query the service status. For ONTs that support Wi-Fi and the USB storage function, the common user account can be used to configure services such as Wi-Fi and home sharing.
§ After logging in to the web page, if you do not perform any operations within five minute, you will be locked out and return back to the login interface. Then, You can unlock the account by entering the login user name and password.
§ Three times the user name and password input error, the system is locked and unlocked automatically after one minute.
§ Modify the password through the Web.
§ Certain carriers may customize accounts and passwords, which are different from the default accounts and passwords listed in the preceding. For details, contact the corresponding carrier.
CAUTION:
Change the initial password after Common users log in to the web page.

Procedure

  1. Use a network cable to connect the LAN port of the ONT to a PC.
  2. Ensure that the Internet Explorer (IE) of the PC does not use the proxy server. The following section considers IE 6.0 as an example to describe how to check whether the IE uses the proxy server.
    1. Start the IE, and choose ToolsInternet Options from the main menu of the IE window. Then, the Internet Options interface is displayed.
    2. In the Internet Options interface, click the Connections tab, and then click LAN settings.
    3. In the Proxy server area, ensure that the Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections). check box is not selected (that is, without the "√" sign). If the check box is selected, deselect it, and then click OK.
  3. Set the IP address and subnet mask of the PC. For details, see Table 1.
  4. Log in to the Web configuration interface.
    1. Enter http://192.168.100.1 in the address bar of IE (192.168.100.1 is the default IP address of the ONT, such as HG8245H,HG8245A)), and then press Enter to display the login interface, as shown in Figure 1.
      Figure 1 Login interface
       NOTE:
      The web page login supports SSL3.0, TLS1.0, TLS1.1, and TLS1.2. It is recommended that you use high-security TLS1.1 or TLS1.2 if you log in to the ONT using https. The TCP port 80 is used for listening for HTTPS packets. You need to type "https://192.168.100.1:80" in the address bar of IE and press Enter to log in to the ONT.
    2. In the login interface, enter the use name and password. For details about default settings of the user name and password, see Table 1. After the password authentication is passed, the Web configuration interface is displayed.
Related Blog:

Monday, April 18, 2016

Reference of GPON ONT Capability Sets_TABLE 2

This topic provides common ONT capability sets, serving as a reference for configuring an ONT.
 NOTE:  This topic describes all ONTs that are compatible with V300R017C00, including HG8010H/HG8040H/HG8012H/HG8110H/HG8240H/HG8045A/HG8242H/HG8120A/HG8240A/HG8245A/HG8245Q/HG8245H/HG8247H/HN8240/HN8055Q/HN8245Q/HN8254/HS3025/LS1015. For details about ONT capability sets, see Table 1 and Table 2.

ONU Capability Sets

Table 2 lists services supported by ONT.
Table 2 Services supported by various ONTs
ONT Type
Layer 2 Internet Access Service
Layer 3 Internet Access Service
Layer 2 Multicast Service
Layer 3 Bridging Multicast Service
Voice Service
Wi-Fi Service
Supported
Not Supported
Supported
Not Supported
Not Supported
Not Supported
HG8040H
Supported
Not Supported
Supported
Not Supported
Not Supported
Not Supported
HG8050P
Supported
Not Supported
Supported
Not Supported
Not Supported
Not Supported
HG8012H
Supported
Not Supported
Supported
Not Supported
Not Supported
Not Supported
HG8110H
Supported
Not Supported
Supported
Not Supported
Supported
Not Supported
HG8240H
Supported
Not Supported
Supported
Not Supported
Supported
Not Supported
HG8242H
Supported
Not Supported
Supported
Not Supported
Supported
Not Supported
Supported
Supported
Supported
Supported
Not Supported
Supported
HG8120A
Supported
Supported
Supported
Supported
Supported
Not Supported
HG8240A
Supported
Supported
Supported
Supported
Supported
Not Supported
HG8245A
Supported
Supported
Supported
Supported
Supported
Supported
HG8245H
Supported
Supported
Supported
Supported
Supported
Supported
HG8247H
Supported
Supported
Supported
Supported
Supported
Supported
HG8245Q
Supported
Supported
Supported
Supported
Supported
Supported
HN8240
Supported
Not Supported
Supported
Not Supported
Supported
Not Supported
HN8245Q
Supported
Supported
Supported
Supported
Supported
Supported
HN8254
Supported
Supported
Supported
Supported
Supported
Supported
HN8055Q
Supported
Supported
Supported
Supported
Not Supported
Supported
HS3025
Not Supported
Not Supported
Not Supported
Not Supported
Not Supported
Not Supported
LS1015
Not Supported
Not Supported
Not Supported
Not Supported
Not Supported
Not Supported
More related: