張晃崚 hl_chang@ringline.com.tw 麟瑞科技股份有限公司 網路基本概念/網路Router設定 張晃崚 hl_chang@ringline.com.tw 麟瑞科技股份有限公司
課程大綱 網路基本概念 電腦網路的定義 電腦網路的原理 電腦網路的種類 電腦網路的應用 路由器(Router)管理與設定 路由器模擬實作實驗
電腦網路基本概念
什麼是電腦網路 網路通訊設備 電腦網路的定義 通訊媒介 一群使用通訊媒介互連的網路通訊設備 個人電腦、伺服器、印表機 路由器、交換器 同軸電纜 雙絞線 無線(微波、衛星、紅外線、無線電波) 光纖
電腦網路的功用 分享資源 資料、資訊、電腦 快速溝通 網路電話、電子郵件 虛擬社群
電腦網路的原理 舊時代的資源分享與溝通 電話、信件 網路時代的資源分享與溝通 電子化的傳輸
郵件(訊息)的傳送 傳送的路徑 電腦網路與傳統的郵件 傳統:郵局 電腦網路:通訊閘(路由器) 傳統:遞送至目的地郵局-靠地圖 電腦網路:遞送至目的地路由器-靠routing table
網路傳輸的形式 網路的種類 電腦網路的種類 廣播式傳輸 點對點式傳輸 區域網路(Local Area Network - LAN) 都會網路(Metropolitan Area Network - MAN) 廣域網路(Wide Area Network) 無線網路(Wireless Network) 網際網路(Internet)
電腦網路的種類
電腦網路的應用 WWW FTP Mail Video Conference IP Telephony
電腦網路的應用 Video on Demand E-Commerce B2C B2B ADSL Cable Modem
路由器(router)管理與設定
路由器的功能 轉送封包到不同的網路 阻隔廣播封包 交換路徑表 允許/禁止特定封包進出
路由器簡易設定 設定路由器名稱 設定路由器時鐘 設定路由器密碼 顯示路由器設定 顯示網路埠資訊 測試網路連通
User EXEC Level Privilege EXEC Level 路由器設定層次 Router> Router>enable Router#
Global Configuration Level 路由器設定層次 Global Configuration Level Router#configure terminal Router(config)# Interface Configuration Level Router(config)#interface FastEthernet 0/1 Router(config-if)#
Line Configuration Level 路由器設定層次 Line Configuration Level Router(config)#line vty 0 4 Router(config-line)#
設定路由器名稱 Router> Router>enable Password: Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ChiaYi ChiaYi(config)#
設定路由器時鐘 ChiaYi#clock ? set Set the time and date ChiaYi#clock set ? hh:mm:ss Current Time ChiaYi#clock set 19:07:00 ? <1-31> Day of the month MONTH Month of the year ChiaYi#clock set 19:07:00 10 July ? <1993-2035> Year ChiaYi#clock set 19:07:00 10 July 2000 ChiaYi#show clock 19:08:21.970 UTC Mon Jul 10 2000
設定路由器密碼 ChiaYi(config)#enable secret SayHi ChiaYi(config)#line vty 0 4 ChiaYi(config-line)#password SayHello ChiaYi(config)#service password-encryption
顯示路由器設定 ChiaYi(config-line)#^Z ChiaYi#show running-config Building configuration... Current configuration: ! ! Last configuration change at 19:14:18 UTC Mon Jul 10 2000 version 11.3 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname ChiaYi enable secret 5 $1$qfsK$KBrL6FRSp9JqXFrV/MezQ. enable password 7 1511021F0725
顯示網路埠資訊 ChiaYi#show interface Ethernet 0 Ethernet0 is up, line protocol is up Hardware is QUICC Ethernet, address is 0010.7b77.9348 (bia 0010.7b77.9348) Internet address is 203.75.79.94/27 MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set, keepalive set (10 sec) ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 2000 bits/sec, 2 packets/sec 5 minute output rate 1000 bits/sec, 2 packets/sec 48904 packets input, 7419640 bytes, 0 no buffer Received 4693 broadcasts, 0 runts, 0 giants, 0 throttles
測試網路連通 ChiaYi#ping 140.123.101.250 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 140.123.101.250, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/60/64 ms ChiaYi#
測試網路連通 ChiaYi#traceroute 140.123.101.250 Type escape sequence to abort. Tracing the route to CSIE-C5505 (140.123.101.250) 1 h195.s42.ts.hinet.net (168.95.42.195) 40 msec 40 msec 36 msec 2 h158.s42.ts.hinet.net (168.95.42.158) 40 msec 36 msec 32 msec 3 h241.s42.ts.hinet.net (168.95.42.241) 36 msec 32 msec 36 msec 4 168.95.2.162 32 msec 36 msec 36 msec 5 192.192.0.17 36 msec 36 msec 36 msec 6 TANet-CCU.edu.tw (203.72.38.123) 52 msec 48 msec 40 msec 7 140.123.1.238 72 msec * 80 msec ChiaYi#