SNMP Community and Trap Receiver Management

You can view and reset the counters for SNMP community table and SNMP trap receivers using the ACLI commands described in this section.

SNMP Community Table

The SNMP community table stores information about the SNMP servers that you configure. These configurations set the community name and define what kind of information that server can access.

show snmp-community-table

The show snmp-community-table command displays all of the configuration information for the SNMP community. It also shows the total responses in and total responses out. Type show snmp-community-table followed by pressing Enter in the ACLI to use this command. For example:

ORACLE# show snmp-community-table
community-name : public
access-mode         : READ-ONLY
ip-addresses        : 10.0.200.61
172.30.0.13
total requests  in  : 111
total responses out : 111
community-name : test
access-mode         : READ-ONLY
ip-addresses        : 172.30.0.13
10.0.200.61
total requests  in  : 21
total responses out : 21
community-name : test1
access-mode         : READ-ONLY
ip-addresses        : 10.0.200.61
172.30.0.13
total requests  in  : 101
total responses out : 101
community-name : testipv6
access-mode         : READ-ONLY
ip-addresses        : [fe80::221:f6ff:fe69:224]:162
total requests  in  : 121
total responses out : 121

reset snmp-community-table

You can specifically reset the counters on SNMP community table statistics by using the ACLI reset snmp-community-table command. This set of statistics also resets when you use the ACLI reset all command.

ORACLE# reset snmp-community-table

Trap Receiver

The trap receiver is a network management system (NMS) to which the Oracle Communications Session Border Controller sends SNMP traps to report system events. The SNMP agent uses trap receiver information that you configure to send traps to NMSs.

When you use the ACLI show trap-receiver table command, the system displays all of the configuration information for the SNMP community and the total number of traps sent to it.

show trap-receiver

The show trap-receiver command displays all of the configuration information for the SNMP community and the total number of traps sent to it. For example:

ORACLE# show trap-receiver
community-name : public
filter-level    : All
ip-address      : 10.0.0.43
total traps out : 3
community-name : test
filter-level    : All
ip-address      : 10.0.200.61
total traps out : 3
community-name : testipv6
filter-level    : All
ip-address      : fe80::221:f6ff:fe69:224
total traps out : 103

reset trap-receiver

You can specifically reset the counters for trap receiver statistics by using the ACLI reset trap-receiver command. This set of statistics also resets when you use the ACLI reset all command.

ORACLE# reset trap-receiver