cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
180
Views
1
Helpful
6
Replies

Not able to access Cat9k-Always-On.

aravindskn
Level 1
Level 1

Hello,

I am trying to access my Cat9k-Always-On sandbox instance using my credentials, but I keep getting connection timed-out errors. I even tried to ping the hostname, but the request was timed out. I have verified that the instance is active and running but I am unable to access it.

1 Accepted Solution

Accepted Solutions

@aravindskn given your error, "Network error: Software caused connection abort" message in PuTTY you shared. The error usually indicates that the connection was actively terminated by something on your computer rather than a simple timeout due to no response from the end device. Is there any firewall, software (local or corp) which might be preventing this connection?

You could try a curl from your command line to test connection to see if this connects ok.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

View solution in original post

6 Replies 6

@aravindskn how are you trying to access? Check your details in the quick access tab, seems ok here using ssh

~ via  v20.19.0 took 14s
❯ ssh bigevilbeard@devnetsandboxiosxec9k.cisco.com
(bigevilbeard@devnetsandboxiosxec9k.cisco.com) Password:
CAT9k_AO#

 

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

I used SecureCRT and PuTTy to reach the server. I got the connection timed-out error on both.

@aravindskn double checked your hostname/IP address in SecureCRT and PuTTY, its easy to make a typo, is this using ssh here on port 22, it should default to this, but worth checking.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

@bigevilbeard Yes, I have checked my hostname and credentials, but it doesn't seem to work. 

@aravindskn given your error, "Network error: Software caused connection abort" message in PuTTY you shared. The error usually indicates that the connection was actively terminated by something on your computer rather than a simple timeout due to no response from the end device. Is there any firewall, software (local or corp) which might be preventing this connection?

You could try a curl from your command line to test connection to see if this connects ok.

Please mark this as helpful or solution accepted to help others
Connect with me https://bigevilbeard.github.io

@bigevilbeard I think my computer blocked the traffic. I tried SSH through another computer, and I was able to access the sandbox.

Thank you, @bigevilbeard, for the help!