|
|
Description:
|
iswSyslogAdditionalServerStatusBitmap OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Status bitmap of the additional syslog server. Starting from the least significant bit (rightmost),
(This mask is shared no matter which index is set.)
e.g.
4 (Dec) = 0x04(Hex) = b'0000 0100' indicates that additional server 2 is off.
12 (Dec) = 0x0C(Hex) = b'0000 1100' indicates that additional server 2, 3 are off.
60 (Dec) = 0x3C(Hex) = b'0011 1100' indicates that additional server 2, 3, 4 and 5 are off.
508(Dec) = 0x1FC(Hex) = b'0001 1111 1100' indicates that additional server 2 ~ 8 are off. (same as 0xFFFFFFFF)"
|
|
|
|