To support application interaction with Junos OS, the JETservice process (jsd), by default, uses TCP port 32767 to listen for and receive requests from applications to execute APIs. Whenever a request comes on the TCP port, jsd creates a separate thread to service the JET application request. The session remains established as long as the client and server are both up and able to communicate with each other. Over the lifetime of a session, jsd can execute many APIs, and it can execute APIs from multiple sessions in parallel. You can have a maximum of 8 active client sessions connected at any given time.
References:
Question 2
In a Python commit script, which object provides the post-inheritance candidate configuration?
Options:
A.
Commit-Script-Input
B.
Junos_Configuration
C.
Candidate_Configuration
D.
Checkout_Configuration
Answer:
B
Explanation:
Explanation:
Python automation scripts import the Junos_Context dictionary when the script must access information about the script execution environment. The Junos_Configuration object is required when the commit script must read and manipulate the post-inheritance candidate configuration.
References:
Question 3
What are three types of Juniper on-box scripts? (Choose three)