NMS-EPON-ONU-BATCH-CONFIG: View SNMP OID List / Download MIB

VENDOR: PACIFIC BROADBANK NETWORKS


 Home MIB: NMS-EPON-ONU-BATCH-CONFIG
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 nmsEponOnuBatchConfig 1.3.6.1.4.1.11606.10.101.22
       nmsEponOnuConfigIndex 1.3.6.1.4.1.11606.10.101.22.1 integer read-write
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.
       nmsEponOnuConfigTable 1.3.6.1.4.1.11606.10.101.22.2 no-access
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
           nmsEponOnuConfigEntry 1.3.6.1.4.1.11606.10.101.22.2.1 no-access
A collection of certain ONU configuration. The ONU id can be read or set by nmsEponOnuConfigIndex.
               onuConfigSequenceNo 1.3.6.1.4.1.11606.10.101.22.2.1.1 integer read-only
ONU configuration command sequence number.
               onuConfigCommand 1.3.6.1.4.1.11606.10.101.22.2.1.2 octet string read-only
ONU configuration command value.
       onuConfigurationAdd 1.3.6.1.4.1.11606.10.101.22.3 octet string read-write
ONU configuration command set value. After this operation, buffer will be added, but the configuration won't work.
       onuCfgApplyLLIDs 1.3.6.1.4.1.11606.10.101.22.4 portlist read-write
ONU LLID list, which defines the ONU to be applied.
       onuCfgApplyAction 1.3.6.1.4.1.11606.10.101.22.5 integer read-write
While set to 1, all the configuration command in buffer will apply to device and the configuration works. Enumeration: 'apply': 1, 'no_action': 0.
       ounCfgApplyResult 1.3.6.1.4.1.11606.10.101.22.6 integer read-only
ONU configuraton appling result. Enumeration: 'processing': 1, 'reserved': 3, 'other': 2, 'success': 0.