EventType

  • Base type Enumeration

Type of action to execute when an event occurs. 'none' Neither log an entry in the cePfeHistTable, nor sent out an SNMP notification. 'log' Create a cePfeHistTable entry, but do not sent out an SNMP notification. 'notify' Sent out an SNMP notification, but do not create a log entry in the cePfeHistTable. 'logAndNotify' Both create a log entry in the cePfeHistTable and sent out an SNMP notification.

Possible values

4 objects
Number Name
1 none
2 log
3 notify
4 logAndNotify