当GNS3配置好后,点击console to all dervies 可以使模拟的所有的设备的telnet打开,这样可以对设备进行配置,但这样需要同时将所有的telnet口打开,我们可以关联SecureCRT这个软件,进行telnet分别打开
 

方法:
1、在GNS3中,点击 编辑--首选项---一般---teminal settings--终端命令(原putty.exe -telnet %h %p)--在这个里面输入:
start SecureCRT.exe /T /SCRIPT C:\Program Files\GNS3\securecrt.vbs /TELNET 127.0.0.1 %p
C:\Program Files\GNS3\ 是指GNS3所安装的目录,securecrt.vbs是此文件下的一个角本;
2、新建一个会话的时候,使用telnet方式,不管是哪一台模拟的路由器,ip地址统一填写127.0.0.1。然后第一台模拟的路由器,端口号使用2001,第二台使用2002,以此类推下去。

start SecureCRT.exe /T /telnet 127.0.0.1 %p
start telnet %h %p

start C:\progra~1\SecureCRT\SecureCRT.EXE /T /telnet %h %p
start C:\progra~1\SecureCRT\SecureCRT.EXE
C:\Program Files\SecureCRT\SecureCRT.exe /T /telnet %h %p