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.
Hi !Try to connect with Python (3.13) and netmiko (4.5.0) to Catalyst 1300 ( sw 4.1.6.53).The problem is that first there is one prompt : "login as:" and secondly a prompt : "User Name:"ssh = ConnectHandler(device_type='cisco_s200', ip=x.x.x.x, usern...
Hi !Can we enable type-8 or type-9 passwords on cisco Nexus 7000 switches ?I can see the max type supported on my nexus is type-5.I want to create a local database of username and passwords on the switches. Sw 8.3(2)
Hi !Thanks again !Would probably work, but I ended up with taking a copy of "cisco_s300.py" to "cisco_s300_org.py". Then copy "cisco_s200.py" to "cisco_s300.py.This is because we have no smb300 switches. Edited "cisco_s300.py" to this :...def specia...
Hi !Thanks !A very quick response, but is it possible to explain a bit more I have added the extra line of code, but how should I change the connection so the "_handle_login(self)" is called ? ssh = ConnectHandler(device_type='cisco_s200', ip=x.x.x...
Hi !I am trying to copy image with cli,switchxxxx#copy tftp://image_c1300_4.1.6.53_official_key.bin flash://system/images/image_c1300_4.1.6.53_official_key.binbut receive error message : "Must be valid URL or reserved keyword"Anyone who has man...
Copy this answer from TAC :When customers coming from IOS/IOS-XE look for Type 8 or Type 9 encryption for secrets, they usually want either SHA256 encryption or scrypt encryption. However, at first glance, NX-OS only offers Type 5 encryption (which i...