Questions tagged [cisco]

For software development issues related to Cisco hardware. Networking and configuration questions should be asked on https://networkengineering.stackexchange.com/

Cisco Systems is a widely deployed brand of networking and telecommunications gear. Questions using this tag should cover software development related to Cisco equipment. Questions about configuration and administration of network gear should be posted on Server Fault. Network design and protocol questions should go to Network Engineering

1035 questions
2
votes
1 answer

Cisco Phone Status ASP.NET integration

We're trying to find a way to retrieve information about when an employee is currently on the phone. The phones we use are Cisco IP Phone 7945 brand with CallManager 7.1.30000-1 and we were wanting to integrate it with asp.net. We want to be able…
2
votes
2 answers

Paramiko .recv is not reading complete output of a command executed with .send

I have a problem where the following function remote.send("show run int vlan 1\\n") does not work. The code is below. It is able to read the file, create a new file and write and save the file. However the output only contain the switch name,…
PF K
  • 21
  • 2
2
votes
1 answer

show interfaces description cisco to txt <-> csv python

I'm trying to convert from a txt file to another csv file but why can't do how can I need. I got this txt: Interface Status Protocol Description Gi1 up up MANAGEMENT INTERFACE…
2
votes
1 answer

Cisco CSR user-data bootstrap to allow multiline in banner

The user data format for the IOS appliance uses the following: ios-config-0001="hostname test-csr-deployment-001" ios-config-0002="banner exec |Hostname: test-csr-deployment-001\r\nRegion: eu-west-2|" The commands are accepted, but the returned…
itChi
  • 642
  • 6
  • 19
2
votes
1 answer

Rendering a specific Config file Template within Ansible Roles

I'm new to Ansible. I have many router config templates to generate but want to specify in the playbook which specific template should be generated. I'm showing only two template files here to keep things simple. I'm able to generate configs based…
2
votes
0 answers

Configure Terraform map(object{}) variables where some key: values are sensitive and others have regex validation. For_each can't handle it

I use a lot of resource blocks with for_each that call variables of type map(object({})). I need to both mark some values sensitive = true (i.e. password) AND also regex-validate other values. I've referenced Terraform - Adding Validation for type =…
RobWieters
  • 43
  • 4
2
votes
3 answers

Html table in CISCO Webex Teams

Has anyone tried printing/sharing a html table in Cisco Webex (with markdown or anything)? I have been trying, but never works. Not formatted correctly
Venu S
  • 3,251
  • 1
  • 9
  • 25
2
votes
1 answer

Is there a way to Continue with the same line in State changes in TextFSM?

I know that I can't combine state transitions with a continue statement. I'm trying to parse network configuration with ansible where the only clear end of row its the beginning of the next one. For example I want to parse configs like follows: line…
2
votes
1 answer

why I can not ping another host through the router

I'm doing my homework about FLSM with Cisco packet tracer, so after i configure addresses of routers and hosts I find that when pc0(11.1.1.1) ping pc2(11.3.1.1) which it can't get response from. I have set the Rip as 11.0.0.0 and clock state for…
Kaining xin
  • 160
  • 1
  • 8
2
votes
1 answer

Cisco Umbrella is blocking my Node.js App in Heroku website?

I'm a beginner in Node.JS and Mongoose. I have created a small Node.JS app. I have pushed the code into Github and Heroku server. After I have deployed the code into the Heroku server. I have checked my website online. It's working fine. I have…
VIGNESH R
  • 63
  • 5
2
votes
1 answer

Jinja2 Network Automation - increasing a variable (subnet +1)

First of all, I am a network engineer learning a bit of coding and attempting to evolve using this relatively new tech. I have searched the interwebs for many hours regarding the below question but most search results include Ansible which i don't…
Xpr3ssion
  • 31
  • 4
2
votes
1 answer

Ansible - Register variable and then search the variable to set_fact (Cisco Aci)

I query the Cisco ACI to attain the advanced vmm provider details for a specific EPG. The result is successful. I then register the result to a variable. I try to search that variable and obtain\extract a single specific piece of information such as…
2
votes
0 answers

HTTP 500 error when importing Meraki SDK into python Azure function app

When I import Meraki: from meraki.meraki import Meraki it causes a HTTP 500 error. This works as expected on my local machine but when uploaded to my Python Azure Function app it causes the HTTP 500 error. I suspect that this is because the Meraki…
grand2019
  • 562
  • 2
  • 6
  • 16
2
votes
1 answer

Using Google SR Plugin and Dynamic Speech Contexts to increase performance of Google Cloud Speech-to-text API and Dialogflow

Task: We are attempting to build a Dialogflow agent that will interact with callers via our Cisco telephony stack. We will be attempting to collect alphanumeric credentials from the caller. Here is our proposed architecture: Problem: In order to…
Ryan Stack
  • 1,231
  • 1
  • 12
  • 25
2
votes
0 answers

XML response has no "auth" node and Failed to obtain WebVPN cookie

When connect vpn using openconnect at ubuntu 18.04 platform openconnect apt install successfully $ openconnect https://xxx.xx.xxx/ below both errors occured XML response has no "auth" node Failed to obtain WebVPN cookie And I don't have more…
Suraj Tiwari
  • 51
  • 1
  • 10