freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內容

交換與路由技術實驗指導書-銳捷(編輯修改稿)

2024-11-27 21:54 本頁面
 

【文章內容簡介】 DYNAMIC Fa0/24 1 DYNAMIC Fa0/23 1 DYNAMIC Fa0/24 1 DYNAMIC Fa0/22 步驟 7. 過 3 分鐘,再查看 MAC 地址表,驗證地址 表是否過期。 SwitchAshow macaddresstable !查看交換機的 MAC地址表 Mac Address Table 交換與路由技術實驗指導書 13 Vlan Mac Address Type Ports 步驟 8. 添加交換機的靜態(tài)地址表 ,把 PC3 的 MAC 地址靜態(tài)加到 F0/24 端口 SwitchAconf t SwitchA(config) macaddresstable static vlan 1 interface fastether 0/24 SwitchAshow macaddresstable !查看交換機的 MAC地址表 Mac Address Table Vlan Mac Address Type Ports 1 DYNAMIC Fa0/24 1 DYNAMIC Fa0/23 1 DYNAMIC Fa0/24 1 STATIC Fa0/24 結論:靜態(tài)地址優(yōu)于動態(tài)的地址 步驟 9. 將 PC3 直接移到 SwitchA 的 fastether 0/1 端口,觀察 MAC 地址表 SwitchAshow macaddresstable SwitchAshow macaddresstable !查看交換機的 MAC地址表 Mac Address Table Vlan Mac Address Type Ports 1 DYNAMIC Fa0/24 1 DYNAMIC Fa0/23 1 DYNAMIC Fa0/24 1 STATIC Fa0/24 步驟 10. 用 PC4 ping 其他三臺 計算機,不能和 PC3 通信。 【 問題 】 PC4 為何不能和 PC3 通信? 交換與路由技術實驗指導書 14 交換與路由技術實驗指導書 15 實驗三 交換機端口的基本配置 【 實驗名稱 】 交換機端口的基本配置。 【 實驗目的 】 掌握交換機端口的常用配置參數(shù)。 【 背景描述 】 你是某公司網(wǎng)管,現(xiàn)公司有部分主機網(wǎng)卡屬于 10Mbit/s 網(wǎng)卡,傳輸模式為半雙工,為了能夠實現(xiàn)主機之間的正常訪問和管理,現(xiàn)把和主機相連的交換機端口速率設為10Mbit/s,傳輸模式設為半雙工,并設置該端口的描述信息為“ To PCA” 。 【 技術原理 】 交換機 Fastether 接口默認情況下是 10Mbit/s 或 100Mbit/s 自適應端口,雙工模式也為自適應。默認情況下,所有交換機端口均開啟。 交換機 Fastether 接口支持端口速率、雙工模式的配置。 【 實現(xiàn)功能 】 配置交換機端口的速率,雙工模式和描述,并進行有效查看。 【 實驗設備 】 S2126( 1 臺) 、主機( 1 臺)、直連線( 1 條) 【 實驗拓撲 】 圖 3 注:在進行網(wǎng)絡連接時,主機的網(wǎng)卡用直連線和交換機連接,注意查看主機連接在交換機的哪個端口,針對該端口進行參數(shù)的設置。 【 實驗步驟 】 步驟 1. 交換機端口參數(shù)的配置。 switch enable switch configure terminal switch(config)interface fastether 0/3 !進行 F0/3 的端口模式 交換與路由技術實驗指導書 16 switch(configif)speed 10 !配置端口速率為 10M switch(configif)duplex half !配置端口的雙工模式為 半雙工 switch(configif)description To PCA !配置端口的描述信息 switch(configif)no shutdown !開啟該端口,使端口轉發(fā)數(shù)據(jù) 配置端口速率參數(shù)有 100( 100Mbit/s)、 10( 10Mbit/s)、 auto(自適應 ),默認是 auto。 配置雙式模式有 full( 全雙工 ) 、 half( 半雙工 ) 、 auto(自適應),默認是 auto。 步驟 2. 查看交換機端口的配置信息。 switchshow interface fastether 0/3 FastEther0/3 is up, line protocol is up (connected) Hardware is Lance, address is (bia ) Description: To PCA 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) Halfduplex, 10Mb/s input flowcontrol is off, output flowcontrol is off ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:08, output 00:00:05, output hang never Last clearing of show interface counters never Input queue: 0/75/0/0 (size/max/drops/flushes)。 Total output drops: 0 Queueing strategy: fifo Output queue :0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 956 packets input, 193351 bytes, 0 no buffer Received 956 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 2357 packets output, 263570 bytes, 0 underruns 0 output errors, 0 collisions, 10 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out 【 注意事項 】 交換機端口在默認情況下是開啟的,如果該端口沒有實際連接其他設備, line protocol是 down 狀態(tài)。 交換與路由技術實驗指導書 17 實驗 四 交換機端口隔離 【 實驗名稱 】 交換機端口隔離。 【 實驗目的 】 理解 Port Vlan 的配置。 【 背景描述 】 假設此交換機是寬帶小區(qū)城域網(wǎng)中的一臺樓道交換機,住戶 PC1 連接在交換機的 0/5口:住戶 PC2 連接在交換機擊的 1/15 口?,F(xiàn)要實現(xiàn)各家各戶的端口隔離。 【 實現(xiàn)功能 】 通過劃分 PORT VLAN 實現(xiàn)本交換端口隔離。 【 實驗拓撲 】 PC1 Switch PC2 F0/5 f0/15 Vlan10 Vlan20 【 實驗設備 】 S2126G(1 臺 )。 【 實驗步驟 】 步驟 1. 在未劃 VLAN 前兩臺 PC 互相 ping 可以通。 創(chuàng)建 VLAN。 Switch configure terminal !進入交換機全局配置模式。 Switch(config) vlan 10 !創(chuàng)建 vlan 10。 Switch(configvlan) name test10 !將 Vlan 10 命名為 test10。 Switch(config) vlan 20 ! 創(chuàng)建 vlan 20。 Switch(configvlan) name test20 !將 Vlan 20 命名為 test20。 驗證測試 Switch show vlan VLAN Name Status Ports 1 default active Fa0/1,Fa0/2,Fa0/3 Fa0/4,Fa0/5,Fa0/6 Fa0/7,Fa0/8, Fa0/9 Fa0/10,Fa0/11,Fa0/12 Fa0/13,Fa0/14,Fa0/15, Fa0/16,Fa0/17,Fa0/18, Fa0/19,Fa0/20,Fa0/21 Fa0/22,Fa0/23,Fa0/24 10 test 10 active 交換與路由技術實驗指導書 18 20 test 20 active 步驟 2. 將接口分配到 VLAN。 Switch(configif) interface fastether 0/5 ! 進入 fastether 0/5 的接口配置模式。 Switch(configif) switch access vlan 10 ! 將 fastether 0/5端口加入 vlan 10 中。 Swi
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1