我的问题是我在R1和R2上面配置命令可以实现telnet却无法实现SSH是怎么回事我下面的配置出上面问题了?
R1的配置如下:
conf t
host A
no ip domain lookup
clock timezone 0 0
line console 0
logging sychronous
int fa0/1
ip add 192.168.1.1 255.255.255.0
no shut
username admin password cisco
crypto key generate rsa
........1024
......
...OK
ip domain-name cisco.com
ip ssh version 2 (就是这个地方在GNS3里面,命令无法使用每次使用这个就会提示:invalid input detected at "v"marker)
然后下面的操作就无法实现了
如果是配置telnet的话是可以实现的。
请教大神 告诉我下是GNS3模拟器的问题还是我的配置有问题。