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

正文內容

論校園網(wǎng)設備配置的操作步驟(已修改)

2025-07-10 21:16 本頁面
 

【正文】 論校園網(wǎng)設備配置的操作步驟作者:日期:校園網(wǎng)設備配置的操作步驟路由器A的配置:1. 配置路由器主機名2.RedGiantenable (注:從用戶模式進入特權模式)RedGiantconfigure terminal (注:從特權模式進入全局配置模式)RedGiant(config)hostname A (注:將主機名配置為“A”)A(config)2.配置路由器遠程登陸密碼A(config) line vty 0 4 (注:進入路由器vty0至vty4虛擬終端線路模式)A(configline)loginA(configline)password star (注:將路由器遠程登陸口令設置為“star”)3.配置路由器特權模式口令A(config)enable password star(明文方式進入)或:A(config)enable secret star(加密方式進入)(注:將路由器特權模式口令配置為“star”)4.為路由器各接口分配IP地址A(config)interface fastethernet 0 注:進入路由器fastethernet 0的接口配置模式A(configif)ip address 注:設置路由器fastethernet ,A(configif)no shut(注意要打開端口,不要忘記操作)注:手工打開物理接口。A(config)interface fastethernet 1 注:進入路由器fastethernet 1的接口配置模式A(configif)ip address 注:設置路由器fastethernet , 注:手工打開物理接口。測試結果167。1.查看路由器端口為up, up.167。2.兩臺主機分別ping與其直連的路由器的Fastethernet口,應為通.167。 ping WWW服務器,結果應為通。驗證命令show run show controllers s 0 show intshow ip int brief ping telnet 注意事項167。通過show contr s 0來查看該端是DCE還是DTE,DCE端需要配置時鐘速率,否則接口線協(xié)議為down。交換機操作VLAN配置:167。實驗名稱:VLAN-本交換機隔離 167。實驗設備:S355024(1臺)167。實驗目的:通過劃分PORT VLAN實現(xiàn)本交換端口隔離 167。實驗時間:30分鐘167。SWITCHconfigure terminal 注:進入交換機全局配置模式SWITCH(config) vlan 10 注:創(chuàng)建vlan 10SWITCH(configvlan) name test10 注:將Vlan 10命名為test10SWITCH(config) vlan 20 注:創(chuàng)建vlan 20SWITCH(configvlan) name test20 注:將Vlan 20命名為test20SWITCH(configif) interface fastethernet 0/5 注:進入fastethernet 0/5的接口配置模式SWITCH(configif) switch access vlan 10 注:將fastethernet 0/5端口加入vlan 10中SWITCH(configif) interface fastethernet 0/15 注:進入fastethernet 0/15的接口配置模式SWITCH(configif) switch access vlan 20 注:將fastethernet 0/15端口加入vlan 20中測試結果167。, 在劃VLAN之前可以Ping通。167。劃分VLAN之后,PC1 與PC 2 不能相互ping 通驗證命令167。Show vlan注意事項:167。清空交換機原有vlan配置: delete flash: delete flash:167。實驗名稱:VLAN/-跨交換機VLAN 167。實驗設備:S355024(2臺)167。實驗目的:167。實驗時間:30分鐘交換機Switch1:Switchconfigure terminal 注:進入交換機全局配置模式Switch(config) hostname Switch1 注:給交換機命名為switch1Switch1(config) vlan 10 注:創(chuàng)建vlan 10Switch1(configvlan) name test10 注:將Vlan 10命名為test10Switch1(config) vlan 20 注:創(chuàng)建vlan 20Switch1(configvlan) name test20 注:將Vlan 20命名為test20 Switch1(configif) interface fastethernet 0/5 注:進入fastethernet 0/5的接口配置模式Switch1(configif) switch access vlan 10 注:將fastethernet 0/5端口加入vlan 10中Switch1(configif) interface fastethernet 0/15 注:進入fastethernet 0/15的接口配置模式Switch1(configif) switch access vlan 20 注:將fastethernet 0/15端口加入vlan 20中Switch1(configif) interface fastethernet 0/24 注:進入fastethernet 0/24的接口配置模式Switch1(configif) switchport mode trunk 注:將fastethernet 0/24設為tag vlan模式 交換機Switch2:Switchconfigure terminal 注:進入交換機全局配置模式Switch(config) hostname Switch2 注:給交換機命名 switch2Switch2(config) vlan 10 注:創(chuàng)建vlan 10Switch2(configvlan) name test10 注:將Vlan 10命名為test10Switch2(configif) interface fastethernet 0/5 注:進入fastethernet 0/5的接口配置模式Switch2(configif) switch access vlan 10 注:將fastethernet 0/5端口加入vlan 10中Switch2(configif) interface fastethernet 0/24 注:進入fastethernet 0/24的接口配置模式Switch2(configif) switchport mode trunk 注:將fastethernet 0/24設為tag vlan模式測試結果:167。..167。當PC1與PC3都分別接在兩臺交換機的f 0/5口 時,即在同一Vlan中,可互相ping 通.167。當PC2與PC1,PC3不在同一vlan中則不通驗證命令:167。show vlan167。show int f0/24 switchport 注意事項:167。清空交換機原有配置: delete flash: delete flash:167。實驗名稱:VLAN/-VLAN間通信 167。實驗設備:S355024(2臺)167。實驗目的:接上面實驗(2),通過三層交換機實現(xiàn)vlan間互相通信。167。實驗時間:30分鐘配置方法:第一步:分別創(chuàng)建每個VLAN三層SVI端口,并分配IP地址:Switch(config) interface vlan vlan 注:創(chuàng)建虛擬VLANSwitch(configif) ip address address netmask第二步:將每個VLAN內主機的網(wǎng)關指定為本VLAN接口地址實驗步驟:交換機Switch1:Switchconfigure terminal 注:進入交換機全局配置模式Switch(config) hostname Switch1 注:給交換機命名Switch1(config) int vlan 10 注:創(chuàng)建虛擬接口vlan 10Switch1(c
點擊復制文檔內容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號-1