python module for interacting with network devices like routers
netdevicelib is a Python library for interacting with network devices, such as routers, switches, and firewalls. It is similar in concept (but more ambitious in scope) to the Net-Telnet-Cisco module for Perl.
netdevicelib is a Python library for interacting with network devices, such as routers, switches, and firewalls. It is similar in concept (but more ambitious in scope) to the Net-Telnet-Cisco module for Perl.
To install py27-netdevicelib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-netdevicelib
To see what files were installed by py27-netdevicelib, run:
port contents py27-netdevicelib
To later upgrade py27-netdevicelib, run:
sudo port selfupdate && sudo port upgrade py27-netdevicelib
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.