单选题在锐捷接换机上配置Trunk接口时,如果要从允许的VLAN列中删除VLAN5,所运行的命令是哪一项?()A Switch(config-if)#Switchport trunk allowed remove 5B Switch(config-if)#Switchport trunk remove 5C Switch(config-if)#Switchport trunk Vlan allowed remove 5D Switch(config-if)#Switchport trunk allowed

题目
单选题
在锐捷接换机上配置Trunk接口时,如果要从允许的VLAN列中删除VLAN5,所运行的命令是哪一项?()
A

Switch(config-if)#Switchport trunk allowed remove 5

B

Switch(config-if)#Switchport trunk remove 5

C

Switch(config-if)#Switchport trunk Vlan allowed remove 5

D

Switch(config-if)#Switchport trunk allowed Vlan remove 5


相似考题
更多“单选题在锐捷接换机上配置Trunk接口时,如果要从允许的VLAN列中删除VLAN5,所运行的命令是哪一项?()A Switch(config-if)#Switchport trunk allowed remove 5B Switch(config-if)#Switchport trunk remove 5C Switch(config-if)#Switchport trunk Vlan allowed remove 5D Switch(config-if)#Switchport trunk allowed”相关问题
  • 第1题:

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

  • 第2题:

    某网络的拓扑结构如图4-1所示,其中路由器Router1和交换机Switch1的部分配置如下:

    以下是路由器Router和Switch1的部分配置信息,请解释部分命令的意义。

    Router(config)interface fastEthernet1/0.1

    Router(config-subif)encapsulation isl 11 (1)

    Router(config-subif)ip address 10.1.1.1 255.255.255.0 (2)

    Router(config-subif)exit

    Router(config)interface fastEthernet1/0.2

    Router(config-subif)encapsulation isl 12

    Router(config-subif)ip address 10.1.2.1 255.255.255.0

    Router(config-subif)exit

    Router(config)interface fastEthernet1/0.3

    Router(config-subi f)encapsulation isl 13

    Router(config-subif)ip address 10.1.3.1 255.255.255.0

    Router(config-subif)exit

    Router(config)ip routing (3)

    [交换机Switch1的部分配置信息]

    Switch1(config)vlan database (4)

    Switch1(vlan)vlan 11 (5)

    Switch1(vlan)vlan 12

    Switch1(vlan)vlan 13

    Switch1(vlan)exit

    Switch1(config)interface fastEthernet0/0

    Switch1(config-if)switchport mode trunk (6)

    Switch1(config-if)switchport trunk allowed all (7)

    Switch1(config-if)exit

    Switch1(config)interface fastEthernet0/1

    Switch1(config-if)switchport mode trunk

    Switch1(config-if)switchport trunk a110wed a11

    Switch1(config-if)exit

    Switch1(config)interface fastEthernet0/2

    Switch1(config-if)switchport mode trunk

    Switch1(config-if)switchport trunk allowed all

    Switch1(config-if)exit


    正确答案:将vlan11的接口封装为ISL 设置vlan11的默认网关为10.1.1.1 启动ip转发 进入VTP配置子模式 定义一个vlan为11 接口设置为trunk模式 允许所有vlan信息在trunk中传递
    将vlan11的接口封装为ISL 设置vlan11的默认网关为10.1.1.1 启动ip转发 进入VTP配置子模式 定义一个vlan为11 接口设置为trunk模式 允许所有vlan信息在trunk中传递

  • 第3题:

    Which commands, when used together, would create an 802.1Q link?()

    A. Switch(vlan)# mode trunk

    B. Switch(config)# switchport access mode trunk

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

    D. Switch(config-if)# switchport trunk encapsulation dot1q

    E. Switch(config)# switchport access mode 1

    F. Switch(vlan)# trunk encapsulation dot1q


    参考答案:C, D

  • 第4题:

    Which set of commands is recommended to prevent the use of a hub in the access layer?()

    A.switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security maximum 1

    B.switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security mac-address 1

    C.switch(config-if)#switchport mode access switch(config-if)#switchport port-security maximum 1

    D.switch(config-if)#switchport mode access switch(config-if)#switchport port-security mac-address 1


    参考答案:C

  • 第5题:

    Which commands, when used together, would create an 802.1Q link?()

    • A、Switch(vlan)# mode trunk
    • B、Switch(config)# switchport access mode trunk
    • C、Switch(config-if)# switchport mode trunk
    • D、Switch(config-if)# switchport trunk encapsulation dot1q
    • E、Switch(config)# switchport access mode 1
    • F、Switch(vlan)# trunk encapsulation dot1q

    正确答案:C,D

  • 第6题:

    锐捷交换机VLAN修剪命令格式是下列哪条命令?()

    • A、switchport trunk allowed vlan remove vid
    • B、switchport trunk remove vid
    • C、switchport trunk prune vid
    • D、switchport trunk allowed vid

    正确答案:A

  • 第7题:

    Which interface commands would you enter on a Catalyst 2900 switch, if your goal was to bring all VLAN traffic to another directly connected switch?()

    • A、Switch(config-if)# vlan all
    • B、Switch(config-if)# switchport trunk encapsulation dot1q
    • C、Switch(config-if)# switchport access vlan all
    • D、Switch(config-if)# switchport mode trunk
    • E、Switch(config-if)# switchport access vlan 303

    正确答案:C,D

  • 第8题:

    把VLAN20从中继链路中删除的命令是()

    • A、switch(config-if)#switchport trunk vlan remove 20
    • B、switch(config-if)#switchport trunk allowed vlan remove 20
    • C、switch(config)#switchport trunk vlan remove 20
    • D、switch(config)#switchport trunk allowed vlan pruning 20

    正确答案:B

  • 第9题:

    You need to configure a new Company switch for trunking.  Which switch command enables a  trunking protocol that appends a four byte CRC to the packet?()

    • A、 CompanySwitch(config-if)#switchport trunk encapsulation dot1q
    • B、 CompanySwitch(config-if)#switchport trunk encapsulation itef
    • C、 CompanySwitch(config-if)#switchport trunk encapsulation fddi
    • D、 CompanySwitch(config-if)#switchport trunk encapsulation isl
    • E、 None of the other alternatives apply

    正确答案:D

  • 第10题:

    单选题
    You are bringing up a new Cisco Catalyst switch, and wish to connect it via a trunk to another switch from a different vendor, which uses the IEEE standard for the trunking method. When setting the encapsulation type on the trunk, what should you configure on the Cisco switch?()
    A

    Switch(config)# switchport trunk encapsulation isl

    B

    Switch(config)# switchport trunk encapsulation ietf

    C

    Switch(config-if)# switchport trunk encapsulation isl

    D

    Switch(config-if)# switchport trunk encapsulation ietf

    E

    Switch(config-if)# switchport trunk encapsulation dot1q


    正确答案: A
    解析: 暂无解析

  • 第11题:

    单选题
    You need to configure a new Company switch for trunking.  Which switch command enables a  trunking protocol that appends a four byte CRC to the packet?()
    A

     CompanySwitch(config-if)#switchport trunk encapsulation dot1q

    B

     CompanySwitch(config-if)#switchport trunk encapsulation itef

    C

     CompanySwitch(config-if)#switchport trunk encapsulation fddi

    D

     CompanySwitch(config-if)#switchport trunk encapsulation isl

    E

     None of the other alternatives apply


    正确答案: C
    解析: 暂无解析

  • 第12题:

    多选题
    Which interface commands would you enter on a Catalyst 2900 switch, if your goal was to bring all VLAN traffic to another directly connected switch?()
    A

    Switch(config-if)# vlan all

    B

    Switch(config-if)# switchport trunk encapsulation dot1q

    C

    Switch(config-if)# switchport access vlan all

    D

    Switch(config-if)# switchport mode trunk

    E

    Switch(config-if)# switchport access vlan 303


    正确答案: E,A
    解析: 暂无解析

  • 第13题:

    以下两个配置中错误的是(6),原因是(7)。

    A.Swkch0(config)interface gigabitEthernet 0/3

    Switch0(config-if)switchport mode trunk

    Switch0(config-if)switchport trunk encapsulation dotlq

    Swnch0(config)exit

    Switch0 vlan database

    Switch0(vlan) v1an 2100 name lab02

    B.Switch0(config) interface gigabirEthernet 0/3

    Switch0(config-if)switchport mode trunk

    Switch0(config-if)switchport trunk encapsulation ISL

    Switch0(config)exit

    Switeh0 vlan darabase

    Switch0(vlan) vlan 2100 name lab02


    正确答案:(6)B (7)trunk采用ISL格式时vlan ID最大为1023
    (6)B (7)trunk采用ISL格式时,vlan ID最大为1023 解析:本题考查的是VLAN数据帧的封装模式。
    在实现VLAN时,为了标识各数据帧属于哪一个VLAN,需要对流经汇聚链接的数据帧进行封装,以附加上VLAN信息,这样交换机就可通过VLAN标识,将数据帧转发到对应的VLAN中。
    目前交换机支持的封装协议有IEEE802.1Q和ISL。其中IEEE802.1Q是经过IEEE认证的对数据帧附加VLAN识别信息的协议,属于国际标准协议,适用于各个厂商生产的交换机,该协议通常也简称为dotlq。ISL是Inter Switch Link的缩写,是Cisco系列交换机支持的一种用于在汇聚链路上附加VLAN信息的协议。
    以上两种封装协议在使用范围、数据帧格式上是不同的。另外,ISL最多支持1024个VLAN,802.1Q加上扩展VLAN可支持4096个,有2个是被保留,所以可用4094个。
    从以上分析可知,只有dot1q封装协议支持超过1024个vlan,而题目中配置的vlan ID为2100,已超过1024,故B选项是错误的。

  • 第14题:

    Which interface commands would you enter on a Catalyst 2900 switch, if your goal was to bring all VLAN traffic to another directly connected switch?()

    A. Switch(config-if)# vlan all

    B. Switch(config-if)# switchport trunk encapsulation dot1q

    C. Switch(config-if)# switchport access vlan all

    D. Switch(config-if)# switchport mode trunk

    E. Switch(config-if)# switchport access vlan 303


    参考答案:C, D

  • 第15题:

    You are bringing up a new Cisco Catalyst switch, and wish to connect it via a trunk to another switch from a different vendor, which uses the IEEE standard for the trunking method.When setting the encapsulation type on the trunk, what should you configure on the Cisco switch?()

    A. Switch(config)# switchport trunk encapsulation isl

    B. Switch(config)# switchport trunk encapsulation ietf

    C. Switch(config-if)# switchport trunk encapsulation isl

    D. Switch(config-if)# switchport trunk encapsulation ietf

    E. Switch(config-if)# switchport trunk encapsulation dot1q


    参考答案:E

  • 第16题:

    如下图所示,Cisco 3548交换机A与B之间需传输名为VL10(ID号为10)和VL15(ID号为15)的VLAN信息。下列为交换机A的g0/1端口分配VLAN的配置,正确的是______。

    A) Switch-3548(config)#interface g0/1

    Switch-3548(config-if)#switchport mode trunk

    Switch-3548(config-if)#switchport trunk allowed

    vlan 10,15

    B) Switch-3548(config)#interface g0/1

    Switch-3548(config-if)#switchport mode trunk

    Switch-3548(config-if)#switchport trunk access

    vlan 10,15

    C) Switch-3548(config)#interface g0/1

    Switch-3548(config-if)#switchport allowed vlan

    vl10,vl15

    D) Switch-3548(config)#interface g0/1

    Switch-3548(config-if)#switchport mode trunk

    Switch-3548(config-if)#switchport trunk allowed

    vlan 10-15

    A.

    B.

    C.

    D.


    正确答案:B
    解析:题中为交换机A的g0/1端口分配VLAN的配置。以Cisco 3548交换机为例:
      步骤一:进入交换机端口配置模式(config)#interface g0/1
      步骤二:配置VLAN Trunk模式(config-if)#switchport mode trunk
      步骤三:为端口分配VLAN(config-if)#switchport trunk access vlan 10,15

  • 第17题:

    能够在CiscoIOS软件中正确地将端口配置为ISL封装的命令是()。

    • A、Switch(config-if)#switchport mode trunk isl
    • B、Switch(config-if)#switchport mode encapsulation isl
    • C、Switch(config-if)#switchport trunk encapsulation isl
    • D、Switch(config-if)#switchport mode trunk encapsulation isl

    正确答案:C

  • 第18题:

    Which set of commands is recommended to prevent the use of a hub in the access layer?()

    • A、switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security maximum 1
    • B、switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security mac-address 1
    • C、switch(config-if)#switchport mode access switch(config-if)#switchport port-security maximum 1
    • D、switch(config-if)#switchport mode access switch(config-if)#switchport port-security mac-address 1

    正确答案:C

  • 第19题:

    在锐捷接换机上配置Trunk接口时,如果要从允许的VLAN列中删除VLAN5,所运行的命令是哪一项?()

    • A、Switch(config-if)#Switchport trunk allowed remove 5
    • B、Switch(config-if)#Switchport trunk remove 5
    • C、Switch(config-if)#Switchport trunk Vlan allowed remove 5
    • D、Switch(config-if)#Switchport trunk allowed Vlan remove 5

    正确答案:D

  • 第20题:

    You are bringing up a new Cisco Catalyst switch, and wish to connect it via a trunk to another switch from a different vendor, which uses the IEEE standard for the trunking method. When setting the encapsulation type on the trunk, what should you configure on the Cisco switch?()

    • A、Switch(config)# switchport trunk encapsulation isl
    • B、Switch(config)# switchport trunk encapsulation ietf
    • C、Switch(config-if)# switchport trunk encapsulation isl
    • D、Switch(config-if)# switchport trunk encapsulation ietf
    • E、Switch(config-if)# switchport trunk encapsulation dot1q

    正确答案:E

  • 第21题:

    单选题
    在锐捷接换机上配置Trunk接口时,如果要从允许的VLAN列中删除VLAN5,所运行的命令是哪一项?()
    A

    Switch(config-if)#Switchport trunk allowed remove 5

    B

    Switch(config-if)#Switchport trunk remove 5

    C

    Switch(config-if)#Switchport trunk Vlan allowed remove 5

    D

    Switch(config-if)#Switchport trunk allowed Vlan remove 5


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    二层交换机接口上配置Trunk时,需要修改NativeVLAN99的命令是()。
    A

    Switch(config-if)#swithcport trunk allowed remove 99

    B

    Switch(config-if)#swithcport trunk native99

    C

    Switch(config-if)#swithcport trunk nativevlan99

    D

    Switch(config-if)#switchport mode trunk


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    如下图所示,3com和Cisco公司的交换机相互连接,在两台交换机之间需传输VLAN ID为1、10、20和30的5个VLAN信息,Catalyst3548交换机VLAN Trunk的正确配置是(  )。
    A

    Switch-3548(config-if)#switchport trunk encapsulation dotlq
    Switch-3548(config-if)#switchport trunk allowed vlan 1,10,20,30

    B

    Switch-3548(config-if)#switchport mode trunk
    Switch-3548(config-if)#switchport trunk encapsulation isl
    Switch-3548(config-if)#switchport tnmk allowed vlan 1-30

    C

    Switch-3548(config-if)#switchport mode trunk
    Switch-3548(config-if)#switchport trunk encapsulation negotiate
    Switch-3548(config-if)#switchport trunk allowed vlan 1-30

    D

    Switch-3548(config-if)#switchport mode trunk
    Switch-3548(config-if)#switchport trunk encapsulation dotlq
    Switch-3548(config-if)#switchport trunk allowed vlan 1,10,20,30


    正确答案: D
    解析:
    VLAN trunk的配置任务有:设置交换机端口的VLAN Trunk模式,为VLAN Trunk封装VLAN协议和设置VLAN Trunk允许中继的VLAN。D项正确,即:
    Switch-3548(config-if)#switchport mode trunk //配置VLAN Trunk模式。
    Switch-3548(config-if)#switchport trunk encapsulation dotlq //封装IEEE802.1Q协议。
    Switch-3548(config-if)#switchport trunk allowed vlan 1,10,20,30 //设置允许中继的VLAN。

  • 第24题:

    单选题
    Which set of commands is recommended to prevent the use of a hub in the access layer?()
    A

    switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security maximum 1

    B

    switch(config-if)#switchport mode trunk switch(config-if)#switchport port-security mac-address 1

    C

    switch(config-if)#switchport mode access switch(config-if)#switchport port-security maximum 1

    D

    switch(config-if)#switchport mode access switch(config-if)#switchport port-security mac-address 1


    正确答案: C
    解析: 暂无解析