cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4188
Views
5
Helpful
2
Replies

SSH_IPv6

Raushan Kumar
Level 1
Level 1

Having issue with accessing router with ssh showing this error:-

 

% No user specified nor available for SSH client

even though i set the privilege of user and used access list too the ssh doesn't work.

SSH's router configuration:-

ip domain name ex.com

username a secret 5 $1$ZDwK$ru95OTS7tr9Y6Fm4pL9JK1
username b privilege 15 password 0 b

ipv6 access-list routers
permit ipv6 host 2001:1:1:1:: any

line vty 0 4
ipv6 access-class routers in
login local
transport input ssh

 

 

 

if someone catches where i'm doing wrong please let me know.. and yeah all the ip config. in IPV6.

Thanks

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame
2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Not sure your environment like device model and version of code running :

 

here is an example :

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_nman/configuration/xe-3s/ip6n-xe-3s-book/ip6-ssh.html

 

https://www.youtube.com/watch?v=XltO4vLBajk

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Raushan Kumar
Level 1
Level 1

it worked, i did watched the configuration video of CBTNuggets before but i used "transport input all",  it didn't worked for me last time and i read it from documentation too. But today it worked Out :'D

whatever it is.. I'm glad i get the result and now i can move to BGP configuration.

 

Thanks Mate for the Great help.