配置访问口令
进入配置模式
进入特权模式
显示当前模式
第1题:
将Cisco 6500第4模块第1端口的通信方式设置为半双工,第2~24端口的通信方式设置为全双工,以下交换机的端口配置,正确的是
A)Switch-6500> (enable) set interface duplex 4/1 half
Switch-6500> (enable) set interface duplex 4/2-24 full
B)Switch-6500> (enable) set port 4/1 duplex half
Switch-6500> (enable) set port 4/2-24 duplex full
C)Switch-6500> (enable) set port duplex 4/1 half
Switch-6500> (enable) set port duplex 4/2-4/24 full
D)Switch-6500> (enable) set port duplex 4/l half
Switch-6500> (enable) set port duplex 4/2-24 full
第2题:
将Catalyst 6500交换机第3个模块的端口1~端口8设置为全双工通信方式,正确的配置语句是______。
A.Switch-PHY-6500(config-if)#duplex full
B.Switch-PHY-6500(config-if)#duplex 3 1-8 full
C.Switch-PHY-6500>(enable) set port duplex 3/1-8 full
D.Switch-PHY-6500>(enable) set port duplex 3 1-8 full
第3题:
阅读以下说明,回答问题1~3,将答案填入对应的解答栏内。
随着越来越多的机构为任务关键型通信寻求经济利益,高可靠性变得日益关键。网络通信注意力集中在提供一种7×24小时都可用的网络架构上。可是,最大的挑战之一不是来自于网络架构,而是来自于用户级的工作站和网络设备。
热备份路由选择协议(HSRP)为IP碉络提供了容错和增强的路由选择功能。如图5-1就是一个典型的HSRP网络的实现。

两台多层交换机的配置如下,解析配置文件中部分语句的意义。
***Switch1的交换引擎的配置***
Switch1>(enable)set vtp mode server (1)
Switch1>(enable)set vtp domain Core Net //设置VTP域名
Switch1>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch1>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch1>(enable)set trunk 1/1 on dotlq 1-1005 (2)
Switch1 (2) (enable)set spantree root 1-40 dia 4 (3)
Switch1 (3) (enable)set spantree portfast 1/1-2 enable (4)
Switch1 (4) (enable)set spantree uplinkfast enable (5)
……(略)
***Switch1的路由引擎的配置***
Switch1(config)enable secret test //设定登录口令
Switch1(config)line vty 0 4 //进入VTY模式
Switch1(config-line)login
Switch1(config-line)password test //设用户级口令
……(略)
Switch1(config-if)interface vlan 10 //进入虚接HVLAN 10
Switch1(config-if)ip address 192.168.180.60 255.255.255.192
//设定IP地址
Switch1(config-if)no shutdown //开启端口
Switch1(config-if)standby 10 ip 192.168.180.62 (6)
Switch1(config-if)standby 10 priority 110 (7)
Switch1(config-if)standby 10 preempt (8)
Switch1(config-if)interfacevlan 20 //进入虚接口VLAN 20
Switch1(config-if)ip address 192.168.180.124 255.255.255.192
//设定IP地址
Switch1(config-if)no shutdown //开启端口
Switch1(config-if)standby 20 ip 192.168.180.126
Switch1(config-if)standby 20 priority 110
Switch1(config-if)standby 20 preempt
……(略)
***Switch2的交换引擎的配置***
Switch2>(enable)set vtp mode server
Switch2>(enable)set vtp domain Core_Net //设置VTP域名
Switch2>(enable)set vlan 10 name CaiWuBu //创建VLAN 10
Switch2>(enable)set vlan 20 name XingZheng //创建VLAN 20
Switch2>(enable)set trunk 1/1 on dotlq 1-1005
Switch2>(enable)set spantree secondary root 1-40 dia 4
……(略)
***Switch2的路由引擎的配置**+
Switch2(config)enable secret test //设定登录口令
……(略)
Switch2(config-if)interface vlan 10 //进入虚接口VLAN 10
Switch2(config-if)ip address 192.168.180.61 255.255.255.192
//设定IP地址
Switch2(config-if)no shutdown //开启端口
Switch2(config-if)standby 10 ip 192.168.180.62
Switch2(config-if)standby 10 priority 100
Switch2(config-if)standby 10 preempt
Switch2(config-if)interface vlan 20 //进入虚接口VLAN 20
Switch2(config-if)ip address 192.168.180.125 255.255.255.192
Switch2(config-if)no shutdown
Switch2(config-if)standby 20 ip 192.168.180.126
Switch2(config-if)standby 20 priority 100
Switch2(config-if)standby 20 preempt
……(略)
第4题:
交换机是一种具有简化、低价、高性能和高端口密集特点的交换产品。根据其工作的OSI层次可以分为第2层交换机和多层交换机。通常所说的交换机是指第2层交换机,它其实可以看作是多端口网桥,根据MAC地址相对简单地决策信息转发。
交换技术的出现有效地减轻了局域网之间信息流通出现的瓶颈问题,它通过经济地将网络分成小的冲突网域,为每个工作站提供了更高的带宽,其协议的透明性使得交换机在软件配置简单的情况下可以直接安装在多协议的网络中。
(1) 当第一次访问交换机时,应该采取什么方式连接交换机?如果希望通过远程拨号连接到路由器进行配置,那么如何做?
(2) 交换机通常有多种内存,其中用来保存IOS的是什么?
(3) 在登录交换机之后,默认进行的是什么模式?要进入特权模式要使用什么命令?
(4) 阅读以下的配置命令,解释①~③处的命令。
Switch (特权模式提示符)
Switch config terminal ①
Switch(config) enab.e password test ②
Switch(config) enable secret test2 ③
Switch(config) hostname CTtest: (设置主机名为CTtest)
Switch(config) end (退出特权模式)
经过这一配置之后,再进入特权模式是否要输入口令?如果是,口令是什么?
第5题:
A、Switch#enable
B、Switch#config terminal
C、Switch(config)#interface fastethernet 0/1
D、Switch#line console 0
第6题:
在一台Cisco Catalyst 2950交换机上作如下配置:
Switch # config terminal
Switch (config) # interface fastethernet 0/1
Switch (config-if) # switchport mode access
Switch (config-if) # switchport access vlan2
若要将fastethernet 0/1端口还原到默认配置状态,可以使用( )命令。
A、Switch (config) # default fastethernet 0/1
B、Switch (config) # default interface fastethernet 0/1
C、Switch (config) # no fastethernet 0/1
D、Switch (config) # erase interface fastethernet 0/1
第7题:
将Cise0 6500第4模块第1端口的通信方式设置为半双工,第2-24端口的通信方式设置为全双工,以下交换机的端口配置,正确的是( )。
A.Switch-6500>;(enable)set interface duplex 4/1 halfSwitch-6500>;(enable)set interface duplex 4/2-24 full
B.Switch-6500>;(enable)set port 4/1 duplex halfSwitch-6500>;(enable)set port 4/2-24 duplex full
C.Switch-6500>;(enable)set port duplex 4/1 halfSwitch-6500>;(enable)set port duplex 4/2-4/24 full
D.Switch-6500>;(enable)set port duplex 4/1 halfSwitch-6500>;(enable)set port duplex 4/2-24 full
第8题:
进入交换机全局模式的命令是()。
A.showrun
B.configureterminal
C.config
D.enable
第9题:
第10题:
What action should you execute if you wanted to enable VTP pruning on your entire management domain?()
第11题:
The Company network administrator needs to enable VTP pruning within the Company network. What action should a network administrator take to enable VTP pruning on an entire management domain?()
第12题:
isdn switch-type [keyword]
isdn-switch-type [keyword]
isdn switch type [keyword]
isdn type [keyword]
第13题:
交换机命令switch(config)# vtp prLming的作用是______。
A.指定交换机的工作模式
B.启用VTP静态修剪
C.指定VTP域名
D.启用VTP动态修剪
第14题:
A.Switch#show running-config
B.Switch#show startup-config
C.Switch>show running-config
D.Switch>show startup-config
第15题:
交换机是一种具有简化、低价、高性能和高端口密集等特点的交换产品。根据其工作的OSI的层次可以分为第二层交换机和多层交换机。通常所说的交换机是指第二层交换机,它其实可以看作是多端口网桥,根据MAC地址相对简单地决策信息转发。
交换技术的出现有效地减轻了局域网之间信息流通的瓶颈问题,它通过经济地将网络分成小的冲突网域,为每个工作站提供了更高的带宽,其协议的透明性使得交换机配置简单的情况下可以直接安装在多协议的网络中。
(1) 在第一次访问交换机时,应该采取什么方式连接交换机?如果希望通过远程拨号连接到路由器进行配置,那么该怎样操作?
(2) 交换机通常有多种内存,其中用来保存IOS的是什么?
(3) 在登录交换机之后,默认进行的是什么模式?要进入特权模式要使用什么命令?
(4) 阅读以下的配置命令解释①~③处的命令。
Switch ( ① )。
Switchconfig terminal (进入全局配置模式)。
Switch (config) enable password test (设置enable口令为test)。
Switch (config) enable secret test2 ( ② )。
Switch (config) hostname Cttest ( ③ )。
Switch (config) end (退出特权模式)。
经过这一配置之后,再进入特权模式是否要输入口令?如果是,口令是什么?
第16题:
●如果要设置交换机的 IP地址,则命令提示符应该是(58) 。
(58)
A. Switch>
B. Switch#
C. Switch(config)#
D. Switch (config-if)#
第17题:
A、cisco
B、ciscolab
C、enable
D、secret
第18题:
阅读以下的配置信息,将(1)、(2)空缺处的内容填写完整,以实现图3-12所示的拓扑结构图中交换机主干道的相关配置。
Switch>enable (进入特权模式)
Switchconfig terminal
Switch (config) (1)
Switch (config-if) switchport (2)
Switch (config-if) end
第19题:
以下是两个对核心交换机Switch0的配置命令,错误的是(13),原因是(14)。

第20题:
以下命令中哪一个命令是配置Cisco 1900系列交换机特权级密码()。
A.enable password cisco level 15
B.enable password csico
C.enable secret csico
D.enable password level
第21题:
第22题:
以下命令中哪一个命令是配置Cisco 1900系列交换机特权级密码()。
第23题:
Enable VTP pruning on any client switch in the management domain.
Enable VTP pruning on any switch in the management domain.
Enable VTP pruning on every switch in the management domain.
Enable VTP pruning on a VTP server in the management domain.
Disable VTP pruning on a VTP server in the management domain.
第24题:
cisco
ciscolab
enable
secret