1,030 questions
0
votes
0
answers
314
views
Cisco IOU License invalid for GNS3
I am using GNS3 on VMWare Fusion to create Cisco topology with L2 and L3 devices. I am unable to start the devices. I keep getting the error that the IOU license is invalid.
Used this Python script to ...
0
votes
1
answer
36
views
Issue with FTD Provisioning on Nutanix V2 API - Password Not Working
I'm running into an issue while provisioning Cisco FTD on Nutanix using the V2 API. When I deploy the VM without a Day 0 configuration file, the default password works fine. However, when I attempt to ...
1
vote
2
answers
112
views
Ansible `netconf_config`: "Argument must be bytes or unicode, got 'int'" when using `confirm` parameter
I am using Ansible's ansible.netcommon.netconf_config module to configure a Cisco switch over NETCONF.
However, when I include the confirm parameter, I get the following error:
Argument must be bytes ...
1
vote
0
answers
544
views
Eve-ng qemu images do not load in eve but load in cli
Hello All I have installed Eve-ng bare metal and the server has 6Tb drive, 2 xeon cpus, and 700 GB of ram. I installed it per the community cookbook and it seems to be running, but when I load Cisco ...
0
votes
0
answers
140
views
Ansible: Using NETCONF to push config change to IOSXE switch - Error iter() returned non-iterator of type 'dict_keys'
I am working through a short Cisco DevNet course on Ansible pushing playbooks to a node in CML. I made it through the section using Cisco IOSXE modules with no issue and have now made it to NETCONF. ...
0
votes
2
answers
150
views
Pulling data from Cisco Wireless Controller
since there is no api support for cisco wireless lan controllers, I am trying to use python to connect via cli and pull the data.
unfortunately cli output from cisco WLC is not well structured. I ...
0
votes
0
answers
79
views
Deleing usernames from a Cisco switch with Netmiko
I have written dozens of scripts successfully with Netmiko, but have recently come across a situation I hadn't encountered before. I'm trying to remove a certain username from a list of switches. It ...
0
votes
1
answer
58
views
Cisco IP-Phone: Merging a Custom Rx Stream Into Call
I'm sending an RTPRx XSI command to a Cisco IP-Phone, in the following format:
<CiscoIPPhoneExecute><ExecuteItem URL="RTPRx:<Local-IP>:<Phone-Port>:100"/></...
0
votes
1
answer
294
views
Ansible prompt for cisco-ios
I'm running ansible playbook that passes some aaa commands and everything runs fine until I hit this command:
aaa accounting identity default start-stop group ISE-RADIUS-SERVERS
That command triggers ...
12
votes
3
answers
3k
views
ADB server does not start when VPN is active
On my MacBook (Sonoma 14.6.1) I have adb installed (using homebrew - version 35.0.2-12147458). It works well until I activate VPN.
My company uses Cisco AnyConnect.
Once VPN is enabled, I am getting ...
1
vote
1
answer
434
views
Cannot bind parameter 'RemainingScripts'
I'm trying to write contacts from a CSV to the web interface for a Cisco phone. The script is-
Script
Error
Any help is greatly appreciated!
This script was originally designed to run in Python, ...
0
votes
0
answers
162
views
cisco.ios.ios_config module reporting odd local path error
I have an existing playbook that suddenly seems to be having an odd problem I cant identify.
There are a series of API calls to our password manager, then setting specific facts based on those calls. ...
-1
votes
1
answer
83
views
Play An Audio File To Cisco WebEx Extension
I am converting an application I created in C# that uses Google text-to-speech (gTTS) to play a message over a PA system. The telephone system is migrating to a cloud based Cisco WebEx architecture. I ...
0
votes
0
answers
172
views
C# ECDsa VerifyData = false with same Inputs
Overview
I'm trying to access Cisco Intersight API from C#. However I can't seem to build the Header signature. In the official Postman collection I grabbed the outputs of the Pre-Request function, ...
-1
votes
1
answer
96
views
Ansible looped task executing on non-targeted hosts
I've got an Ansible playbook I'm using to do SNMP user operations on Cisco and FortiGates simultaneously. Each task file we've written works fine on its own. However, when trying to run at a site ...