Hello everyone، I am new to python and netmiko. I want to read multiple interfaces on a Cisco router to monitor live traffic's by using python script through a netmiko ssh connection.
There should be three steps 1, ssh 2,read interface list 3, read interface traffic
Example of using the Netmiko library to establish an SSH connection to a Cisco IOS device, retrieve interface information using the 'show interfaces' command, and parse the output using NTC templates.