在模擬器上用電腦連線一臺路由器,配置路由器的名字 自選 ,配置路由器的使能密碼,con 0密碼,vty 0 4密碼

2021-04-03 06:33:53 字數 7179 閱讀 1415

1樓: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 // 設定telnet許可權

r1(config-line)#password 456 // 設定telnet下的密碼為456

r1(config-line)#login //確認

r1(config)#enable password 789 //設定 enable 密碼為789

r1#copy running-config startup-config copy run//儲存到nvram

思科模擬器 設定路由器的閘道器,配置一臺路由器當pc

2樓:帶刺的陽光

如果沒猜錯。。

你是用pt做的吧。。

。pt是基於軟體環境模擬的,抽風是常有的。

另外。你試試,no ip ?,看看它提示的命令。印象中pt的no ip routing命令有改動。

很想問一句,為什麼要用路由器模擬pc?

3樓:零零發貳號

你的路由器選擇了generic這個了,你選一下1841這個路由器。

使用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 // 設定telnet許可權

r1(config-line)#password 456 // 設定telnet下的密碼為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 benet password cisco //建立本地使用者benet和密碼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 // 設定telnet許可權password // 設定telnet下的密碼enable password //設定 enable 密碼write // 儲存

yes // 同意儲存

8樓:匿名使用者

router(

config)#username cisco password cisco

建立使用者名稱cisco 密碼是cisco

router(config)#line vty 0 4配置遠端登入(telnet)

router(config-line)#password cisco配置telnet密碼為cisco

router(config-line)#loggin開啟telnet

router(config-line)#login local在telnet上開啟本地使用者認證也就是開啟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樓:匿名使用者

思科模擬器,一臺電腦想要通過交換機和路由器到另外一臺電腦的話,首先要設計網段,其次電腦要配置好網路資訊。交換機要劃分vlan,給vlan設定ip地址。路由器要把access口封裝成trunk口,還要配置路由。

在思科模擬器上,如何用一臺路由器,一臺交換機,和4臺pc,要求劃分兩個vlan是的pc可訪問不同vlan的pc

11樓:匿名使用者

對交換機的配置:

switch>

switch>

switch>

switch>en

switch>

switch>en

switch#conf t

enter configuration commands, one per line.  end with cntl/z.

switch(config)#exit

%sys-5-config_i: configured from console by console

switch#vlan d

switch#vlan database

% warning: it is recommended to configure vlan from config mode,

as vlan database mode is being deprecated. please consult user

documentation for configuring vtp/vlan in config mode.

switch(vlan)#vlan 2 name a

vlan 2 added:

name: a

switch(vlan)#vlan 3 name b

vlan 3 added:

name: b

switch(vlan)#exit

exiting....

switch#conf t

enter configuration commands, one per line.  end with cntl/z.

switch(config)#int vlan 2

%link-5-changed: inte***ce vlan2, changed state to upswitch(config-if)#

switch(config-if)#no shu

switch(config-if)#int vlan 3

%link-5-changed: inte***ce vlan3, changed state to upswitch(config-if)#

switch(config-if)#no shu

switch(config-if)#int f0/1

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 2

%lineproto-5-updown: line protocol on inte***ce vlan2, changed state to upswitch(config-if)#

switch(config-if)#int f0/2

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 3

%lineproto-5-updown: line protocol on inte***ce vlan3, changed state to upswitch(config-if)#

switch(config-if)#int f0/3

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 2

switch(config-if)#int f0/4

switch(config-if)#sw m ac

switch(config-if)#sw ac vlan 3

switch(config-if)#int f0/5

switch(config-if)#no shu

switch(config-if)#sw m ac

switch(config-if)#sw m tr

switch(config-if)#exit

switch(config)#exit

%sys-5-config_i: configured from console by console

switch#

對路由器的配置:

press return to get started!

router>

router>

router>en

router#conf t

enter configuration commands, one per line.  end with cntl/z.

router(config)#int f0/0

router(config-if)#no shu

%link-5-changed: inte***ce fastethernet0/0, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastethernet0/0, changed state to up

router(config-if)#no ip ad

router(config-if)#no ip address

router(config-if)#int f0/0.1

%link-5-changed: inte***ce fastethernet0/0.1, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastethernet0/0.1, changed state to uprouter(config-subif)#

router(config-subif)#en

router(config-subif)#encapsulation d

router(config-subif)#encapsulation dot1q 2

router(config-subif)#ip ad

router(config-subif)#ip address 192.168.1.1 255.255.255.0

router(config-subif)#int f0/0.2

%link-5-changed: inte***ce fastethernet0/0.2, changed state to up

%lineproto-5-updown: line protocol on inte***ce fastethernet0/0.2, changed state to uprouter(config-subif)#

router(config-subif)#en

router(config-subif)#encapsulation d

router(config-subif)#encapsulation dot1q 3

router(config-subif)#ip ad

router(config-subif)#ip address 192.168.2.1 255.255.255.0

router(config-subif)#exit

router(config)#

我是在模擬

器上做的,你可以看看這些命令,要是不明白的話再問吧。

思科模擬器做dhcp,一臺pc,一臺路由器做中繼,一臺路由器

r0配置 ip dhcp pool 2 network 192.168.2.0 255.255.255.0 default router 192.168.2.2 dns server 8.8.8.8 inte ce fastethernet0 0 ip address 192.168.1.1 255...

一臺路由器上再接無線路由器,一臺路由器上再接一個無線路由器

呵呵 兩個路由器啊。你怎麼先不動手試試呢。方法一。直接拿根網線插在你的無線路由器的lan口上。ipad連線wifi 就可以了。至於無線路由器的設定如果你以前的有線路由器開了dhcp服務的話就把無線路由器的 dhcp服務關掉。進入路由器。網路設定裡把lan口設定的跟你的有線路由在同一個ip段裡。無線設...

在路由器上設定了ospf,可是另一臺路由器只學習到了,為什麼啊,希望可以具體些

在路由器上設定了3個ospf 這個表述就讓人困惑。ospf是一種鏈路狀態路由選擇協議,怎麼會是按個來算的能。在同一個自治系統中配置了ospf協議 具有相同口令 可以均不設定 且埠配置在廣播路由資訊時,才會從已建立鄰接的路由器接受對方的鏈路狀態資訊,根據資訊用spf演算法構建路由表。學習不到ospf報...