① 通過Telnet方式配置和登錄
一、Telnet方式配置:
1.畫出拓撲圖
2.給主機0進行終端配置
3.進入命令行模式
Router>enable
Router#configure terminal
Router(config)#enable password 123(設置密碼為123)
Router(config)#exit
Router# running-config startup-config(存在配置文件中)
Router#show running-config(查看當前配置)
4.忘記密碼時,重置路由器
(1)先重啟路由器
(2)再重啟時,抓緊時間按Ctrl+C,進入rommon(監控模式)
rommon 1 > confreg 0x2142(將第6位置0)
rommon 2 > reset
此鉛槐歲時主機0就不再需要登錄槐睜密碼
Router>enable
Router#config terminal
Router#exit
Router# running-config startup-config
Router#config terminal
Router(config)#config-register 0x2102(將寄存器的值改為原來默認值)
Router#exit
Router# running-config startup-config
二、 配置明沖telnet登陸
Router#config terminal
Router(config)#line vty 0 4
Router(config-line)#password 123
Router(config-line)#exit
Router(config)#enable password 123(兩個密碼要相同)
此時加主機1
Router(config)#interface fastEthernet 0/0(進入連接主機1的介面,配置主機1的ip地址)
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown(打開埠)
此時主機1與路由器相同,變綠
配置主機1的IP地址
打開主機1的命令提示符
PC>telnet 192.168.1.1
即可在終端配置路由器
② 思科路由器(cisco)配置telnet登錄和ssh登錄應用舉例
Telnet協議是TCP/IP協議族中的一員,是Internet遠程登錄服務的標准協議和主要方式。它為用戶提供了在本地計算機上完晌掘成遠程主機工作的能力。在終端使用者的電腦上使用telnet程序,用它連接到伺服器。終端使用者可以在telnet程序中輸入命令,這些命令會在伺服器上運行,就像直接在伺服器的控制台絕絕上輸入一樣。可以在本地就能控制宴宏核伺服器。
SSH 為 Secure Shell 的縮寫,由 IETF 的網路小組(Network Working Group)所制定;SSH 為建立在應用層基礎上的安全協議。SSH 是目前較可靠,專為遠程登錄會話和其他網路服務提供安全性的協議。利用 SSH 協議可以有效防止遠程管理過程中的信息泄露問題。SSH最初是UNIX系統上的一個程序,後來又迅速擴展到其他操作平台。SSH在正確使用時可彌補網路中的漏洞。SSH客戶端適用於多種平台。幾乎所有UNIX平台—包括HP-UX、Linux、AIX、Solaris、Digital UNIX、Irix,以及其他平台,都可運行SSH。
思科telnet/ssh登錄配置案例:
要求:
R2可以telnet R1
R3可以ssh R2
配置AR1
R1(config)#enable password 123
R1(config)#line vty 0 4
R1(config-line)#password 123
R1(config-line)#login
R1(config-line)#transport input telnet
R1(config)#interface ethernet 0/0
R1(config-if)#ip address 192.168.12.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
配置AR2
Router(config)#interface ethernet 0/1
Router(config-if)# ip address 192.168.12.2 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface ethernet 0/0
Router(config-if)#ip address 192.168.13.2 255.255.255.0
Router(config-if)#no shutdown
Router#telnet 192.168.12.1 //telnet R1
Trying 192.168.12.1 ... Open
User Access Verification
Password:
R1>enable
Password:
R1#exit
[Connection to 192.168.12.1 closed by foreign host]
又回到R2
Router(config)#hostname R2
R2(config)#ip domain name www.163.com
R2(config)#crypto key generate rsa molus 1024
The name for the keys will be: R2.www.163.com
% The key molus size is 1024 bits
% Generating 1024 bit RSA keys, keys will be non-exportable...
[OK] (elapsed time was 0 seconds)
R2(config)#username glab1 secret glab1
R2(config)#line vty 0 4
R2(config-line)#login local
R2(config-line)#transport input ssh
R2(config)#enable password 123
R2(config)#
R2(config)#do show ip interface brief
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 192.168.13.2 YES manual up up
Ethernet0/1 192.168.12.2 YES manual up up
Ethernet0/2 unassigned YES unset administratively down down
Ethernet0/3 unassigned YES unset administratively down down
R2(config)#
配置AR 3
Router(config)#hostname R3
R3(config)#interface ethernet 0/1
R3(config-if)#ip address 192.168.13.2 255.255.255.0
R3(config-if)#no shutdown
ssh R2開始
R3#ssh -l glab1 192.168.13.2
Password:
Password:
R2>
③ 路由器如何開啟telnet
路由器開啟telnet具體步驟:
1、首先打開思科稿毀滾模擬器軟體,並熟悉思科模擬器軟體裡面的基本工具欄,如下圖所示:
④ 怎麼用telnet 遠程進入思科路由器 步驟
要先在路由器中配置好VTY(虛擬終端連接)登錄
然後再用telnet進行登錄