extremeRemoteSyslogServerSeverity
EXTREME-SERVICES-MIB ·
.1.3.6.1.4.1.1916.1.26.1.1.1.5
Object
column r/w
Bits
The syslog message severity. All syslog messages of the specified severity for which the Bits are set, will be sent to this syslog server. When setting this object in a 'createAndGo' request, all lower bits upto and including the desired bit position must be set. For example, if bit info(4) needs to be set then bits critical(0), error(1), warning(2), notice(3) and info(4) must also be set in the request. Consequently, all syslog messages of a given severity and higher will be sent to the syslog server. It is not possible to send messages that match only a few selected non-contiguous severities.
Context
- MIB
- EXTREME-SERVICES-MIB
- OID
.1.3.6.1.4.1.1916.1.26.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeRemoteSyslogServerEntry
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 'EXTREME-SERVICES-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SERVICES-MIB::extremeRemoteSyslogServerSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-SERVICES-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SERVICES-MIB::extremeRemoteSyslogServerSeverity.<extremeRemoteSyslogServerAddressType>.<extremeRemoteSyslogServerAddress>.<extremeRemoteSyslogServerPort>.<extremeRemoteSyslogServerFacility>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-SERVICES-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-SERVICES-MIB::extremeRemoteSyslogServerSeverity'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | critical |
1 | error |
2 | warning |
3 | notice |
4 | info |
5 | debugSummary |
6 | debugVerbose |
7 | debugData |