Cisco RADKit

Cisco RADKit

 
Cisco RADKit Icons
 
RADKit Service Configuration
RADKit Service Configuration
 
sso_login("user@example.com") service = service_cloud("xxxx-yyyy-zzzz") service.inventory service.inventory['csr4'].interactive() req = service.inventory['csr4'].exec("show ip int br").wait() req.result.data ses = csr1.sftp_download_to_stream(remote_path="running_conf.txt") port_forwarder = csr1.forward_tcp_port(local_port=4443, destination_port=443) port_forwarder.status http_proxy = client.start_http_proxy(4001, username="radkit-user", password="sEcret!123")