1,032 questions
0
votes
0
answers
111
views
My Cisco finesse gadget isn't picking up/catching calls I receive on my communicator
When I launch the Cisco finesse desktop, my gadget loads and it shows the console logs I have written in my code (though not all). I believe my problem mainly lies with the dialog related code but i ...
0
votes
0
answers
247
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
33
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
105
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
494
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
129
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
0
answers
109
views
Android Studio Emulator strange behavior with VPN (cisco anyconnect)
community,
Got strange issue regarding Android Emulator. Here is the scene:
Windows computer with enabled Cisco Anyconnect (to organization);
Android Studio emulator with custom react-native app;
...
0
votes
2
answers
134
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 ...
1
vote
0
answers
69
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
56
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
264
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
414
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
151
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
78
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
167
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
87
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 ...
0
votes
0
answers
99
views
Cisco Phone XML timezone baghdad time error
I'm trying to edit the configuration of cisco cp-7821 cnf.xml file to make the timezone for Asia/Baghdad, but to no avail, the code is below:
<dateTimeSetting>
<dateTemplate>D/M/YA&...
0
votes
2
answers
497
views
JTAPI error "Unable to create provider -- user connected on an invalid port
I have a CUCM 14 running, my developer colleague could not connect to the JTAPI account from his app, gets the error JTAPI error "Unable to create provider -- user connected on an invalid port. ...
0
votes
1
answer
50
views
Error: Failure when executing a Terraform Resource creation request
I am working on a scripts for creating a site hierarchy in Cisco DNA/Catalyst Center. I have structure that looks like this:
├── main.tf
├── variables.tf
├── modules
│ └── site_settings
│ └── ip-...
-1
votes
1
answer
427
views
How to deal with "Error: Duplicate object key" in Terraform
I am working on a scripts for creating a site hierarchy in Cisco DNA/Catalyst Center. I used an existing repo, that I've modified. I have structure that looks like this:
├── main.tf
├── variables.tf
├─...
1
vote
2
answers
75
views
Unable to use VARs from a tfvars file in Terraform
I am new in Terraform. I am trying to setup some scripts for managing Cisco Catalyst Center (new name of Cisco DNA, but I am using the DNA Provider anyway :) ). I used an existing repo, that I've ...
0
votes
1
answer
150
views
Ansible - play using pyATS fails "show: not found\"
I am fairly new to ansible automation
I have created a playbook to run the command "show ip interface brief" on a cisco switch and then parse the output with pyATS (and then print it out)
...
0
votes
1
answer
120
views
Passing dictionary values to inner-tunnel (i.e. "Cisco-AVPair")
I'm currently having issues where i'm trying to implement the use of UDN in Meraki by passing a value via Cisco-AVPair.
This is my current users in the users file:
rick Cleartext-Password := "...
1
vote
2
answers
134
views
Ansible regex_replace on values of specific keys in a list of dict
I've been struggling with this for a while. I have a list of dict like this which is created by parsing the Cisco CLI output with neighbors_raw.stdout[0] | ansible.netcommon.parse_cli_textfsm('...
-4
votes
2
answers
87
views
What is actually a connection in TCP [closed]
I wonder to know what is a connection in TCP really is
For example suppose the client is in Asia and the server is in USA, when a connection has been established what would happen over that connection?...
0
votes
1
answer
527
views
Cisco MSO/NDO API to add/remove staticport request using Postman
I would like to add a StaticPort and add also the domain association for an EPG. But unfortunately when I send the request it returns the "status 204 No Content" and I don't see any changes ...
0
votes
2
answers
188
views
Want to check in a Cisco IOS config if the VTYs have SSH only with ciscoconfparse2
this is my first post here!!
I´m trying to verify if an IOS config has all its VTYs with SSH only.
I'm using Python with ciscoconfparse2 library, and I created this function (at this stage I'm not ...
-5
votes
1
answer
480
views
What Cisco unity connection messaging system does? [closed]
Today I called a bank of america phone number, but the operator did not pickup the phone.
An automated voice came saying below.
"Welcome to Cisco unity connection messaging system, please spell ...
0
votes
0
answers
122
views
Different numbers coming from Cloudflare, Smartlook, and Vercel analytics
Over the last four months, I have used Smartlook (by Cisco) for analytics and Cloudflare for security. I started using Vercel analytics yesterday. I have only added Vercel analytics to my web app; it ...
0
votes
1
answer
120
views
Python script for converting network configuration CLI commands is not interpreting IPv6 network objects correctly
I'm stuck with a simple script that's supposed to convert an input list of Cisco object configuration CLI commands into an equivalent list of commands in Palo Alto syntax.
It mostly works, however, it ...
1
vote
0
answers
2k
views
RStudio Running Unbearably Slow/Unresponsive when Connected to Cisco AnyConnect VPN
R Version: 4.3.2 (2023-10-31)
RStudio Version: 2023.12.1.0
Cisco Secure Client - AnyConnect VPN: Revision 6
RStudio extremely slow and at times unresponsive when working on the Cisco AnyConnect VPN. ...
0
votes
1
answer
59
views
Loading screen using tqdm library
Good morning/evening,
I'm configuring 3 cisco switches using netmiko which is an automation python library for networking .I have the cisco configuration lines saved in the file called "...
0
votes
1
answer
621
views
How to get Cisco VPN connection status in Batch for further processing
I want to check whether I am connected to a Cisco VPN in a batch script. What I am currently trying is this:
.\vpnclient.exe | Findstr 'Connected'
This does kind of work: Calling vpnclient.exe opens ...
0
votes
1
answer
283
views
Attempting to automate file transfer from cisco switch to file server
I am attempted to automate a weekly file backup of my switch/router configurations to a file server while making changes to the file name before it sends. I work in a secure facility on an isolated ...
0
votes
1
answer
93
views
difference between 2 string holding Cisco device's config
I have 2 variables, config1 and config2 holding the running config of a Cisco device at 2 different points in time.
Sample running config:
version 12.3
no service pad
service timestamps debug datetime ...
0
votes
1
answer
237
views
How do I get the interface IP address from of a Cisco IOS configuration?
When using the following Cisco IOS configuration, how do you get the interface IP address of GigabitEthernet1/3 with CiscoConfParse()?
!
hostname Example
!
interface GigabitEthernet1/1
description ...
0
votes
0
answers
69
views
SSH connection to Cisco IOS CLI rejected when using Paramiko [duplicate]
I am trying to connect to a Cisco SG350 switch via SSH using the Python Paramiko library.
The goal is to be able to login using the public key of the computer the Python code is running on. The key is ...
0
votes
1
answer
656
views
Line breaks are removed in text output
I have a very long configuration file I am pulling from various pieces of equipment, and need it exactly as the command output gives me back. Ansible however, appears to be stripping the line breaks ...
0
votes
1
answer
122
views
Parsing CISCO's con/aux/vty configuration using TextFSM
I am attempting to parse the configuration of the consoles (con/aux/vty) from a Cisco router using TextFSM, specifically, the output of the command show running-config | partial line. The issue arises ...
0
votes
1
answer
113
views
ansible proper way to split an extended variable and create new variable to use in other tasks?
Running ansible 2.10.17
I keep getting % Invalid input detected at '^' marker. when trying to run a role.
here is my code. Note "filter", "trust", and "untrust" are ...
0
votes
2
answers
78
views
regex and exclude specific text from the capturing group
I have following ACLs from cisco
access-list office extended permit tcp host 1.1.1.1 host 2.2.2.2
access-list home extended permit object-group PROTOS4 host 4.4.4.4 host 5.5.5.5
I'm trying to write a ...
0
votes
1
answer
82
views
How do I put my output csv (list of keys) in a table format where the keys are the top headings and all values are below
I am trying to put a list of keys which is a csv output of a python(show ip interface brief) command into a table using some sort of textfsm/tabulate tool. I used tabulate with headers to try and put ...
1
vote
1
answer
259
views
Python ciscoconfparse to find PE configuration (VRF, INTERFACE, BGP Setup)
I'm trying to use CiscoConfParse on Cisco IOS config an parse a full PE configurations.
The goal is to collect all the essential information from a PE Config (VRF, INTERFACE, BGP Setup).
I found out ...
0
votes
0
answers
38
views
How can I loop through a list of dicts and compare the value of a key and make changes with it
I am looping through a series of switches checking if they have the vlans which the firewall has, and change the 'name' key to equal the 'alias' key on the switches.
This is what I have so far. The ...
0
votes
2
answers
333
views
ansible.netcommon.network_cli does not use python in venv
I am using pyenv and venvs and poetry for my ansible setup.
Recently I removed system pip installed files. New thing in Debian 12, you can't install pkgs through pip anymore without forcing them.
I ...
0
votes
2
answers
214
views
Break function not working on python Cisco factory reset script
import serial
import time
# Serial port configuration
ser = serial.Serial("/dev/ttyUSB0", timeout=1)
print(f"Connecting to {ser.name}...")
# Strings for prompt detection
...
1
vote
2
answers
495
views
How do i skip <---More---> in command output(Netmiko)
There is my code
import re
import netmiko
import sys
import json
def get_results(ip, login, password):
device = {
'device_type': 'cisco_asa',
'ip': ip,
'username': login,...
1
vote
2
answers
307
views
getting the serial number of the Cisco device using regex
Folks,
checking if anyone has better suggestions to get a serial number from a Cisco device using a regex.
The "show inventory" file will looks something like the below:
switch-01#sh ...
1
vote
0
answers
174
views
go x/crypto/ssh client ssh version 1
I am needing to create an ssh client in my go app that will connect to a cisco switch and pull a configuration. Ive done this on many other cisco switches with no issues. The problem with this one ...