交换机配置习题集
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
交换机配置习题集
知识点:交换机的配置命令
一、写出交换机的配置命令
1.由一般用户模式切换到全局配置模式
2.由接口配置模式切换到一般用户模式
3.设置使能口令
4.设置交换机的VLAN 1 的IP为192.168.10.254/24
5.帮助命令
二、写出下列命令的作用、工作模式
1.interface fastEthernet 0/0
2.interface vlan 20
3.vlan 3
4.no vlan 3
5.write
6.show running-config
7.show startup-config
8.show vlan
9.shut down
10.hostname abc
三、翻译
1.Unknown command or computer name, or unable to find computer address
2.Invalid input detected at '^' marker.:在“^”处发现错误输入
3.incomplete command:不完整的命令
4.switch
5.router
6.password
7.interface:接口
8.fastEthernet:快速以太网
9.VLAN:虚拟局域网
10.help
11.shutdown
12.show running_config
13.congratulations on completing this activity!
14.This activity is incomplete, please try again.
四、配置
1.设置交换机的VLAN 1 的IP为19
2.168.1.254/24。写出命令和相应的命令提示符。
switch(config)#Interface vlan 1
switch(config-if)#Ip address 192.168.1.254 255.255.255.0
2.在交换机配置时,如何由一般用户模式切换到全局配置模式?写出命令和相应的命
令提示符。
switch>enable
switch#configure terminal
switch(config)#
3.由接口模式切换到普通用户模式?写出命令和相应的命令提示符。
Switch(config-if)#end
Switch#exit
4.设置交换机的使能口令。写出命令和相应的命令提示符。
switch(config)#enable password qwerty
switch(config)#end
switch#write