CCNA 考試 練習題? 錯一題 請大大幫解 感恩

題目:

CCNA 考試 練習題? 錯一題 請大大幫解 感恩

CCNA 考試 練習題? 錯一題 請大大幫解 感恩

錯誤一題:

CCNA 考試 練習題? 錯一題 請大大幫解 感恩

不知道這怎解,請大大幫解感恩 最好回指令越完整越好~3Q
2009-01-14 22:48 發佈
你的 static NAT 沒有指定好哩~~~

由於不知道你的 Server 的 IP 為何~~~

應該可以猜出來範圍應該是 192.168.1.0/24

假設 192.168.1.1 為你 R0 LAN 當中的 Server IP ~~~

所以你要設定的 static NAT 為...

1. 設定 NAT OUTSIDE INTERFACE 為 S0 (192.192.2.1)
R0# conf t
R0(config)# int s0
R0(config-if)# ip nat outside
R0(config-if)# exit

2. 設定 NAT INSIDE INTERFACE 為 fa0/0 (192.168.1.254)
R0(config)# int fa0/0
R0(config-if)# ip nat inside
R0(config-if)# end
R0#

3. 設定 Static NAT
R0# conf t
R0(config)# ip nat inside source static 192.168.1.1 192.192.2.100
R0(config)# end
R0# wr

4. 驗證
R1# ping 192.192.2.100
R0# sh ip nat tra
R0# sh ip nat stat
阿胖技研,專研資訊相關技術!
不知道 要從那下手。

指令

Router>enable 進入特權模式
Router#config 進入全域模式
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R0 更改主機名稱
R0(config)#enable password cute 設定特權密碼

R0(config)#line console 0 設定主控台密碼
R0(config-line)#password cute-ccna
R0(config-line)#exit

R0(config)#line vty 0 設定遠端登入密碼
R0(config-line)#password cute-cisco
R0(config-line)#exit
R0(config)#interface ?
Ethernet IEEE 802.3
FastEthernet FastEthernet IEEE 802.3 ←區網介面
GigabitEthernet GigabitEthernet IEEE 802.3z
Loopback Loopback interface
Serial Serial ←序列管理介面

R0(config)#interface Serial0/0 設定序列IP
R0(config-if)#ip address 192.192.2.1 255.255.255.0
R0(config-if)#exit

R0(config)#interface FastEthernet0/0 設定區網IP
R0(config-if)#ip address 192.168.1.254 255.255.255.0
R0(config-if)#









Switch>enable 進入特權模式
Switch#config 進入全域模式
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname S0 更改主機名稱
S0(config)#enable password cute 更改特權密碼

S0(config)#line console 0 更改主控台密碼
S0(config-line)#password cute-ccna
S0(config-line)#exit

S0(config)#line vty 0 更改登入密碼
S0(config-line)#password cute-cisco
S0(config-line)#exit

S0(config)#ip default-gateway 192.168.1.254 設定default gateway IP
S0(config)#interface Vlan1 設定管理介面IP
S0(config-if)#ip address 192.168.1.253 255.255.255.0
S0(config-if)#



可以教一下 我要點那,要在那個地方設定嘛? 感恩
隱藏角色 wrote:
不知道 要從那下手。...(恕刪)



我.... 傻眼了~~~

看來你對於Cisco的CLI介面操作還不是很熟悉~~~

建議你去買 Cisco Press 的 ICND1 and ICND2 來看會比較實在
(有能力讀英文就買英文版的~ 若沒有能力...中文版的...在 pchome 也有賣)

由於你對於整個架構應該是不全盤了解~~~

所以~~~ 我就稍微簡單的說明一下好了~

你的錯誤是發生在 R0 上的 NAT ...

在CCNA的教材當中,將NAT分成三種NAT
(static NAT、dynamic NAT、overloading NAT)

由於你的題目當中提到只有要將R0 的 LAN 端口中的 Server (192.168.1.1) 要NAT為 WAN端的 192.192.2.100 ...

所以這樣判定與 overloading NAT 的模式不相同且 dynamic NAT 的動態轉換NAT的模式是不相同的;由此可見這個地方是要採用 static NAT 的方式~~~

由於我的上篇回覆已經相當的詳盡了~~~ 若你還看不懂,代表您的CLI介面的相關邏輯概念與知識還沒有足夠,建議還是多詳加閱讀CCNA的書籍會比較好~~

紅色的部份就是答案~~~

可以參考看看~~~
阿胖技研,專研資訊相關技術!
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?