SNMP(1) - General Commands Manual # SNMP(1) - General Commands Manual
NAME # snmp - simple SNMP client
SYNOPSIS # snmp get | getnext | bulkget [options] agent oid …
snmp walk | bulkwalk [options] agent [oid]
snmp set [options] agent varoid type value [varoid type value] …
snmp trap [options] agent uptime trapoid [varoid type value] …
snmp df [options] agent
snmp mibtree [-O fns] [oid …]
DESCRIPTION # The snmp utility is a simple SNMP client.
...
SNMPD_METRICS(8) - System Manager’s Manual # SNMPD_METRICS(8) - System Manager’s Manual
NAME # snmpd_metrics - export snmpd MIB data
SYNOPSIS # snmpd_metrics [-dv] [-C option] [-c context] [-s path]
DESCRIPTION # snmpd_metrics exports the following (partial) MIBs via an AgentX compatible (snmp) daemon: HOST-RESOURCES-MIB, IF-MIB, OPENBSD-PF-MIB, OPENBSD-SENSORS-MIB, OPENBSD-CARP-MIB, OPENBSD-MEM-MIB, IP-MIB, IP-FORWARD-MIB, UCD-DISKIO-MIB, and BRIDGE-MIB.
The options are as follows:
-C option
Enable MIB-specific options. Currently only filter-routes is supported. If set ask the kernel to filter route update messages on the routing socket.
...
SNMPD.CONF(5) - File Formats Manual # SNMPD.CONF(5) - File Formats Manual
NAME # snmpd.conf - SNMP daemon configuration file
DESCRIPTION # snmpd.conf is the configuration file for the snmpd(8) daemon.
The snmpd.conf file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global runtime settings for snmpd(8).
User Configuration
USM user definitions.
OID Configuration
Custom configuration of SNMP object identifiers and values.
...
SNMPD(8) - System Manager’s Manual # SNMPD(8) - System Manager’s Manual
NAME # snmpd - Simple Network Management Protocol (SNMP) daemon
SYNOPSIS # snmpd [-dNnv] [-D macro=value] [-f file]
DESCRIPTION # snmpd is a daemon which implements the SNMP protocol.
The options are as follows:
-D macro=value
Define macro to be set to value on the command line. Overrides the definition of macro in the configuration file.
-d
Do not daemonize and log to stderr.
...