trpzApConfRemoteSiteLogServerSeverity
TRAPEZE-NETWORKS-AP-CONFIG-MIB ·
.1.3.6.1.4.1.14525.4.14.1.13.1.9
Object
The minimum severity of the messages sent by the APs in the remote site to the syslog server.
Context
- MIB
- TRAPEZE-NETWORKS-AP-CONFIG-MIB
- OID
.1.3.6.1.4.1.14525.4.14.1.13.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- trpzApConfRemoteSiteEntry
- Groups
- 2
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 'TRAPEZE-NETWORKS-AP-CONFIG-MIB' -M '/opt/observium/mibs/trapeze:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRAPEZE-NETWORKS-AP-CONFIG-MIB::trpzApConfRemoteSiteLogServerSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRAPEZE-NETWORKS-AP-CONFIG-MIB' -M '/opt/observium/mibs/trapeze:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRAPEZE-NETWORKS-AP-CONFIG-MIB::trpzApConfRemoteSiteLogServerSeverity.<trpzApConfRemoteSiteName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRAPEZE-NETWORKS-AP-CONFIG-MIB' -M '/opt/observium/mibs/trapeze:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRAPEZE-NETWORKS-AP-CONFIG-MIB::trpzApConfRemoteSiteLogServerSeverity'
Syntax
- Source
- TRAPEZE-NETWORKS-EXTERNAL-SERVER-TCTrpzSyslogSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | emergency |
2 | alert |
3 | critical |
4 | error |
5 | warning |
6 | notice |
7 | informational |
8 | debug |