python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Posh-SSH script on Cisco devices
I made a Posh-SSH based script that will let me send commands to Cisco routers. It works great... except for a very specific case.
function Send-SSHCommand {
Param(
[Parameter...
MKANET
Votes: 0
Answers: 0
Can I remotely connect to a PC that is on a VPN?
With my personnal PC, I used to connect to my WORK PC that was in the workplace building. With my personnal PC, I had to connect to CISCO VPN first, then connect to my work PC.
But we were recently in...
Chadi N
Votes: 0
Answers: 1
Terraform: Iterate over a list of strings in a nested JSON with terraform-provider-aci
I am having problems with this issue for to long. I am trying to set up some Infrastructure with Terraform and Cisco ACI. What I want to do now is to set up multiple epgs for one tenant. So with for_e...
Mikesh
Votes: 0
Answers: 1
How to connect using console(serial port) between Ansible to Cisco?
I'm using Ansible for automation network devices.
After cisco switch factory reset, I don't know that how to connect cisco console port instead of ssh.
I want to know way only serial(console port) con...
edmundseon
Votes: 0
Answers: 1