三月 2024
 123
45678910
11121314151617
18192021222324
25262728293031

彙整

教研中心研習:校園骨幹架構網路實作(1070109)

日期:107年1月9日

地點:教研中心

主題:校園骨幹架構網路實作

講師:李煒

講義:1070109新北市教育校園網路架構實作研習講義

個人PC網路設定測試:

  1. ipconfig /all
  2. arp -a
  3. ping 自己 IP (ipv4)
  4. ping 預設閘道 (ipv4)
  5. ping 自己 IP (ipv6)
  6. ping 預設閘道 (ipv6)
  7. ping 教研中心DNS
  8. ping www.google.com
  9. tracert -d www.google.com
  10. 安裝 telnet
    • telnet esa.ntpc.edu.tw 443

課程相關參考網頁:

Cisco Packet Tracer Lab 實作練習

程式:PacketTracer533_setup.exe

範例檔:1070109新北市教育校園網路架構實作test.pkt

L3 Switch 路由設定:

Switch>enable
Switch#config t
Switch(config)#inter vlan5
Switch(config-if)#ip address 163.20.66.254 255.255.255.0
Switch(config-if)#inter vlan10
Switch(config-if)#ip address 10.231.56.254 255.255.255.0
Switch(config-if)#inter vlan20
Switch(config-if)#ip address 10.241.56.254 255.255.255.0
Switch(config-if)#exit
Switch(config)#ip routing
Switch(config)#ip route 0.0.0.0 0.0.0.0 163.20.202.190
  • L3 網路交換器須設定 ip routing,才會提供路由功能。

網路資源:

Comments are closed.