-
- Add a profile for SNMP to firewalld.
nano /etc/firewalld/services/snmp.xml
Contents of the file is as following (Please mind the using of udp port 161)
<?xml version="1.0" encoding="utf-8"?> <service> <short>SNMP</short> <description>SNMP protocol</description> <port protocol="udp" port="161"/> </service>
- Reload your firewall for checking any error
firewall-cmd --reload
- Add the service to your public zone
firewall-cmd --zone=public --add-service snmp --permanent
- Reload your firewall again
firewall-cmd --reload
- Add a profile for SNMP to firewalld.
Now Test Snmp Status from another server
snmpwalk -v 2c -c public IP.of.target.server