誰能告訴我cisco模擬器路由器的配置命令

時間 2021-05-05 07:25:00

1樓:

r(config)#inte***ce serial0/0/1

r(config-if)#ip address 209.165.200.225 255.255.255.252

r(config-if)#clock rate 64000

r(config-if)#no shutdown

r(config-if)#inte***ce fastethernet0/0 假設路由器埠為f0/0

r(config-if)#ip address 209.165.201.

1 255.255.255.

252 假設路由器這端ip為209.165.201.

1r(config-if)#no shutdown

r(config-if)#exit

r(config)#ip route 10.1.1.0 255.255.255.252 serial0/0/1

r(config)#ip route 209.165.201.0 255.255.255.252 serial0/0/1

r(config)#ip route 209.165.201.0 255.255.255.252 fastethernet0/0

r(config)#ip route 192.168.15.0 255.255.255.0 serial0/0/1

r(config)#ip route 192.168.25.0 255.255.255.0 serial0/0/1

其他配置為路由器預設配置。

2樓:匿名使用者

你要配置什麼功能,是進入各種模式,還是配置ip網段

3樓:匿名使用者

可以用九州動態ip手機客戶端來實現更改手機或電腦ip地址

九州軟體是用於在不同網路環境下快速切換ip地址等網路配置的軟體工具

使用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樓:妙士酸奶

系統中全部的配置就比較多了,你應該也用不到那麼多命令。

1. 檢視已配置的命令,可以通過show run檢視,如果已儲存,通過show startup也有一樣的效果

2. 如果檢視系統中可配置的全部命令,可以通過使用「?」《只有問號,無引號》來檢視。

在第一級特權模板下(只有#提示符)輸入「?」,此時系統會列出此狀態下可以輸入的所有命令,隨便輸入一個命令後,可繼續使用?來檢視後面可以跟的選項或引數,如此類推。

同時可以使用table鍵來補全命令。

一般學cisco的人必須掌握的這2個技巧,否則成千上萬的命令,誰會記得住呢。

11樓:匿名使用者

在特權模式下(confing#),用 sho run ,看配置

用 sho his 看使用過的命令

12樓:殘陽

在特權模式show run

誰能告訴我,思科模擬器的配置命令

13樓:2b光影

這應該是練習題,還是自己做的為好。粗略的分析一下:

1、介面配置,基本配置,沒什麼難度

以r0為例:

inte***ce fastethernet0/0

ip address 192.168.20.1 255.255.255.0

no shutdown //思科路由器預設所有介面down

inte***ce serial0/0/0

ip address 172.20.100.2 255.255.255.224

no shutdown

2、地址池配置,最基本的配置,沒什麼變化。

在r1上配置3個不同的地址池。僅僅是上圖的拓撲的話,只能有一個地址池可用,那就是直連路由器r1的pc可以dhcp獲取到192.168.10.0網段的地址。

ip dhcp excluded-address 192.168.10.1 192.168.10.100

ip dhcp excluded-address 192.168.20.1 192.168.20.100

ip dhcp excluded-address 192.168.30.1 192.168.30.100

!ip dhcp pool vlan10

network 192.168.10.0 255.255.255.0

default-router 192.168.10.1

dns-server 192.168.10.200

ip dhcp pool vlan20

network 192.168.20.0 255.255.255.0

default-router 192.168.20.1

dns-server 192.168.20.200

ip dhcp pool vlan30

network 192.168.30.0 255.255.255.0

default-router 192.168.30.1

dns-server 192.168.30.100

3、ospf,基本配置,沒什麼難度

以r0為例

router ospf 100

network 192.168.20.1 0.0.0.0 area 0

network 172.20.100.2 0.0.0.0 area 0

測試的話:

1、看路由通不通就看路由表,show ip route

2、最基本的ping

3、檢視dhcp地址池使用情況,show ip dhcp binding

誰能告訴我1 ,誰能告訴我

1 1 經過上網查詢,找到很多種答案,甚至可以說是n種答案。例如 1 1 0 一次生加上一次死,你什麼也沒有得到 1 1 1 一條河流如另一條還是一條河 1 1 2 這個答案是眾所周知的 1 1 10 計算機二進位制 1 1 3 一隻健康的公牛與另外一頭母牛有了一個寶寶 1 1 4 母牛懷的是雙胞胎...

誰能告訴我?

為什麼受傷的總是我。幫小夥送了朋友一朵花。這個魔術我以為是我贏了,但總覺得 怪怪的。從領導的角度來說,任何解釋都是蒼白無力的,他需要的是結果。從員工的角度來說。解釋是為了更好地說明自己並非主觀上不想完成任務,而是客觀的條件之約。所以在這個解釋上需要尋求一個平衡和度量才能更好解決問題。簡潔明瞭的說明原...

誰能告訴我櫥櫃那家好啊,誰能告訴我櫥櫃誰家的好啊?怎麼選櫥櫃呢?

齊家網 其實不能說哪家好哪家不好呢,主要是看配件和材料哦!櫥櫃的選擇主要看細節 1 門板。很多櫥櫃商號稱使用的是愛家板,愛家板是德國egger公司生產的三聚氰胺板的中國叫法,是由其拼寫音譯過來的,也叫愛格板。一般使用愛家板的櫥櫃商都會獲得愛格中國 商的授權,因此您可以要求對方出示授權證書。而所謂的國...