na.snmp.traplog manual page
Table of Contents

NAME

na.snmp.traplog - SunNet Manager SNMP trap logfile

DESCRIPTION

The SNMP trap logger na.snmp-trap(8) writes SNMP trap reports to the file specified by the na.snmp.trap-logfile keyword listed in the local snm.conf(5).

Note this information only pertains to the log files written by the SNMP trap logger. Log files written by other utilities are not covered here.

SYNTAX

Each entry is a newline-terminated ASCII string. Fields in the entry are name/value pairs separated by whitespace. Each entry contains the following names and their associated values.

1. ``sequence'' - trap sequence number (0 is first trap received)
2. ``receive-time'' - time trap received (seconds since UNIX epoch)
3. ``version'' - SNMP version
4. ``community'' - SNMP community
5. ``enterprise'' - type of object generating the trap 6. ``source-address'' - address of object generating the trap
7. ``source-time'' - time elapsed between the last (re)initialization of the network entity and the gen_eration of the trap
8. ``trap-type'' - trap type (either generic trap type or specific trap code)
9. variable bindings list containing additional information about the trap with the format: 1. variable name
2. variable value

FILES

snm.conf(5)


Table of Contents