阅读以下说明,回答问题1至问题4。
【说明】
图5-1是VLAN配置的结构示意图。
请阅读下列Switch A的配置信息,并在(1)~(5)处解释该语句的作用。
Switch>enable(进入特权模式)
Switchconfig terminal(进入配置模式)
Switch(config)hostname SwitchA(1)
SwitchA(config)end
SwitchA
SwitchA vlan database(2)
SwitchA(vlan)vtP server(3)
SwitchA(vlan)vtp domain vtpserver(4)
SwitchA(vlan)vtp pruning(5)
SwitchA(vlan)exit(退出VLAN配置模式)
第1题:
下面是交换机完成Trunk的部分配置,请根据题目要求,完成下列配置。
SwitchA(config)interface f0/3(进入端口3配置模式)
SwitchA(config-if)switchporl(6)(设置当前端口为Trunk模式)
SwitchA(config-if)sritchport trunk allowed(7)(设置允许所有Vlan通过)
SwitchA(config-if)exit
SwitchA(config)exit
Switch%
第2题:
阅读以下说明,回答问题1和问题2,将解答填入对应的解答栏内。
某单位新购近一台Cisco两层交换机2950,其配置过程:
第一步,准备安装与调试所需的设备,主要包括Cisco 2950交换机、RJ45直通线,RJ45转9针串口转 换器、计算机。
第二步,硬件连接,RJ45直通线一头插入Cisc02950的console口,另一头接RJ45转9针串口转换器,再将转换器接到计算机的串口。
第三步,交换机加电,在计算机上调用WINDOWS XP下的超级终端程序,配置设备连接参数,如图5-1,以便进入Cisco设备的虚拟操作台。
第四步,输入Cisco 2950的IOS配置命令。配置过程如下:
Switch>
Switch>enable
Switchconfig terminal
Switch(config)enable secret cisco2006 (1)
Switch(config)hostname Switch1
Switch1(config)ip default-gateway 192.168.1.1 (2)
Switch1(config)interface vlan 1
Switch1(config-if)ip address 192.168.1.23 255.255.255.0
Switch1(config-if)management (3)
Switch1(config-if)end
Switch1(config)vlan database
Switch1(config-vlan)vtp mode server (4)
Switch1(config-vlan)vtp domain ABC (5)
Switch1(config-vlan)vtp pruning (6)
Switch1(config-vlan)end
Switch1show vtp status (7)
Switch1config terminal
Switch1(config)interface gb0/1
Switch1(config-if)switchport mode trunk (8)
Switch1(config-if)switchport trunk encap dotlq (9)
Switch1(conflg-if)end
Switch1copy run start (10)
第五步,将调试完毕的设备连入网络,通过PC机验证配置是否正确。
第三步中,在图5-1中配置超级终端程序时连接参数应如何设置:
(1)每秒位数(B): (11)
(2)数据位(D): (12)
(3)奇偶校验(P): (13)
(4)停止位(S): (14)
(5)数据流控制(F): (15)
第3题:
阅读下面的配置信息,解释(7)处的命令。
Switchconfig t
Switch(eonfig)interface f0/5(进入端口5的配置模式)
Switch(config-if)switchport mode access(7)
Switch(config-if)switchport access vlan 2(把端口5分配给相信的VLAN2)
Switch(config-if)exit
Switch(config)interface f0/6
Switch(config-if)switchport mode access
Switch(config-if)switchport access vlan 3
Switch(config-if)exit
Switch(config)exit
Switch
第4题:
阅读以下说明和交换机的配置信息,回答问题1~3,将解答填入对应栏内。
某公司下设3个部门,为了便于管理,每个部门组成一个VLAN,公司网络结构如图1所示。
[交换机Switch1的部分配置信息]
Switch1(config)tinterface fO/9
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 11
Switch1(config)interface fO/10
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 12
Switch1(config)interface fO/17
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 13
[交换机Switch2的部分配置信息]
Switch2(config)interface fO/6
Switch2(config-if)switchport mode access
Switch2(config-if)switchport access vlan 11
Switch2(config)interface fO/8
Switch2(config-if)switchport modeaccess
Switch2(config-if)switchport access vlan 12
Switch2(config)interface fO/11
Switch2(config-if)switchport mode access
Switch2(config-if)SWitchport access vlan 13
[交换机Switch3的部分配置信息]
Switch3(config)interface fO/3
Switch3(config-if)switchport mode access
Switch3(config-if)switchport access vlan 11
Switch3(config-if)exit
Switch3(config)interface fO/7
Switch3(config-if)switchport mode access
Switch3(config-if)switchport access vlan 12
Switch3(config)interface fO/13
Switch3(config-if)switchport mode access
Switch3(config-if)switchport aocess vlan 13
划分VLAN有哪几种划分方式?
第5题:
使Switch1的千兆端口允许所有VLAN通过的配置命令如下,请给出空白处的配置内容:
Switchl(config)interface gigabit0/1(进入千兆端口配置模式)
Switch1(config-if)switchport(4)
Switch1(config-if)switchport(5)
第6题:
试题三(共15分)
阅读以下说明,回答问题1至问题4,将解答填入答题纸对应的解答栏内。
【说明】
如图3-1所示,PC1和PC2接到交换机SwitchA的f0/1和f0/2端口上,PC3和PC4接到交换机SwitchB的f0/l和f0/2端口上,SwitchA和SwitchB利用交叉双绞线互连在端口f0/24上,PC1和PC3构成VLAN2,PC2和PC4构成VLAN3。
【问题1】
VLAN可以把一个网络从逻辑上划分为多个子网,在图3-1中,PC1可以直接和(1)通信;能收到PC2广播包的主机是(2)。
【问题2】
下面语句的功能是在SwitchA中创建VLAN2和VLAN3,并将f0/1和f0/2端口分别加入到VLAN2和VLAN3,请填空。
SwitchAvlan database
SwitchA(vlan) (3) (创建VLAN2)
SwitchA(vlan) (4) (创建VLAN3)
SwitchA (vlan)exit
SwitchA(5) (进入全局配置模式)
SwitchA(config)interface f0/l
SwitchA(config-if)switchport mode access
SwitchA(config-if)switchport access vlan 2
SwitchA(config-if)exit
SwitchA(config) (6) (进入端口配置模式)
SwitchA(config-if)switchport mode access
SwitchA(config-if) (7) (将端口加入相应vlan)
SwitchA(config-if)exit
【问题3】
下面语句在SwitchA中配置VTP协议和VLAN Trunk端口,请填空。
SwitchA (8) (进入VLAN配置模式)
SwitchA(vlan) (9) (设置本交换机为服务器模式)
SwitchA (vlan) vtp pruning
SwitchA(vlan) (10) (退出VLAN配置模式)
SwitchAconfig terminal
SwitchA(config) (11) (进入端口配置模式)
SwitchA(config-if)switchport mode (12) (设置当前端口为Trunk模式)
SwitchA(config-if) switchport trunk allowed vlan all
SwitchA(config-if)exit
SwitchA(config)exit
【问题4】
对于SwitchB,需要配置为VTP的客户端模式,使其能从SwitchA中学习到VTP和VLAN的相关信息。请填空完成相关配置。
SwitchB(13) (进入VLAN配置模式)
SwitchB(vlan) (14) (设置本交换机为客户端模式)
SwitchB (vlan) (15) (退出VLAN配置模式)
第7题:
阅读以下的配置信息,将(1)、(2)空缺处的内容填写完整,以实现图3-12所示的拓扑结构图中交换机主干道的相关配置。
Switch>enable (进入特权模式)
Switchconfig terminal
Switch (config) (1)
Switch (config-if) switchport (2)
Switch (config-if) end
第8题:
阅读以下关于交换机VLAN配置的技术说明,根据要求回答问题1至问题3。
【说明】
某电子商务公司下设销售部、技术部、财务部等3个部门,为了便于管理,每个部门组成一个VLAN,每个VLAN的编号、所包含的服务器及主机名称见表2-3。该公司部分网络拓扑结构如图2-8所示,图中交换机(Switch01、Switch02)与各服务器(Server1~Server3)、各工作站(Client1~Client11)均采用超5类双绞线(UTP)连接,每条UTP旁边的数字对应于交换机的相应接口的编号(例如,工作站Client1连接至交换机Switch01的第6号端口)。
阅读以下交换机Switch01的部分配置信息,结合图2-8所示的网络拓扑图将(1)~(8)空缺处的内容(命令或解释)填写完整。
Switch>enable (进入特权模式)
Switchconfig terminal
Switch (config) (1)
Switch01 (config) end (退回到特权模式)
Switch01 (2) (进入VLAN配置予模式)
Switch01 (vlan) (3) (创建一个VLAN21并命名)
…… (此处省略了两条分别用于创建并命名VLAN22、VLAN23的配置语句省略)
Switch01 (vlan) exit (退出VLAN配置模式)
(4) (进入配置子模式)
Switch01 (config)interface f0/10 (进入端口1配置模式)
Switch01 (config-if) (5)
10 Force 10Mb/s operation
100 Force 100Mb/s operation
auto Enable AUTO speed configuration
Switch01 (config-if) duplex full (6)
Switch01 (config-if) switchport mode access (7)
Switch01 (config-if) (8) (把该端口分配给所相信的VLAN)
Switch01 (config-if) exit
Switch01 (config)
第9题:
阅读以下说明,回答问题1至问题4,将答案填入答题纸对应的解答栏内。
【说明】
某企业的网络拓扑结构如图3-1所示,随着企业内部网络的不断扩大,为了企业内网的安全,现要求利用VTP协议快速实现企业内网的VLAN配置以解决广播风暴的问题, 同时要求使用地址绑定技术解决
网络中的地址冲突以及地址欺骗等现象。
图3-1
【问题1】(4分)
在没有配置VLAN之前,由交换机互连的网络默认同属于(1)。为了解决链路通过多条VLAN的问题,交换机的端口被定义为三种模式,分别为(2)、(3)以及(4)。(1)~(4)备选答案如下:
A.VLANO B.VLAN1 C.VLAN2 D.access
E.trunk F.dynamic G.server H.client
【问题2】(10分)
网络环境中经常会出现地址冲突、地址欺骗等现象,为了解决这种问题,请使用地址绑定技术在交换机Switch2上实现对主机PC1(MAC地址为0001.ABCD.32EA)基于端口的MAC地址绑定,请补充完成下列配置命令。
Switch2> (5) //进入特权模式
Switch2 (6) //进入全局配置模式
Switch2(config) (7) F0/2 //进入端口 F0/2 配置模式
Switch2(config-if)switchport (8) //配置开启端口安全模式
Switch2(config-if)switchport port-security (9) 0001.ABCD.32EA
//将PC1MA地址0001.ABCD.32EA绑定到该端口
......
【问题3】(3分)
使用VTP快速配置企业网络VLAN,请完成相关配置命令。
1.在三台交换机(Switch-1、Switch-2和Switch-3)上分别配置VTP协议,将Switch-1设为服务器模式,Switch-2和Switch-3设为客户机模式。
Switch-1:
Switch-1(VLAN) (10) //定义 Switch-1为VTP服务器模式
Switch-1(VLAN) vtp domain cisco
Switch-1(VLAN) vtp password cisco
Switch-2:
Switch-2(VLAN) vtp domain cisco //&39;定义 Switch-2的VTP 域
Switch-2(VLAN) vtp client
Switch-2(VLAN) (11) //定义 Switch-2的VTP 域验证密码
......
2.配置trunk接口及验证VTP Switch-1:
Switch-1(config) int f0/1
Switch-1(config-if) switchport trunk encapsulationdotlq //指定封装类型
Switch-l(config-if) switchport mode (12) //配置该接口为 trunk 模式
......
Switch-3:
Switch-3(config) interface fastEthernet 0/1 //进入Switch-3的接口配置子模式
Switch-3(config-if) switchport trunk encapsulationdotlq //指定封装类型
Switch-3 showVLAN //在 Switch-3 上查看VLAN信息,验证VTP
......
【问题4】(3分)
网络系统建设过程中,网络交换设备的质量、性能、功能等因素直接与网络系统的整体性能相关。衡量网络交换设备性能最主要的指标有(13) 、 (14)和(15)。(13)~(15)备选答案如下:
A.端口转发速率 B.传输时延 C.包转发率 D.额定功率
E.端口类型 F.背板容量
第10题:
[说明]
图4-1是在网络中划分VLAN的连接示意图。VLAN可以不考虑用户的物理位置,而
根据功能、应用等因素将用户从逻辑上划分为一个个功能相对独立的工作组,每个用户主机都连接在支持VLAN的交换机端口上,并属于某个VLAN。
[问题1](2分)
同一个VLAN中的成员可以形成一个广播域,从而实现何种功能
[问题2](2分)
在交换机中配置VLAN时,VLAN l是否需要通过命令创建为什么
[问题3](3分)
创建一个名字为v2的虚拟局域网的配置命令如下,请给出空白处的配置内容:
Switch ___(1)___(进入VLAN配置模式)
Switch(vlan) ___(2)___(创建v2并命名)
Switch(vlan) ___(3)___(完成并退出)
[问题4](2分)
使Switch l的千兆端口允许所有VLAN通过的配置命令如下,请给出空白处的配置内容:
Switch l (config)interfacegigabit0/1(进入端口6配置模式)
Switch l (config-if)switchport___(4)___
Switch l (config-if)switchport ___(5)___
[问题5](2分)
若交换机Switchl和Switch2没有千兆端口,在图4-1中能否实现VLAN Trunk的功能若能,如何实现
[问题6](2分)
将Switch l的端1216划入v2的配置命令如下,请给出空白处的配置内容:
Switch l (config)interface fastEthernet0/6(进入端口6配置模式)
Switch l (config-if)switchport ___(6)___
Switch l (config-if)switchport ___(7)___
[问题7](2分)
若网络用户的物理位置需要经常移动,应采用什么方式划分VLAN
第11题:
● 交换机命令SwitchA(VLAN) #vtp pruning的作用是 (60) 。
(60)
A. 退出VLAN 配置模式
B. 删除一个VLAN
C. 进入配置子模式
D. 启动路由修剪功能
第12题:
第13题:
该21层教学综合大楼的部分网络拓扑结构如图1-22所示,其中L3_switch1、L3_switch2为该教学综合大楼的两台核心交换机;Switch1~Switch3为3台1Gb/s以太网交换机。阅读以下L3_switch2的部分配置信息,将(1)~(6)空缺处的内容(命令或解释)填写完整。
L3_switch2>enablc (进入特权模式)
L3_switch2 (1) (设置VLAN配置子模式)
L3_switch2 (vlan) (2) (设置本交换机为Server模式)
L3_switch2 (vlan) vtp domain vtp_server1 (设置域名)
L3_switch2 (vlan) (3) (启动修剪功能)
L3_switch2 (vlan) exit (退出VLAN配置模式)
L3_swltch2 config Terminal; (进入配置子模式)
L3_switch2 (config) interface f0/25 (进入端口25配置模式)
L3_switch2 (config-if) (4) (设置当前端口为trunk模式)
L3_switch2 (config-if)switchport trunk allowed vlan all ( (5) )
L3_switch2 (config-if) (6) (设置VLAN2生成树路径值)
……
第14题:
阅读下面的配置信息,解释(5)处的命令。
Switch
Switchconfig
Switch(config)interface f0/1(进入接口1配置模式)
Switch(config-if)switchport mode trunk(5)
Switch(config-if)switchpoft trunk allowed vlan all(设置允许从该接口交换数据的VLAN)
Switch(config-if)exit
Switch(config)exit
SwitCh
第15题:
阅读以下说明,回答问题1~4,将解答填入对应的解答栏内。
利用VLAN技术可以把物理上连接的网络从逻辑上划分为多个不同的虚拟子网,可以对各个子网实施不同的管理策略。图4-1是在网络中划分VLAN的连接示意图。
下面的命令是在交换机Switch1上创建一个名字为classroom的虚拟局域网(VLAN ID为2)的配置命令,请给出空白处的配置内容:
Switch1 (1)
Switch1(config) (2) (创建Vlan2)
Switch1(config-vlan)name classroom (将Vlan2命名为classroom)
Switch1(config-vlan) (3) (完成并退出)
Switch1
第16题:
使交换机SwitchA的千兆位端口允许除VLAN 6之外的所有VLAN数据通过的相关配置语句如下,请给出(10)空缺处的命令解释及(11)、(12)空缺处的配置内容。
SwitchAconfig terminal (进入配置子模式)
SwitchA(config) interface gigabit0/1 (10)
SwitchA(config-if)swichport(11)
SwitchA(config-if)swimhport(12)
SwitchA(config-if)end
第17题:
阅读以下说明,回答问题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
……(略)
第18题:
阅读以下说明,回答问题1至问题3,将解答填入解答栏内。
【说明】
某公司租用了一段C类地址203.12.11.0/24~203.12.14.0/24,如下图所示。其网间地址是172.11.5.14/24。要求网内所有PC都能上网。
接入层交换机Switch1的端口24为trunk口,其余各口属于vlan11,请解释下列命令并完成交换机的配置。
Switch1config terminal
Switch1(config)interface f0/24(进入端口24配置模式)
Switch1(config-if) switchport mode trunk(1)
Switch1(config-if)switchport trunk encapsulation dotlq(2)
Switch1(config-if) switchport trunk allowed all(允许所有VLAN从该端口交换数据)
Switch1(config-if)exit
Switch1(config)exit
Swkch1 vlan database
Switch1(vlan) vlan11 name lab01(3)
Switch1(vlan)exit
Switch1 config terminal
Switch1(config)interface f0/9(进入f0/9的配置模式)
Switch1(config-if)(4)(设置端口为接入链路模式)
Switch1(config-if)(5)(把f0/9分配给VLAN11)
Switch1(config-if)exit
Switch1(config)exit
第19题:
如果希望在Switch1中创建的VLAN信息也能在Switch2中使用,则分别在Switch1、Switch2上执行下列命令,请给出空白处的配置内容:
Switch1vlan database (设置VLAN配置子模式)
Switch1(vlan)vtp (4)
Switch1(vlan)vtp domain abc (设置域名)
Switch1(vlan)exit (退出VLAN配置模式)
Switch2vlan database (设置VLAN配置子模式)
Switch2(vlan)vtp (5)
Switch2(vlan)vtp domain abc (设置域名)
Switch2(vlan)exit (退出VLAN配置模式)
第20题:
A.E0/1端口设置:[SwitchA-Ethernet0/1]port link-type trunk
B.创建VLAN100:[SwitchA]vlan 100
C.创建VLAN100的接口:[SwitchA]interface Vlan-interface 100
D.为VLAN接口100配置IP地址:[SwitchA-Vlan-interface100]ip address dhcp-alloc
第21题:
● 试题三
阅读以下说明和交换机的配置信息,回答问题1~3,将解答填入答题纸的对应栏内。
【说明】
某公司下设3个部门,为了便于管理,每个部门组成一个VLAN,公司网络结构如图1所示。
【交换机Switch1的部分配置信息】
Switch1 (cnfig)tinterface fO/9
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 11
Switch1(config)interface fO/10
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 12
Switch1(config)interface fO/17
Switch1(config-if)switchport mode access
Switch1(config-if)switchport access vlan 13
【交换机Switch2的部分配置信息】
Switch2(config)interface fO/6
Switch2(config-if)switchport mode access
Switch2(config-if)switchport access vlan 11
Switch2(config)interface fO/8
Switch2(config-if)switchport mode access
Switch2(config-if)switchport access vlan 12
Switch2(corffig)intefface fO/11
Switch2(config-if)switchport mode access
Switch2(config-if)switchport access vlan 13
【交换机Switch3的部分配置信息】
Switch3(config)interface fO/3
Switch3(config-if)switchport mode access
Switch3(config-if)switchport access vlan 11
Switch3(config-if)exit
Switch3(corfig)interface fO/7
Switch3(config-if)switchport mode access
Switch3(config-if)switchport access vlan 12
Switch3(config)interface fO/13
Switch3(config-if)switchport mode access
Switch3(config-if)switchport aocess vlan 13
[问题1]
划分VLAN有哪几种划分方式?
[问题2]
在VLAN中,STP和VTP是什么协议?各有什么作用?
[问题3]
填充VLAN信息表,见表1,将答案填写在答题纸相应位置。
表1 VLAN1-1 信息表
部门
VLAN编号
包括的服务器及主机名称
行政部
11
(1)
市场部
12
(2)
财务部
13
(3)
第22题:
阅读以下说明和交换机的配置信息,回答问题1至问题3,将解答填入对应栏内。
某公司下设三个部门,为了便于管理,每个部门组成一个VLAN,公司网络结构如图5-1所示。
阅读交换机Switch1的部分配置信启,将(1)~(4)处空缺的内容填写在答题纸相应位置。
Switch1>en
switch1vlan database (设置VLAN配置子模式)
Switch1(vlan) (1) (设置本交换机为Server模式)
Switch1(vlan)vtp domain ABC (设置域名为ABC)
Switch1(vlan) (2) (启动修剪功能)
Switch1(vlan)…… (创建VLAN11~VLAN13,略)
Switch1(vlan)exit (退出VLAN配置模式)
Switch1config t
Switch1(config)interface f0/9
Switch1(config-if)switchport mode access
Switch1(config-if)switchport (3) (将端口9配给vlan11)
Switch1(config)interface f0/24
Switch1(config-if)switchport mode trunk
Switch1(config-if)switchport (4) (设置封装协议为isl)
Switch1(config-if)exit
Switch1copy run start
第23题:
交换机命令SwitchA(VLAN)#vtp pruning的作用是(60)。
A.退出VLAN配置模式
B.删除一个VLAN
C.进入配置子模式
D.启动路由修剪功能