按照圖示所給地址段,在思科模擬器中完成PC0到DHCP DN

2021-04-28 03:03:22 字數 5285 閱讀 5372

1樓:

pc0配置:

ip:172.16.0.2

mask:255.255.255.0

gateway:172.16.0.1

dhcp配置:

ip:10.0.0.2

mask:255.255.255.0

gateway:10.0.0.1

地址636f707962616964757a686964616f31333337373630池:10.0.

0.4-10.0.

0.255 掩碼:255.

255.255.0 閘道器:

10.0.0.

1 dns:10.0.

0.3ftp:自動獲取地址

router0:

enable

configure terminalinte***ce f0/0

ip address 172.16.0.1 255.255.255.0(為介面配置ip)

no shutdown

inte***ce s1/0

ip address 192.168.1.1 255.255.255.0

no shutdown

ip route 10.0.0.0 255.255.255.0 192.168.1.2 (配置靜態路由)

endcopy running-config startup-config(儲存配置)

router1:

enable

configure termianl

inte***ce s1/0

ip address 192.168.1.2 255.255.255.0(配置介面ip地址)

no shutdown

inte***ce f0/0

ip address 10.0.0.1 255.255.255.0

no shutdown

exit

ip route 172.16.0.0 255.255.255.0 125.20.0.1 (配置靜態路由)

endwr(儲存配置)

在思科模擬器中完成pc0,pc1到pc2,dhcp,ftp的連通訪問 求詳細步驟和截圖

2樓:匿名使用者

左側的路由器配置

enconf t

int f0/0 (靠近pc0的一側,需要自己看圖確定)ip add 192.168.1.1 255.255.255.0no shut

int f0/1 (靠近右側路由器的一側,需要自己看圖確定)ip add 192.168.3.1 255.255.255.0no shut

exit

ip route 192.168.2.0 255.255.255.0 192.168.3.2

右側路由器配置

enconf t

int f0/0 (靠近左側路由器的一側,需要自己看圖確定)ip add 192.168.3.2 255.255.255.0no shut

int f0/1 (靠近pc2的一側,需要自己看圖確定)ip add 192.168.2.1 255.255.255.0no shut

exit

ip route 192.168.1.0 255.255.255.0 192.168.3.1

給左側的pc0和pc1配置閘道器為192.168.1.1右側的計算機配置閘道器為192.168.2.1兩邊就可以互訪了

cisco模擬器配置靜態路由

3樓:匿名使用者

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 fastethernet0/0

ip address 192.168.1.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastethernet0/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

network 10.0.0.0

network 172.16.0.0

network 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 fastethernet0/0

ip address 192.168.3.254 255.255.255.0

duplex auto

speed auto

!inte***ce fastethernet0/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

network 172.16.0.0

network 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 fastethernet0/0

ip address 10.0.0.2 255.255.255.0

duplex auto

speed auto

!inte***ce fastethernet0/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

network 10.0.0.0

network 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

4樓:匿名使用者

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

提供換ip功能,包含靜態線路和動態線路選擇覆蓋全國70多個省500多個城市千萬ip地址隨意選擇靜態ip.動態ip地址可長期使用

有pptp、l2tp,支援模擬器多視窗模式

按照所給漢語意思完成句子,注意語法正確,意思完整,詞數不限

小題1 stressed out,cheer him up 小題2 in general,be in agreement with 小題3 wherever,willing to,others other people 小題4 volunteer to help,out 小題5 hope i can...

根據所給材料的內容,在下面一段文字的劃線處補寫恰當的句子,要

我們是用嘴說話的 用嘴說話不是唯一的說話方式 不是一種特異功能 若答 可以通過訓練實現 可得1分 每句2分,大意對即可 超過字數酌情扣分 試題分析 解答此題,要注意從上下文中篩選資訊,從中找尋答案。比如第 道橫線,上文講的是平時說話是通過口腔共鳴來完成發音過程的,下文又有 不止這些 一語,這就說明此...

請仿照下面這個句子,以所給的詞語開頭,寫一段話

善良不是出於懦弱,它像流水一樣從最高奔流直下,它不但給苦難於憐憫的人,也同樣給苦難於無私的人 希望對你有幫助 善良仍是源於本性,它像春風一樣由天空吹遍大地 它不但送溫暖於被愛之人,也同樣將溫暖送予施愛之人。善良不是出於刻意,它像壁爐一樣用溫暖照亮寒夜 它不但給滿足於關懷的人,也同樣給滿足於樂善的人。...