hwBatchQueryParameter

HUAWEI-BULKSTATISTICS-MIB · .1.3.6.1.4.1.2011.6.103.4.1.2.1.3

Object

column r/w OctetString
Indicates the batch query parameter to set. The parameter is in the TLV format and supports a maximum of 255 characters. 
The format of the TLV is shown in the following figure.                             
The batch query can be based on board, port, or specific fields. 
---------------------------------------------------------
| TOTAL-LENGTH | TLV-TYPE  |  TLV-LENGTH  |  TLV-VALUE  | 
---------------------------------------------------------
               | TLV-TYPE  |  TLV-LENGTH  |  TLV-VALUE  | 
               ------------------------------------------                
               |   .................................    |
               |-----------------------------------------
               | TLV-TYPE  |  TLV-LENGTH  |  TLV-VALUE  | 
               ------------------------------------------
TOTAL-LENGTH occupies two bytes to store the whole length of all the TLV, including TOTAL-LENGTH itself.
TLV-TYPE occupies two bytes to store the TLV type. 
TLV-LENGTH occupies two bytes to store the TLV length, which indicates the bytes TLV-VALUE occupies.                                   
TLV-VALUE is the content of the TLV.        
              
For example, 00.0B.01.00.00.05.00.0C.02.00.02 indicates querying the multicast forwarding entries for ONT 2 based on subrack ID/slot ID/port ID 0/12/2.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.0B       |
--------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value     |
|    01.00    |     00.05     |  00.0C.02.00.02  |
--------------------------------------------------  
TLV total length:
  00.0B: the total length of the TLV is 11 Bytes.
TLV1:
  01.00: indicates a query based on ONT.
  00.05: the length of the TLV1 value is 5 Bytes
  00.0C.02.00.02: indicates a query on the ONT 2 connected to port 0/12/2.
              
For example, 00.0F.01.01.00.09.00.0C.02.00.02.00.01.00.01 indicates querying the multicast forwarding entries for ETH port 1 on ONT 2 connected to port 0/12/2.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.0F       |
--------------------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value                 |
|    01.01    |     00.09     |  00.0C.02.00.02.00.01.00.01  |
--------------------------------------------------------------  
TLV total length:
  00.0F: the total length of the TLV is 15 Bytes.
TLV1:
  01.01: indicates a query based on a port on the ONT. Currently, only the ETH type is supported. 
  00.09: the length of the TLV1 value is 9 Bytes
  00.0C.02.00.02.00.01.00.01: indicates the query for ETH port 1 on ONT 2 connected to port 0/12/2.
                
For example, 00.0A.01.01.00.04.00.00.0A.02 indicates that the dynamic MAC address is queried by port and frame ID/slot ID/port ID is 0/10/2.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.0A       |
--------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value     |
|    01.01    |     00.04     |  00.00.0A.02     |
--------------------------------------------------  
TLV total length:
  00.0A: indicates that the total length of the TLV is 10 bytes.
TLV1:
  01.01: indicates the mode by which a dynamic MAC address is queried. 257 indicates that the dynamic MAC address is queried by port.
  00.04: indicates that the length of the TLV1 value is 4 bytes.
  00.00.0A.02: indicates a query on port 0/10/2.
              
For example, 00.0A.01.03.00.04.00.02.FF.FF indicates that the dynamic MAC address is queried by VLAN and the VLAN ID is 2.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.0A       |
--------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value     |
|    01.03    |     00.04     |  00.02.FF.FF     |
--------------------------------------------------  
TLV total length:
  00.0A: indicates that the total length of the TLV is 10 bytes.
TLV1:
  01.03: indicates the mode by which a dynamic MAC address is queried. 259 indicates that the dynamic MAC address is queried by VLAN.
  00.04: indicates that the length of the TLV1 value is 4 bytes.
  00.02: indicates a query on VLAN ID 2.
  FF.FF: indicates reserved bytes.
              
For example, 00.0A.01.07.00.04.00.00.00.01 indicates that the dynamic MAC address is queried by serivce port and the service-port ID is 1.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.0A       |
--------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value     |
|    01.07    |     00.04     |  00.00.00.01     |
--------------------------------------------------  
TLV total length:
  00.0A: indicates that the total length of the TLV is 10 bytes.
TLV1:
  01.07: indicates the mode by which a dynamic MAC address is queried. 263 indicates that the dynamic MAC address is queried by service port.
  00.04: indicates that the length of the TLV1 value is 4 bytes.
  00.00.00.01: indicates a query on service-port ID 1.
                
For example, 00.13.01.00.00.05.00.00.01.01.01.01.01.00.04.00.00.00.04 indicates that the XDSL subcarriers is queried by port,and frame ID/slot ID/port ID is 0/1/1,
the direction of the subcarrier is upstream.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.13       |
--------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value     |
|    01.00    |     00.05     |  00.00.01.01.01  |
--------------------------------------------------
|  TLV2 type  |  TLV2 length  |   TLV2 value     |
|    01.01    |     00.04     |  00.00.00.04     |
--------------------------------------------------   
TLV total length:
  00.13: indicates the total length of the TLV is 19 bytes.
TLV1:
  01.00: indicates the port and upstream or downstream direction of the subcarrier.
  00.05: indicates the length of the TLV1 value is 5 bytes.
  00.00.01.01.01: indicates a query on frame 0 slot 1 port 1,the subcarrier direction is upstream.
                
TLV2:
  01.01: indicates the type of this query.
  00.04: indicates that the length of the TLV2 value is 4 bytes.
  00.00.00.04: indicates the type is Quiet Line Noise values.
  TLV2 value is subcarrier type,each bit represents one type,the subcarrier type is as follows:
  bit0 :real component of HLIN
  bit1 :imaginary component of HLIN 
  bit2 :Hlog
  bit3 :Quiet Line Noise
  bit4 :SNR Margin. 
  bit5 :the bits allocation per subcarrier
  bit6 :the gain allocation per subcarrier
  bit7 :the TxPSD per subcarrier.
  bit8 :the SnrMargin per subcarrier.
  bit9 :Quiet Line Noise with vector
  bit10:the RMC bits allocation per subcarrier
              	  
For example, 00.10.01.FF.00.0A.00.00.00.00.00.00.00.00.00.00 indicates that the ont wifi used state and attached AP Info is queried by FramID and the FramID is 0.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.10       |
--------------------------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value                       |
|    01.FF    |     00.0A     |  00.00.00.00.00.00.00.00.00.00     |
--------------------------------------------------------------------  
TLV total length:
  00.10: indicates that the total length of the TLV is 16 bytes.
TLV1:
  01.FF: indicates a query based on frame. 
  00.0A: indicates that the length of the TLV1 value is 10 bytes.
  00.00.00.00.00.00.00.00.00.00: indicates a query on frame ID 0. 
                
For example, 00.1A.01.00.00.14.00.00.00.0A.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00 indicates that the burst traffic detection info is queried by instance ID and instance ID is 10.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.1A       |
---------------------------------------------------------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value                                                      |
|    01.00    |     00.14     |  00.00.00.0A     |00.00.00.00.00.00.00.00.00.00.00.00.00.00.00.00 |
---------------------------------------------------------------------------------------------------  
TLV total length:
  00.1A: indicates that the total length of the TLV is 26 bytes.
TLV1:
  01.00: indicates the type of this query.
  00.14: the length of the TLV1 value is 20 bytes.
  00.00.00.0A: indicates a query on instance ID 10.
  00.00.00.00.00.00.00.00: indicates the start time and date of quering instance ID 10.
  00.00.00.00.00.00.00.00: indicates the end time and date of quering instance ID 10.  
              
For example, 00.16.01.00.00.10.00.0A.02.00.01.00.00.00.00.00.00.00.00.00.00.00.00 indicates that the ont  pots port info is queried by frame ID/slot ID/port ID is 0/10/2 or frame ID/slot ID/port ID is 0/10/2 and ontid is 1.
The parameter description is as follows:
----------------------
|  TLV total length  |
|        00.16       |
---------------------------------------------------------------------------------------------------
|  TLV1 type  |  TLV1 length  |   TLV1 value                                                      |
|    01.00    |     00.10     |  00.0A.02.00.01.FF.FF.FF.FF.FF.FF.FF.FF.FF.FF.FF                  |
---------------------------------------------------------------------------------------------------  
TLV total length:
  00.16: indicates that the total length of the TLV is 22 bytes.
TLV1:
  01.00: indicates the type of this query.
  00.10: the length of the TLV1 value is 16 bytes.
  00.0A.02: indicates a query on port 0/10/2.
  00.01:indicates a query on ont.
  FF.FF.FF.FF.FF.FF.FF.FF.FF.FF.FF: indicates the reserve field.

Context

MIB
HUAWEI-BULKSTATISTICS-MIB
OID
.1.3.6.1.4.1.2011.6.103.4.1.2.1.3
Type
column
Access
readwrite
Status
current
Parent
hwBatchQuerySetEntry
Table
hwBatchQuerySetTable
Siblings
3

Syntax

OctetString

Values & Constraints

Object Constraints
range: 1-256

Related Objects

Sibling Objects