Monday, November 7, 2016

GPON ONT Service Profile ConfiguratioN(port car eth(gpon profile))

port car eth(gpon profile)

Function

port car eth command is used to set the upstream and downstream traffic control parameters for an Ethernet port on an ONT in a GPON ONT service profile. When you need to configure Ethernet port rate limit for ONTs on the OLT, run this command. In the profile, the default upstream and downstream traffic control mode for Ethernet ports on ONTs is unconcern. In other words, the upstream and downstream traffic control mode is not set for ONTs on the OLT. The upstream and downstream traffic control parameters for an Ethernet port on an ONT is determined based on the ONT condition.
undo port car eth command is used to restore the upstream or downstream traffic control of the GPON ONT Ethernet port in a profile to default value.

Format

port car eth ont-portid { inbound { traffic-table-index | traffic-table-name traffic-table-name } | outbound { traffic-table-index | traffic-table-name traffic-table-name } } *
undo port car eth ont-portid { inbound | outbound } *
MA5683T

Parameters

Parameter Description Value
ont-portid Indicates the ONT port ID. Numeral type. Range: 1–8.
inbound traffic-table-index
Sets the index of the traffic table for the upstream direction of the specified ONT Ethernet port connected to the specified GPON port.
  • Query the traffic entries in the system by running the display traffic table ip command.
  • Create a proper IP traffic profile by running the traffic table ip command.
Numeral type. Range: 0–1023.
traffic-table-name traffic-table-name
Sets the name of the traffic table of the specified ONT Ethernet port connected to the specified GPON port.
  • Query the traffic entries in the system by running the display traffic table ip command.
  • Create a proper IP traffic profile by running the traffic table ip command.
Character string type, a string of 1–32 characters.
outbound traffic-table-index
Sets the index of the traffic table for the downstream direction of the specified ONT Ethernet port connected to the specified GPON port.
  • Query the traffic entries in the system by running the display traffic table ip command.
  • Create a proper IP traffic profile by running the traffic table ip command.
Numeral type. Range: 0–1023.

Modes

GPON ONT service profile mode

Level

Operator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the ont-srvprofile gpon command to enter GPON ONT service profile mode.
  • After running this command, you need to run the commit command to submit the configuration. Then, the configuration performed through this command can take effect.
  • You can run the display ont-srvprofile gpon command to query the upstream or downstream traffic control of the GPON ONT Ethernet port in the GPON ONT service profile.

Example

In ONT service profile 10, to set the downstream direction of Ethernet port 1 to use traffic table index 2, do as follows:
huawei(config-gpon-srvprofile-10)#port car eth                                       
{ ont-portid<U><1,8> }:1               
{ inbound<K>|outbound<K> }:outbound  
{ traffic-table-index<U><0,1023> | traffic-table-name<K> }:2                               
{ <cr>|inbound<K> }:         
                                                                                                   
  Command:                                                                        
        port car eth 1 outbound 2

No comments:

Post a Comment