An engineer must create a scheduler configuration to create two backup jobs per day. The backup file must be copied to a server in the operations VRF. Which configuration accomplishes this task?
A)
B)
C)
D)
Correct Answer:
A
A customer asks an engineer to develop a framework that will be used to replace the process of the manual device configuration of Cisco NX-OS devices. The engineer plans to use the programmatic interface that meets these requirements: The development team is familiar with Windows-based scripting environment using PowerShell.
The customer's security requirements mandate the use of HTTPS transport.
Which solution must be used to meet these requirements?
Correct Answer:
A
Refer to the exhibit.
In a bidirectional PIM network using Phantom RP as an RP redundancy mechanism, two Cisco NX-OS routers have these requirements:
• R1 must be the active RP.
• R2 must be the backup RP that is used only if R1 is not reachable
Drag and drop the configuration steps to complete the configuration for Router 2. Not all configuration steps are used.
Solution:
Graphical user interface, text, application Description automatically generated
Does this meet the goal?
Correct Answer:
A
Refer to the exhibit.
Which command is run from the Guest Shell to set the description on the first five interfaces of the Cisco Nexus switch?
Correct Answer:
D
NXs1# guestshell
[admin@guestshell ~]$ for x in {1..5}; do dohost "conf t ; interface eth1/$x ; description Server$x" ; done Enter configuration commands, one per line. End with CNTL/Z.
Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. Enter configuration commands, one per line. End with CNTL/Z. [admin@guestshell ~]$
An engineer must configure a named VSAN when the fabric interconnect is in Fibre Channel switch mode The VSAN must meet these requirements: Named VSAN must be called "VSAN 10".
VSAN ID must be 10.
FCoE ID must be 20.
VSAN 10 must be attached to port 2 in slot 1.
Which command set configures a VSAN when the fabric interconnect is in Fibre Channel switch mode?
Correct Answer:
A