Skip to content

Commit

Permalink
Add snmpd example
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 7, 2024
1 parent b18f37d commit 53a9427
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snmpd/README.md
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
Loading

0 comments on commit 53a9427

Please sign in to comment.