Package | Description |
---|---|
com.tailf.ncs.snmp.snmp4j |
NCS snmp4j support package
|
Modifier and Type | Class and Description |
---|---|
class |
FilterAckInforms
Standard filter for sending Acknowledge response to
Snmp INFORMs
This filter is implemented as a handler in the same way as
user defined handlers and the only difference is that it is always
registered in the beginning of the handler chain.
|
class |
FilterKnownIPAddresses
Standard filter for suppression of notifications
emanating from ip addresses outside defined set of addresses
The filter determines the source ip address first from the
snmpTrapAddress 1.3.6.1.6.3.18.1.3 varbind if this is set,
or otherwise from the emanating peer ip address.
|
class |
FilterOutNonNotifications
Standard filter for suppression of received snmp events
which are not TRAP, NOTIFICATION or INFORM
This filter is implemented as a handler in the same way as
user defined handlers and the only difference is that it is always
registered in the beginning of the handler chain.
|
Modifier and Type | Method and Description |
---|---|
NotificationHandler |
NotifHandlerInstance.getSnmpNotificationHandler()
Retrieves the registered Snmp notification handler
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationReceiver.register(NotificationHandler responder,
Object opaque)
This method is used to register handler callback classes to the
notification receiver.
|
Constructor and Description |
---|
NotifHandlerInstance(NotificationHandler responder,
Object opaque)
Default constructor
|