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.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>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-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 | systemInfo | FD-SYSTEM-MIB |
| 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 |