operDeviceMap
FD-SYSTEM-MIB ·
.1.3.6.1.4.1.34592.1.3.1.8.9
Object
scalar
r/w
OctetString
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.
Context
- MIB
- FD-SYSTEM-MIB
- OID
.1.3.6.1.4.1.34592.1.3.1.8.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- upgrade
- Siblings
- 10
Syntax
OctetString
Values & Constraints
Object Constraints
range: 10-10
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ftpServerIp The host IP Address on which FTP server running and this
host will be used as the server to do FTP operation | scalar | OctetString | .1.3.6.1.4.1.34592.1.3.1.8.1 |
| upgradeStatus Upgrade process status | scalar | Enumeration | .1.3.6.1.4.1.34592.1.3.1.8.10 |
| upgradeOperation This object defines an operation collection, which are
used to do downlaod,upgrade or get file(upload) operations. | scalar | Enumeration | .1.3.6.1.4.1.34592.1.3.1.8.11 |
| ftpProgress Description. | scalar | percent SNMPv2-SMIInteger32 | .1.3.6.1.4.1.34592.1.3.1.8.12 |
| ftpServerUserName The user name used to access ftp server | scalar | OctetString | .1.3.6.1.4.1.34592.1.3.1.8.2 |
| ftpServerUserPasswd The user password which will be used to access ftp server | scalar | OctetString | .1.3.6.1.4.1.34592.1.3.1.8.3 |
| ftpOperFileName The file name which will be download to or upload from
device. When the operation is download, the operation
file should located on the host; When the operation is
upload the file… | scalar | OctetString | .1.3.6.1.4.1.34592.1.3.1.8.4 |
| ftpOperTarget The operate target, which are device firmware or configuration
file.
When do upgrade or download,one of these file targets
should be selected to operate.
… | scalar | Enumeration | .1.3.6.1.4.1.34592.1.3.1.8.6 |
| dwLoadFileCrcCheck This object is used to indicate the target device
should or not to do crc check operation,if 'checkCrc'
the operator should give the download file's crc
calculate result on the … | scalar | Enumeration | .1.3.6.1.4.1.34592.1.3.1.8.7 |
| dwLoadFileCrcValue CRC value of the download file, this value will be used to
compare with the CRC result calculated by the firmware running
on device to check if error occurred during file transmi… | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.34592.1.3.1.8.8 |