fsSyslogRelayTransType
SUPERMICRO-SYSLOG-MIB ·
.1.3.6.1.4.1.10876.101.1.89.1.13
Object
scalar r/w
Enumeration
Relay supports UDP and TCP transport type.When the transport type is configured as UDP, relay receives syslog messages via UDP socket.When the transport type is configured as TCP, relay receives syslog message via TCP socket.
Context
- MIB
- SUPERMICRO-SYSLOG-MIB
- OID
.1.3.6.1.4.1.10876.101.1.89.1.13- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- fsSyslogGeneralGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-SYSLOG-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-SYSLOG-MIB::fsSyslogRelayTransType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-SYSLOG-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-SYSLOG-MIB::fsSyslogRelayTransType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | udp |
2 | tcp |