Configure Trap Receivers
-
Access the
trap-receiver configuration element.
ORACLE# configure terminal ORACLE(configure)# system ORACLE(system)# trap-receiver ORACLE(trap-receiver)#
-
Select the
trap-receiver object to specify a trap receiver.
ORACLE(trap-receiver)# select <ip-address>: ORACLE(trap-receiver)#
- ip-address — Set the IPv4 or IPv6 address of an authorized network management system (NMS) where traps are sent. If you do not specify a port number, the default SNMP trap port of 162 is be used.
-
filter-level — Set
the filter level threshold that indicates the severity level at which a trap is
to be sent to this particular trap receiver. The default for this parameter is
critical.
Example: When a trap with a severity level of critical is generated, the SNMP agent sends this trap only to NMSs that are configured in a trap-receiver element and have a filter-level value of critical.
The following table maps Syslog and SNMP alarms to trap receiver filter levels.
Filter Level Syslog Severity Level (SNMP) Alarm Severity Level Critical Emergency (1) Critical (2)
Emergency Critical
Major Emergency (1) Critical (2)
Major (3)
Emergency Critical
Major
Minor Emergency (1) Critical (2)
Major (3)
Minor (4)
Emergency Critical
Major
Minor
All Emergency (1) Critical (2)
Major (3)
Minor (4)
Warning (5)
Notice (6)
Info (7)
Trace (8)
Debug (9)
Emergency Critical
Major
Minor
Warning
When configuring the trap-receiver element for use with Oracle Communications Session Element Manager systems, Oracle recommends that the value of filter-level be set to All for that configuration element that includes those servers.
- community-name — Set the community name to which this trap receiver belongs. This community must be defined in the SNMP community element.
- Type done to save your configuration.