FD-SYSTEM-MIB :: operDeviceMap

MIB Reference — IPNetwork Monitor

All MIBsFD-SYSTEM-MIBoperDeviceMap

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.34592vendorCDATA-COMMON-SMI
1.3.6.1.4.1.34592.1ipProductCDATA-COMMON-SMI
1.3.6.1.4.1.34592.1.3eponCDATA-COMMON-SMI
1.3.6.1.4.1.34592.1.3.1systemInfoFD-SYSTEM-MIB
1.3.6.1.4.1.34592.1.3.1.8upgradeFD-SYSTEM-MIB
1.3.6.1.4.1.34592.1.3.1.8.9operDeviceMapFD-SYSTEM-MIB