What are two functions of the routing protocol daemon (rpd)? (Choose two.)
A. It generates chassis alarms.
B. It provides access to the CLI.
C. It creates forwarding tables.
D. It maintains routing tables.
Explanation:
The Routing Protocol Daemon (rpd) is a critical component in Juniper Networks devices, responsible for all routing operations. It maintains routing tables, which hold information about network paths and destinations derived from various routing protocols. These tables are used to make decisions about where to send packets. Additionally, rpd generates forwarding tables based on the information in the routing tables. The forwarding tables are then used by the Packet Forwarding Engine (PFE) to actually forward packets to their next hop or final destination.
You need to recover the root password on a Junos router without losing the current configuration settings. Which three statements describe what you should perform in this scenario? (Choose three.)
A. Enter and commit the new root password.
B. Load the factory-default configuration.
C. Upgrade the Junos OS to the latest version.
D. Hit the space bar and enter recovery when prompted.
E. Use a console connection to reboot the device.
Explanation:
To recover the root password on a Junos router without losing the configuration, you should (A) enter and commit the new root password once you have gained access to the system, (D) hit the space bar to interrupt the boot process and enter recovery mode when prompted during the boot process, and (E) use a console connection to reboot the device and access the bootloader prompt. These steps allow you to reset the root password while preserving the existing configuration.
Which statement is correct concerning exception traffic processing?
A. Exception traffic is always dropped during congestion.
B. Exception traffic is rate-limited to protect the RE.
C. Exception traffic is discarded by the PFE.
D. Exception traffic is never forwarded.
Explanation:
Exception traffic refers to packets that the Packet Forwarding Engine (PFE) cannot process normally and must be forwarded to the Routing Engine (RE) for further processing. This includes packets destined for the router itself or packets needing special handling that the PFE cannot provide. To protect the RE from being overwhelmed by such traffic, which could potentially impact the router's control plane functions, exception traffic is rate-limited. This means that there's a threshold to how much exception traffic can be sent to the RE, ensuring that the router's critical management and control functions remain stable and responsive even during high traffic volumes or attacks.
You want to find out the chassis serial number of a Junos device. Which command would display this information?
A. show chassis environment
B. show chassis hardware
C. show chassis routing-engine
D. show chassis location
Explanation:
The show chassis hardware command in Junos OS displays detailed information about the hardware installed in the device, including the chassis itself. This command provides a list of all hardware components, their serial numbers, part numbers, and version information. When looking for the chassis serial number specifically, this command is the most direct and comprehensive way to retrieve that information, as it includes the serial number of the chassis among the details provided.
Which service does RADIUS provide?
A. routing
B. authentication
C. DNS resolution
D. time synchronization
Explanation:
RADIUS, which stands for Remote Authentication Dial-In User Service, provides authentication services for users trying to access a network. It is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service.
You have just increased the MTU size of interface ge-0/0/0 and committed the configuration. Which command would help you identify the applied MTU change?
A. monitor interface ge-0/0/0
B. monitor traffic interface ge-0/0/0
C. show interfaces ge-0/0/0 terse
D. show interfaces ge-0/0/0
Explanation:
After increasing the MTU size of an interface and committing the configuration, the command to verify the applied MTU change is D, "show interfaces ge-0/0/0." This command displays detailed information about the interface, including the current MTU size, making it the best choice for verifying the applied changes.
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.)
A. Set the date and time setting manually.
B. Configure an NTP server.
C. Configure a DNS server.
D. Reboot the device.
Explanation:
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.
When considering routing tables and forwarding tables, which two statements are correct? (Choose two.)
A. The routing table is used by the RE to select the best route.
B. The forwarding table stores all routes and prefixes from all protocols.
C. The forwarding table is used by the RE to select the best route.
D. The routing table stores all routes and prefixes from all protocols.
Explanation:
The routing table and forwarding table play distinct roles in a Junos OS device. The correct answers are A and D. The routing table (A) is used by the Routing Engine (RE) to select the best route among all the learned routes, while the routing table (D) stores all routes and prefixes learned from all routing protocols. The forwarding table, in contrast, contains only the active routes chosen by the RE and is used by the Packet Forwarding Engine for actual packet forwarding.
Which Junos feature limits the amount of exception traffic that is sent from the PFE to the RE?
A. scheduler
B. policer
C. CoS markings
D. routing policy
Which type of device uses the destination IP address to forward packets?
A. Layer 3 router
B. Layer 2 switch
C. repeater
D. hub
You issue the monitor traffic interface ge-0/0/0 command.
What will this command accomplish?
A. It displays real-time statistics for interface ge-0/0/0.
B. It displays an operational summary of ge-0/0/0.
C. It displays the MTU and MAC address for ge-0/0/0.
D. It displays a packet capture on interface ge-0/0/0.
Which two statements are correct about firewall filters? (Choose two.)
A. "Discard" is the default action of packets that are not explicitly allowed.
B. There can be only one firewall filter.
C. "Accept" is the default action of packets that are not explicitly allowed.
D. There can be multiple firewall filters.
Page 2 out of 9 Pages |
Previous |