Practice Free 300-410 Exam Online Questions
Refer to the exhibit.
A network engineer is provisioning end-to-end traffic service for two different enterprise networks with these requirements
✑ The OSPF process must differ between customers on HQ and Branch office routers, and adjacencies should come up instantly.
✑ The enterprise networks are connected with overlapping networks between HO and a branch office
Which configuration meets the requirements for a customer site?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.
A network engineer is provisioning end-to-end traffic service for two different enterprise networks with these requirements
✑ The OSPF process must differ between customers on HQ and Branch office routers, and adjacencies should come up instantly.
✑ The enterprise networks are connected with overlapping networks between HO and a branch office
Which configuration meets the requirements for a customer site?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.
An engineer is troubleshooting BGP on a device but discovers that the clock on the device does not correspond to the time stamp of the log entries.
Which action ensures consistency between the two times?
- A . Configure the service timestamps log uptime command in global configuration mode.
- B . Configure the logging clock synchronize command in global configuration mode.
- C . Configure the service timestamps log datetime localtime command in global configuration mode.
- D . Make sure that the clock on the device is synchronized with an NTP server.
C
Explanation:
https://www.cisco.com/c/en/us/td/docs/routers/xr12000/software/xr12k_r3-
9/system_management/command/reference/yr39xr12k_chapter4.html#wp1784026936
By default, syslog and debug messages are stamped by UTC, regardless of the time zone that device
configured. You should append localtime key word to "service timestamp {log | debug} datetime msec" global command to change that behavior.
https://community.cisco.com/t5/networking-documents/router-log-timestamp-entries-are-different-from-the-system-clock/ta-p/3132258
https://www.cisco.com/E-
Learning/bulk/public/tac/cim/cib/using_cisco_ios_software/cmdrefs/service_timestamps.htm
Refer to the exhibit.
The engineer is trying to transfer the new IOS file to the router R3 but is getting an error.
Which configuration achieves the file transfer?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.
An engineer configured NetFlow to capture traffic information through the router, but it iOS not working as expected.
Which action captures the flow information from this router to the collector?
- A . Change the interface configuration FLOW-MONITOR-1 from input to output.
- B . Configure a flow exporter under flow FLOW-MONITOR-1.
- C . Configure more than one flow exporter destination addresses.
- D . Change the flow exporter transport protocol from UDP to TCP
Refer to the exhibit.
The Math and Science departments connect through the corporate. IT router but users in the Math department must not be able to reach the Science department and vice versa.
Which configuration accomplishes this task?
- A . vrf definition Science
!
interface E 0/2
ip address 192.168.1.1 255.255.255.0
no shut
!
interface E 0/3
ip address 192.168.2.1 255.255.255.0
no shut - B . vrf definition Science
address-family ipv4
!
interface E 0/2
ip address 192.168.1.1 255.255.255.0
vrf forwarding Science
no shut
!
interface E 0/3
ip address 192.168.2.1 255.255.255.0
vrf forwarding Science
no shut - C . vrf definition Science
address-family ipv4
!
interface E 0/2
ip address 192.168.1.1 255.255.255.0
no shut
!
interface E 0/3
ip address 192.168.2.1 255.255.255.0
no shut - D . vrf definition Science
address-family ipv4
!
interface E 0/2
vrf forwarding Science
ip address 192.168.1.1 255.255.255.0
no shut
!
interface E 0/3
vrf forwarding Science
ip address 192.168.2.1
Which IPv6 feature enables a device to reject traffic when it is originated from an address that is not stored in the device binding table?
- A . IPv6 Snooping
- B . IPv6 Source Guard
- C . IPv6 DAD Proxy
- D . IPv6 RA Guard
B
Explanation:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-3s/ip6f-xe-3s-book/ip6-src-guard.html
While working with software images, an engineer observes that Cisco DNA Center cannot upload its software image directly from the device.
Why is the image not uploading?
- A . The device must be resynced to Cisco DNA Center.
- B . The software image for the device is in install mode.
- C . The device has lost connectivity to Cisco DNA Center.
- D . The software image for the device is in bundle mode
B
Explanation:
Upload Software Images for Devices in Install Mode
The Image Repository page might show a software image as being in Install Mode. When a device is in Install Mode, Cisco DNA Center is unable to upload its software image directly from the device. When a device is in install mode, you must first manually upload the software image to the Cisco DNA Center repository before marking the image as golden, as shown in the following steps.
Reference: https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/network-automation-andmanagement/dna-center/1-2-10/user_guide/b_cisco_dna_center_ug_1_2_10/b_dnac_ug_1_2_10_chapter_0100.html
How do devices operate in MPLS L3VPN topology?
- A . P and associated PE routers with IGP populate the VRF table in different VPNs.
- B . CE routers connect to the provider network and perform LSP functionality
- C . P routers provide connectivity between PE devices with MPLS switching.
- D . P routers support PE to PE VPN tunnel without LSP functionality
A company is expanding business by opening 35 branches over the Internet. A network engineer must configure DMVPN at the branch routers to connect with the hub router and allow NHRP to add spoke routers securely to the multicast NHRP mappings automatically.
Which configuration meets this requirement at the hub router?
- A . interface Tunnel0
ip address 10.0.0.1 255.255.255.0
ip nhrp authentication KEY1
ip nhrp nhs dynamic
ip nhrp network-id 10
tunnel mode mgre auto - B . interface Tunne10
ip address 10.0.0.1 255.255.255.0
ip nhrp authentication KEY1
ip nhrp registration no-unique
ip nhrp network-id 10
tunnel mode gre nmba - C . interface Tunnel0
ip address 10.0.0.1 255.255.255.0
ip nhrp authentication KEY1
ip nhrp map multicast dynamic
ip nhrp network-id 10
tunnel mode gre multi pointe - D . interface Tunnel0
ip address 10.0.0.1 255.255.255.0
ip nhrp authentication KEY 1
ip nhrp map multicast 224.0.0.0
ip nhrp network-id 10
tunnel mode gre ipv4
C
Explanation:
The command “ip nhrp map multicast dynamic” allows NHRP to automatically add spoke routers to the
multicast NHRP mappings.