導航:首頁 > 程序命令 > telnet命令登陸路由

telnet命令登陸路由

發布時間:2023-03-29 16:35:55

⑴ 路由器如何開啟telnet

路由器開啟telnet具體步驟:

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>

⑶ 怎麼在dos下使用telnet命令登陸路由器

直接在dos窗口裡面telnet x.x.x.x即可

注意:x.x.x.x是路由器的地址,在保證電腦能夠ping通路由器的情況下才可以遠程,

另外,所有的xp系統的電腦,默認是開啟了telnet服務的,但是win 7系統默認則是關閉的,需要手動開起來開啟的方法如下:

1、打開控制面板

⑷ 通過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

即可在終端配置路由器

⑸ 用telnet方式登錄路由器時,可以選擇哪幾種驗證方式

用telnet方式登錄路由器時,可以選擇以下幾種驗證方式。
1、在安全設瞎模置中選擇網路安全設置中的wpa認證方式。
2、使用的為無線AP的WEP加密模式,則可選擇無線安磨鄭緩全設置中的WPA-PSK/WPA2-PSk+AES演算法模式。若使用WPA-PSK/LWPA-AES加密模式時,建議將密碼加密後在進行傳輸。
3、使用的是無線叢櫻AP和無線路由器的AP模式,則需要在安全協議中選擇WEP無線連接協議(AP)+WPA/WEP加密,並選擇相應的密碼驗證方式。
4、使用wifi智能路由器作為有線網關或無線接入點(AP)的話,則需要在無線安全設置中進行認證,具體認證方式請參照下面的圖片。

閱讀全文

與telnet命令登陸路由相關的資料

熱點內容
華為amd雲伺服器 瀏覽:495
漢化編程卡是什麼意思 瀏覽:126
python學習pdf 瀏覽:313
祝緒丹程序員那麼可愛拍吻戲 瀏覽:198
asp源碼會員消費系統 瀏覽:113
java反射設置 瀏覽:152
python一行文 瀏覽:439
排序演算法優缺點 瀏覽:563
惡搞加密文件pdf 瀏覽:674
gif怎麼壓縮圖片大小 瀏覽:217
命令選擇當前不可用 瀏覽:158
歐幾里得演算法如何求逆元 瀏覽:506
男中學生上課解壓神器 瀏覽:373
加密狗拔掉之後怎麼辦 瀏覽:27
雲儲存平台源碼 瀏覽:847
解壓文件蘋果手機rar 瀏覽:149
centos開機命令行模式 瀏覽:697
遍歷所有listpython 瀏覽:660
力控加密文件夾 瀏覽:517
如何更改移動伺服器密碼 瀏覽:686