rdwrSyslogServerFacility
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.1.173.1.5
Object
column mandatory
r/w
Enumeration
The SYSLOG Priority value is calculated by multiplying the Facility number by 8 and then adding the numerical value of the Severity.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.1.173.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rdwrSyslogServerEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rdwrSyslogServerFacility'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rdwrSyslogServerFacility.<rdwrSyslogServerAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADWARE-MIB::rdwrSyslogServerFacility'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | kernelMsg |
1 | userLevelMsg |
2 | mailSystem |
3 | systemDaemons |
4 | authorization |
5 | syslogdMessages |
6 | linePrinter |
7 | networkNews |
8 | uucp |
9 | clockDaemon1 |
10 | security |
11 | ftpDaemon |
12 | ntpSubsystem |
13 | logAudit |
14 | logAlert |
15 | clockDaemon2 |
16 | local0 |
17 | local1 |
18 | local2 |
19 | local3 |
20 | local4 |
21 | local5 |
22 | local6 |
23 | local7 |