cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
730
Views
0
Helpful
1
Replies

Unable to telnet, console or SSH to Multi-IOS Cisco Test Network

I am not able to login to the sandox routers from my MAC using VPN connection. Can you please help?

 

(venv) Karthiks-Air:virlutils swathikarthik$ virl nodes

Here is a list of all the running nodes

╒═════════╤════════╤═════════╤═════════════╤════════════╤══════════════════════╤════════════════════╕

│ Node    │ Type   │ State   │ Reachable   │ Protocol   │ Management Address   │ External Address  

╞═════════╪════════╪═════════╪═════════════╪════════════╪══════════════════════╪════════════════════╡

│ router2 │ IOSv   ACTIVE  REACHABLE   │ telnet     │ 172.16.30.72         │ N/A               

├─────────┼────────┼─────────┼─────────────┼────────────┼──────────────────────┼────────────────────┤

│ router1 │ IOSv   ACTIVE  REACHABLE   │ telnet     │ 172.16.30.71         │ N/A               

╘═════════╧════════╧═════════╧═════════════╧════════════╧══════════════════════╧════════════════════╛

(venv) Karthiks-Air:virlutils swathikarthik$ virl telnet 172.16.30.71

Could not find management info for default:172.16.30.71

(venv) Karthiks-Air:virlutils swathikarthik$ virl console 172.16.30.71

Attempting to connect to console of 172.16.30.71

Unknown node default:172.16.30.71

(venv) Karthiks-Air:virlutils swathikarthik$ virl console router1

Attempting to connect to console of router1

Exception raised while running your command

Please open an issue and provide this info:

[Errno 2] No such file or directory

(venv) Karthiks-Air:virlutils swathikarthik$ virl console 172.16.30.72

Attempting to connect to console of 172.16.30.72

Unknown node default:172.16.30.72

(venv) Karthiks-Air:virlutils swathikarthik$ virl telnet 172.16.30.72

Could not find management info for default:172.16.30.72

(venv) Karthiks-Air:virlutils swathikarthik$ virl telnet router1

Attemping telnet connection to router1 at 172.16.30.71

Exception raised while running your command

Please open an issue and provide this info:

[Errno 2] No such file or directory

(venv) Karthiks-Air:virlutils swathikarthik$

 

(venv) Karthiks-Air:virlutils swathikarthik$ ping 172.16.30.71

PING 172.16.30.71 (172.16.30.71): 56 data bytes

64 bytes from 172.16.30.71: icmp_seq=0 ttl=253 time=174.151 ms

64 bytes from 172.16.30.71: icmp_seq=1 ttl=253 time=173.248 ms

64 bytes from 172.16.30.71: icmp_seq=2 ttl=253 time=173.390 ms

64 bytes from 172.16.30.71: icmp_seq=3 ttl=253 time=174.067 ms

^C

--- 172.16.30.71 ping statistics ---

4 packets transmitted, 4 packets received, 0.0% packet loss

round-trip min/avg/max/stddev = 173.248/173.714/174.151/0.399 ms

(venv) Karthiks-Air:virlutils swathikarthik$

(venv) Karthiks-Air:virlutils swathikarthik$ ping 172.16.30.71

PING 172.16.30.71 (172.16.30.71): 56 data bytes

64 bytes from 172.16.30.71: icmp_seq=0 ttl=253 time=174.948 ms

64 bytes from 172.16.30.71: icmp_seq=1 ttl=253 time=173.208 ms

64 bytes from 172.16.30.71: icmp_seq=2 ttl=253 time=173.413 ms

 

 

1 Reply 1

jasonkin
Cisco Employee
Cisco Employee

I usually just telnet or ssh directly from my Mac laptop, rather than using virlutils (ie."telnet 172.16.30.71" instead of "virl telnet 172.16.30.71").