NMS-EPON-ONU-BATCH-CONFIG

File: NMS-EPON-ONU-BATCH-CONFIG.mib (5188 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI Q-BRIDGE-MIB SNMPv2-TC

Imported symbols

Counter IpAddress OBJECT-TYPE
DisplayString nmsEPONGroup PortList
TruthValue RowStatus PhysAddress
DisplayString MacAddress

Defined Types

NMSEponOnuConfigEntry  
SEQUENCE    
  onuConfigSequenceNo INTEGER
  onuConfigCommand OCTET STRING

Defined Values

nmsEponOnuBatchConfig 1.3.6.1.4.1.3320.101.22
OBJECT IDENTIFIER    

nmsEponOnuConfigIndex 1.3.6.1.4.1.3320.101.22.1
ONU index, just LLID the same value as llidIfIndex in NMS-EPON-LLID.MIB. While setting, the buffer will be written into the corresponding ONU config information, you can read nmsEponOnuBatchConfigTable to get this configuration. After setting, the newly updating configuration of this ONU won't be upated to the buffer. When you set this value to 0, the buffer will be cleared, and nmsEponOnuConfigTable will be null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsEponOnuConfigTable 1.3.6.1.4.1.3320.101.22.2
A list of the ONU config table entries. The corresponding onu id will read/write to nmsEponOnuConfigIndex. Get-next and get-bulk operation is only supported
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSEponOnuConfigEntry

nmsEponOnuConfigEntry 1.3.6.1.4.1.3320.101.22.2.1
A collection of certain ONU configuration. The ONU id can be read or set by nmsEponOnuConfigIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSEponOnuConfigEntry  

onuConfigSequenceNo 1.3.6.1.4.1.3320.101.22.2.1.1
ONU configuration command sequence number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

onuConfigCommand 1.3.6.1.4.1.3320.101.22.2.1.2
ONU configuration command value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

onuConfigurationAdd 1.3.6.1.4.1.3320.101.22.3
ONU configuration command set value. After this operation, buffer will be added, but the configuration won't work.
Status: mandatory Access: write-only
OBJECT-TYPE    
  OCTET STRING  

onuCfgApplyLLIDs 1.3.6.1.4.1.3320.101.22.4
ONU LLID list, which defines the ONU to be applied.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PortList  

onuCfgApplyAction 1.3.6.1.4.1.3320.101.22.5
While set to 1, all the configuration command in buffer will apply to device and the configuration works.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER no-action(0), apply(1)  

ounCfgApplyResult 1.3.6.1.4.1.3320.101.22.6
ONU configuraton appling result.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER success(0), processing(1), other(2), reserved(3)