bnLogMsgRemoteSyslogInetAddressType
BN-LOG-MESSAGE-MIB ·
.1.3.6.1.4.1.45.1.6.16.1.1.15
Object
The type of the IP address contained in the object bnLogMsgRemoteSyslogInetAddress. Together, these two objects specify the IP address to which log messages are sent using the remote syslog facility. The value of this object may not be unknown(0) if the value of bnLogMsgRemoteSyslogEnabled is true(2).
Context
- MIB
- BN-LOG-MESSAGE-MIB
- OID
.1.3.6.1.4.1.45.1.6.16.1.1.15- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- bnLogMsgMIBObjects
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 'BN-LOG-MESSAGE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BN-LOG-MESSAGE-MIB::bnLogMsgRemoteSyslogInetAddressType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BN-LOG-MESSAGE-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BN-LOG-MESSAGE-MIB::bnLogMsgRemoteSyslogInetAddressType'
Syntax
- Source
- INET-ADDRESS-MIBInetAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | ipv4z |
4 | ipv6z |
16 | dns |
25 | l2vpn |