阅读下面的配置信息,解释(5)处的命令。SwitchSwitchconfigSwitch(config)interface f0/1(进入接口1配置模式)Switch(config-if)switchport mode trunk(5)Switch(config-if)switchpoft trunk allowed vlan all(设置允许从该接口交换数据的VLAN)Switch(config-if)exitSwitch(config)exitSwitCh

题目

阅读下面的配置信息,解释(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


相似考题
参考答案和解析
正确答案:(5)设置当前端口为Trunk模式
(5)设置当前端口为Trunk模式 解析:命令Switch(config-if)#switchport mode trunk的含义是设置当前端口为Trunk模式。
更多“阅读下面的配置信息,解释(5)处的命令。 Switch Switchconfig Switch(config)interface f0/1(进入 ”相关问题
  • 第1题:

    Switch1的f0/24口接在Switch 0的f0/2口上,请根据本题的示意图完成或解释以下 Switch0的配置命令。

    Switch0(config) interface(8)(进入虚子接口)

    Switch0(config-if) ip address 203.12.12.1 255.255.255.0(加IP地址)

    Switch0(config-if) no shutdown(9)

    Switch0(config-if) standby 1 ip 203.12.12.253(建HSRP组并设虚IP地址)

    Switch0(config-if) standby 1 priority 110(10)

    Switch0(config-if) standby 1 preempt(11)


    正确答案:(8)vlan11 (9)开启端口 (10)设优先级 (11)设切换许可
    (8)vlan11 (9)开启端口 (10)设优先级 (11)设切换许可 解析:本题考查的是。Switch0交换机的配置及解释如下;
    Switch0(config) # interface (8) (进入虚子接口)
    Switch0(config-if) # ip address 203.12.12.1 255.255.255.0(加IP地址)
    Switch0(config- if)# no shutdown 开启端口
    Switch0(config-if) # standby 1 ip 203.12.12.253(建HSRP组并设虚IP地址)
    Switch0(config-if) # standby 1 priority 110设优先级
    Switch0(config- if)# standby 1 preempt 设切换许可

  • 第2题:

    阅读以下说明,回答问题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


    正确答案:(1)设置端口为中继(或Trunk)模式 (2)设置Trunk采用802.1q格式(或dotlq) (3)创建vlanll并命名为lab01 (4)switchport mode access (5)switchport access vlan11
    (1)设置端口为中继(或Trunk)模式 (2)设置Trunk采用802.1q格式(或dotlq) (3)创建vlanll,并命名为lab01 (4)switchport mode access (5)switchport access vlan11 解析:由题目要求可知,Switch1的端口24为trunk口,其余各口属于vlan11,故Switch1的配置及解释如下。
    Switch1# config terminal
    Switch1(config) #interface f0/24 (进入端口24配置模式)
    Switch1(config-if)# switchport mode trunk 设置端口为中继模式
    Switch1(cOnfig-if)# switchport trunk encapsulation dotlq设置Trunk采用 802.1q格式
    Switch1(config-if)# switchport trunk allowed all(允许所有VLAN从该端口交换数据)
    Switch1(config- if)#exit
    Switch1(config)#exit
    Switchl# vlan database
    Switch1(vlan) # vlan11 name lab01 创建vlan11,并命名为lab01
    Switch1(vlan)#exit
    Switch1#config terminal
    Switch1(config)# interface f0/9 (进入f0/9的配置模式)
    Switch1(config- if)# switchport mode access(设置端口为接入链路模式)
    Switch1(config- if)# switchport access vlan11(把f0/9分配给VLAN11)
    Switch1(config-if)#exit
    Switch1(config)#exit

  • 第3题:

    阅读以下的配置信息,将(1)、(2)空缺处的内容填写完整,以实现图3-12所示的拓扑结构图中交换机主干道的相关配置。

    Switch>enable (进入特权模式)

    Switchconfig terminal

    Switch (config) (1)

    Switch (config-if) switchport (2)

    Switch (config-if) end


    正确答案:(1) interface fastethernet 0/13 (2) mode trunk
    (1) interface fastethernet 0/13 (2) mode trunk 解析:这是一道要求读者掌握交换机配置主干道的分析理解题。本题的解答思路如下。
    1)由(1)空缺处前后的命令模式“Switch (config)#”和“Switch (config-if)#”可知,(1)空缺处所填写的内容是以接口相关的命令语句。
    2)由题干中关键信息“将交换机的第13号端口设置成为主干道接口“以及试题中”实现图3-12所示的拓扑结构图中交换机主干道的相关配置“可知,(1)空缺处的配置语句是:
    interface fastethernet 0/13
    3)注意到试题中关键信息“实现图3-12所示的拓扑结构图中交换机主干道的相关配置”的“主干道”,可知(2)空缺处的配置语句用于设置交换机的第13号端口工作在主干道模式,相关配置语句是“switchport mode trunk”。

  • 第4题:

    使Switch1的千兆端口允许所有VLAN通过的配置命令如下,请给出空白处的配置内容:

    Switchl(config)interface gigabit0/1(进入千兆端口配置模式)

    Switch1(config-if)switchport(4)

    Switch1(config-if)switchport(5)


    正确答案:(4)_Switch1(config-if)#switchport mode trunk (5) Switch1(config-if)#switchport trunk allowed vlan all(或tiunk encapsulation isl)
    (4)_Switch1(config-if)#switchport mode trunk (5) Switch1(config-if)#switchport trunk allowed vlan all(或tiunk encapsulation isl) 解析:(4)设置trunk模式:Switch1(config-if)#switchport mode trunk
    (5)设置该千兆端口允许所有VLAN通过:Switch1(config-if)#switchport trunk allo-wed vlan all(或trunk encapsulation isl)

  • 第5题:

    在一台cisco catalyst 2950交换机上,要将端口F0/1设置为永久中继模式,需要使用( )配置命令。

    A、Switch(config-if)#switchport mode access

    B、Switch(config-if)#switchport dynamic auto

    C、Switch(config-if)#switchport mode trunk

    D、Switch(config-if)#switchport mode dynamic


    正确答案:C