Top "Cisco-ios" questions

Cisco IOS (Internetwork Operating System) is the name of the operating system that is run by virtually all enterprise-class Cisco switches and routers, as well as in certain other Cisco networking products.

XML validation No matching global declaration available for the validation root

I have an XML schema provided by Cisco for an IOS XE router. When running the command 'show ip access-list …

xml xsd cisco cisco-ios
telnetlib python read_all() not working(hangs)

I am trying to read from a cisco router using telnetlib import telnetlib tn = telnetlib.Telnet(’10.106.218.50’, 17280) cmd1=”enable” cmd2=”show …

python-2.7 telnetlib cisco-ios
Expect Script - Starting logging from a certain point, and stop at a certain point

Hope you're all well! I've recently begun putting together a little utility for a few our of network engineers to …

expect cisco-ios
Python Telnet script

Thanks to Python Library i was able to use their example to telnet to Cisco switches, I am using this …

python python-2.7 automation cisco-ios getpass