MIB Viewer

reorderexternalSensorTableEntries

OBJECT-TYPE
1.3.6.1.4.1.13742.4.3.2
Access
read-write
Status
current
Source
PDU-MIB
Sub-identifiers
0
This is an operation. It has write-only semantics. GET operation will return the empty string. For SET operations, it specifies the new order of the externalSensorTable entries. a) The list must contain entries for each managed sensor, even if the sensor is not being moved. b) The list must not have more than 16 entries. c) 1 <= Valid sensorID <= 16 d) The length of the list is the value of the largest sensorID in the original (before the move) list of managed sensors. e) Each sensorID must appear only once in the list. f) If there are missing numbers in the original list of sensorIDs, then each missing number must be indicated by a comma. EXAMPLE 1: Managed sensors have IDs 1,2,3,4,5 Move 1 to 13; 2 to 8; 3 to 9; 4 is not moved; 5 moves to 2 Existing Position New Position 1 2 3 4 5 Since the largest sensorID before the move is 5, the length of the list is 5 Comma separated list is 13,8,9,4,2 EXAMPLE 2: Managed sensors have IDs 2,5,6,7,11 Sensor IDs 1,3,4,8,9,10 do not appear in the list. These positions must be indicated by commas. Move 2 to 13; 5 to 8; 6 to 9; 7 to 16; 11 does not move Existing Position New Position 2 5 6 7 11 Since the largest sensorID before the move is 11, the length of the list is 11 Comma separated list is ,13,,,8,9,16,,,,11
DisplayString