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

正文內(nèi)容

課程設(shè)計--nat功能的配置與實現(xiàn)(留存版)

2025-08-06 07:36上一頁面

下一頁面
  

【正文】 rate 64000 /在 DCE端配置時鐘頻率 / R1(configif)ip address /配置串口 s1 IP地址 / R1(configif)end /返回上一級模式 / 路由器 R2 配置: Routeenable /進入特權(quán)模式 / Routecon t /進入全局模式 / Route(config) hostname R2 /給路由器命名 / R2 (config) interface s0 /進入路由器 2串行端口 s0/ R2(configif) no shutdown /激活路由器 2串行端口 s0// R2(configif) clock rate 64000 R2(configif)ip address /配置串口 s0 IP地址 / R2(configif)exit /返回上一級模式 / R2(config) interface s1 /進入串行端口 s1/ R2(configif) no shutdown /激活串行端口 s1/ R2(configif) clock rate 64000 R2(configif)ip address /配置串口 s1 IP地址 / R2(configif)end /返回上一級模式 / 路由器 R3配置: Routeenable /進入特權(quán)模式 / Routecon t /進入全局模式 / Route(config) hostname R3 /給路由器命名 / R3(config) interface e0 /進入路由器 1以太網(wǎng)端口 e0/ R3(configif) no shutdown /激活路由器 1以太網(wǎng)端口 e0/ R3(configif)ip address /配置以太網(wǎng)端口 e0 IP地址 / R3(configif)exit /返回上一級模式 / 計算機網(wǎng)絡(luò)課程設(shè)計 24 R3(config) interface s0 /進入路由器 3串行端口 s0/ R3(configif) no shutdown /激活路由器 3串行端口 s0/ R2(configif) clock rate 64000 R3(configif)ip address /配置路由器 3串行端口 s0 IP地址 / R3(configif)exit /返回上一級模式 / R3(config)end /返回上一級模式 / 路由器 R4配置: Routeenable /進入特權(quán)模式 / Routecon t /進入全局模式 / Route(config) hostname R4 /給路由器命名 / R4(config) interface e0 /進入路由器 1以太網(wǎng)端口 e0/ R4(configif) no shutdown /激活路由器 1以太網(wǎng)端口 e0/ R4(configif)ip address /配置以太網(wǎng)端口 e0 IP地址 / R4(configif)exit /返回上一級模式 / R4(config) interface s0 /進入路由器 3串行端口 s0/ R4(configif) no shutdown /激活路由器 3串行端口 s0/ R2(configif) clock rate 64000 R4(configif)ip address /配置路由器 3串行端口 s0 IP地址 / R4(configif)exit /返回上一級模式 / R4(config)end /返回上一級模式 / (2) 在四臺路由器上分別配置 OSPF 協(xié)議; 路由器 R1配置: R1con t /進入全局模式 / R1 (config)router ospf 100 //啟用 ospf 協(xié)議 // R1 (configrouter)work area 1 //需要給出與本路由器直連的網(wǎng)絡(luò) ,子網(wǎng)掩碼的反碼,及區(qū)域 // R1 (configrouter) work area 0 //此處分別為 和 R1 (configrouter)end R1copy run start 路由器 R2 配置: 計算機網(wǎng)絡(luò)課程設(shè)計 25 R2con t /進入全局模式 / R2 (config)router ospf 100 //啟用 ospf協(xié)議 // R2(configrouter)work area 0 //需要給出與本路由器直連的網(wǎng)絡(luò) ,子網(wǎng)掩碼的反碼,及區(qū)域 // R2(configrouter) work area 2 //此處分別為 和 R2 (configrouter)end R2copy run start 路由器 R3配置: R3con t /進入全局模式 / R3 (config)router ospf 100 //啟用 ospf 協(xié)議 // R3(configrouter)work area 1 //需要給出與本路由器直連的網(wǎng)絡(luò) ,子網(wǎng)掩碼的反碼,及區(qū)域 // R3(configrouter) work area 1 //此處分別為 和 R3 (configrouter)end R3copy run start 路由器 R4 配置: R4con t /進入全局模式 / R4 (config)router ospf 100 //啟用 ospf 協(xié)議 // R4(configrouter)work area 2 //需要給出與本路由器直連的網(wǎng)絡(luò) ,子網(wǎng)掩碼的反碼,及區(qū)域 // R4(configrouter) work area 2 //此處分別為 和 R4 (configrouter)end R4copy run start (3) 在各路由器上用 “show ip route”命令查看路由表 計算機網(wǎng)絡(luò)課程設(shè)計 26 R1 R2 R3 計算機網(wǎng)絡(luò)課程設(shè)計 27 R4 (4) 用 Ping 命令測試各 PC 機,如果都能 ping 通,說明配置成功 4. NAT 的配置 NAT 的作用 : NAT 就是網(wǎng)絡(luò)地址翻譯的英文縮寫。 PC1: IP 地址 子網(wǎng)掩碼 默認(rèn)網(wǎng)關(guān) PC2: IP 地址 子網(wǎng)掩碼 默認(rèn)網(wǎng)關(guān) 計算機網(wǎng)絡(luò)課程設(shè)計 35 PC3: IP 地址 子網(wǎng)掩碼 默認(rèn)網(wǎng)關(guān) 7. 測試結(jié)果: R1 的路由表中應(yīng)包含 2 條直連路由 (C)、 1 條靜態(tài)路由 (S)、 1 條由 RIP 學(xué)習(xí)到的路由 (R); R2 的路由表中應(yīng)包含 2 條直連路由 (C)、 1 條默認(rèn)路由 (S*); R3 的路由表中應(yīng)包含 2 條直連路由 (C); 計算機網(wǎng)絡(luò)課程設(shè)計 36 PC1 與 PC2 可以 ping 通,它們與 PC3 無法 ping 通(這可能是模擬軟件的問題),但 在 R1 上用 “show ip nat translation”命令可以看到 ping 命令執(zhí)行時的 NAT翻譯情況。 配置交換機 S1: Switchenable /進入特權(quán)模式 / Switch con t /進入全局模式 / Switch (config)hostname S1 /給交換機命名 / S1(config)ip defaultgateway /配置交換機的默認(rèn)網(wǎng)關(guān) / S1(config)interface vlan 1 /交換機的端口默認(rèn)為 VLAN1/ S1(configif)ip address /配置交換機的管理 IP/ S1(configif)no shutdown /激活端口 / S1(configif)end /返回上一級 / 配置交換機 S2: Switchenable /進入特權(quán)模式 / Switch conf t /進入全局模式 / Switch (config)hostname S2 /給交換機命名 / S2(config)ip defaultgateway /配置交換機的默認(rèn)網(wǎng)關(guān) / S2(config)interface vlan 1 /交換機的端口默認(rèn)為 VLAN1/ S2(configif)ip address /配
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1