1樓:安靜沒幾天
r1(config)#enable password (這裡是密碼)
r1(config)#enable secret (這裡是密碼)
兩個都是設定密碼,不過下面一條的命令安全性更高,兩個任意設定一個密碼就行了。
2樓:匿名使用者
你好;設定一個八位數的密碼就可以了。
3樓:網路板藍根
r1(config)#enable password
看的明白麼?
使用cisco模擬器配置路由器的使用者名稱及密碼?
4樓:匿名使用者
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
5樓:匿名使用者
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地址
6樓:匿名使用者
依次是特權使用者密碼、控制口密碼、遠端登入
注意別忘了使用login命令
7樓:匿名使用者
enable //進入配置模式
config terminal //進入特權模式hostname //更改裝置名稱
username // 設定使用者名稱
password // 設定密碼
line vty 0 4 // 設定tel***許可權password // 設定tel***下的密碼enable password //設定 enable 密碼write // 儲存
yes // 同意儲存
8樓:匿名使用者
router(
config)#username cisco password cisco
建立使用者名稱cisco 密碼是cisco
router(config)#line vty 0 4配置遠端登入(tel***)
router(config-line)#password cisco配置tel***密碼為cisco
router(config-line)#loggin開啟tel***
router(config-line)#login local在tel***上開啟本地使用者認證也就是開啟username認證router(config)#enable secret cisco配置特權密碼
9樓:傑
router>enable //進入特權模式
router#config terminal //進入全域性配置模式
router(config)#hostname r1 //更改裝置名稱
r1(config)#username cisco password 123456 //設定使用者名稱cisco 密碼123456
r1(config)#line console 0 //配置控制口
r1(config-line)#login local //在本地使用設定的使用者名稱和密碼
r1(config)#service password-encryption //加密所有密碼
r1#copy running-config startup-config //儲存當前的配置
在思科模擬器中,如何在路由器中設定隱藏密碼?
10樓:逆速小王子
開啟ie,位址列輸入192.168.1.1輸入相應的帳號跟密碼,帳號密碼都是admin進入設定嚮導介面
選擇上網方式:pppoe
輸入營業廳給你的那個帳號密碼,貌似在光碟上設定無限的密碼
最後點重啟
cisco模擬器配置靜態路由
11樓:匿名使用者
2、所有配置如下
拓撲圖如下
router0
cisco0(config)#do sh run
building configuration...
current configuration : 797 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco0!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
ip address 10.0.0.1 255.255.255.0
duplex auto
speed auto
!inte***ce serial0/0/0
ip address 172.16.3.1 255.255.255.0
!inte***ce serial0/0/1
no ip address
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 10.0.0.0
***work 172.16.0.0
***work 192.168.1.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
router1
cisco1(config)#do sh run
building configuration...
current configuration : 797 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco1!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 192.168.3.254 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
no ip address
duplex auto
speed auto
shutdown
!inte***ce serial0/0/0
ip address 172.16.3.2 255.255.255.0
clock rate 64000
!inte***ce serial0/0/1
no ip address
shutdown
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 172.16.0.0
***work 192.168.3.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
router2
cisco2(config)#do sh run
building configuration...
current configuration : 677 bytes
!version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!hostname cisco2!!
!enable secret 5 $1$merr$hx5rvt7rpnos4wqbxkx7m0!!
!!!!
username cisco password 0 cisco!!
!!!!
!spanning-tree mode pvst!!
!!inte***ce fastether***0/0
ip address 10.0.0.2 255.255.255.0
duplex auto
speed auto
!inte***ce fastether***0/1
ip address 192.168.2.254 255.255.255.0
duplex auto
speed auto
!inte***ce vlan1
no ip address
shutdown
!router rip
version 2
***work 10.0.0.0
***work 192.168.2.0
no auto-summary
!ip classless!!
!!!!
!line con 0
!line aux 0
!line vty 0 4
login!!
!end
pc0配置
pc1配置
dns配置
pc0到pc1測試
pc0-dns
很焦急!請教思科模擬器中路由器問題!!萬分感激啊謝謝您
從你問的這個問題可以看出來,你沒有搞懂路由器的工作原理 對於左邊的路由器來說,192.168.1.0 24和10.0.0.0 30網段是自己的直連網段 所以在左邊的路由器的f0 0和s0 0 0這兩個介面都雙up後,會產生2條直連路由 type是c 表示直連 網段分別是192.168.1.0 24和...
思科模擬器如何隱藏裝置型號,思科模擬器如何恢復各裝置enable密碼
思科模copy擬器只能簡單的模擬一些裝置而已bai ctrl r 調出preferences對話方塊勾選hide device label 隱藏裝置標籤 就可以了。options preferences 或者ctrl r show device model labels 隱藏裝置型號 show de...
思科路由器設定,思科路由器設定ip
思科路由進入介面號設定ip。方法如下 cisco conf t 進入全域性模式 cisco conf int s1 0 進入埠號為s1 0 cisco conf if ip address 192.168.1.1 255.255.255.0 設定ip地址為192.168.1.1 子網掩碼為255.2...