Click the Exhibit button. Exhibit:
How would you test the configuration snippet shown in the exhibit?
A. Use the root@router% logger SSHD_LOGIN_FAILED command
B. Use the root@router% logger -e SSHD_LOGIN_FAILED command
C. Use the root@router% test SSHD_LOGIN_FAILED command
D. Use the root@router% event SSHD_LOGIN_FAILED command
You are asked to write an application that interacts directly with the internal APIs belonging to rpd. Which statement is true in this scenario?
A. You must write the application using the XML APIs
B. You must write the application using the REST APIs
C. You must write the application using the JET APIs
D. You must write the application using the YANG APIs
What is a valid method for determining the Junos RPC associated with the show version command?
A. Option A
B. Option B
C. Option C
D. Option D
Which messaging protocol do JET service APIs use to interface with the Junos OS?
A. NETCONF
B. MQTT
C. RabbitMQ
D. gRPC
In a Python commit script, which object provides the post-inheritance candidate configuration?
A. Commit-Script-Input
B. Junos_Configuration
C. Candidate_Configuration
D. Checkout_Configuration
Click the Exhibit button. Exhibit:
You need to programmatically extract interface information using PyEZ from your MX Series device. You
log in and use the show interfaces terse | display xml rpc command and see the information shown in the
exhibit.
What is the correct PyEZ syntax to accomplish this task?
A. dev.rpc.get-interface-information()
B. dev.rpc.get_interface_information(terse=True)
C. dev.rpc.get-interface-information(terse=True)
D. dev.rpc.get_interface_information()
A customer has a control machine with a default Ansible installation. During execution of an Ansible
module, the Ansible control machine generates the no hosts matched error.
Which statement is correct in this scenario?
A. The target device was not defined in /etc/ansible/inventory/hosts on the control machine
B. The target device was not defined on the associated DNS servers
C. The target device was not defined in /etc/hosts on the control machine
D. The target device was not defined in /etc/ansible/hosts on the control machine
Which YAML document represents a valid mapping (dictionary) of sequences (lists)?
A. Option A
B. Option B
C. Option C
D. Option D
Click the Exhibit button. Exhibit:
What will executing the program shown in the exhibit retrieve from a Junos device?
A. the previous configuration changes of the device
B. the current memory utilization
C. the FPC inventory of the device
D. the current software version on the device
Click the Exhibit button. Exhibit:
Referring to the exhibit, the configuration components are displayed in which format?
A. XML
B. JSON
C. YAML
D. YANG