pktcDevEvLogTargetInfo

PKTC-EVENT-MIB · .1.3.6.1.4.1.4491.2.2.3.5.1.1.8

Object

This MIB Object contains a comma separated list of the 
actions taken, along with the target IP address for the 
generated event. 
              
The syntax is as:
<action-1/IP:port>,<action-2/IP:port>,<action-3/IP:port>
              
Where <action-n/IP> is to be denoted as follows:
  For Syslog events:
          syslog/<IP address of the Syslog Server:port>
  For SNMP traps:
          snmpTrap/<IP address of the SNMP Server:port>
  For SNMP INFORMS:
          snmpInform/<IP address of the SNMP Server:port>
              
 If there are multiple targets for the same type (SNMP 
 Traps sent to multiple IP addresses) or if there are 
 multiple messages sent to the same IP (Syslog and SNMP 
 sent to the same IP address) they need to be reported
 individually.

Context

MIB
PKTC-EVENT-MIB
OID
.1.3.6.1.4.1.4491.2.2.3.5.1.1.8
Type
column
Access
readonly
Status
current
Parent
pktcDevEventLogEntry
Groups
1

Walk 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 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-EVENT-MIB::pktcDevEvLogTargetInfo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-EVENT-MIB::pktcDevEvLogTargetInfo.<pktcDevEvLogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PKTC-EVENT-MIB::pktcDevEvLogTargetInfo'

Values & Constraints

Type Constraints
range: 0..255

Conformance

Member of
Compliance refinements
This MIB Object contains a comma separated list of the
actions taken for external notifications, along with the
target IP address for the generated events. Locally
stored events must not be recorded in this MIB Object.
The syntax is as:
<action-1/IP>,<action-2/IP>,<action-3/IP>
Where <action-n/IP> is to be denoted as follows:
For syslog events:
syslog/<IP address of the syslog Server>
For SNMP traps:
snmpTrap/<IP address of the SNMP Server>
For SNMP INFORMS:
snmpInform/<IP address of the SNMP Server>
If there are multiple targets for the same type (SNMP
Traps sent to multiple IP addresses) or if there are
multiple messages sent to the same IP (syslog and SNMP
sent to the same IP address) they need to be reported
individually.