cisco交換機如何設定遠端登入密碼

2021-03-05 09:19:20 字數 6240 閱讀 7320

1樓:匿名使用者

設定遠端登入(tel***)密碼 :

enable

#config terminal

(config)#line vty 0 4(0 4是口)③(config-line)#password (class)←密碼(config-lline)#login

exit四.儲存以上設定

>enadle

#copy running-config strat-config

2樓:匿名使用者

router#configure terminal (進入全域性配置模式)

router#line vty 0 4 (進入遠端登入介面)router#password ******x(配置密碼就可以了)router#logging synchronous (防止彈出資訊打斷你的命令)

router#exec-timeout 0 0 (設定永不超時)手工輸入,望採納

3樓:今個本命年

fig t

router(config)#enable secret 密碼-> 這個密碼是進入特權模式的密碼,是一定要的router(config)#line vty 0 4router(config-line)password 密碼 ->這個密碼是tel***密碼

router(config-line)login

4樓:匿名使用者

首先給交換機一個ip地址,line vty 0 10 password

cisco交換機如何設定遠端登入密碼?

5樓:大大的

如下:設定遠端登入(tel***)密碼 :

enable

#config terminal

(config)#line vty 0 4(0 4是口)③(config-line)#password (class)←密碼(config-lline)#login

exit

四.儲存以上設定

>enadle

cisco交換機如何設定遠端登入密碼?

6樓:匿名使用者

設定遠端登入(tel***)密碼 :

enable

#config terminal

(config)#line vty 0 4(0 4是口)③(config-line)#password (class)←密碼(config-lline)#login

exit四.儲存以上設定

>enadle

#copy running-config strat-config

7樓:匿名使用者

router#configure terminal (進入全域性配置模式)

router#line vty 0 4 (進入遠端登入介面)router#password ******x(配置密碼就可以了)router#logging synchronous (防止彈出資訊打斷你的命令)

router#exec-timeout 0 0 (設定永不超時)手工輸入,望採納

思科交換機設定遠端登入密碼如何加密

8樓:匿名使用者

enable

config t

line vty 0 4

password 密碼

log如果想用本地名和密碼繼續配置

username 使用者名稱 password 密碼或 enable secret 加密的密碼

9樓:匿名使用者

思科交換機設定遠端登入密碼一般狀態下是以明碼顯示的,但可以開啟密碼加密服務,這樣顯示的密碼即為加密形式,在察看配製時,密碼顯示的是加密密碼;

開啟密碼加密方式:在配製狀態,從輸入 service password-encryption

10樓:

開啟加密服務就可以了:

switch(config)#service password-encryption

cisco交換機要遠端登入必須設定密碼嗎?

11樓:匿名使用者

不是必須的,可以設定開放式認證和密碼認證

設定開放式認證:(也就是不需要密碼)

enable

configure terminal

line vty 0 15

no login

exit

密碼認證:

enable

configure terminal

line vty 0 15

login

password cisco /配置tel***密碼

exit

這樣就可以登陸了,如果需要對交換機進行管理的話還需要配置交換機的特權密碼

還有任何疑問請追問

12樓:匿名使用者

你好!遠端管理必須設定密碼認證,包括登入認證和特權模式密碼認證。

配置如下:

enable

configure terminal

enable se cisco /配置特權模式密碼為密文認證

line vty 0 15

login

password cisco /配置tel***登入密碼

exit

13樓:匿名使用者

不是必須,可以設定不需要認證

應該就是no login

任何人就可以直接登入

14樓:匿名使用者

是的,必須設定密碼才可以遠端登入的

求cisco 交換機 tel*** 使用者名稱+密碼方式配置 詳細命令

15樓:大野瘦子

switch>en

switch#confi

configuring from terminal, memory, or ***work [terminal]?

enter configuration ***mands, one per line. end with **tl/z.

switch(config)#username 123 password 123

switch(config)#enable password 123

switch(config)#line vty 0 4

switch(config-line)#login l

switch(config-line)#login local

switch(config-line)#int vlan 1

switch(config-if)#ip add 192.168.1.1 255.255.255.0

switch(config-if)#no sh

關於tel***的基本配置

r1:router>en //進入特權模式

router#conf t //進入全域性模式

router(config)#int f0/0 //進入介面

router(config-if)#ip add 1.1.1.1 255.0.0.0 //配置ip地址

router(config-if)#no sh //開啟埠

router(config-if)#ex

router(config)#line vty 0 4    /對連線會話進行設定,允許0-4tel***會話

router(config-line)#pas

router(config-line)#password 123   /設定連線密碼

router(config-line)#login

router(config-line)#ex

router(config)#enable password **  /設定特權密碼

/要實現tel***必須兩個密碼:特權密碼和連結密碼。否則將無法tel***。

例項:華為的基本配置

基本配置:

system-view

enter system view, return user view with ctrl+z.

[huawei]sys r1

[r1]aaa

[r1-aaa]local-user admin password cipher 123

[r1-aaa]local-user admin service-type tel***

[r1-aaa]local-user admin privilege level 3

[r1-aaa]quit

[huawei]user-inte***ce vty 0 4

[huawei-ui-vty0-4]authentication-mode aaa

[huawei-ui-vty0-4]qui

[huawei]int e0/0/0

[huawei-ether***0/0/0]ip add 1.1.1.1 255.0.0.0

[huawei-ether***0/0/0]quit

驗證:huawei>tel*** 1.1.1.1

trying 1.1.1.1 ...

press ctrl+k to abort

connected to 1.1.1.1 ...

login authentication

username:1

password:

在此處驗證的使用者是本地建立的新使用者:1

密碼就是配置的密文123

16樓:匿名使用者

樓上的你配置毛線!!你那個配置 能遠端登入我把交換機吃了

switch>en

switch#confi

configuring from terminal, memory, or ***work [terminal]?

enter configuration ***mands, one per line. end with **tl/z.

switch(config)#username 123 password 123

switch(config)#enable password 123

switch(config)#line vty 0 4

switch(config-line)#login l

switch(config-line)#login local

switch(config-line)#int vlan 1

switch(config-if)#ip add 192.168.1.1 255.255.255.0

switch(config-if)#no sh

需要我為 每條命令解釋一遍麼??

17樓:匿名使用者

配置登陸的使用者名稱和密碼

router(config)#username test password 0 test

配置line驗證方式為local

router(config)#line vty 0 4router(config-line)#login localrouter(config-line)#endrouter#wr

building configuration...

[ok]

router#

cisco設定遠端登陸密碼與進入特權模式與全域性模式的密碼,並只允許網管員的計算機能遠端登陸到交換機 10

18樓:匿名使用者

router>en

router#conf t

router(config)#access-list 1 permit host 192.168.10.1 (這個地址你換成網路管理員機器的ip)

router(config)#username *** password *** (username 後面賬號 pass後面是密碼)

router(config)#enable password *** (enable的密碼)

router(config)#line vty 0 ?然後?寫上最大那個數

router(config-line)#login local (用本地的賬號密碼)

router(config-line)#access-class 1 in(應用限制策略)

router(config-line)#end

router#wr

給分……

cisco交換機如何設定設定步驟有哪些

這個.看你是什麼型號的交換機了,如果是二層的話,寫個hostname,劃一劃vlan,寫個管理地址,配個tel 還有enable密碼,指一條default gateway應該就沒了。如果你是三層的交換機,再弄幾個inte ce vlan地址,起個dhcp貌似也沒啥啊。如果你要是65的話那設定就多了,...

交換機如何設定ip地址,交換機如何設定IP地址?

一 先假設你在交換機上沒有建立新的vlan,而是隻有預設的管理vlan1。交換機的配置如下 enconfig t int vlan 1 ip add 192.168.1.2 255.255.255.0no sh zcopy run start 二 路由器預設是開啟dhcp功能的,而且在預設情況下,d...

cisco二層交換機和三層交換機怎麼設定trunk

s1 enable 進入特權模式 s1 config terminal 進入全域性配置模式 s1 config inte ce vlan vlanid 進入vlan埠 s1 config if switchport mode trunk 埠設定為trunk模式 三層交換機設定trunk s1 ena...