1樓:匿名使用者
vty是虛擬遠端登入埠,用user3登入之後可以檢視路由器show version配置檔案
思科伺服器怎麼配置登入名和登入密碼
2樓:嗜帝冥狼
router>enable //進入配置模
式router#config terminal //進入特權模式
router(config)#hostname r1 //更改裝置名稱為r1
router(config)#username cisco password 123 //設定使用者名稱cisco 密碼123
router(config)#line console 0
router(config-line)#login local//在本地使用設定的使用者名稱和密碼
r1(config)#line vty 0 4 // 設定tel***許可權
r1(config-line)#password 456 // 設定tel***下的密碼為456
r1(config-line)#login //確認
r1(config)#enable password 789 //設定 enable 密碼為789
r1#copy running-config startup-config copy run//儲存到nvram
思科如何設定使用者名稱密碼登入?
3樓:匿名使用者
更改router名字是 r1(config)#hostname ***;設定line的密碼之後,要用 r1(config-line)#login 命令啟動;配置好之後,重啟之前別忘了儲存設定,r1#copy run start
4樓:匿名使用者
在特權模式下配置使用者名稱和密碼,然後再進入線路vty模式配置呼叫本地使用者名稱和密碼,也就是login local 。你試試看吧!
思科c4948沒配置使用者和密碼但是使用了login local怎麼辦?
5樓:賢達
有無設定tel***密碼? 如果沒有的話只能跳過配置檔案修改密碼了,也很簡單
6樓:匿名使用者
你是串列埠接還是網路介面
cisco怎麼設定使用者名稱和密碼
7樓:匿名使用者
下面是配置3種密碼的方法,重點在中間。
username be*** password cisco 這是設定一層帳號和密碼
enable password 123 這是設定管理密碼
router(config)#line console 0 //配置控制口
router(config-line)#password 456 //配置密碼
router(config-line)#login //開啟密碼生效
router(config-line)#exit
router(config)#enable password 123 //配置特權模式密碼
router(config)#username be*** password cisco //建立本地使用者be***和密碼cisco
router(config)#line vty 0 4 //配置vty 埠 0-4
router(config-line)#login local //設定遠端登入使用本地使用者名稱和密碼
router(config-line)#exit
router(config)#service password-encryption //加密所有密碼
router(config)#int f0/0
router(config-if)#ip add 192.168.1.100 255.255.255.0 //設定一個介面當管理ip
遠端登入必須要滿足三個條件:
特權密碼,vty密碼還有管理ip地址
cisco 交換機 tel*** 怎麼配置 使用者名稱+密碼 登陸方式
8樓:yearly如履平地
解決方案1:
1 255. end with **tl/enswitch#confi
configuring from terminal;z?
enter configuration ***mands?.168, one per line.255, or ***work [terminal], memory.255!.
switch(config)#username 123 password 123
switch(config)#enable password 123switch(config)#line vty 0 4switch(config-line)#login lswitch(config-line)#login localswitch(config-line)#int vlan 1switch(config-if)#ip add 192.0switch(config-if)#no sh解決方案2:
配置登陸的使用者名稱和密碼
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#
9樓:匿名使用者
switch(confg)#username **** password ****
switch(confg)#line vty 0 4switch(confg-line)#password ***switch(confg-line)#login local可惜我看到的晚了,不過我確定能幫到你
10樓:roger_林子
就是配置vty啊。交換機的命令手冊上有詳細的配置例項。
router(config)#enable secret 密碼 -> 這個密碼是進入特權模式的密碼,是一定要的
router(config)#line vty 0 4router(config-line)password 密碼 ->這個密碼是tel***密碼
router(config-line)login。
應該是以上的配置。
11樓:匿名使用者
sw(config)# line vty 0 4sw(config-line)# password ******sw(config-line)#login local之後會顯示使用者名稱和密碼登入的方式,但。。我這樣設定完username,用該username登入不知為何總報login invalid……這個我也想求教。
12樓:匿名使用者
conf t
line vty 0 4
login local
就行了前提是你要在cisco交換機設定的時候設定使用者名稱和密碼比如conf t
useranme ***x 0 passwod ******希望對你有幫助
13樓:謝小花兒
enable secret passwordline vty 0 4
login local
username () password ()
14樓:
r#config t
r(config)#username 使用者名稱 passw 密碼r(config)#line vty 0 4r(config-line)#login local
15樓:
在全域性下配置:
router(config)#username xx password xx
router(config)#enable secret ***router(config)#line vty 0 4router(config-line)#login localrouter(config-line)#endrouter#wri
16樓:匿名使用者
看這個 裡面有介紹
17樓:蕢悅媛別宕
樓上的你配置毛線!!你那個配置
能遠端登入我把交換機吃了
switch>en
switch#confi
configuring
from
terminal,
memory,
or***work
[terminal]?
enter
configuration
***mands,
oneper
line.
endwith
**tl/z.
switch(config)#username12**assword
123switch(config)#enablepassword
123switch(config)#linevty0
4switch(config-line)#loginlswitch(config-line)#loginlocal
switch(config-line)#intvlan
1switch(config-if)#ipadd192.168.1.1
255.255.255.0
switch(config-if)#no
sh需要我為
每條命令解釋一遍麼??
使用cisco模擬器配置路由器的使用者名稱及密碼?
18樓:匿名使用者
router>enable //進入配置模式
router#config terminal //進入特權模式
router(config)#hostname r1 //更改裝置名稱為r1
router(config)#username cisco password 123 //設定使用者名稱cisco 密碼123
router(config)#line console 0
router(config-line)#login local//在本地使用設定的使用者名稱和密碼
r1(config)#line vty 0 4 // 設定tel***許可權
r1(config-line)#password 456 // 設定tel***下的密碼為456
r1(config-line)#login //確認
r1(config)#enable password 789 //設定 enable 密碼為789
r1#copy running-config startup-config copy run//儲存到nvram
19樓:匿名使用者
router(config)#line console 0 //配置控制口
router(config-line)#password 456 //配置密碼
router(config-line)#login //開啟密碼生效
router(config-line)#exit
router(config)#enable password 123 //配置特權模式密碼
router(config)#username be*** password cisco //建立本地使用者be***和密碼cisco
router(config)#line vty 0 4 //配置vty 埠 0-4
router(config-line)#login local //設定遠端登入使用本地使用者名稱和密碼
router(config-line)#exit
router(config)#service password-encryption //加密所有密碼
router(config)#int f0/0
router(config-if)#ip add 192.168.1.100 255.255.255.0 //設定一個介面當管理ip
遠端登入必須要滿足三個條件:
特權密碼,vty密碼還有管理ip地址
思科交換機裡面的配置怎麼儲存,思科交換機的配置儲存命令
copy run start 或者wr 完整的命令是 copy running config startup config或者write copy run start即可 思科交換機的配置儲存命令 1 首先開啟思科交換cli,從特權模式進入全域性配置模式,如下圖所示。2 在特權模式下可以對交換機進行...
用crt配置不了思科apIP,怎麼設定cisco思科無線ap
小兄弟 不是說了嗎你子網掩碼不行 改成255.0.0.0 securecrt到cisco 無線ap連線不能 20 你先重啟下,在連線好console的情況下,看是否有資料輸出,如果沒有,很可能是你的系統問題或者你的console線的問題,換臺電腦或者console線試試 usb轉db9的 我也遇到過...
思科模擬器交換機怎麼配置ip,思科交換機怎麼給埠配置ip?
二層交換機可以配ip,但只能在vlan中配,如果要設定tel 的話要將網管指向三層裝置 二層只是透傳vlan,三層 起ip二層switch mode access switch access vlan 10三層 int vlan 10 ip add 192.168.10.1 255.255.255....