June 2017
Intermediate to advanced
446 pages
10h 10m
English
First, let's make sure the SNMP managing device and agent works in our setup. The SNMP bundle can be installed on either the hosts in our lab or the managing device on the management network. As long as the manager has IP reachability to the device and the managed device allows the connection, SNMP should work well.
In my setup, I have installed SNMP on both the Ubuntu host on the management network as well as the client host in the lab to test security:
$ sudo apt-get install snmp
There are many optional parameters you can configure on the network device, such as contact, location, chassis ID, and SNMP packet size. The options are device-specific and you should check the documentation on your device. For IOSv devices, we will configure ...
Read now
Unlock full access