Tag Archives: source

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 »

Which NTP Stratum level is a server that is connected directly to an authoritative time source?

A. Stratum 0 B. Stratum 1 C. Stratum 14 D. Stratum 15 Answer: Option B. Explanation:  Reference: https://www.cisco.com/c/en/us/td/docs/routers/asr920/configuration/guide/bsm/16-6-1/b-bsm-xe-16-6-1-asr920/bsm-time-calendar-set.html Show AnswerDiscussion The post Which NTP Stratum level is a server that is connected directly to an authoritative time source? appeared first on Majanto.

Assuming the WLC’s interfaces are not in the same subnet as the RADIUS server, which interface would the WLC use as the source for all RADIUS-related traffic?

Refer to the exhibit. Assuming the WLC’s interfaces are not in the same subnet as the RADIUS server, which interface would the WLC use as the source for all RADIUS-related traffic? A. the controller management interface B. the controller virtual interface C. the interface specified on the WLAN configuration D. any interface configured on the WLC Answer: Option… Read More »

What NTP Stratum level is a server that is connected directly to an authoritative time source?

A. Stratum 0 B. Stratum 1 C. Stratum 14 D. Stratum 15 Answer: Option B. Explanation:  Reference: https://www.cisco.com/c/en/us/td/docs/routers/asr920/configuration/guide/bsm/16-6-1/b-bsm-xe-16-6-1-asr920/bsm-time-calendar-set.html Show AnswerDiscussion The post What NTP Stratum level is a server that is connected directly to an authoritative time source? appeared first on Majanto.

What happens when an internal user is configured with an external identity store for authentication, but an engineer uses the Cisco ISE admin portal to select an internal identity store as the identity source?

A. Authentication is redirected to the internal identity source. B. Authentication is granted. C. Authentication fails. D. Authentication is redirected to the external identity source. Answer: Option D. Explanation:  No answer description available for this question Show AnswerDiscussion The post What happens when an internal user is configured with an external identity store for authentication, but an engineer… Read More »

A customer reports that Host-1 is failing to receive streaming traffic from the IPTV source. The engineer has confirmed that hosts on router R2 are receiving traffic normally and that Host-1 is correctly sending subscription messages to join the IPTV stream. Which action must the engineer take to correct the problem?

Refer to the exhibit. A customer reports that Host-1 is failing to receive streaming traffic from the IPTV source. The engineer has confirmed that hosts on router R2 are receiving traffic normally and that Host-1 is correctly sending subscription messages to join the IPTV stream. Which action must the engineer take to correct the problem? A. Remove IP… Read More »