Switch R1 and 

题目

Switch R1 and R2 both belong to the Company VTP domain. What’s true about the switch  operation in VTP domains?()

  • A、A switch can only reside in one management domain
  • B、A switch is listening to VTP advertisements from their own domain only
  • C、A switch is listening to VTP advertisements from multi domains
  • D、A switch can reside in one or more domains
  • E、VTP is no longer supported on Catalyst switches
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

对寄存器R1的内容乘以4的正确指令是()

  • A、LSR R1,#2
  • B、LSL R1,#2
  • C、MOV R1,R1,LSL#2
  • D、MOV R1,R1,LSR#2

正确答案:C

第2题:

Switch R1 is configured with VTP.  Which two VTP modes will make R1 capable of creating and  deleting VLANs on itself? ()

  • A、 Client
  • B、 Server
  • C、 Transparent
  • D、 Pass-through
  • E、 No-negotiate

正确答案:B,C

第3题:

将R1寄存器中的指定位bit0和bit3清零,以下ARM汇编指令正确的是()。

A.AND R1,R1,0xFFFFFFF6

B.BIC R1,R1,0xFFFFFFF6

C.EOR R1,R1,0xFFFFFFF6

D.ORR R1,R1,0xFFFFFFF6


正确答案:A

第4题:

在指令LDR R0,[R1,#4]!执行后,R1中的值为()。

  • A、R1不变
  • B、R1=R1+1
  • C、R1=R1+4
  • D、R1=4

正确答案:C

第5题:

Switch R1 has been configured with Private VLANs.  With that type of PVLAN port should the default gateway be configured?()

  • A、 Trunk
  • B、 Isolated
  • C、 Primary
  • D、 Community
  • E、 Promiscuous
  • F、 None of the other alternatives apply

正确答案:E

第6题:

In which Cisco IOS configuration mode is the route distinguisher (RD) configured?()

  • A、R1(config-route-at)#
  • B、R1(config-route-map)#
  • C、R1(config-it)#
  • D、R1(config-vrf)#
  • E、R1(config)#
  • F、R1(router)#

正确答案:D

第7题:

The VLANs in switch R1 are being modified. Which of the following are updated in R1 every time a VLAN is modified?()

  • A、Configuration revision number
  • B、Configuration revision flag field
  • C、Configuration revision reset switch
  • D、Configuration revision database
  • E、None of the other alternatives apply

正确答案:A,D

第8题:

阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。 【说明】 某学校的网络拓扑结构图如图2-1所示。

【问题1】(每空1分,共7分) 常用的 IP 访问控制列表有两种,它们是编号为(1)和 1300~1399 的标准访问控制列表和编为(2)和 2000~2699 的扩展访问控制列表、其中,标准访问控制列表是根据 IP 报的(3)来对 IP 报文进行过滤,扩展访问控制列表是根据 IP 报文的(4)、(5)、上层协议和时间等来对 IP 报文进行过滤。一般地,标准访问控制列表放置在靠近(6)的位置,扩展访问控制列表放置在靠近(7)的位置。 【问题2】(每空1分,共10分) 为保障安全,使用ACL对网络中的访问进行控制。访问控制的要求如下: (1)家属区不能访问财务服务器,但可以访问互联网; (2)学生宿舍区不能访问财务服务器,且在每天晚上18:00~24:00禁止访问互联网; (3)办公区可以访问财务服务器和互联网; (4)教学区禁止访问财务服务器,且每天8:00~18:00禁止访问互联网。 1.使用ACL对财务服务器进行访问控制,请将下面配置补充完整。 R1(config)access-list 1 (8) (9) 0.0.0.255 R1(config)access-Iist 1 deny 172.16.10.0 0.0.0.255 R1(config)access-list 1 deny 172.16.20.0 0.0.0.255 R1(config)access-Iist 1 deny (10) 0.0.0.255 Rl(config)mterface (11) R1(config-if)ip access-group 1 (12) 2.使用ACL对Internt进行访问控制,请将下面配置补充完整。 Route-Switch(config)time-range jxq ∥定义教学区时间范围 Route-Switch(config-tune-range) periodic daily (13) Route-Switch(config)time-range xsssq //定义学生宿舍区时间范围 Route-Switch(config-time-range)periodic (14) 18:00 t0 24:00 Route-Switch(config-time-range)exit Route-Switch(config)access-list 100 permit ip 172.16.10.0 0.0.0.255 any Route-Switch(config)access-list 100 permit ip 172.16.40.0 0.0.0.255 any Route-Switch(config)access-list 100 deny ip (15) 0.0.0.255 time-range jxq Route-Switch(corffig)access-list 100 deny ip (16) 0.0.0.255 time-range xsssq Route-Switch (config)interface (17) Route-Switch(config-if)ip access-group 100out 【问题3】(每空1分,共3分) 网络在运行过程中发现,家属区网络经常受到学生宿舍区网络的DDoS攻击,现对家属区网络和学生宿舍区网络之间的流量进行过滤,要求家属区网络可访问学生宿舍区网络,但学生宿舍区网络禁止访问家属区网络。 采用自反访问列表实现访问控制,请解释配置代码。 Route-Switch(config)ip access-hst extended infilter Route-Switch(config-ext-nacl)permit ip any 172.16.20.0 0.0.0.255 refiect jsq (18) Route-Switch(config-ext-nacl)exit Route-Switch(config)ip access-list extended outfilter Route-Switch(config-ext-nacl) evaluate jsq (19) Route-Switch(config-ext-nacl)exit Route-Switch(config)interface fastethernet 0/1 Route-Switch(config-if)ip access-group infilter in Route-Switch(config-if)ip access-group outfilter out //(20)


正确答案:【问题1】(每空1分,共7分)
(1)1-99
(2)100-199
(3)源地址
(4)源地址
(5)目的地址
(6)数据目的地
(7)数据源
【问题2】(每空1分,共10分)
(8)permit
(9)172.16.40.0
(10)172.16.30.0
(11)F0/1
(12)out
(13)8:00 to 18:00
(14)daliy
(15)172.16.30.0
(16)172.16.20.0
(17)F0/5
【问题3】(每空1分,共3分)
(18)当符合任何网络访问172.16.20.0/16网络的数据流通过的时候,建立自反控制列表jsp。
(19)计算并生成自反列表
(20)在接口F0/1出口方向上应用这个自反列表

第9题:

You want to configure switch R1 to propagate VLAN information across the Company network  using VTP. What must be configured on a Cisco switch in order to advertise VLAN information?()

  • A、VTP mode
  • B、VTP password
  • C、VTP revision number
  • D、VTP pruning
  • E、VTP domain name
  • F、None of the other alternatives apply

正确答案:E

第10题:

On a Company switch named R1 you configure the following:  iparp inspection vlan 10-12, 15   What is the purpose of this global configuration command made on R1?()

  • A、 Discards ARP packets with invalid IP-to-MAC address bindings on trusted ports
  • B、 Validates outgoing ARP requests for interfaces configured on VLAN 10, 11, 12, or 15
  • C、 Intercepts, logs, and discards ARP packets with invalid IP-to-MAC address bindings
  • D、 Intercepts all ARP requests and responses on trusted ports
  • E、 None of the other alternatives apply

正确答案:C

更多相关问题