What is “net-snmp” Package?
Implements SNMP v1, v2c, and v3, using IPv4 and IPv6
For more details: http://www.net-snmp.org/
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install net-snmp.
brew install net-snmp
Now, use net-snmp!
Leave a Reply
You must be logged in to post a comment.