Skip to content

Instantly share code, notes, and snippets.

@D4R4
Last active May 14, 2019 03:11
Show Gist options
  • Save D4R4/683a1390e890c412fa9618dcdea37aa9 to your computer and use it in GitHub Desktop.
Save D4R4/683a1390e890c412fa9618dcdea37aa9 to your computer and use it in GitHub Desktop.
SNMPD on CentOS
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