Showing posts with label GPON. Show all posts
Showing posts with label GPON. Show all posts

Wednesday, January 11, 2017

The Multicast Configuration of igmp cascade-port(distributing-mode

Function

The igmp cascade-port command is used to add an IGMP subtending port. When the lower layer subtended device needs to offer the IGMP service, you can run this command to set the port connected to the subtending device as the IGMP subtending port. After that, the system processes the IGMP packets sent from the subtended device.
The igmp cascade-port modify command is used to modify the attribute of the IGMP subtending port. After that, the system processes the IGMP packets sent from the subtended device based on the modified attribute.
The undo igmp cascade-port command is used to delete an IGMP subtending port. After the IGMP subtending port is deleted, the system does not process the IGMP packets sent from the subtended device.

Format

igmp cascade-port frameid/slotid/portid [ gemport-index gemport-id ] [ mismatch { transparent | discard } | static { enable | disable } | quickleave { enable | disable } | controlword { enable | disable } ] *
igmp cascade-port modify frameid/slotid/portid [ gemport-index gemport-id ] [ mismatch { transparent | discard } | static { enable | disable } | quickleave { enable | disable } | controlword { enable | disable } ] *
undo igmp cascade-port frameid/slotid/portid [ gemport gemport-id ]

Parameters

Parameter Description Value
frameid/slotid/portid Indicates the subrack ID, slot ID, and port ID. Enter a slash (/) between the subrack and slot IDs. Please see Differences Between Shelves.
mismatch
Sets the mode for processing the IGMP packets that do not match a multicast program on the cascade port. The recommended value is discard.
  • If it is set to discard, the IGMP packets are discarded.
  • If it is set to transparent, the IGMP packets are forwarded. The value is used only when the following two conditions are met:
    • One multicast cascaded port is configured for a multicast VLAN (no other multicast member is configured).
    • No program is matched but the program traffic must be imported from the upper-layer device.
    When this value is used and multiple cascaded ports configured for a multicast VLAN order a program at the same time, if one cascaded port sends a leave packet and goes offline, the other cascaded ports may fail to receive the program traffic.
Enumerated type. Options: transparent and discard.
Default: transparent.
static Indicates the static join attribute. If the attribute is enabled, you can add the program to the subtending port statically.
If the static join attribute is enabled, you can run the igmp static-join(profile-mode) command to add the program to the subtending port statically. When a subtending port is added with the program statically, the report and leave packets will be discarded. The quick leave attribute takes no effect.
Enumerated type. Options: enable and disable.
Default: disable.
gemport gemport-id GEM port number. GEM ports of each PON port are numbered in a centralized way. GEM ports 0-127 are reserved for the private use of OMCI and GEM ports 4000-4095 serve as channels for special use. Numeral type. Range: 128-3999.
controlword Indicates the control word attribute. It is used to check the VLAN ID carried in the IGMP packet of a user. When this attribute is enabled, a user cannot watch the problem in an MVLAN if the VLAN ID carried in the user's IGMP packet is different from the multicast VLAN ID. When this attribute is disabled, the program in a VLAN is not restricted but the IPv6 program can not be watched. Enumerated type. Options: enable and disable.
Default: enable.
quickleave Indicates the quickleave attribute. If the attribute is enabled, when the IGMP port receives the leave packet, the mapping program is disabled at once. Enumerated type. Options: enable and disable.
Default: disable.

Modes

BTV Mode

Level

Administrator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the btv command to enter BTV mode.
  • After the IGMP subtending port is set, the system regards the subtended device as an IGMP user.
  • An IGMP upstream port cannot be set as the subtending port, and a subtending port cannot be set the IGMP upstream port.
  • If the specified physical channel (such as EPON ONT, Ethernet port, or GPON GEM port) is configured with multicast users, such a physical channel cannot be set as a multicast cascade port. A port that is set as a cascade port cannot be configured with multicast users.
  • The multicast cascade port configured on an EPON, Ethernet, or GPON service board must be configured with the service port that is assigned based on user-side VLAN. In addition, the user-side VLAN ID, upstream VLAN ID, and MVLAN ID of this service port must be the same.
  • In the snooping mode, when multicast cascade ports whose fast leave attribute is disabled exist, it is recommended that you enable the query proxy function. You can run the display igmp cascade-port(distributing-mode) command to query the fast leave attribute of multicast cascade ports and run the igmp query-proxy command to set the query proxy function.
  • Before specifying a port as a multicast cascade port, you must specify the role of this port or the board of this port. You can run the network-role command to set the role.
    • In the case of ethernet star cascade network topology, you must set the role of the board or port to cascade.
    • In the case of MSTP/RRPP ring network topology, you must set the role of the board or port to upstream.
  • The following introduces the quick leave attribute of the subtending port.
    • If the attribute is enabled, when the IGMP port receives the leave packet, the program is disabled at once.
    • If the attribute is disabled, when the IGMP port receives the leave packet, the system sends the specific group query packet, and waits for a certain period. If the system does not receive the reply from the user within the specified period, it disconnects the user. Enabling the quick leave attribute reduces the interaction of the IGMP packets, and saves the bandwidth resources.
    • If the lower layer device does not support the IGMP leave packet proxy, when the system disconnects a user, the other users who order the same program are disconnected too. Therefore, it is recommended that when the quick leave attribute is enabled on the IGMP subtending port, the lower layer device should use the IGMP proxy function, or switch to the IGMP snooping mode and enable the IGMP leave packet proxy function.
  • After the multicast cascade port is configured, by default, the system adds this cascade port to all MVLANs; however, when you run the display vlan command to query the port in the MVLAN, the information about the multicast cascade port cannot be queried. You can run the display vlan command to query this multicast cascade port only after running the port vlan command to add this cascade port as the upstream port of the MVLAN.
  • IGMP cascading and PIM on a port must not be configured at the same time.
  • In PIM mode, the system discards IGMP packets that do not match a multicast program on the cascade port.

Example

To set port 0/19/0 as the IGMP subtending port, and enable the static and quickleave attributes, do as follows:
huawei(config-btv)#igmp cascade-port
{ frameid/slotid/portid<S><Length 5-18>|modify<K> }:0/19/0
{ <cr>|controlword<K>|gemport<K>|mismatch<K>|quickleave<K>|static<K> }:
static
{ static<E><disable,enable> }:enable
{ <cr>|controlword<K>|mismatch<K>|quickleave<K> }:quickleave
{ quickleave<E><disable,enable> }:enable
{ <cr>|controlword<K>|mismatch<K> }:

  Command:
          igmp cascade-port 0/19/0 static enable quickleave enable
To disable the quickleave attribute of IGMP subtending port 0/19/0, do as follows:
huawei(config-btv)#igmp cascade-port
{ frameid/slotid/portid<S><Length 5-18>|modify<K> }:modify
{ frameid/slotid/portid<S><Length 5-18> }:0/19/0
{ controlword<K>|gemport<K>|mismatch<K>|quickleave<K>|static<K> }:quick
leave
{ quickleave<E><disable,enable> }:disable

  Command:
          igmp cascade-port modify 0/19/0 quickleave disable
To delete the IGMP subtending port set on port 0/19/0, do as follows:
huawei(config-btv)#undo igmp cascade-port
{ frameid/slotid/portid<S><Length 5-18> }:0/19/0
{ <cr>|gemport<K> }:

  Command:
          undo igmp cascade-port 0/19/0

Tuesday, January 10, 2017

The Multicast Configuration of display igmp cascade-port(distributing-mode)

Function Description

Multicast refers to the point-to-multipoint communication between a certain node and all other nodes in the network. The core of the multicast technology is to duplicate the packets at the place nearest to the receiver, thus lowering the multicast traffic on the network.

Controllable multicast allows an access device to determine if a user has the authority to watch programs by identifying the user request packets. In this way, the access device controls and forwards the multicast services. The MA5680T/MA5683T/MA5608T provides the IPTV service by using the multicast technology. By using controllable multicast, the access device manages and controls multicast users. This helps to meet the requirements of the carriers for video services provisioning, and to enable the multicast services to be operable and manageable.

Function

This command is used to query broadcast cascading port information. To obtain the information about the number of programs on the broadcast cascading port, static join attribute, quick leave attribute, match mode, and control word in the system, run this command.

Format

display igmp cascade-port { all | frameid/slotid/portid }
display igmp cascade-port frameid/slotid/portid [ gemport gemport-id ]

Parameters

Parameter Description Value
all Indicates that the information about all IGMP cascade port is queried. -
frameid/slotid/portid Indicates the subrack ID, slot ID, and port ID. Enter a slash (/) between the subrack, slot, and port IDs. When you need to query the information about the specified IGMP cascade port, use this parameter.
You can query the program list on the cascade port.
Please see Differences Between Shelves.
gemport gemport-id GEM port number. GEM ports of each PON port are numbered in a centralized way. GEM ports 0-127 are reserved for the private use of OMCI and GEM ports 4000-4095 serve as channels for special use. Numeral type. Range: 128-3999.

Modes

Privilege mode, BTV mode, MVLAN mode

Level

Operator level

Usage Guidelines

  • Run the config command to enter global config mode, and then run the btv command to enter BTV mode.
  • Run the config command to enter global config mode, and then run the multicast-vlan command to enter MVLAN mode. Or in BTV mode, run the multicast-vlan command to enter MVLAN mode.
  • The user of the lower-layer cascaded device can watch the program only when the program is added to the program library of both the upper-layer cascade device and the lower-layer cascaded device.

Example

To query the information about all multicast cascade ports, do as follows:
huawei#display igmp cascade-port all     
  ------------------------------------------------------------------------
  Cascade Port | Active  |  Static |  Quick  |  Mismatch   |  All-program 
               | program |  join   |  leave  |  process    |  static-join 
  ------------------------------------------------------------------------
  0/9/0            0        enable    disable   transparent   disable
  ------------------------------------------------------------------------
  Total: 1
To query the information about GPON IGMP cascade port 0/3/0, do as follows:
huawei#display igmp cascade-port 0/3/0 gemport 150                                    
  -------------------------------------------------
  Cascade port                  : 0/3/0/150
  Active program                : 4
  Static join                   : disable
  Quick leave                   : disable
  Mismatch process              : transparent
  Control word                  : enable
  All-program static-join       : -
  -------------------------------------------------
  VLAN  |    IGMP     |  IGMP V2 router   |  Active
        |   version   |present timer(0.1s)| program
  -------------------------------------------------
  1           V3             0                 4
  -------------------------------------------------
  Total: 1
To query the information about multicast cascade port 0/19/0 when the system supports the IPv6 multicast feature, do as follows:
huawei(config-btv)#display igmp cascade-port 0/19/0
  ----------------------------------------------------------------------------
  Cascade port                  : 0/19/0
  Active program                : 4
  Static join                   : disable
  Quick leave                   : disable
  Mismatch process              : transparent
  Control word                  : enable
  All-program static-join       : disable
  ----------------------------------------------------------------------------
  VLAN |  IGMP   |  IGMP V2 router   |IGMP IPv6| IGMP IPv6 V1 router | Active 
       | version |present timer(0.1s)| version | present timer(0.1s) | program
  ----------------------------------------------------------------------------
  1        V3            0                V2             0             4
  ----------------------------------------------------------------------------
  Total: 1

System Response

Monday, January 2, 2017

The Port Bind Configuration of bind(distributing-mode)

Function

This command is used to bind an IP address to a service port. To specify a permitted IP address for a service port, run this command. After the IP address is successfully bound to a service port, the device allows only upstream packets whose source IP address is the bound IP address to pass.
The undo bind command is used to unbind an IP address from a service port. After the IP address is unbound from the service port, the device does not filter upstream packets by source IP address.

Format

bind ip atm frameid/slotid/portid vpi vpi vci vci [ single-service ] ip-addr [ ipmasklength ]
bind ip { adsl | shdsl } frameid/slotid/portid { vpi vpi vci vci { single-service | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] } | autosense } ip-addr [ ipmasklength ]
bind ip eth frameid/slotid/portid { stream | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] } ip-addr [ ipmasklength ]
bind ip vdsl frameid/slotid/portid { stream | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] | autosense } ip-addr [ ipmasklength ]
bind ip vdsl frameid/slotid/portid vpi vpi vci vci { single-service | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] } ip-addr [ ipmasklength ]
bind ip service-port index { ip-addr [ ipmasklength ] | ipv6-addr/prefix-length }
bind ip gpon frameid/slotid/portid gemport gemportid [ user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] ] ip-addr [ ipmasklength ]
undo bind ip service-port index { ip-addr | all | ipv6-addr/prefix-length }
undo bind ip gpon frameid/slotid/portid [ gemport gemportid [ { user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] } ] { ip-addr [ ipmasklength ] | all } ]
undo bind ip { adsl | shdsl | vdsl | atm | eth } frameid/slotid/portid all
undo bind ip { adsl | shdsl } frameid/slotid/portid { vpi vpi vci vci [ single-service | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p ] | autosense } { ip-addr [ ipmasklength ] | all }
undo bind ip atm frameid/slotid/portid { all | vpi vpi vci vci [ single-service ] { ip-addr [ ipmasklength ] | all } }
undo bind ip eth frameid/slotid/portid [ user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] ] { ip-addr [ ipmasklength ] | all }
undo bind ip vdsl frameid/slotid/portid [ user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] | autosense ] { ip-addr [ ipmasklength ] | all }
undo bind ip vdsl frameid/slotid/portid vpi vpi vci vci [ single-service | user-encap user-encap | user-vlan { untagged | user-vlanid } | user-8021p user-8021p [ user-vlan user-vlanid ] ] { ip-addr [ ipmasklength ] | all }

Parameters

Parameter Description Value
ip Indicates the IP address. -
adsl Binds an ADSL service port to an IP address. To access the network in the ADSL mode, use this parameter. -
shdsl Binds an SHDSL service port to an IP address. To access the network in the SHDSL mode, use this parameter. -
atm Binds an ATM service port to an IP address. To access the network in the ATM mode, use this parameter. -
eth Binds an ETH port to an IP address. To access the network in the ETH mode, use this parameter. -
vdsl Binds a VDSL2 service port to an IP address. To access the network in the VDSL2 mode, use this parameter. -
gpon Binds a GPON service port to an IP address. To access the network in the GPON mode, use this parameter. -
frameid/slotid/portid Indicates the subrack ID, slot ID, and port ID. Enter a slash (/) between the subrack, slot, and port IDs. To specify the physical port to which a service port belongs, use this parameter. Please see Differences Between Shelves.
vpi vpi Indicates VPI value of the service port. Identifies a virtual path when used with the VCI value.
Numeral type. Range:
  • xDSL board. Range: 0-255.
  • Other boards. Range: 0-4095.
vci vci Indicates VCI value of the service port. Identifies a virtual path when used with the VPI value.
  • Numeral type. xDSL board. Range: 32-255.
  • Numeral type. Other boards. Range: 32-65535.
single-service When the port type is single service port for single service, use this parameter. -
autosense When a service port needs to automatically learn user-side VPI/VCI, use this parameter. -
stream In the ETH or VDSL PTM access mode and for single port for single service, to bind a port to an IP address, use this parameter. -
user-vlan Indicates user-side VLAN of a service port. To bind an IP address to a service port whose user-side VLAN ID is specified, use this parameter. -
user-vlanid Indicates the VLAN ID. It uniquely identifies a VLAN. Numeral type. Range: 1-4095.
user-8021p user-8021p Indicates the user-side 802.1p priority of the service port. To bind an IP address to a service port whose user-side 802.1p priority is specified, use this parameter. Numeral type. Range: 0-7.
user-encap user-encap Indicates user-side encapsulation type of a service port. To bind an IP address to a service port whose user-side encapsulation type is specified, use this parameter. Enumerated type. Options: pppoe, ipoe.
untagged When the service port needs to carry multiple services and the services are differentiated by the user side VLAN, you can specify the packet type as untagged.
An untagged data packet does not contain the VLAN information.
-
ip-addr Indicates the IP address. Dotted decimal notation. It can be only a unicast IP address. IPv4 address format. Dotted decimal notation.
ipmasklength Indicates the length of an IP address mask. You can choose to specify the length or not. When the mask length is not specified, a single IP address is bound. When the mask length is specified, all IP addresses in the subnet that is specified by the IP address and the mask are bound. Numeral type. Range: 17-31.
ipv6-addr Indicates the IPv6 address. IPv6 address format. Colon hexadecimal notation. Range: 0:0::0-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ("::" indicates that the field value between them is 0).
prefix-length Indicates the subnet prefix length of the IPv6 address. It is used with ipv6-prefix to specify a destination subnet. Numeral type. Range: 1-64.
all Indicates that all service ports are unbound under a specified physical port from the IP address or a specified service port from all IP addresses is unbound. -
service-port index Indicates the service port ID. It uniquely identifies a service port.
Numeral type,Range:
  • SCUK/SCUL/SCUN:0-32767.
  • SCUB/SCUF:0-16383.
  • SCUH/SCUV:0-131071.
  • MCUD/MCUD1/MCUE:0-20479.
gemport gemportid Indicates the GEM port ID. GEM ports of each PON port are numbered in a centralized way. GEM ports 0-127 are reserved for the private use of OMCI and GEM ports 4000-4095 serve as channels for special use. Numeral type. Range: 128-3999.

Modes

Global config mode

Level

Operator level

Usage Guidelines

  • After an IP address is bound to a service port, the service forwarding module checks the source IP address of the packet sent from the user. If the source IP address (only the IPv6 prefix is matched for IPv6 packets and IPv6 addresses) of a user-side packet differs from all IP addresses that are bound to the receiving service port, the packet is discarded.
  • The IPv4 address bound to a service port must be a unicast IP address. An IPv4 address can be bound to a network segment with the length ranging from 17 bits to 32 bits or can be bound to an IPv4 address.
  • The IPv6 address bound to a service port must be a unicast IP address. An IPv6 address prefix with the length of 48 bits, 56 bits, 60 bits, or 64 bits, or an IPv6 address can be bound to a port. The IPv6 prefix bound to a port cannot have a length longer than 64 bytes.
  • The number of IP addresses that can be bound to a service port is limited. Each service port can be bound to a maximum of eight IPv4 addresses, four IPv4 address network segments, four IPv6 prefixes, or two IPv6 addresses. IPv4 and IPv6 share the hybrid service ports (resources) that support both IPv4 and IPv6 services. The resources occupied by each IPv6 prefix are twice that of an IPv4 address; the resources occupied by each IPv6 address are four times of that of an IPv4 address; the resources occupied by each IPv4 network segment are the same as that of an IPv4 address. Addresses can be bound only when the corresponding resources are available.
  • To ensure that DAD packets are transparently transmitted, bind a maximum of six static IPv4 addresses to a service port (one dynamic IPv6 address occupies resources of two static IPv4 addresses).
  • If a service port belongs to a bundle, the bound IP address takes effect to the entire bundle. All service ports in a bundle can be bound to a maximum of eight IPv4 addresses, four IPv4 network segments, four IPv6 prefixes, or two IPv6 addresses. For the bundle that contains hybrid service ports, the resources occupied by each IPv6 address are twice that of an IPv4 address. Addresses can be bound only when the corresponding resources are available.
  • Only H805GPBD supports IPv4 network segment binding. When bound to other boards, an IPv4 network segment is bound to the boards as multiple IPv4 addresses.

Example

To bind IP address 10.10.10.2 to the ADSL service port on physical port 0/3/0 with VPI/VCI of 0/35 and user-side VLAN of 100, do as follows:
huawei(config)#bind ip     
{ adsl<K>|atm<K>|eth<K>|gpon<K>|service-port<K>|shdsl<K>|vdsl<K> }:adsl         
{ frameid/slotid/portid<S><Length 5-18> }:0/3/0 
{ autosense<K>|vpi<K> }:vpi                                                     
{ vpi<U><0,255> }:0                                                            
{ vci<K> }:vci                                                                  
{ vci<U><32,65535> }:35                                                         
{ ip-addr<I><X.X.X.X>|single-service<K>|user-8021p<K>|user-encap<K>|user-vlan<K> }:user-vlan    
{ untagged<K>|user-vlanid<U><1,4095> }:100                                      
{ ip-addr<I><X.X.X.X> }:10.10.10.2                                              
{ <cr>|integer<U><0,32> }:                                                      
                                                                                
  Command:                                                                      
          bind ip adsl 0/3/0 vpi 0 vci 35 user-vlan 100 10.10.10.2      
To bind IP address 10.10.10.10 to the service port whose GEM port ID is 128 and is at port 0/3/0, do as follows:
huawei(config)#bind ip    
{ adsl<K>|atm<K>|eth<K>|gpon<K>|service-port<K>|shdsl<K>|vdsl<K> }:gpon         
{ frameid/slotid/portid<S><Length 5-18> }:0/3/0 
{ gemport<K> }:gemport                                                          
{ gemport<U><128,3999> }:128                 
{ ip-addr<I><X.X.X.X>|user-8021p<K>|user-vlan<K> }:10.10.10.10                   
{ <cr>|integer<U><0,32> }:                                                      
                                                                                
  Command:                                                                      
          bind ip gpon 0/3/0 gemport 128 10.10.10.10  
To bind IP addresses 10.10.20.0-10.10.20.7 to the ADSL service port on physical port 0/3/0 with VPI/VCI of 0/36, do as follows:
huawei(config)#bind ip     
{ adsl<K>|atm<K>|eth<K>|gpon<K>|service-port<K>|shdsl<K>|vdsl<K> }:adsl         
{ frameid/slotid/portid<S><Length 5-18> }:0/3/0
{ autosense<K>|vpi<K> }:vpi                                                     
{ vpi<U><0,255> }:0                                                            
{ vci<K> }:vci                                                                  
{ vci<U><32,65535> }:36                                                         
{ ip-addr<I><X.X.X.X>|single-service<K>|user-8021p<K>|user-encap<K>|user-vlan<K> }:single-service 
{ ip-addr<I><X.X.X.X> }:10.10.20.0                                             
{ <cr>|integer<U><0,32> }:29                                                    
                                                                                
  Command:                                                                      
          bind ip adsl 0/3/0 vpi 0 vci 36 single-service 10.10.20.0 29          
To unbind IP address 10.10.20.1 from the ADSL service port on physical port 0/3/0 with VPI/VCI of 0/36, do as follows:
huawei(config)#undo bind ip  
{ adsl<K>|atm<K>|eth<K>|gpon<K>|service-port<K>|shdsl<K>|vdsl<K> }:adsl         
{ frameid/slotid/portid<S><Length 5-18> }:0/3/0
{ all<K>|autosense<K>|vpi<K> }:vpi                                              
{ vpi<U><0,255> }:0                                                            
{ vci<K> }:vci                                                                  
{ vci<U><32,65535> }:36                                                         
{ all<K>|ip-addr<I><X.X.X.X>|single-service<K>|user-8021p<K>|user-encap<K>|user-vlan<K> }:single-service 
{ all<K>|ip-addr<I><X.X.X.X> }:10.10.20.1                                       
                                                                                
  Command:                                                                      
          undo bind ip adsl 0/3/0 vpi 0 vci 36 single-service 10.10.20.1 
To bind the IPv6 prefix 2001:DB8:0:CD30::/64 to service port 0, do as follows:
huawei(config)#bind ip     
{ adsl<K>|atm<K>|eth<K>|gpon<K>|service-port<K>|shdsl<K>|vdsl<K> }:service-port
{ index<U><0,32767> }:0
{ ip-addr<I><X.X.X.X>|x:x::x:x/m<IPV6><X:X::X:X/M> }:2001:DB8:0:CD30::/64

  Command:
          bind ip service-port 0 2001:DB8:0:CD30::/64

System Response

Monday, December 26, 2016

Board Transparent Transmission Channel Commands on emac encrypt display portmode(debugging)

Function

This command is used to query the encryption mode of a specified PON port.

Format

emac encrypt display portmode { oltid }

Parameters

Parameter Description Value
oltid Indicates the port ID. Please see Differences Between Shelves.

Modes

Diagnose mode, GPBD, GPON 

Level

Operator level

Usage Guidelines

Before running this command, run the transparent on(diagnose) command to enter transparent transmission channel mode.

Example

To query the encryption mode of PON port 0, do as follows:
huawei(diagnose)%%emac encrypt display portmode
 { OLTID:<0..7>[0] }:0
EncryptionMode:    None

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
    EncryptionMode
    Indicates the encryption mode.
    • None: Indicates that the PON port is not encrypted.
    • AES128: Indicates the AES128 encryption mode.
    • Triple churning(CTC): Indicates the triple churning encryption mode.
More blog:

Wednesday, December 21, 2016

ONT Backup Power Management Profile Configuration on display ont power-shedding-profile

Function

This command is used to query the information about an optical network terminal (ONT) backup power management profile. Service running status on an ONT after the ONT is powered off are configured in the ONT(like HG8245H) backup power management profile. The profile is used to control the service running status on an ONT after the ONT is powered off.

Format

display ont power-shedding-profile { all | profile-id profile-id-value | profile-name profile-name-value }

Parameters

Parameter Description Value
all Queries the basic information about all the ONT backup power management profiles, including profile ID, profile name, and bound times.. -
profile-id profile-id-value Queries the detailed information about a specific ONT backup power management profile based on the ID. Numeral type. Range: 1-16.
profile-name profile-name-value Queries the detailed information about a specific ONT backup power management profile based on the name. Character string type, a string of 1-32 characters.

Modes

Privilege mode, GPON mode, diagnose mode

Level

Operator level

Usage Guidelines

  • Run the configcommand to enter the global config mode, and then run the interface gpon command to enter GPON mode.
  • In the privilege mode or global config mode, run the diagnose command to enter the Diagnose mode.
  • You can run the ont power-shedding-config(gpon) command to bind an ONT to the profile after the ONT backup power management profile that meets the service requirements is obtained.

Example

To query the information about all the ONT backup power management profiles, do as follows:
huawei#display ont power-shedding-profile                  
{ all<K>|bound-info<K>|profile-id<K>|profile-name<K> }:all                                    
                                                                                
  Command:
          display ont power-shedding-profile all
 ----------------------------------------------------------------------------
 Profile ID    Profile name                                Binding times
 ----------------------------------------------------------------------------
 1             power-shedding-profile_1                    0
 2             power-shedding-profile_2                    0
 3             power-shedding-profile_3                    0
 4             power-shedding-profile_4                    0
 5             power-shedding-profile_5                    0
 6             abc                                         0
 ----------------------------------------------------------------------------
To query the information about ONT backup power management profile 5, do as follows:
huawei#display ont power-shedding-profile                                    
{ all<K>|bound-info<K>|profile-id<K>|profile-name<K> }:profile-id                             
{ profile-id-value<U><1,16> }: 5                                                      
                                                                                
  Command:
          display ont power-shedding-profile profile-id 5
 ---------------------------------------------------------------------
 Profile ID    : 5
 Profile name  : power-shedding-profile_5
 Binding times : 0
 ---------------------------------------------------------------------
 Data class shedding interval                  : 5 (second)
 Voice class shedding interval                 : 4 (second)
 Video overlay class shedding interval         : Immediate down
 Video return class shedding interval          : Disable
 DSL class shedding interval                   : Disable
 ATM class shedding interval                   : Disable
 CES class shedding interval                   : Disable
 Frame class shedding interval                 : Disable
 Sdh-sonet class shedding interval             : Disable
 Service restore interval after power restore  : Immediate restore
 ---------------------------------------------------------------------

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
    Profile ID Indicates the ID of an ONT backup power management profile.
    Profile name Indicates the name of an ONT backup power management profile.
    Binding times Indicates the times the ONT backup power management profile is bound.
    Data class shedding interval Indicates the hold time of the data service. Unit: s. You can run ont power-shedding-profile add command to set this parameter. 0 maps Disable, and 1 maps Immediate down.
    Voice class shedding interval Indicates the hold time of the voice service.
    Video overlay class shedding interval Indicates the hold time of the video overlay service.
    Video return class shedding interval Indicates the hold time of the video transmitting service.
    DSL class shedding interval Indicates the hold time of the DSL service.
    ATM class shedding interval Indicates the hold time of the ATM service.
    CES class shedding interval Indicates the hold time of the CES service.
    Frame class shedding interval Indicates the hold time of the non-Ethernet data service.
    Sdh-sonet class shedding interval Indicates the hold time of the Sdh-sonet service.
    Service restore interval after power restore Indicates the interval for service restoring after the power supply recovers.  
More related:

Wednesday, December 14, 2016

GPON Global Parameter Configuration about gpon base-gemport

Function

This command is used to configure the start GEM port of GPON ports. When you need to configure the index range of the GEM ports of the GPON port, run this command. After the configuration is successful, if the rate limitation mode of the GPON port is port-cos, the indexes for the GEM ports of the GPON port range from "the value configured" to "the value configured + 255".

Format

gpon base-gemport base-gemportid

Parameters

Parameter Description Value
base-gemportid Configures the start GEM port. Numeral type. Range: 128-3872.
Default: 128.

Level

Operator level

Usage Guidelines

  • The start index of the GEM port is valid only when the rate limitation mode of the GPON port is port-cos. In this case, only 256 GEM ports can be configured on the GPON port, and the index ranges from "the value configured" to "the value configured + 255".
  • When the rate limitation mode of a GPON port is port-cos and the port has been configured with GEM ports, the index of the start GEM port cannot be modified.
  • When the GPON port is configured with a traffic profile to limit the port rate, the index of the start GEM port cannot be modified.
  • You can run the command display base-gemport to query the start GEM port of GPON ports.

Example

To configure the start GEM port of GPON ports to GEM port 150, do as follows:
huawei(config)#gpon base-gemport                                                
{ base-gemportid<U><128,3872> }:150                                             
                                                                                
  Command:                                                                      
          gpon base-gemport 150    

GPON Global Parameter Configuration about display xpon ont-interoperability-mode

Function

This command is used to query the GPON ONT interoperability mode, control mode of the GPON ONT controllable multicast, GPON T-CONT PQ priority reverse function, and configuration mode of the ONT WAN port.

Format

display xpon ont-interoperability-mode gpon [ vendor { vendor-id | hex vendor-id } [ equipment { equipment-id | hex equipment-id } [ software-version software-version ] ] ]

Parameters

Parameter Description Value
gpon Indicates the GPON mode. -
vendor {vendor-id | hex vendor-id } Select hexadecimal type or character string type in querying the information by the ONT vendor ID.
  • Character string type, a string of 1-4 characters.
  • Hexadecimal type, a string of 1-8 characters. Characters should be 0-9, a-f, or A-F.
equipment { equipment-id | hex equipment-id } Select hexadecimal type or character string type in querying the information by the ONT equipment ID.
  • Character string type, a string of 1-20 characters.
  • Hexadecimal type, a string of 1-40 characters. Characters should be 0-9, a-f, or A-F.
software-version software-version Query the information by the ONT software version. Character string type, a string of 1-14 characters.

Level

Operator level

Usage Guidelines

You can use the xpon ont-interoperability-mode gpon command to set the GPON ONT interoperability mode, control mode of the GPON ONT controllable multicast, GPON T-CONT PQ priority reverse function, and configuration mode of the ONT WAN port.

Example

To query the GPON ONT interoperability mode, control mode of the GPON ONT controllable multicast, information about the GPON T-CONT PQ priority reverse function, and configuration mode of the ONT WAN port, do as follows:
huawei#display xpon ont-interoperability-mode 
{ gpon<K> }:gpon
{ <cr>|vendor<K> }:
  
  Command:
          display xpon ont-interoperability-mode gpon
  -----------------------------------------------------------------------------
   ONT interoperability standard    : ITU-T
   ONT multicast-auth mode          : ONT control
   T-CONT PQ priority reverse switch: disable
   ONT WAN config mode              : set-after-create
  -----------------------------------------------------------------------------
   ONT vendor ID                    : HWTC(0X48575443)
   ONT equipment ID                 : -
   ONT software version information : -
   ONT interoperability standard    : CTC
   ONT multicast-auth mode          : ONT control
   ONT WAN config mode              : set-by-create
  -----------------------------------------------------------------------------
   The total of interoperability rules : 2               
  -----------------------------------------------------------------------------
To query the GPON ONT interoperability mode and the control mode of the GPON ONT multicast for the ONT with a vendor ID of HWTC, and configuration mode of the ONT WAN port, do as follows:
huawei(config)#display xpon ont-interoperability-mode
{ gpon<K> }:gpon
{ <cr>|vendor<K> }:vendor
{ hex<K>|vendor-id<S><Length 1-4> }:HWTC
{ <cr>|equipment<K> }:

  Command:
          display xpon ont-interoperability-mode gpon vendor HWTC
  -----------------------------------------------------------------------------
   ONT vendor ID                    : HWTC(0X48575443)
   ONT equipment ID                 : -
   ONT software version information : -
   ONT interoperability standard    : CTC
   ONT multicast-auth mode          : ONT control
   ONT WAN config mode              : set-by-create
  -----------------------------------------------------------------------------

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
    ONT interoperability standard Indicates the GPON ONT interoperability mode. Options: CTC, ITU-T, ITU-T G.988, ITU-T G.984, Eric V1 and Eric V2.
    ONT multicast-auth mode Indicates the control mode of the GPON ONT multicast. Options: ONT-control and OLT-control.
    T-CONT PQ priority reverse switch Indicates the GPON T-CONT PQ priority reverse function. Options: disable and enable.
    ONT WAN config mode Indicates the configuration mode of the ONT WAN port. Options: set-after-create and set-by-create.
    ONT vendor ID Indicates the vendor ID of the ONT. The characters in the parenthesis are hexadecimal characters. When the vendor ID contains invisible characters, only the corresponding hexadecimal characters are displayed.
    ONT equipment ID Indicates the ONT equipment ID. The characters in the parenthesis are hexadecimal characters. When the equipment ID contains invisible characters, only the corresponding hexadecimal characters are displayed. When the equipment ID is not configured, "-" is displayed.
    ONT software version information Indicates the ONT software version information. When the ONT software version information is not configured, "-" is displayed.
More related:

Friday, December 9, 2016

Common ONT Management about clear statistics ont-line-quality

Function

This command is used to clear the line quality statistics of an optical network terminal (ONT). Before collecting the line quality statistics of an ONT within a period of time, ensure that the original line quality statistics of the ONT are reset to zero. The items that can be queried by running the display statistics ont-line-quality command. After the performance statistics are cleared, the system collects the line quality performance statistics again.
NOTE:
  • The line quality performance statistics of the ONT cannot be restored after being cleared. Confirm the action before using the command.
  • This function can also be implemented by the reset statistics ont-line-quality command. Furthermore, its enhanced function will be implemented through the reset statistics ont-line-quality command. Therefore, it is recommended that you run the reset statistics ont-line-quality command.

Format

clear statistics ont-line-quality portid [ ontid ]

Parameters

Parameter Description Value
portid Indicates the ID of the PON port to which the line quality whose performance statistics are to be cleared belongs. Please see Differences Between Shelves.
ontid
Indicates the ID of the ONT port to which the line quality whose performance statistics are to be cleared belongs.
  • If you do not specify the ONT ID, the line quality statistics of all the ONTs connected to a PON port are cleared.
  • If you specify the ONT ID, the line quality statistics of the specified ONT connected to a PON port are cleared.
Numeral type. Range: varies with the board type.

Modes

GPON mode, EPON mode, GPBD

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.
  • Run the display statistics ont-line-quality command to check whether the line quality statistics are cleared.

Example

To clear the line quality statistics of all ONTs under GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#clear statistics ont-line-quality                    
{ portid<U><0,7> }:0           
{ <cr>|ontid<U><0,63> }:        
                                                                                
  Command:                                                                      
          clear statistics ont-line-quality 0                                   
To clear the line quality statistics of ONT 0 under GPON port 0/3/0, do as follows:
huawei(config-if-gpon-0/3)#clear statistics ont-line-quality                    
{ portid<U><0,7> }:0     
{ <cr>|ontid<U><0,63> }:0       
                                                                                
  Command:                                                                      
          clear statistics ont-line-quality 0 0                                 

System Response