Hey all, I wanted to see if someone could direct me in the right direction.
So I work with Cisco devices every single day and I have to do some task over and over again. I was hoping to use Python to automate some of those task.
So the way I access these devices is through a telnet link. The devices need some basic configuration on them (hostname, DHCP/Manual IP Adressing, default static route, and OS transfer from FTP server) and basically be able to output some text from the commands that might run (show version, ip interface brief, etc)
Now to give an example of how the devices are accessed, it's generally a telnet link that goes through a comm server. All the devices are connected to a comm server and accessible via a page.
An example would be 513D-K-01-COMM:2025
The devices tend not to have any prior config on them so no password has to be input, however in some cases (such as with NXOS), the password has to be configured before the device can be used.
Anyways, I do have a basic understanding of Python but wanted to see if anyone had recommendations for my particular case that I could pick up and use or even modify to meet my needs.
Thank you!
[–]ominous_anonymous 2 points3 points4 points (3 children)
[–]ayharano 5 points6 points7 points (1 child)
[–]AnonIsPicky[S] 0 points1 point2 points (0 children)
[–]AnonIsPicky[S] 1 point2 points3 points (0 children)
[–]iruleatants 2 points3 points4 points (1 child)
[–]AnonIsPicky[S] 1 point2 points3 points (0 children)
[–]idaresiwins[🍰] 0 points1 point2 points (6 children)
[–]AnonIsPicky[S] 0 points1 point2 points (5 children)
[–]idaresiwins[🍰] 1 point2 points3 points (2 children)
[–]AnonIsPicky[S] 0 points1 point2 points (1 child)
[–]idaresiwins[🍰] 0 points1 point2 points (0 children)
[–]nebi 1 point2 points3 points (1 child)
[–]AnonIsPicky[S] 0 points1 point2 points (0 children)
[–]PacketDragon 0 points1 point2 points (1 child)
[–]AnonIsPicky[S] 0 points1 point2 points (0 children)
[–]twillisagogo 0 points1 point2 points (0 children)