cisco Questions
5
I need to automate the login process of a Cisco VPN Client version 5.0.07.0440.
I've tried using a command line like this but there is something wrong:
vpnclient.exe connect MyVPNConnection user u...
Denaedenarius asked 10/2, 2014 at 16:8
7
Solved
I am working with the basic Cisco VPN client (v.5 I believe). Is there anyway to determine programatically if a partciular profile (or any profile for that matter) is connected?
I'm looking to som...
1
Solved
I used anyconnect-macos-4.8.01090-predeploy-k9.dmg to install anyconnect, it only works once after I install it. (I will then connect to my company's VPN, before that it will automatically upgrade ...
Tenure asked 5/9, 2022 at 4:37
1
I connect to my company VPN with AnyConnect (using this rather than openconnect to allow single sign on to work).
When I run a docker container that's not using network driver "host", my ...
8
I'm getting the following error when trying to ssh to a Cisco ACS device using the paramiko library. I've used paramiko in python without issue, and I can ssh to this box from the command line, or ...
10
Solved
I'm using the REST API for a Cisco CMX device, and trying to write Python code which makes a GET request to the API for information. The code is as follows and is the same as that in the file excep...
3
Solved
I am trying to install Cisco VPN Client on Ubuntu, but I am facing problems.
So How can I install it on Ubuntu 16.04 LTS ?
Plafker asked 20/5, 2016 at 13:34
5
Solved
As title says, trying to connect vpn via bash. The following script seemed closest to the answer I'm looking for:
#!/bin/bash
/opt/cisco/anyconnect/bin/vpn -s << EOF
connect https://your.cis...
1
Solved
So what is the difference between SSHClient.exec_command() and send with SSHClient.invoke_shell on Paramiko?
I can send and execute command with exec_command to MikroTik router device but can't ex...
1
Solved
I am trying to SSH to a Cisco wireless controller through Go, using Go's golang.org/x/crypto/ssh library, to programmatically configure access points. The problem I'm running into is correctly pars...
Frowsty asked 1/1, 2018 at 19:11
1
I'm using jnca library to collect NetFlow records sent by a router. The version of the NetFlow record sent by the router is version 9.
When the NetFlow packet is observed from the Wireshark the flo...
3
Solved
I have read over this post extensively and have researched Exscript, paramiko, Fabric and pxssh and I am still lost Persistent ssh session to Cisco router . I am new to python scripting.
I am atte...
1
Solved
We have 2 cisco phones: one for call manager and another for his superviser.
We need to create a conference when the manager answers and put the supervisor's phone on mute. We are trying to achiev...
Gonfalonier asked 6/8, 2015 at 14:38
2
I'm building a small monitoring solution and would like to understand what is the correct/best behavior in situation where previous reading is larger than current reading. For example ifHCOutOctets...
2
Solved
I am using PostMan as a REST client to test this API method Cisco ACL Analysis API. specifically POST /acl/trace or getAClTracksStd (first go to Policy Analysis)
Here is my PostMan HTTP test call
...
3
Solved
For some reason, I cannot SSH into a Cisco CSR1000v router from an Ubuntu 14.04 machine.
Our Cisco firmware is;
Cisco IOS XE Software, Version 03.12.00.S - Standard Support Release
Cisco IO...
Parricide asked 16/8, 2014 at 16:31
1
I am currently running Yocto-distr on a Cisco Router (so this is embedded-Linux system call Guest-Os). I already have python-2.7.3 version installed. I am currently to install Numpy. However, the i...
Process asked 17/1, 2015 at 21:22
1
Solved
I have a Go Program and I want to run it on a switch. Since I cannot install Go on the switch itself, I just copy the executable and try to run. But I get the following error.
runtime: panic befor...
3
Solved
I am trying to telnet to Cisco Router and give commands using pexpect. Its working, but the sendline() repeats in the output. even after using setecho to False. Code is:
'''
Created on Nov 19, 201...
3
Solved
I am a fresh graduate and have just got my first job as a programmer in Hong Kong. As the topic described, I need to use C# to control the ports on the Cisco switch.
I have search and study for q...
0
I successfully managed to connect to a Cisco IE-2000-L switch via SSH. I used the Renci SSH.NET library.
Starting guide: http://vwiki.co.uk/SSH_Client_(PowerShell)
My working code is
# Load SSH...
Germany asked 26/6, 2014 at 17:12
1
Solved
I would like help to create an automatic BAT script that reconnects my Cisco VPN Client Session in case of outage of Internet.
There are two command lines: command 1 to connect and command 2 to d...
Panama asked 28/2, 2014 at 13:4
2
Solved
I am building a custom switch manager for work, my current issue is more an aesthetic one but I think it is a good learning experience. I have posted the array below for clarity:
Array
(
[1...
3
Solved
I must sometimes write software to establish a socket with a particular server residing within a Cisco VPN. I simply write my software as if there were no VPN (making use of the standard sockets li...
1
Solved
I have a question about ifAdminStatus and ifOperStatus. Here is an output of my network interfaces state using ifAdminStatus:
snmpwalk -Os -c public -v 1 192.168.1.1 1.3.6.1.2.1.2.2.1.7ifAdminStat...
Numen asked 20/5, 2012 at 14:41
1 Next >
© 2022 - 2025 — McMap. All rights reserved.