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.
I want to save the startup-config to TFTP server with the class .save_config in netmiko but when i call it the server not respone. Of course I try by CLI on router : copy startup-config tftp://10.64.0.146 it works. The code is SSH to Router OKThis i...
I try to enable Restconf on my Router IOS-XE 16.06.4 but when i used python to get interface info, it not workEnable httpsUSername is privilege 15, enable SSHv2: DoneThis is my Code in PythonThis is my fault:
Hi all, I have a AP 1852 CAPWAP, I already change Cisco Mobility Express with the version: AIR-AP1850-K9-ME-8-10-105-0. I have the network diagram:- When I connect the laptop or mobile device to SSID: AP_Draytek, I can connect to GUI 1852 AP with the...
Agree with you, I try this class with default information and the code run with the "write mem" command. I try another way by the code: net_connect.send_command_timing(config_commands) it work! Thankyou!
Ok i resolved the last problem - I create a new username with privilege level 15 and can connect with my Code. Thanks allPS C:\python> & C:/Users/AppData/Local/Programs/Python/Python311/python.exe c:/python/Restconf_exm.py
https://10.64.31.11/restcon...
the first IOS XE 16.3 cannot connect to port 443, after upgrade to 17.3, it's ok, I can connect by https on browser. This link solution:https://www.cisco.com/c/en/us/support/docs/security-vpn/public-key-infrastructure-pki/215118-ios-self-signed-certi...
"Replace / by %2F" is not working... I try sshv2 or telnet is ok, try connect by http is ok, but https is not working (Of course I enable http and https)... any idea bro?