This is net-snmp, a derivative of CMU's SNMP package. Various tools relating to the Simple Network Management Protocol including: an extensible agent, an SNMP library, tools to request or set information from SNMP agents, tools to generate and handle SNMP traps, a version of the unix 'netstat' command using SNMP, a Tk/perl MIB browser.
This is net-snmp, a derivative of CMU's SNMP package. Various tools relating to the Simple Network Management Protocol including: an extensible agent, an SNMP library, tools to request or set information from SNMP agents, tools to generate and handle SNMP traps, a version of the unix 'netstat' command using SNMP, a Tk/perl MIB browser.
To install net-snmp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install net-snmp
To see what files were installed by net-snmp, run:
port contents net-snmp
To later upgrade net-snmp, run:
sudo port selfupdate && sudo port upgrade net-snmp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.