Dec 27, 2022

Ubuntu : Install SNMP Agent

 Ubuntu Server v.22.04.1 64-bit - Install SNMP Daemon.

1. sudo apt update && sudo apt upgrade -y

2. sudo apt install snmpd -y

3. sudo nano /etc/snmp/snmpd.conf

4. Search for --> agentAddress     udp:161,udp6:[::1]:161

eg. agentAddress     192.168.0.100:161

Note: The "udp:161,udp6:[::1]:161" means Enabled All Access.

5. Search for --> rocommunity     public

6. Change to --> rocommunity     [Your Community String]

7. Search for --> rocommunity6     public

8. Change to --> rocommunity6     [Your Community String]

9. sudo systemctl restart snmpd


!!! HAPPY COMPUTING !!!


No comments:

Post a Comment