snmpd
, the SNMP Agent Daemon. This section provides information on how to start, stop, and restart the snmpd
service, and shows how to enable or disable it in the multi-user
target unit. For more information on the concept of target units and how to manage system services in Fedora in general, refer to Chapter 8, Services and Daemons.
snmpd
service in the current session, type the following at a shell prompt as root
:
systemctl
start
snmpd.service
systemctl
enable
snmpd.service
multi-user
target unit.
snmpd
service, type the following at a shell prompt as root
:
systemctl
stop
snmpd.service
systemctl
disable
snmpd.service
multi-user
target unit.
snmpd
service, type the following at a shell prompt:
systemctl
restart
snmpd.service
systemctl
reload
snmpd.service
snmpd
service to reload the configuration.