Last active
May 14, 2019 03:11
-
-
Save D4R4/683a1390e890c412fa9618dcdea37aa9 to your computer and use it in GitHub Desktop.
SNMPD on CentOS
This file contains hidden or 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
yum -y install net-snmp net-snmp-utils | |
firewall-cmd --zone=public --permanent --add-port=161/tcp | |
firewall-cmd --zone=public --permanent --add-port=161/udp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment