All MIBs › IPSEC-SPD-MIB › spdActionNotification
spdActionNotification
Module: IPSEC-SPD-MIB
OID (symbolic): IPSEC-SPD-MIB::spdActionNotification
OID (numeric): 1.3.6.1.2.1.153.2.0.1
Node type: NOTIFICATION-TYPE
Description:
Notification that an action was executed by a rule. Only actions with logging enabled will result in this notification getting sent. The object includes the spdActionExecuted object, which will indicate which action was executed within the scope of the rule. Additionally, the spdIPSourceType, spdIPSourceAddress, spdIPDestinationType, and spdIPDestinationAddress objects are included to indicate the packet source and destination of the packet that triggered the action. Finally, the spdIPEndpointAddType, spdIPEndpointAddress, and spdPacketDirection objects indicate which interface the executed action was associated with, and if the packet was ingress or egress through the endpoint.
A spdActionNotification SHOULD be limited to a maximum of one notification sent per minute for any action notifications that do not have any other configuration controlling their send rate.
Note that compound actions with multiple executed sub-actions may result in multiple notifications being sent from a single rule execution.
Examples
Send this trap to an SNMP manager — replace <manager> with the IP or hostname of your monitoring server (SNMPv2c):
snmptrap -v2c -c public <manager> '' IPSEC-SPD-MIB::spdActionNotification snmptrap -v2c -c public <manager> '' 1.3.6.1.2.1.153.2.0.1
Listen for incoming traps on the manager host (-f keeps it in the foreground, -Lo prints to stdout — useful for testing):
snmptrapd -f -Lo -c /dev/null authCommunity log public
Example snmptrapd log entry:
zoo11-linux.zoo [UDP: [192.168.30.111]:63274->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (426722602) 49 days, 9:20:26.02 SNMPv2-MIB::snmpTrapOID.0 = OID: IPSEC-SPD-MIB::spdActionNotification
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.153 | spdMIB | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.2 | spdNotificationObjects | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.2.0 | spdNotifications | IPSEC-SPD-MIB |
| 1.3.6.1.2.1.153.2.0.1 | spdActionNotification | IPSEC-SPD-MIB |