You received a new Junos device and are configuring the system-related settings. You must configure this device for the current date and time on the US West coast. You have set the time zone to America/Los_Angeies. however the time and date did not change.
In this scenario, which two additional actions would satisfy this requirement? (Choose two.)
Answer : A, B
When configuring the system-related settings for the current date and time on a Junos device, especially for a specific time zone like America/Los_Angeles, and the time does not automatically adjust, two effective actions can be taken. Firstly, setting the date and time manually allows for immediate correction of the system clock. This can be done via the CLI with the appropriate set date and time command. Secondly, configuring the device to use an NTP server can provide ongoing synchronization with an accurate time source, ensuring that the device maintains the correct time and date automatically in the future, even in the case of restarts or minor drifts in the internal clock.
Which protocol would you configure to synchronize the time and date on a Junos device?
Answer : C
The Network Time Protocol (NTP) is designed to synchronize the clocks of computers over a network. Configuring NTP on a Junos device ensures that its clock is set accurately, which is crucial for logging, troubleshooting, and maintaining the integrity of time-sensitive operations and security protocols. NTP allows devices to use a hierarchy of time sources, from primary servers synchronized to a reference clock (such as an atomic clock or GPS time) to secondary servers that distribute the time to other devices on the network.
In the Junos OS, which keyboard shortcut allows you to move to the start of the line?
Answer : A
In the Junos OS command-line interface (CLI), the keyboard shortcut Ctrl+a is used to move the cursor to the start of the line. This is a common convention in many command-line environments and text editors, providing a quick way to navigate to the beginning of the current command or line of text without having to use the arrow keys. This can be particularly useful for making quick edits to commands or for navigating long lines of text more efficiently.
Click the Exhibit button.
Referring to the exhibit, OSPF has three export policies that match different static route prefixes. The 10.10.10.0/24 static route does not match any terms in the policyl routing policy.
What happens next in this scenario?
Answer : B
In Junos, when multiple policies are applied to a routing protocol for route export, the routes are evaluated in the order in which the policies are listed. In the exhibit, the OSPF configuration has three export policies listed: policy1, policy2, and policy3. The static route 10.10.10.0/24 does not match any terms in policy1; therefore, it is not rejected by policy1 but is instead passed on to the next policy in the sequence, which is policy2.
If the static route matches a term in policy2 that permits the route, it will be exported into OSPF. If it does not match in policy2, it will then be evaluated by policy3. If there is no match in policy3 as well, and assuming there are no more policies listed, the route would then be subject to the default routing policy behavior, which typically rejects the route unless an explicit accept statement is present in the policies.
Which two statements are true about the candidate configuration? (Choose two.)
Answer : B, D
The candidate configuration in Junos OS is a temporary configuration that allows network administrators to make and stage multiple configuration changes before applying them to the device. This approach enables the deployment of multiple changes in a single operation, ensuring that all configurations work together as intended before making them active. Additionally, the candidate configuration can be discarded if the administrator decides not to apply the staged changes, allowing for a 'trial and error' approach without affecting the currently active configuration. This feature provides flexibility and reduces the risk of disruptive changes to the network.
What are two functions of the Routing Engine? (Choose two.)
Answer : A, B
The Routing Engine (RE) in Junos OS has several critical functions, including processing all management traffic (A) and running the Junos operating system (B). The RE handles system management tasks, user interfaces, system services, and routing protocol processes. It does not directly process transit traffic or evaluate firewall filters for transit traffic, as these tasks are handled by the Packet Forwarding Engine (PFE).
Which two statements are true about the Junos OS? (Choose two.)
Answer : A, C
In Junos OS, as with many network operating systems, the control plane is responsible for processes that determine how to route traffic. This includes maintaining routing tables, which store information about network paths and protocols. Therefore, routing tables are indeed stored in the control plane.
Exception traffic refers to packets that cannot be processed by the normal fast-path processing of the Packet Forwarding Engine (PFE) in the forwarding plane, and thus are sent to the control plane for further processing. This might include packets destined for the router itself, packets that need to be fragmented, or packets that match certain firewall filter criteria, among other reasons.
Routing tables are not stored in the forwarding plane. However, the forwarding plane contains the forwarding table (sometimes referred to as the forwarding information base or FIB), which is a distilled version of the routing table optimized for fast packet forwarding. The forwarding plane uses this information to perform the actual transfer of packets across the network device interfaces.