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
3
votes
1 answer

backing a cisco router, using NAPALM, using remote login using SSH

this image is the diagram for GNS3 of routers want to configureTrying to Backup the configuration of a Cisco Router. but the connection is not opening. from napalm import * import napalm drivers = napalm.get_network_driver('ios') …
3
votes
1 answer

telnet client response how to decode it

telnet client response how to decode it I think it is a specific response as all cisco servers have the same response . What is the name of this text and how do I decrypt it '\xff\xfb\x01\xff\xfb\x03\xff\xfd\x18\xff\xfd\x1f' import socket import…
smo zain
  • 33
  • 2
3
votes
3 answers

No Internet Access In Docker Container When Connected to Cisco AnyConnect VPN

I am connected to a corporate VPN and need to be able to run docker containers while the VPN is connected due to the fact that the container needs to be able to access corporate endpoints. However, when I am connected with AnyConnect VPN, docker has…
3
votes
1 answer

Cisco TSP - Tool migration from 32bit to 64bit in C#

Currently I have the problem that I should migrate a tool which communicates via Cisco TAPI. Currently it is running under a 32bit compilation. If I switch the compilation set to 64bit and update the nuget package "ATAPI" (by Mark Smith <2>) to the…
Pit Braunsdorf
  • 107
  • 1
  • 8
3
votes
1 answer

Connection to a router does not open

I try to connect to a router R1 with GNS3 using a Python script: import getpass import sys import telnetlib HOST = "192.168.1.1" user = raw_input("Enter your remote account: ") password = getpass.getpass() tn =…
Nataila
  • 41
  • 6
3
votes
1 answer

Getting real-time call info on Cisco phones

I'm interested in getting only 3 bits of information for all calls that come-in to our call center: the caller, the number they dialed, and the number of the person that actually picked-up the call (different than the number the outside world…
WEFX
  • 8,298
  • 8
  • 66
  • 102
3
votes
1 answer

A simple PHP uptime monitor for Windows Servers and Cisco Switches

I've written (well cobbled together from other people's code) a very simple uptime monitor for our servers - it's just an ICMP (ping) monitor and it works very well for our limited amount of servers (20 or so), and very fast. Here's the code (the…
TheDavil
  • 706
  • 2
  • 7
  • 22
3
votes
3 answers

Capturing VPN usage statistics

We're monitoring usage statistics of a network interface using NetworkInterface.GetIPv4Statistics() in .NET 2.0. This isn't reporting correct statistics for connections over which VPN traffic is being tunneled. Instead - in the case of the Cisco VPN…
Thom
  • 2,643
  • 2
  • 30
  • 33
3
votes
1 answer

Ansible telnet without username login

I need to connect to cisco devices with ansible telnet module (I can't enable SSH). In all the tutorial I found on the web, everyone is specifying a login username and a password for authenticating in telnet. But my router doesn't have a username…
EkinOf
  • 451
  • 1
  • 7
  • 18
3
votes
2 answers

Custom redirect URI to macOS app not working

Purpose of the redirect I am working on an application that integrates with Cisco's Webex Teams Api. Unfortunately, for macOS they don't have an SDK (they only do have one for iOS), so I am trying to authenticate with their Api kind of "manually".…
appfrosch
  • 1,146
  • 13
  • 36
3
votes
1 answer

failed to get correct parameters while downloading the meeting component

When I am trying to open Webex from my PC, I am getting this error : failed to get correct parameters while downloading the meeting component I have tried looking into CISCO community but no answers are present. Please help me out since I am unable…
ASharma7
  • 726
  • 3
  • 8
  • 27
3
votes
1 answer

How do you authenticate to Cisco Contact Center Express Identity Service?

I'm building a 3rd party app to authenticate with Contact Center Express. The documentation is necessary, but insufficient to accomplish this. For…
Chloe
  • 25,162
  • 40
  • 190
  • 357
3
votes
1 answer

XML validation No matching global declaration available for the validation root

I have an XML schema provided by Cisco for an IOS XE router. When running the command 'show ip access-list test | format' in the router's cli, it spits out an XML fragment that should validate against this schema. However it does not. Instead I get…
Chris
  • 617
  • 2
  • 6
  • 18
3
votes
1 answer

cisco OS upload with Python Script

I have developed the following python script to help me upload NX-OS images to the Cisco Nexus switches. The script is running just fine with small files. Tried with files under 100M and it's working fine. However I have also NX-OS images which are…
nyhctrip
  • 31
  • 3
3
votes
0 answers

Meraki and custom splash page for authorization

I am trying to create custom authorization splash screen for Meraki Cloud Wi-Fi (https://meraki.cisco.com). I've created splash page successfully as described here:…
LONGMAN
  • 980
  • 1
  • 14
  • 24