-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
557 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# snmpd | ||
|
||
Installation/configuration example on how to set up snmpd on a Debian server: | ||
|
||
1. `apt -y install snmpd.service` | ||
1. `systemctl stop snmpd.service` | ||
1. Install `distro` to /usr/local/bin | ||
1. Create a v3 AuthPriv read-only user using something to the like of `net-snmp-create-v3-user -ro -A my_authpass -X my_privpass -a SHA -x AES netadmin` | ||
1. `systemctl start snmpd` | ||
1. Even when using encryption and passwords, it's best practice to additinally lock the port down to the querying IP address |
Oops, something went wrong.