1樓:匿名使用者
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
2樓:匿名使用者
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地址
3樓:匿名使用者
依次是特權使用者密碼、控制口密碼、遠端登入
注意別忘了使用login命令
4樓:匿名使用者
enable //進入配置模式
config terminal //進入特權模式hostname //更改裝置名稱
username // 設定使用者名稱
password // 設定密碼
line vty 0 4 // 設定tel***許可權password // 設定tel***下的密碼enable password //設定 enable 密碼write // 儲存
yes // 同意儲存
5樓:匿名使用者
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配置特權密碼
6樓:傑
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 //儲存當前的配置
在模擬器上用電腦連線一臺路由器,配置路由器的名字(自選),配置路由器的使能密碼,con 0密碼,vty 0 4密碼.
7樓:c晨風之劍
router>enable //進入配來置模式源
router#config terminal //進入特權模式
router(config)#hostname r1 //更改裝置bai
名稱為r1
router(config)#username cisco password 123 //設定使用者名稱
ducisco 密碼zhi123
router(config)#line console 0
router(config-line)#login local//在本地使用設dao置的使用者名稱和密碼
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
思科模擬器中路由器如何設定password secret密碼
8樓:闕亭晚關甲
r1(config)#enable
password
(這裡是密碼)
r1(config)#enable
secret
(這裡是密碼)
兩個都是設定密碼,不過下面一條的命令安全性更高,兩個任意設定一個密碼就行了。
cisco模擬器配置靜態路由
9樓:匿名使用者
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
cisco模擬器中PCping不通路由,請高手幫下小白
實際上 可以理解為 兩個網段之間的互訪 pc0 200.1.3.0 24 g0 1 r1 g0 0 200.1.1.0 24 g0 1 r2 說下實現的基礎 pc要跨越子網,需要有一個預設閘道器200.1.3.1r2要跨越子網,需要有一個去往200.1.3.0 24的路由對於r1,兩邊都屬於直連路由...
cisco路由器怎麼清除已有配置
不太可能吧 router ospf 200 no router ospf 200就好了你再試試,看看是不是命令沒打對 你用的是模擬器還是真機?命令是必須打全的。no net 192.168.2.11 0.0.0.3 area 0,必須這樣輸入才有效。ospf關閉還出現問題,建議歸零重新啟動路由器,從...
思科模擬器中怎樣設定路由器的S口
s口是serial介面的意思,也叫高速非同步串列埠,主要是連線廣域網的v.35線纜用的,說白了就是路由器和路由器連線時候用的,可以用命令設定頻寬,一般也就在10m 8m左右。f口是fastether 介面,叫快速乙太網口,主要連線乙太網 區域網 用的,說白了就是連線交換機或電腦用的,用普通的雙絞線就...