Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello expertsI’m trying to get configuration with python netmiko from IOS_XR devices in production environment, the following code works for me in my labs, but not in production devices, the devices have big config (111.000 lines of config)I’m not s...
I'm try to connect via ssh from my server ububtu to 2 routers:R1 - CiscoIOS , R2 -IOS-XEI edited the /etc/ssh/ssh_config file and add:KexAlgorithms diffie-hellman-group1-sha1 ( for IOS work very well but not for XE )but if I add:KexAlgorithms diffie...
Hi guysthank you for your help, the information was very useful.I used the option, read_timeout=60it worked for me.regards.output = net_connect.send_command("sh running-config formal interface | i description",read_timeout=60)
Hello HaroldI got this after add this line:ssh cisco@192.168.80.50 /etc/ssh/ssh_config line 58: keyword kexalgorithms extra arguments at end of line/etc/ssh/ssh_config: terminating, 1 bad configuration options