nerdexam
F5

101 · Question #232

Which file contains the list of events for which the GTM System will send traps to an SNMP manager?

The correct answer is C. /etc/alertd/alert.conf. The /etc/alertd/alert.conf file defines which system events trigger SNMP traps and what actions the alertd daemon should take for each event.

Section 2: F5 Solutions and Technology

Question

Which file contains the list of events for which the GTM System will send traps to an SNMP manager?

Options

  • A/etc/snmpd.conf
  • B/etc/syslogng.conf
  • C/etc/alertd/alert.conf
  • D/etc/gtm_snmptrap.conf

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    93% (27)

Why each option

The /etc/alertd/alert.conf file defines which system events trigger SNMP traps and what actions the alertd daemon should take for each event.

A/etc/snmpd.conf

/etc/snmpd.conf configures the SNMP daemon itself - defining community strings, allowed managers, and MIB settings - but does not define which events generate traps.

B/etc/syslogng.conf

/etc/syslog-ng.conf configures the syslog-ng logging daemon for log routing and filtering, and is unrelated to SNMP trap event definitions.

C/etc/alertd/alert.confCorrect

The alertd daemon on BIG-IP/GTM systems reads /etc/alertd/alert.conf to determine which events generate SNMP traps sent to configured SNMP managers. Each entry in alert.conf maps a specific syslog message pattern to one or more actions, including the snmptrap action that transmits trap data to the SNMP manager. This file is the authoritative source for customizing which events produce SNMP notifications.

D/etc/gtm_snmptrap.conf

/etc/gtm_snmptrap.conf is not the standard BIG-IP file for defining trap events; trap event configuration resides in alert.conf managed by the alertd daemon.

Concept tested: BIG-IP GTM SNMP trap event configuration file

Source: https://support.f5.com/csp/article/K3727

Topics

#SNMP#traps#alert.conf#monitoring configuration

Community Discussion

No community discussion yet for this question.

Full 101 Practice