版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、中级网络管理员技能鉴定考前辅导2006-11-1网络设备配置部分l 实验1带外管理【实验要求】1、2、3、 开启交换机的www服务功能,建立www用户admin,口令1234【操作步骤】switch>enableswitch#configswitch(Config)#interface vlan 1switch(Config-If-Vlan1)#exitSwitch(Config)#telnet-server enable switch(Config)#telnet-user admin password 0 1234switch(Config)#ip http serverswitch
2、(Config)#web-user admin password 0 1234【实验验证】1、2、3、 命令如下察看running-config文件中的内容switch#show running-configtelnet-user admin password 0 1234interface Vlan1 interface vlan 1 ip http server web-user admin password 0 1234l 实验2交换机的基础命令【实验要求】1、 设置交换机的时钟为当前正确的年月日时分秒2、 设置交换机退出特权用户配置模式的超时时间为 6分钟3、4、 设置交换机的提示符为
3、sxszjzx5、 保存交换机的配置信息【实验步骤】switch(Config)#exec timeout 6switch(Config)#hostname sxszjzxsxszjzx#write【实验验证】sxszjzx#show clock能正确显示时间表示要求1已经设置正确察看running-config文件中的内容sxszjzx#show running-config hostname sxszjzx exec timeout 6sxszjzx#show startup-config内容与show running-config内容相同表示要求5已经操作正确l 实验3备份交换机的当前配
4、置文件running-config【实验要求】1、 本机电脑下载并安装TFTP服务器软件,并配置TFTP的根目录在E:2、 交换机指定IP地址,并用网线连接交换机和电脑3、 上传交换机的当前配置文件running-config到TFTP根目录,文件名为running-config【实验步骤】下载、安装TFTP服务器,并设置view-options-TFTP server root为E:switch>enableswitch#configswitch(Config)#interface vlan 1switch(config-if-vlan1)exitswitch(config)#exit
5、【实验验证】在电脑的E:找到running-config表示备份成功l 实验4 端口管理【实验要求】1、设置 0/0/1-8 号端口数据接收和发送的限制带宽为 40M2、打开 0/0/1-8号端口的流控功能3、设置 0/0/1-8号端口连接的网线为交叉线4、交换机所有端口最多允许每秒钟通过 3个广播数据报5、把端口9设置为强制100M、全双工6、关闭端口97、设置端口镜像:10-12端口为源端口,13端口为目的端口【实验步骤】Switch(Config)#interface ethernet 0/0/1-8 Switch(Config-Port-Range)#bandwidth control
6、 40 bothSwitch(Config-Port-Range)#flow controlSwitch(Config-Port-Range)#mdi acrossSwitch(Config-Port-Range)#exitSwitch(Config)#broadcast-suppression 3Switch(Config)#interface e0/0/9 Switch(Config-Ethernet0/0/9)#speed-duplex force100-fullSwitch(Config-Ethernet0/0/9)#shutdownswitch(config-ethernet0/0/
7、9)#exitswitch(config)# monitor session 1 source interface ethernet 0/0/10-12Switch(Config)#monitor session 1 destination interface ethernet 0/0/13【实验验证】察看running-config文件中的内容switch#show running-configbroadcast-suppression 3 monitor session 1 source interface Ethernet0/0/10;Ethernet0/0/11;Ethernet0/0
8、/12 both monitor session 1 destination interface Ethernet0/0/13Interface Ethernet0/0/1 flow control bandwidth control 40 both mdi acrossInterface Ethernet0/0/8 flow control bandwidth control 40 both mdi acrossInterface Ethernet0/0/9 speed-duplex force10-full mdi normal shutdownl 实验5 跨交换机VLAN的配置【实验要求
9、】1、建立VLAN100,把端口1-4划归VLAN1002、建立VLAN200,把端口5-8划归VLAN2003、把端口9设置为TRUNK口,允许所有VLAN通过【实验步骤】switch(config)#vlan 100Switch(Config-Vlan100)# switchport interface ethernet 0/0/1-4Switch(Config-Vlan100)#exitswitch(config)#vlan 200Switch(Config-Vlan200)# switchport interface ethernet 0/0/5-8Switch(Config-Vlan
10、200)#exitSwitch(Config)#interface ethernet 0/0/9Switch(Config-ethernet0/0/9)#switchport mode trunkSwitch(Config-ethernet0/0/9)#switchport trunk allowed vlan all【实验验证】察看running-config文件中的内容switch#show running-configVlan 100 vlan 100Vlan 200 vlan 200Interface Ethernet0/0/1 switchport access vlan 100In
11、terface Ethernet0/0/4 switchport access vlan 100Interface Ethernet0/0/5 switchport access vlan 200Interface Ethernet0/0/8 switchport access vlan 200Interface Ethernet0/0/9 switchport mode trunkl 实验6 链路聚合【实验要求】1、建立聚合组1,把端口1-2以强制方式加入聚合组2、建立聚合组2,把端口3-4以主动协商方式加入聚合组【实验步骤】(config)# port-group 1(config)# i
12、nterface ethernet 0/0/1-2(config-port-range)# port-group 1 mode on(config-port-range)#exit(config)# port-group 2(config)# interface ethernet 0/0/3-4(config-port-range)# port-group 2 mode active【实验验证】察看running-config文件中的内容switch#show running-config port-group 1 load-balance src-mac port-group 2 load-
13、balance src-macInterface Ethernet0/0/1 port-group 1 mode onInterface Ethernet0/0/2 port-group 1 mode onInterface Ethernet0/0/3 port-group 2 mode activeInterface Ethernet0/0/4 port-group 2 mode activel 实验7 链路聚合与VLAN综合应用【实验要求】1、建立VLAN100,端口1-4划归VLAN1002、建立VLAN200,端口5-8划归VLAN2003、建立聚合组1,端口9-10划归聚合组14、把
14、聚合组设置交叉线模式,并开启流量控制功能【实验步骤】switch(config)#vlan 100Switch(Config-Vlan100)# switchport interface ethernet 0/0/1-4Switch(Config-Vlan100)#exitswitch(config)#vlan 200Switch(Config-Vlan200)# switchport interface ethernet 0/0/5-8Switch(Config-Vlan200)#exit(config)# port-group 1(config)# interface ethernet 0
15、/0/9-10(config-port-range)# port-group 1 mode on(config-port-range)#exit(config)#interface port-channel 1(config-if-port-channel1)#mdi across(config-if-port-channel1)#flow control【实验验证】察看running-config文件中的内容switch#show running-config port-group 1 load-balance src-macVlan 100 vlan 100Vlan 200 vlan 20
16、0Interface Ethernet0/0/1 switchport access vlan 100Interface Ethernet0/0/2 switchport access vlan 100Interface Ethernet0/0/3 switchport access vlan 100Interface Ethernet0/0/4 switchport access vlan 100Interface Ethernet0/0/5 switchport access vlan 200Interface Ethernet0/0/6 switchport access vlan 20
17、0Interface Ethernet0/0/7 switchport access vlan 200Interface Ethernet0/0/8 switchport access vlan 200Interface Ethernet0/0/9 flow control mdi across port-group 1 mode onInterface Ethernet0/0/10 flow control mdi across port-group 1 mode onl 实验8 安全上网设置【实验要求】1、设置交换机MAC地址表的老化时间为30秒2、设置VLAN1中MAC地址为00-11-
18、11-11-11-11的电脑永远无法上网4、 把MAC地址为00-22-22-22-22-22的电脑与端口1进行绑定5、【实验步骤】switch(config)#mac-address-table aging-time 30switch(Config)#mac-address-table blackhole address 00-11-11-11-11-11 vlan 1switch(config)#interface Ethernet 0/0/1switch(Config-Ethernet0/0/1)#switchport port-securityswitch(Config-Etherne
19、t0/0/1)#switchport port-security mac-address 00-22-22-22-22-22switch(Config-Ethernet0/0/1)#exitswitch(Config)#am enableswitch(Config)#interface ethernet 0/0/2switch(Config-Ethernet0/0/2)#exitswitch(Config)#interface ethernet 0/0/3switch(Config-Ethernet0/0/3)#no am port【实验验证】察看running-config文件中的内容swi
20、tch#show running-configam enableInterface Ethernet0/0/1 switchport port-security switchport port-security mac-address 00-22-22-22-22-22Interface Ethernet0/0/2Interface Ethernet0/0/3 no am portmac-address-table aging-time 30mac-address-table blackhole address 00-11-11-11-11-11 vlan 1l 实验9【实验要求】3、路由器的
21、S2接口使用PPP协议封装【实验步骤】Router_config#int f0/0Router_config_f0/0#exitRouter_config#int s0/2Router_config_s0/2#enc ppp【实验验证】interface FastEthernet0/0interface Serial0/2 encapsulation pppl 实验10【实验要求】2、路由器使用HDLC协议封装3、路由器的S2接口配置时钟频率64000【实验步骤】Router_config#int s0/2Router_config_s0/2#enc hdlcRouter_config_s0/
22、2#phy speed 64000Router_config_s0/2#exit【实验验证】interface Serial0/2 physical-layer speed 64000l 实验11【实验要求】3、路由器启用RIP路由协议【实验步骤】Router_config#int f0/0 Router_config_f0/0#exit Router_config#int s0/2 Router_config_s0/2#exitRouter_config#router rip【实验验证】interface FastEthernet0/0interface Serial0/2router ri
23、pl 实验12【实验要求】在路由器模拟器上完成,配置各个端口要求能够相互连通。具体要求如下:RouterARouterBRouterCE0:/24S0:/24E0:/24S0:/24 传输速率 56000S1:/24 传输速率 56000S0:/24E0:/24【实验步骤】路由器A的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#no
24、shut(config-if)#exit路由器B的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#clock rate 56000(config-if)#no shut(config-if)#int s1(config-if)#clock rate 56000(config-if)#no shut(config-if)#exit路由器C的配置命令:>enable#config(config)#int e0(config-if)#no shut(config-if)#int s0(config-if)#no shut(config-if)#exit【实验验证】l 实验13【实验要求】1、启动Sniffe
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 锅炉司炉安全责任制培训课件
- 2026安丘教编面试题目及答案
- 电气设备安全管理规范培训
- 任务二团购活动策划
- 危险化学品配送驾驶员安全规范培训
- 运输安全质量标准化检查标准及评分办法培训
- 工程项目拆迁审批流程
- 公司保安保洁外包合同
- 甲醛治理项目外包合同
- 汽车接送业务外包合同
- 污染环境的生物修复课件
- 某地块土壤污染状况调查汇报PPT模板框架
- 校园超市招标文件
- 模拟CMOS集成电路设计课程设计实验报告(二级放大器的设计)
- 儿童感觉统合能力发展评定量表(含原始分与标准分转换表)988
- GB/T 18570.3-2005涂覆涂料前钢材表面处理表面清洁度的评定试验第3部分:涂覆涂料前钢材表面的灰尘评定(压敏粘带法)
- 肝衰竭机制及治疗进展课件
- 史料学(全套课件)
- 回转窑基础知识培训课件
- STAR CCM+培训基础 课件
- 项目进场人员安全教育培训
评论
0/150
提交评论