All MIBs › FD-SYSTEM-MIB › operDeviceMap
operDeviceMap
Module: FD-SYSTEM-MIB
OID (symbolic): FD-SYSTEM-MIB::operDeviceMap
OID (numeric): 1.3.6.1.4.1.34592.1.3.1.8.9
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: This object defines the upgrade or download device objects,when do upgrade operation
one or more device can be selected as operate objects. The data format defined as
following:
---------------------------------
| slot | olt | onu |
---------------------------------
1byte 1byte 8byte
All these 10 bytes used as bit map for device selecting, when selected set the
according bit to 1, else set to 0
The bit sequence in each used from low to high:
For example:
slot:0000 0101, select slot 1 and 3, dont select slot 2 and 4 and others(reserved)
olt: 0000 0011 select olt(pon port) 1 and 2, dont select others(reserved)
onu: byte[0] map to onuId 1~8; byte[1] map to onuId 9~16,...,
byte[7] map to onuId 56~63
Bit map in byte[0]: b0~b7 map to onuId1~onuId8, etc.What is operDeviceMap?
10-byte bitmap selecting which slots, OLT (PON) ports, and ONUs an upgrade/download operation targets -- byte 0 is slots, byte 1 is OLT ports, and the remaining 8 bytes cover up to 64 ONUs, one bit per ONU.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.34592.1.3.1.8.9 snmpwalk -v2c -c public <target> FD-SYSTEM-MIB::operDeviceMap
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.34592.1.3.1.8.9.1 snmpget -v2c -c public <target> FD-SYSTEM-MIB::operDeviceMap.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.34592.1.3.1.8.9.1 s <value>
Start monitoring C-Data FD-series OLT (system identity/firmware) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the FD-SYSTEM-MIB::operDeviceMap OID value, configure state conditions and alerts, and monitor any C-Data FD-series OLT (system identity/firmware) from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.34592 | vendor | CDATA-COMMON-SMI |
| 1.3.6.1.4.1.34592.1 | ipProduct | CDATA-COMMON-SMI |
| 1.3.6.1.4.1.34592.1.3 | epon | CDATA-COMMON-SMI |
| 1.3.6.1.4.1.34592.1.3.1 | eponMIB | CDATA-EPON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.34592.1.3.1.8 | upgrade | FD-SYSTEM-MIB |
| 1.3.6.1.4.1.34592.1.3.1.8.9 | operDeviceMap | FD-SYSTEM-MIB |