At my organization, we are not admins on our own machines, and we usually can't install software. So I've been running Cisco Active Advisor Desktop Scanner from one of our monitoring servers. Keep in mind, this is NOT the version that you run fro...
At my organization, we are not admins on our own machines, and we usually can't install software. So I've been running Cisco Active Advisor Desktop Scanner from one of our monitoring servers. Keep in mind, this is NOT the version that you run fro...
Hello, We have a Cisco SBC router to make and receive telephone calls.SBC is running load "isr4300-universalk9.16.06.07.SPA.bin". I want to run IOS command, 'show call active voice compact' using python3 program off the box. I have researched the li...
Hi, Is there anyway to get IP list from EPNM REST API so I can reuse it to fetch an performance API (i.e. CPU or Memory Utilization)? I can't seems to find it on the documentation. Thanks
Hi gurus,I recently started to learn ansible for network automation. I run into a few questions that I can't find answers with my google skills...1. How to list all the installed modules? "ansible-doc -l" lists everything available ansible offers I t...
This is my codefrom netmiko import ConnectHandler cisco_device = { 'device_type': 'cisco_ios', 'ip': 'R1', 'username': 'u', 'password': 'p' } with open('command.txt') as c: cmd = c.read().splitlines() net_connect = ConnectHandler(**cisco_device) outp...
Dear Contributors,we like to call oracle stored procedure using orchestrator. How to call a stored procedure with out parameter. procedure sample_proc_with_outval ( p_result out varchar ) is begin return "test value";end;Question is how to u...
ZTP libraries mentioned in cisco learning labs in developer.cisco.com utilises 64 bit OS . Need help in running python scripts on 32 bit IOS XR . Is there any documentation for ZTP on iOS xr 32 bit.
I'm trying to set the Cisco CAT-9K config (IOS-XE 17.3) using Netconf, but I get the "unknown-element" response for the "mdt-config-data" element: The RPC XML request looks fine to me (matches Blog examples and 17.3 yang models):<?xml version="1.0" e...
device = {'device_type': 'cisco_nxos','ip': hostname,'username': username,'password': password,'verbose': False} while i use the device type as 'cisco_nxos' or cisco_ios this loggs into juniper and this seems to be strange... this is first time for m...
Hi, I tried to used fileutils dir to list files in stfs remote path. from the logs, it is connected. but got SSHException. Any one has idea about this exception, please let me know. <msg timestamp="20201125 20:49:55.067" level="INFO">Retrieving di...
I am configuring CAT9K switches for Model-Driven Telemetry and want to use secure gRPC with TLS as the telemetry protocol. Below is the IOS-XE config for my gRPC collector ("ip receiver") which requires a profile name (ie: "security_profile"). How do...
I am writing a python script where you can pass it the site name and last 4 of client mac to find the RSSI of the client and the AP they are currently connected to. However, I can't seem to figure out how to get a response from the api containing the...
I try restconf but get 404 error
Hello all.I've been using Python for a couple of repetitive tasks but I'm still stuck on how to get into Web GUI only devices for e.g. Cisco SG200 line. I've been looking at using some web scraping utilities in order to do it all in Python but I'm no...
Hi All, Apologies if this is the incorrect forum, I couldn't really find anything more suitable. We are starting to test configuration of of 9300 switches using RESTCONF. In the reports of the ISE TACACs server I can see the logs for Authentication a...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
| Subject | Author | Posted |
|---|---|---|
| 06-29-2026 06:49 AM | ||
| 02-28-2023 12:33 AM | ||
| 02-01-2023 02:12 AM | ||
| 05-17-2022 11:10 AM | ||
| 04-26-2022 08:56 AM |