Está en la página 1de 6

Question 1

What would you configure on SNMPv3 to allow authentication?

A. Authpriv
B. authnopriv
C. noauthnopriv
D. authmember

Question 2

Which CLI command can you enter to permit or deny IPv6 traffic travelling through an interface?

A. access-list
B. access-group
C. ipv6 access-class
D. ipv6 traffic-filter

Question 3

A network engineer needs to verify IP SLA operations on an interface that shows an indication of
excessive traffic. Which action use to complete this action?

A. Show connectivity
B. Show reachability
C. Show track
D. Show threshold
E. Show frequency

Question 4

Which option is a prerequisite for stateful NAT64?

A. IPsec for IPv6


B. DNS64
C. Application Level Gateway
D. ICMP64

Question 5

How can you mitigate fragmentation issues between endpoints separated by a GRE tunnel?

A. PMTU
B. TCP MSS
C. windowing
D. ICMP DF bit

Question 6

Refer to the following command.

Logging Console 7

Which option is one of the effects entering this command on a Cisco IOS router, with no additional
logging configuration?

A. Debug messages can be seen on the console by enabling “terminal monitor”


B. Debug messages are logged only on active console connections.
C. A user that is connected via SSH sees level 7 messages
D. The router can experience high CPU utilization

Question 7

Which of the following is true?

show ntp associations


~172.31.32.2 172.31.32.1 5 29 1024 377 4.2 -8.59 1.6
+~192.168.13.33 192.168.1.111 3 69 128 377 4.1 3.48 2.3
#~192.168.13.57 192.168.1.111 3 32 128 377 7.9 11.18 3.6
* master (synced), # master (unsynced), + selected, – candidate, ~ configured

A. Master is syncing and exchanging NTP packets successfully


B. Master is not syncing but exchanging NTP packets successfully
C. Master is not syncing and not exchanging NTP packets

Question 8

Which Cisco Express Forwarding component(s) contain forwarding information?

A. FIB, adjacency table


B. adjacency table
C. FIB, RIB, Adjanceny table
D. FIB
E. RIB

Question 9

Which of these can be used for IPv4 to IPv6 communication?

A. NAT-PT
B. ISATAP
C. L2 to L3 VPN
D. IPSec

Question 10

Where to apply ipv6 traffic filter? (they actually show you possible configuration commands, in
interface,global … modes)

A. interface configuration
B. router configuration
C. global configuration

Question 11

Not sure about the question.

Router(config-if)#do show ip bgp


BGP table version is 4, local router ID is 156.12.1.6
Status codes: s suppressed, d damped, h history, * valid, > best, i – internal,
r RIB-failure, S Stale Origin codes: i – IGP, e – EGP, ? – incomplete
Network Next Hop Metric LocPrf Weight Path
*>i 10.1.1.0/24 192.168.1.2 0 0 0 10000 i
*>i 10.2.2.0/24 192.168.3.2 0 0 0 10000 i
*>i 172.17.1.0/24 10.0.0.1 0 0 0 32768 i
A. 10.0.0.1
B. 192.168.1.2
C. 10.0.0.2
D. 192.168.3.2

Question 12

router eigrp 1
redistribute ospf 100
network 10.10.10.0 0.0.0.255
auto-summary
!
router ospf 100
network 172.16.0.0 0.0.255.255 area 10
redistribute eigrp 1

what will happen to the redistributed network from EIGRP to OSPF? (phrasing was different)

A. something missing with “Metric”

Question 13 (same as Question 1 – New Questions part 4)

Something about communication between ipv6 to ipv4 (choose two)

A. Layer 2 switch
B. layer 3 switch
C. ipv4 address
D. ipv6 addresses

Question 14

Which fuctionality is requierd within an IP router that is situated at the boundary of an IPv4
networks and IPv6 networks to allow communication betwon IPv6-only and Ipv4-only nodes?

A. Autoconfiguration
B. automatic 6to4 tunnel
C. automatic 6to 4 relay
D. networks address translator – protocol (NAT-PT)
E. intrasite automatinc Tunnel address protocol

Question 15

What are two rules for compacting IPV6 address? (Choose two)

A. every 16-bits segment that consists of all zeroes can be represent with a single 0
B. the trailling zeores in any 16-bit segment do not have to be written
C. the leading zeroes in any 16-bi segment do no have to be written
D. any single, continuos string of one mor 16-bits segment that consists of all zeroes can be
represet with a double ::
E. the maximun number of time a double colon can replace a 16-bit segment that cosists of all
zeroes is two
F. two zeroes in the middle of any 16-bit segme do not have to be written

Question 16

Which statement is true about 6to4 tunneling? Choose 2

A. IPv4 traffic is encapsulated with an IPv6 header


B. the edge router can use locally configured IPv6 address
C. host and routers inside a 6to4 site will need a special code
D. an edge router must use IPv6 address of 2002::/16 in its prefix

Question 17

What is show on logging console 7?

Answer: Debugging and all above level

Question 18

What will occur when an IPv6 enabled router running 6to4 must transmit a packet to a remote
destination and the next hop is the address of 2002::/16?

A. The IPv6 packet has its header removed and replaced with an IPv4 header
B. The IPv6 packet is encapsulated in an IPv4 packet using an IPv4 protocol type of 41
C. The IPv6 packet is dropped because that destination is unable to route IPv6 packets
D. The packet is tagged with an IPv6 header and the IPv6 prefix is included

Question 19

What would you configure on SNMPv3 to allow authentication and encryption?

A. Authpriv
B. authnopriv
C. noauthnopriv
D. authmember

Question 20

NTP Stratum (choose two correct)

A. highest valid NTP stratrum level is 16


B. stratrum 1 – directly connect to authoritative server
C. stratrum 0 – directly connect to authoritative server
D. stratrum 15 – invalid ntp
E. Stratrum 2 – receives its time through NTP from a stratum 1 time server

Question 21

Drag drop question about Frame Relay config on physical interface and subinterface with diagram.

interface s0/0
bandwidth 56
__________________ <- Drag from option “encapsulation frame-relay”
ip address …
interface Serial0/0.1 point-to-point
ip address x.x.x.138 255.255.255.252
__________________ <- Drag from option “frame-relay interface-dlci 100”
clock rate 2000000
Question 23

The Neighbor Discovery Protocol in IPv6 is replaced with which discovery protocol in IPv4?

A. ARP
B. ICMP
C. UDP
D. TCP
E. RFC

Question 24

What is the default maximum segment size for TCP traffic?

A. 536
B. 1492
C. 1500
D. 1508
E. 3340
F. 4096

Question 25

Which keyword of the AAA authentication PPP command supports PAP only?

A. line
B. krb5
C. local
D. local-case
E. enable
Question 26

Which statement about stateless and stateful IPv6 autoconfiguration are true?

A. Both stateless and stateful autoconfiguration require additional setup


B. Stateless autoconfiguration requires no additional setup, whereas stateful autoconfiguration
requires additional setup
C. Stateless autoconfiguration requires additional setup, whereas stateful autoconfiguration
requires no additional setup
D. Both stateless and stateful autoconfiguration require no additional setup

Question 27

Which two types of authentication does EIGRP offer? (Choose two)

A. TKIP
B. MD5
C. WPA
D. Plain Text

Question 28

Refer to the exhibit.

hostname R1 hostname R2
! !
ip vrf Yellow ip vrf Yellow
rd 100:1 rd 100:1
! !
interface Serial0/0 interface Serial0/0
ip vrf forwarding Yellow ip vrf forwarding Yellow
ip address 209.165.202.129 255.255.255.224 ip address 209.165.202.130 255.255.255.224
! !
router eigrp 100 router eigrp 100
address-family ipv4 vrf Yellow address-family ipv4 vrf Yellow
network 209.165.202.129 0.0.0.0 network 209.165.202.130 0.0.0.0
no auto-summary no auto-summary

A network engineer is unable to make VRF lite EIGRP adjacency work. There is nothing wrong with
communication between R1 and R2. What command will eliminate the issue when executed on
both routers?

A. (config-router-af)#autonomous-system 100
B. (config)#ip-multicast-routing
C. (config-vrf)#route-target both 100:1
D. (config-router-af)#network 209.165.202.128.0.0.0.31

También podría gustarte