Tag Archives: destination

Given the code fragment: Path source = Paths.get("/repo/a/a.txt"); Path destination = Paths.get("/repo");

Given the code fragment:Path source = Paths.get(“/repo/a/a.txt”);Path destination = Paths.get(“/repo”);Files.move(source, destination); // line 1Files.delete (source); // line 2Assuming the source file and destination folder exist, what Is the result? A. a.txt is renamed repo. B. A java.nio.file.NoSuchFileException is thrown on line 2. C. A copy of /repo/a/a.txt is moved to the /repo directory and /repo/a/a.txt is deleted. D.… Read More »

Given the code fragment: Path source = Paths.get("/repo/a/a.txt"); Path destination = Paths.get("/repo");

Given the code fragment:Path source = Paths.get(“/repo/a/a.txt”);Path destination = Paths.get(“/repo”);Files.move(source, destination); // line 1Files.delete (source); // line 2Assuming the source file and destination folder exist, what Is the result? A. a.txt is renamed repo. B. A copy of /repo/a/a.txt is moved to the /repo directory and /repo/a/a.txt is deleted. C. A java.nio.file.NoSuchFileException is thrown on line 2. D.… Read More »

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?

A. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 3 ttl 64 export-protocol netflow-v9 transport udp 4739 end B. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 24 ttl 64 export-protocol ipfix end C. configure terminal flow exporter EXPORTER-1 destination 172.17.12.1 source Loopback0 dscp 24 ttl 64 export-protocol netflow-v9 transport udp 4739 end D.… Read More »

What is required to configure a second export destination for IP address 192.168.10.1?

Refer to the exhibit. What is required to configure a second export destination for IP address 192.168.10.1? A. Specify a different UDP port. B. Specify a different TCP port. C. Configure a version 5 flow-export to the same destination. D. Specify a different flow ID. E. Specify a VRF. Answer: Option A. Explanation:  No answer description available for… Read More »

An automation engineer is trying to configure a destination group to use dial-out telemetry with gRPC on a Cisco IOS XR platform. The template created is failing to apply. Which parameters must be configured?

A. source IP address, source port, encoding, and sampling interval B. source IP address, source port, encoding, and protocol C. destination IP address, destination port, encoding, and sensor path D. destination IP address, destination port, encoding, and protocol Answer: Option D. Explanation:  Reference: https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/telemetry/b-telemetry-cg-asr9000-61x/b-telemetry-cg-asr9000-61x_chapter_010.html Show AnswerDiscussion The post An automation engineer is trying to configure a destination group… Read More »

What are two considerations when selecting the “best route” for a network device to reach its destination? (Choose two.)

A. MAC address B. IP address C. metrics D. administrative distance E. subnet mask Answer: Option C, D. Explanation:  No answer description available for this question. Show AnswerDiscussion The post What are two considerations when selecting the “best route” for a network device to reach its destination? (Choose two.) appeared first on Majanto.

What is the default behavior of a Layer 2 switch when a frame with an unknown destination MAC address is received?

A. The Layer 2 switch forwards the packet and adds the destination MAC address to its MAC address table. B. The Layer 2 switch sends a copy of a packet to CPU for destination MAC address learning. C. The Layer 2 switch floods packets to all ports except the receiving port in the given VLAN. D. The Layer… Read More »

When PC1 sends a packet to PC2, the packet has which source and destination IP address when it arrives at interface Gi0/0 on router R2?

Refer to the exhibit. When PC1 sends a packet to PC2, the packet has which source and destination IP address when it arrives at interface Gi0/0 on router R2? A. source 192.168.10.10 and destination 10.10.2.2 B. source 192.168.20.10 and destination 192.168.20.1 C. source 192.168.10.10 and destination 192.168.20.10 D. source 10.10.1.1 and destination 10.10.2.2 Answer: Option C. Explanation:  Section:… Read More »

A packet is being sent across router R1 to host 172.16.0.14. What is the destination route for the packet?

Refer to the exhibit. A packet is being sent across router R1 to host 172.16.0.14. What is the destination route for the packet? A. 209.165.200.250 via Serial0/0/0 B. 209.165.200.254 via Serial0/0/0 C. 209.165.200.254 via Serial0/0/1 D. 209.165.200.246 via Serial0/1/0 Answer: Option D. Explanation:  No answer description available for this question. Show AnswerDiscussion The post A packet is being… Read More »

Router R2 is configured with multiple routes to reach network 10.1.1.0/24 from router R1. Which path is chosen by router R2 to reach the destination network 10.1.1.0/24?

Refer to the exhibit. Router R2 is configured with multiple routes to reach network 10.1.1.0/24 from router R1. Which path is chosen by router R2 to reach the destination network 10.1.1.0/24? A. static B. EIGRP C. eBGP D. OSPF Answer: Option A. Explanation:  No answer description available for this question. Show AnswerDiscussion The post Router R2 is configured… Read More »