You are on page 1of 129

Q1

Q2

Correct Answer D
Q3
Q4
Q5

Correct Answer : C
Q6
Q7

Answer : A
Q8

Answer : D
The destination IP address is defined as a 127.x.y.z/8 address and it prevents the IP packet from
being IP switched to its destination, if the LSP is broken.
Q9

Answer : D
Q10

When Cisco IOS XE REST API uses HTTP request methods what is the purpose of a PUT request?
A Retrieves the specified resource of representation

B “?subnet’” data t one processed to the specified resource

C Update the specified resource with new information

D Create a new resource

Answer : C
Q11

Answer : B
Q12

Answer : A B
Q13

Answer : D
Q14

Answer: D
Q15

Answer: D
Q16

Answer: A

https://datatracker.ietf.org/doc/html/draft-ietf-spring-segment-routing-policy-08
Q17

Answer: D
Q18

Answer: D
Q19

Answer: A
Q20

What do Chef and PUPPET have in common?


A- Use a primary server

B- Manage agents referred to as minions

C- Require modules to be created from scratch

D- Use ruby

Answer: A
Q21

Answer: A
Q22

Answer: A,C
Q23

Answer: B
Q24

Answer: C
Q25

Answer: A

https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5441-aggregation.html
Q26
Answer: D
Q27

Q28

Q29
Q30

Answer: A e D
Q31
Which action does the ingress VTEP perform on traffic between EVPN VXLAN overlays?
A. routing and tunneling when doing symmetric IRB

B. routing when doing asymmetric IRB

C. routing and bridging when doing asymmetric IRB

D. bridging when doing symmetric IRB

Answer: C
VTEPs Running MP-BGP EVPN

VTEPs running MP-BGP EVPN need to support both the control-plane and data-plane functions. In the control
plane, they initiate MP-BGP EVPN routes to advertise their local hosts. They receive MP-BGP EVPN updates
from their peers and install the EVPN routes in their forwarding tables. For data forwarding, they encapsulate
user traffic in VXLAN and send it over the IP underlay network. In the reverse direction, they receive VXLAN
encapsulated traffic from other VTEPs, decapsulate it, and forward the traffic with native Ethernet
encapsulation toward the host.

The correct switch platforms need to be selected for the different network roles. For IP transport devices, the
software needs to support the MP-EVPN control plane, but the hardware doesn’t need to support VXLAN
data-plane functions. For VTEP, the switch needs to support both the control-plane and data-plane functions.
Q32

Answer: A
Q33

Answer: D e E
Q34

Answer: C
Q35

Answer: A
Q36
Answer: D

Q37

Answer: A (Porque tem os mesmo AS)

Q38
Answer: B

Q39
Answer: D

Q40
Answer: A
Q41

Refer to the exhibit. An administrator working for large ISP must connect its two POP sites to provide
internet connectivity to its customers. Which configuration must the administrator perform to establish
an iBGP session between routers PE1 on POP site 1 and PE2 on POP site 2?

A.PE2#configure terminal
PE2(config)#router bgp 65111
PE2(config-router)#no neighbor 172.18.10.1 shutdown
PE2(config-router)#end

B. PE1#configure terminal
PE1(config)#router bgp 65111
PE1(config-router)#no neighbor 172.19.10.10 shutdown
PE1(config-router)#end

C. PE1#configure terminal
PE1(config)#router bgp 65111
PE1(config-router)#address-family ipv4 unicast
PE1(config-router-af)#neighbor 172.19.10.10 activate
PE1(config-router-af)#end

D. PE2#configure terminal
PE2(config)#router bgp 65111
PE2(config-router)#address-family ipv4 unicast
PE2(config-router-af)#neighbor 172.18.10.1 activate
PE2(config-router-af)#end

Answer: C
Q42

Refer to the exhibit. The network engineer who manages ASN 65001 is troubleshooting suboptimal
Routing to the 198.18.15.0/24 prefix According to the network requirements:
• Routing to IP destinations in the 198.18.15.0/25 block must be preferred via the EDGE 1
• Routing to IP destinations in the 198.18.15.128/25 block must be preferred via the EDGE 2
• More specific prefixes of the 198.18.15.0/24 block must not be advertised beyond the
boundaries of ASN 64611
• Routing to 198.18.15.0/24 block must not to be advertised beyond the boundaries of ASN
64611
• Routing to 198.18.15.0/24 must be redundant in case one of the uplinks on INT-R1 fails
Which configuration must the network engineer implement on INT-R1 to correct suboptimal routing
and fix the issue?

A Configure terminal
Route-policy ASN65001-SPEClFlC-OUT
If destination in (198.18.15.0/25) then
Set community (no-advertise peer as 65001)
Done
Endif
Drop
End-policy
Router bgp 65001
Neighbor 100.65.0.1
Address-family ipv4 unicast
Route-policy ASN65001-SPEClFlC-OUT out
End
B. Configure terminal
Route-policy ASN65001-SPEClFlC-OUT
If destination in (198.18.15.0/25) then
Set community (no-advertise peer as 65001)
Done
Endif
If destination in (198.18.15.0/24) then
Prepend as-path 65001 3
Done
Drop
End-policy
!
Router bop 65001
Neighbor 100.65.0.1
Address-family ipv4 unicast
Routt-policy 4SN65001-SPEClFlC-OUT out
End

C. Configure terminal
Route-policy ASN65001-SPEClFlC-OUT
If destination in (198.18.15.0/25) then
Set community (no-advertise peer as 65001)
Done
Endif
If destination in (198.18.15.0/24) then
Done
Endif
Drop
End-policy
!
Router bgp 65001
Neighbor 100.65.0.1
Address-family jpv4 unicast
Route-policy ASN65001-SPEClFlC-OUT out
END

D Configure terminal
route-policy ASN65001-SPEClFlC-OUT
If destination in (198.18.15.0/25) then
Set community (no-export peer as 65001)
Done
endif
if destination in (198.18.15.0/25) then
prepend as path 65001 3
Done
endif
drop
end-policy
Router bgp 65001
Neighbor 100.65.0.1
Address-family ipv4 unicast
Route-policy ASN65001-SPEClFlC-OUT in
end

Answer: B
NO ADVERTISE means don't send this prefix to neither iBGP or eBGP peers and NO-EXPORT
is used to block sending prefixes outside AS.

NO-ADVERTISE = Don't send to IBGP & EBGP


NO-EXPORT = Don't send to EBGP

Q43 (incompleta)

Answer: D

Q44

An engineer must Implement QoS to prioritize traffic that requires better service throughout the
network. The engineer stated by configuring a class map to identify the high-priority traffic. Which
additional tasks must the engineer perform to implement the new QoS policy?
A - Attach the class map to a policy map within a VRF to segregate the high-priority traffic and then
attach the policy map to an another VRF

B- Attach the class map to policy map that designates the action to be taken on the classified traffic and then attach the policy
map to an interface using a service policy

C- Create a route map to manipulate the routes that are entered into the routing table an then attach the route map to an
interface using a service policy

D- Attach the class map to a policy map that sets the minimum bandwidth allocated to the
classified traffic and, designates the action to be taken on the traffic

Answer: B

Q45
AP engineer is moving all of an organization's Cisco XE BGP routers to the address-family format. Which
command should be used to perform this upgrade quickly with the minimum service disrupt?

A – address-family ipv4

B - vrf-upgrade-cli

C - ip bgp-community new format

D - bgp upgrade-cli

Answer: D

Q46

A service provider requires continuous real-time network monitoring to provide reliable SLAs to its
customers. To satisfy this requirement, a network administrator is implementing gRPC dial out on an
ASR with TLS. Receiver 192.168.10.2 will be assigned one of the subscriptions, and it will manage the
ASR. Which configuration must the engineer apply to the router as part of the configuration process?

A. snmp-server community public


snmp-server enable traps
snmp-server host 192.168.10.2 version 2c public

B. telemetry model-driven
destination-group DGroup1
address family ipv4 192.168.10.2 1 port 10
encoding self-describing-gpb

C. snmp-server community public


snmp-server enable traps
snmp-server enable traps snmp authentication
snmp-server manager
snmp-server manager session-timeout 1000

D. telemetry model-driven
destination-group ciscotest
address family ipv4 192.168.10.2 port 10
encoding self-describing-gpb
protocol grpc tls-hostname ciscotest.com

Answer: D

Q47 (A imagen da foto do Sergio não faz sentido)

Answer: B

Q48
Answer: B

Q49

Answer: B

Q50

Answer: D

Q51

Answer: C
What is a characteristic of MVPN?

MVPN IP allows a service provider to configure and support multicast traffic in an


MPLS VPN environment. This feature supports routing and forwarding of multicast
packets for each individual VRF instance, and it also provides a mechanism to transport
VPN multicast packets across the service provider backbone.

Q52

Answer: A

https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/112084-ios-nat-
mpls-vpn-00.html

Q53

Answer: C

https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-s/iro-15-s-
book/iro-nsf-ospf.html

Q54
Answer: B and E

Q 55

Answer: B
Q56

Answer: B

Q57

Answer: A

Q58
Answer: B

Q59
Answer: D

Explanation: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cether/configuration/xe-
3s/asr903/16-12-1/b-ce-xe-16-12- asr900/m_ce_802_1ad_900.html

Q60

Answer: B

Q61
Answer: D (Têm que ser Narrow e level 1 pk o AGG6 está no nivel 1)
Q62

Answer: C and D

Q63

Answer: A

Q64
Answer: D

Q65

Answer: B

6rd- IPv6 6RD (Rapid Deployment) is an IPv6 tunneling technique, similar to 6to4 tunneling.
It is stateless and encapsulates IPv6 packets into IPv4 packets.

Nat46- The Network Address Translation 46 (NAT 46) feature solves IPv4 to IPv6 connectivity by
providing a mechanism for connectivity of IPv4 hosts to IPv6 internet when dual stack and IPv6
tunneling solutions cannot be used.

DS-Lite- IPv6 dual-stack lite (DS-Lite) is a technology that enables Internet service
providers to move to an IPv6 network while simultaneously handling IPv4
address depletion. IPv4 addresses are becoming depleted; therefore, broadband
service providers (DSL, cable, and mobile) need new addresses to support new users.
Q66

Answer: D

Q67

Answer: B
Q68

Answer: C

Q69

Answer: B

Q70
Answer: D

Q71

Answer: A

Q72
Answer: D

Q73
Answer: A
Q74

A) Traffic shaping
B) Traffic policing
C) class-based weighted fair queuing
D) FIFO

Answer: B

Q75
Answer: D

Q76

Answer: C

Q77
Answer: A

Q78
Answer: A

Af10 não existe (b e d bazam...) af23 high drop probability (c baza....)

Q79
Answer: A

Q80
Answer: A

Q81

Answer: D

Q82

A network engineer must implement SNMPv2 with these parameters

• Enable SNMP community string C1sc0 with read-only permissions.


• Enable interface index persistence.
• Restrict the SNMP community to only the monitoring server with IP address 198.18 19 100/32.
• Provide view-only access to ospflfEntry and ospfNbrEntry.
Which configuration must the engineer apply?
Answer: A

read-only (RO) | read-write (RW)

Q83

Refer to the exhibit. An engineer configured R6 as the headend LSR of an RSVP-TE LSP to router
XR2, with the dynamic path signaled as R6-R2-R5-XR2. and set the OSPF cost of all links to 1.
MPLS autotunnel backup Is enabled on all routers to protect the LSP. Which two NNHOP backup
tunnels should the engineer use to complete the implementation? (Choose two.)

A. The R6 backup tunnel path R6-R1-R4-R5.


B. The R2 backup tunnel path R2-R5 across the alternate link.
C. The R2 backup tunnel path R2-R1-R4-XR1-XR2.
D. The R6 backup tunnel path R6-R2-R5
E. The R6 backup tunnel path R6-R1-R2.

Answer: B & C
Q84
Answer: D

Q85
Refer to the exhibit. Router P4 and P5 receive the 0.0.0.0/0 route from the ISP via eBGP peering P4 is
the primary Internet gateway router, and P5 is its Backup. P5 is already advertising a default route into
OSPF domain. Which configuration must Be applied to P4 so that advertises a default route Into OSPF
and Becomes me primary internet gateway for the network?

Answer: C

Q86
A network engineer must configure a router for Flexible NetFlow IPFIX export. The IP address of the
destination server is 172.17.12.1 The source address must be set to the Loopback0 IPv4 address and
exported packets must be set to DSCP CS3. The TTL must be 64 and the transport protocol must be set
to UDP with destination port 4739.

Which configuration must the engineer apply to the router?


Answer: C

Q87
How does intent APIs make it easier for network engineers to deploy and manage networks?

A. They pull stored SNMP data from a single network location to multiple monitoring tools.

B. They streamline repetitive workflows and support more efficient implementation.

C. They extend the Layer 2 infrastructure and reduce the necessary virtual connections to Layer 3 devices.

D. They allow the engineer to use a single interface as the entry point to control the entire device.

Answer: B (alterei da C para a B devido ao que diz em baixo - Mariana)


I choose C, according to the following document's first paragraph. https://developer.cisco.com/dnacenter/intentapis/

Intent APIs simplify the process of creating workflows that consolidate multiple network actions.
Thus, intent APIs create a shift from doing repetitive tasks to creating value-added solutions.
Q88

Answer: B

Q89
Answer: D
Q90
Answer: D

The better is D A is wrong, coz there's no "global" in the "mpls ldp session protection"
command. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/mp_ldp/configuration/xe-16-
5/mp-ldp-xe-16-5-book/mp-ldp-sessn-prot.html

Q91

Answer: A and C
In SSM we dont need RP, MSDP and so on anymore, just Sparse mode and igmpv3
https://www.juniper.net/documentation/us/en/software/junos/multicast/topics/concept/multicast-pim-ssm.html

Q92
Answer: C
Q93
Answer: C ???

Q94
Refer to the exhibit. An Ethernet access provider is configuring routers PE-1 and PE-2
to provide E-Access EVPL service between UNI and ENNI. ENNI service multiplexing is
based on 802.1ad tag 150, and service-multiplexed UNI is based on 802.1q tag 10.
Which EFP configurations must the provider implement on PE-1 and PE-2 to establish
end-to-end connectivity between CE-1 and CE-2?
A. On PE-1:
#interface GigabitEthernet2
#service instance 100 ethernet
#encapsulation dot1ad 150
#rewrite ingress tag pop 1 symmetric
On PE-2:
#interface GigabitEthernet2
#service instance 2 ethernet
#encapsulation dot1q 10

B. On PE-1:
#interface GigabitEthernet2
#service instance 100 ethernet
#encapsulation dot1q 150
#rewrite ingress tag pop 1 symmetric
On PE-2:
#interface GigabitEthernet2
#service instance 2 ethernet
#encapsulation dot1q 10

C. On PE-1:
#interface GigabitEthernet2
#service instance 100 ethernet
#encapsulation dot1ad 150 dot1q 10
#rewrite ingress tag pop 2 symmetric
On PE-2:
#interface GigabitEthernet2
#service instance 2 ethernet
#encapsulation dot1q 10

D. On PE-1:
#interface GigabitEthernet2
#service instance 100 ethernet
#encapsulation dot1ad 150
#rewrite ingress tag pop 1 symmetric
On PE-2:
#interface GigabitEthernet2
#service instance 2 ethernet
#encapsulation dot1q 10
#rewrite ingress tag pop 1 symmetric

Answer: C
Q95

Answer: C
Q96

Which two configurations must be implemented to meet these requirements? (Choose two.)

A. Apply the AS-Path route-map policy for traffic received from R3.
B. Configure the route map to prepend the AS-Path attribute for R5-R3 BGP peering.
C. Apply the MED route-map policy for traffic received from R4.
D. Configure a higher Local preference for R5-R4 BGP peering.
E. Configure the route map to set the MED 50 attribute for R5-R4 BGP peering.

Answer: B and (A or E ???)


Q97
Answer: C ??

Q98

A. It changes the existing password.


B. It updates a user authentication record.
C. It deletes a user's authentication record.
D. It confirms a user's login credentials.

Answer: A
OST requests are used to send data to the API server to create or update a resource
Q99

A.Pseudowire-class ciscotest
Encapsulation mpls
Service-policy output ciscotest

B.Pseudowire-class ciscotest
Encapsulation mpls
Interface gigabitethernet 1/0/1
connect neighbor 192.168.1.1 101 pw-class cisco

C.Interface serial 2/0/0


Frame-realy encapsulation
Ip address 192.168.1.4 255.255.255.0
Service-policy output ciscotest

D.Pseudowire-class ciscotest
Encapsulation mpls
Interface gigabitethernet 1/0/1
xconnect 192.168.1.1 101 pw-class ciscotest

Answer: D
Q100
Answer: D

Q101

Answer: B

Q102

Answer: A e D
2 types of NAT64

Q103

Answer: D

Q104

Answer: de todas acho que a C é a menos mal!!

Q105
Answer: A
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-
mt-book/ip6-route-ospfv3-add-fam.html

Q106
Answer: B

Q107

Answer: B

Q108
Answer:

Q109

Answer: ?????? (barreira)

1-
2-

3-

4-

Q110

Answer:
Q111

Drag and Drop


Q112
Answer:
Q113

Answer:

Q114
Q115

Q116 – Igual ao Q111

Q117

While an engineer deploys a new Cisco device to redistribute routes from OSPF to BGP they notice that
not all ospf routes are getting advertised into BGP.
Which action must the engineer perform so that the device allows O. OIA OE1 and OE2 OSPF routes into
other protocols?
A - Configure the device to pass only O and E2 routes through it

B – Configure the keywords internal and external in the redistribution entry

C – Configure the synchronization keyword in the global BGP configuration

D – Configure the keyword nssa in the redistribution “???”

Answer: B

Q118

Refer to the exhibit, An engineer at ISP C is configuring a new interconnection with ISPs A and B using
the BGP protocol. After the initial configuration the engineer noticed high memory usage and an
abnormally large FIB table on router R2. Which two actions must the engineer takes on R2 to minimize
memory usage? (Choose two)
A – Configure extended ACL 101 with accepted prefixes

B – Configure the mpls ldp neighbor 11.11.11.11 labels accept 1 command

C – Configure standard ACL 1 with accepted prefixes

D – Configure the mpls ldp neighbor 1.1.1.1 labels accept 101 command

F - Configure the mpls ldp neighbor 21.21.21.21 labels accept 101 command

Answer A & D ?????

Q119
Answer A

Q120
An engineer is configuring IEEE 802-1 ad on the access port on a new Cisco router. The access port
handles traffic from multiple customer VLANs, and is expected to mark all customer traffic to the same
VLAN without dropping any traffic. Which configuration must the engineer apply?
A- Interface gigabitethernet0/0/1
Ethernet dor1ad uni c-port

B- Interface gigabitethernet0/0/1
Ethernet dor1ad uni nni

C- Interface gigabitethernet0/0/1
Encapsulation dot1q 10

D- Interface gigabitethernet0/0/1
Ethernet dor1ad uni s-port

Answer: D

Q121

Refer to the exhibit. Network engineer working for a telecommunication company with an employee id
BA418-7150G9 39 notices that malicious traffic with source IP in the RFC 1918 range is arriving on the
WAN connection to the Internet and impacting customer resource on the LAN. Which ACL must the
engineer implement on M-CPE-1 t to block the malicious traffic?
A-ip access-list extended DROP_BAD_TRAFFIC
deny ip 10.0.0.0 0.255.255.255 any
deny ip 172.16.0.0 0.15.255.255 any
deny ip 192.168.0.0 0.0.255.255 any
permit ip any any
!
interface Gi0/1
ip access-group DROP_BAD_TRAFFIC out

B-ip access-list extended DROP_BAD_TRAFFIC


deny ip 10.0.0.0 0.255.255.255 any
deny ip 172.16.0.0 0.15.255.255 any
deny ip 192.168.0.0 0.0.255.255 any
permit ip any any
!
interface Gi0/0
ip access-group DROP_BAD_TRAFFIC in

C-ip access-list extended DROP_BAD_TRAFFIC


deny ip any 10.0.0.0 0.255.255.255
deny ip any 172.16.0.0 0.15.255.255
deny ip any 192.168.0.0 0.0.255.255
permit ip any any
!
interface Gi0/0
ip access-group DROP_BAD_TRAFFIC in

D-ip access-list extended DROP_BAD_TRAFFIC


deny ip any 10.0.0.0 0.255.255.255
deny ip any 172.16.0.0 0.15.255.255
deny ip any 192.168.0.0 0.0.255.255
permit ip any any
!
interface Gi0/1
ip access-group DROP_BAD_TRAFFIC out
Answer B

Q122
Refer to the exhibit. The network experiencing traffic loss between routers RA and R1 due to link
congestion on the preferred path, which traffic from RA to R4 and then to R3. Routers R1 and RA handle
heavy application traffic between a client on R1 and a server connected to RA. The engineer decided to
implement a Cisco MPLS TE tunnel between RA and R1 to optimize performance. which action must
engineer take so that the routers establish the tunnel?

A- Configure loopback0 on each router and set the loopback0 interface between R1 and RA
B- Configure Cisco Discovery Protocol and enable neighbor discovery between R1 and Ra
C- Implement MPLS as the protocol and enable TDP synchronization
D- Implement an MPLS LDP targeted session between R1 and RA

Answer: D

Q123

Refer to the exhibit The OSPF connection between routers R3 and R5 is working normally, but the
between routers R4 and R5 stuck in the exchange state. Area 5 is a Stub area with no external routes
permitted. The ping test has confirmed that routers R3 and R5 have Layer 3 reachability between them.
Which action must the engineer perform to solve the problem?

A- Configure R4 and R5 manually as OSPF neighbors


B- Configure the interfaces in the up state
C- Configure the same MTU size on the interfaces connecting routers R4 and R5
D- Filter unwanted LSAs from entering the routing table

Answer: C

Q124
Refer to the exhibit. A network engineer is implementing multicast services on CPE-1 and CPE-2. CPE-1
must be configured as the preferred IGMP querier for the LAN segment PIM-SM must be implemented
on the LAN interfaces with an IGMP version that supports (*. G) joins only. Which configurations must
the engineer implement on CPE-I and CPE-2?
A-
On CPE-1
interface GigabitEhternet0/1
ip address 10.0.12.129 255.255.255.128
ip pim sparse-mode
ip igmp version 2
On CPE-2
interface GigabitEhternet0/1
ip address 10.0.12.130 255.255.255.128
ip pim sparse-mode
ip igmp version 2

B-
On CPE-1
interface GigabitEhternet0/1
ip address 10.0.12.130 255.255.255.128
ip pim sparse-mode
ip igmp version 3
On CPE-2
interface GigabitEhternet0/1
ip address 10.0.12.129 255.255.255.128
ip pim sparse-mode
ip igmp version 3

C-
On CPE-1
interface GigabitEhternet0/1
ip address 10.0.12.129 255.255.255.128
ip pim sparse-mode
ip igmp version 3
On CPE-2
interface GigabitEhternet0/1
ip address 10.0.12.130 255.255.255.128
ip pim sparse-mode
ip igmp version 3

D-
On CPE-1
interface GigabitEhternet0/1
ip address 10.0.12.130 255.255.255.128
ip pim sparse-mode
ip igmp version 2
On CPE-2
interface GigabitEhternet0/1
ip address 10.0.12.129 255.255.255.128
ip pim sparse-mode
ip igmp version 2
Answer: A ou D (Ver IP’s) (Versão 2)

Q125

After troubleshooting multiple outages on be network due to repeated configuration errors. The
network architect as an engineer to enable NETCONF to facilitate future configurations. The
configuration must enable syslog messaging to record NETCONF notifications from each of the
numerous devices on the network. Which configuration must the engineer apply?
Answer D

Q126

Answer: B

Q127
Answer: A

Q128

Answer: A e D

Q129
Answer: C (o comando MPLS LDP session protection não é na interface, é global)

Na interface acho que é so o mpls label protocol ldp e mpls ip)

Q130
Answer: A ??

Q131
Answer:

Q132
A- Attached bit on ISIS instance
B- Overload bit passive
C- Passive-interface loopback0
D- LSP Metime maximum
E- Advertise-passive-only

Answer C e E ???

Q133
Answer D ???

Q134

A- Implement traffic shaping to drop excess packets


B- Implement traffic ….
C-

Answer B ???

Q135
Refer the exhibit. A network administrator implemented MPLS routing between routers R1, R2, R3, and
R4 AToM is configured between R1 and R4 to allow Layer 2 traffic from hosts on RA1 and RA2. A targeted
MPLS session is established between R1 and R4. Which additional action must the administrator take on
all routers so that LDP synchronization occurs between connected LDP sessions'?

A- Enable MPLS LDP sync delay timers


B- Configure OSPF or IS-IS as the routing protocol
C- Configure EIGRP as the routing protocol using stub areas only
D- Disable the MPLS LDP IGP sync holddown

Answer: D

Q136
Answer: B?????

Q137

Refer to exhibit. A network running multiple media types experienced several failures. An administrator
implements a mechanism to detect and recover from path failures. How must the administrator configure
the network to ensure optimal convergence time within the network?

A- Disable Cisco Express Forwarding on all interfaces and enable BFD on the links that support gigabit
speed of higher
B- Enable BFD sessions between all neighbors routers on their connected interfaces
C- Redeploy the routers in a fully meshed BGP configuration
D- Implement QoS on all edge routers and tag traffic that exceeds maximum burst level.

Answer: B ??
Q138

How does SR policy operate in Segment Routing Traffic Engineering?

(Não consigo ler as repostas)

D-An active SR policy instates a BSD-keyed entry in the forwarding table to “??” to steer the packets that
matchs the entry to the SR policy “??”

Q139

What is a characteristic of data modeling language?

A- It provides an interface for state data


B- It replaces SNMP
C- It separates configuration and state data
D- It ensures devices are individuals configured

Answer: C

Q140

Refer to the exhibit, An engineer is configuring IS-IS between routers R1, R2 and R3 on a new network
subnet. When three routers are up, R3 fails to form a neighbor relationship with R2. Further
investigation reveals that R3 is failing to receive route information for the link between R1 and R2. The
ping test confirmed there is Layer 3 reachability between R2 and R3. Which action must the engineer
take to resolve this issue?

A- Configure R1 and R3 as Level 1 routers and configure R2 as a Level 2 router in a different area
B- Configure R2 as a Level 1/Level 2 router and leave the R3 configuration unchanged
C- Configure each router as a Level 1 router and place each router in a different area
D- Configure R1 and R2 as Level 1 routers and configure R3 as a Level 2 router

Answer: B ???????

Q141

Which type of attack is an application attack?


A- HTTP flood
B- Ping of death
C- ICMP flood
D- SYN flood

Answer: A ??????

Q142

Dow does cisco DNA center enhance network automation?

A- It allows network administrator to reduce inconsistencies when they deploy and validate network
configurations…
B- It allows network administrator to reduce the number of VRFs…
C- It allows network administrator to quickly deploy Cisco Layer 2 devices without…
D- It allows network administrator to combine voice and data network into a single topology…

Answer: A

Q143

Refer to the exhibit. The application server in the data center hosts voice. video and data applications
over internet. The data applications run more slowly than the voice and video applications. To ensure
that all applications run smoothly the service provider decided to implement QoS policy on router PE-R2
to apply traffic shaping. Which two actions must an engineer take to implement the task? (Choose two.)
A - Set a threshold to discard excess traffic

B- Configure a queue to buffer excess traffic

C-Set the token value for secondary traffic

D-Configure the scheduling function to handle delayed packets

E-Enable packet remarking for priority traffic

Answer: B ,C ??????????

Q 144

Which function does RSVP perform in a Cisco MPLS TE environment?

A- It reserves the bandwidth along the path between the head-end and tail-end router
B- It signals to LDP protocol along the path that a Cisco MPLS TE will be configured
C- It reserves bandwidth for LDP sessions between routers participating in a Cisco MPLS TE
D- It establishes targeted LDP sessions between neighbors that are directly connected

Answer: A

Q145

An engineering team must implement Unified MPLS to scale an MPLS network. Devices in tie core layer
use different IGPs team decided to split the network into different areas. The team plans to keep the
MPLS services as they are and introduce greater scalability. Which additional action must the engineers
take to implement the Unified MPLS?

A- Redistribute the IGP prefixes from one IGP into the other routers to ensure end-to-end LSPs
B- Redistribute the IGP prefixes into another IGP to ensure end-to-end LSPs
C- Configure the ABR routers as route reflectors that redistribute IGP into BGP
D- Move the IGP prefixes into IS-IS as the loopback prefixes of the PE routers to distribute the
prefixes to other routers

Answer:C

Q146
Answer: A ???

Q147

A company is merging the EIGRP network infrastructure of a newly acquired affiliate with its existing
OSP network. In accordance with existing security policies, a portion of the existing network must
receive only internal OSPF routes. A network engineer must configure a new router R10 so that filters
out OSPF external type 1 routes. Which action must the engineer take to implement the
requirement?
A- Configure R10 as part of a stub area
B- Configure an offset list to limit the number of hops for internal traffic
C- Configure a route map that is attached to an OSPF distribution list
D- Configure a sham link to eliminate routing to unwanted routes

Answer: A

Q148
Which condition must be met for TI-LFA to protect LDP traffic?

A- For single-segment protection, the PQ node must be LDP and SR-capable


B- The point of local repair must be LDP-capable
C- For double-segment protection, the P and Q nodes must be SR-Capable
D- The protected destination must have associated LDP Label and Prefix-SID

Answer: C

Q149

A network engineer is implementing NetFlow to observe traffic patterns on the network. The is planning
to review the patterns to help plan future strategies for monitoring and preventing congestion as the
network grows. If the captures must include BGP next-hop flows. Which configuration must the
engineer apply to the router?

Answer: D

Q150
Q151

Q152
Q153

Q154
Q155

Q156

Q157
Q158

Q159

Q160
Q161

Q162

Q163
Q164

Q165
Q166

Q167

Q168

Q169
LAB 4 -EBGP
R1 ! R2
router bgp 65515 router bgp 65516
no bgp default ipv4-unicast no bgp default ipv4-unicast
nei 2.2.2.2 remote-as 65516 nei 1.1.1.1 remote-as 65515
nei 2.2.2.2 update-source nei 1.1.1.1 update-source
loopback0 loopback0
nei 2.2.2.2 pass C1sc0! nei 1.1.1.1 pass C1sc0!
! !
nei 2000:cc13:cc13:2::1 nei 2000:cc13:cc13:1::1
remote-as 65516 remote-as 65516
nei nei
2000:cc13:cc13:2::1 update- 2000:cc13:cc13:1::1 update-
source loopback0 source loopback0
nei 2000:cc13:cc13:2::1 nei 2000:cc13:cc13:1::1
pass C1sc0! pass C1sc0!
! !
address-family ipv4 address-family ipv4
nei 2.2.2.2 active nei 1.1.1.1 active
! !
adress family ipv6 adress family ipv6
nei 2000:cc13:cc13:2::1 nei 2000:cc13:cc13:1::1
activate activate
! !
ip route 2.2.2.2 ip route 1.1.1.1
255.255.255.255 192.168.1.2 255.255.255.255 192.168.1.1
ipv6 ipv6
route 2000:cc13:cc13:2::1/128 route 2000:cc13:cc13:1::1/128
2000:cc13:cc13::2 2000:cc13:cc13::1

LAB 3 - OSPF
Answer:

! R1 e R2
int l0
ip ospf 10 area 0
ip ospf network point-to-point
!
int e0/0
ip ospf network point-to-point
ip ospf 10 area 0
ip ospf authentication message-digest
ip ospf message-digest-key 1 md5 C1sc0!

Lab 2 – BGP
Answer:

! R1
router bgp 100
nei 10.2.2.2 remote-as 200
nei 10.2.2.2 ebgp-multihop 2
nei 10.2.2.2 update-source l0
end
!
! R2
router bgp 200
nei 10.1.1.1 remote-as 100
nei 10.1.1.1 ebgp-multihop 2
nei 10.1.1.1 update-source l0
end
!
# copy run start

LAB 1 -ISIS
Answer:
# TASK 1

! R1
conf t
router isis 1
net 49.0001.0010.0001.0101.00
area-password C1sc0!
!
int e0/0
ip router isis 1
isis authen mode text level-2
isis circuit-type level-2
!
int e1/0
ip router isis 1
isis authen mode text level-2
isis circuit-type level-2

! R2
conf t
router isis 2
net 49.0001.0010.0002.0202.00
area-password C1sc0!
!
int e0/0
ip router isis 2
isis authen mode text level-2
isis circuit-type level-2
!
int e1/0
ip router isis 2
isis authen mode text level-1
isis circuit-type level-1

! R3
conf t
router isis 3
net 49.0001.0010.0003.0303.00
area-password C1sc0!
!
int e0/0
ip router isis 3
isis authen mode text level-1
isis circuit-type level-1
!
int e1/0
ip router isis 3
isis authen mode text level-2
isis circuit-type level-2

! Validação
# show isis neighbors

# TASK 2

! R1
conf t
ipv6 unicast-routing
!
router isis 1
metric-style wide
address-family ipv6 unicast
multi-topology
!
int l0
ip router isis 1
ipv6 router isis 1?
!
int e0/0
ipv6 router isis 1
!
int e1/0
ipv6 router isis 1

! R2
conf t
ipv6 unicast-routing
!
router isis 2
metric-style wide
address-family ipv6 unicast
multi-topology
!
int l0
ip router isis 2
ipv6 router isis 2
!
int e0/0
ipv6 router isis 2
!
int e1/0
ipv6 router isis 2

! R3
conf t
ipv6 unicast-routing
!
router isis 3
metric-style wide
address-family ipv6 unicast
multi-topology
!
int l0
ip router isis 3
ipv6 router isis 3
!
int e0/0
ipv6 router isis 3
!
int e1/0
ipv6 router isis 3

! R1 Validação
# show clns neighbors
# show ipv6 route

! R1, R2 e R3
# copy run start

You might also like