Q1. Which two statements are true regarding route preference? (Choose two.)
A. Lower preference values are more preferred than higher preference values.
B. You can modify the default preference values for any of the routing information sources.
C. By default, a static route is more preferred than a RIP route.
D. A static route is always preferred over a direct route.
Answer: A,C
Q2. How do you save the current candidate configuration in the set format to permanent storage media?
A. [edit]
user@router# show | set | save /var/tmp/current.conf
B. [edit]
user@router# show | compare set | save /var/tmp/current.conf
C. [edit]
user@router# save /var/tmp/current.conf | display set
D. [edit]
user@router# show | display set | save /var/tmp/current.conf
Answer: D
Q3. Which statement is true regarding the Junos OS?
A. The Junos kernel is based on the Solaris operating system.
B. The Junos kernel is based on the GNU Zebra operating system.
C. The Junos kernel is completely original and not based on any other operating system.
D. The Junos kernel is based on the FreeBSD UNIX operating system.
Answer: D
Q4. The authentication order configuration on your M120 includes the settings tacplus and radius (in that order), but does not include the password parameter. You attempt to log in to the device, but the network containing the authentication servers is currently down.
Which statement is true about your login attempt?
A. The login attempt is rejected.
B. The login attempt is automatically accepted after the authentication servers’ timeout
value is reached, since there are no other authentication methods available.
C. The M120 automatically tries authenticating locally on the device after the authentication servers’ timeout value is reached.
D. The M120 automatically tries authenticating locally on the device before using external authentication.
Answer: C
Q5. Which two statements are correct regarding default protocol preference values? (Choose two.)
A. RIP is preferred over OSPF external routes.
B. Direct, local, and static routes have the same preference value.
C. OSPF's preference value is lower than BGP.
D. OSPF has a single preference value for both internal and external routes.
Answer: A,C
Q6. -- Exhibit --user@router> show route inet.0: 9 destinations, 9 routes (9 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.10.91/32 *[Direct/0] 00:09:40
>via lo0.0
10.10.10.92/32 *[OSPF/10] 00:01:50, metric 1
>to 172.16.1.2 via ge-0/0/2.0
100.100.1.0/24 *[Static/5] 00:01:50
Reject
172.16.1.0/24 *[Direct/0] 00:06:09
>via ge-0/0/2.0
172.16.1.1/32 *[Local/0] 00:06:09
Local via ge-0/0/2.0
192.168.0.0/16 *[Aggregate/130] 00:00:06
Reject
192.168.0.0/17 *[Aggregate/130] 00:00:06
>to 172.16.1.2 via ge-0/0/2.0
192.168.50.0/24 *[Static/5] 00:00:06
>to 172.16.1.2 via ge-0/0/2.0
192.168.51.0/24 *[Static/5] 00:00:06
>to 172.16.1.2 via ge-0/0/2.0
user@router> show configuration policy-options
policy-statement demo {
term 1 {
from {
route-filter 192.168.0.0/16 longer accept;
}
then reject;
}
}
user@router> show configuration protocols ospf
export demo;
area 0.0.0.0 {
interface ge-0/0/2.0;
}
-- Exhibit --
Given the configuration and routing table shown in the exhibit, which routes will be advertised to OSPF neighbors because of the demo policy?
A. 192.168.0.0/16 only
B. 192.168.0.0/17 only
C. 192.168.50.0/24 and 192.168.51.0/24
D. 192.168.0.0/17, 192.168.50.0/24, and 192.168.51.0/24
Answer: D
Q7. Which CLI mode allows you to make configuration changes?
A. enable mode
B. configuration mode
C. operational mode
D. active mode
Answer: B
Q8. What is the default protocol preference for OSPF internal routes?
A. 10
B. 15
C. 150
D. 160
Answer: A
Q9. -- Exhibit --user@router> show route protocol static
inet.0: 15 destinations, 15 routes (15 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
99.0.0.0/17 *[Static/5] 00:00:11 >to 10.1.1.2 via ge-0/0/1.0 99.0.0.0/19 *[Static/5] 00:00:11 >to 10.1.2.2 via ge-0/0/2.0
99.0.0.0/24 *[Static/5] 00:00:11 >to 10.1.3.2 via ge-0/0/3.0 99.0.0.0/26 *[Static/5] 00:00:11 >to 10.1.4.2 via ge-0/0/4.0 -- Exhibit --
In the exhibit, there are four static routes that route traffic through different interfaces.
Which interface does the router use if traffic is sent to the 99.0.0.1 destination?
A. ge-0/0/1
B. ge-0/0/2
C. ge-0/0/3
D. ge-0/0/4
Answer: D
Q10. Which account is used to access a Junos device in factory-default configuration?
A. root
B. admin
C. juniper
D. user
Answer: A
Q11. -- Exhibit --[edit interfaces ge-0/0/6] user@router# show { familyinet { address 172.16.10.100/24; address 172.16.10.101/24; } } -- Exhibit --
You have two IP addresses configured on the ge-0/0/6 interface, as shown in the exhibit. You want to select the 172.16.10.101 address as the source address for packets sent from this interface to hosts on a remote subnet.
Which parameter would you add to the 172.16.10.101 address to complete this task?
A. preferred
B. broadcast
C. primary
D. arp 172.16.10.101
Answer: A
Q12. Which command displays the amount of space available on the storage media?
A. show chassis routing-engine
B. show system file-storage
C. file list
D. show system storage
Answer: D
Q13. Which two design goals describe the Junos OS design? (Choose two.)
A. clean separation of security and routing policies
B. clean separation of control and forwarding planes
C. modularization of multiple software processes
D. a single hardware platform for all software applications
Answer: B,C
Q14. In which hierarchy are routing policies defined?
A. [edit policy-options]
B. [edit routing-options]
C. [edit forwarding-options]
D. [edit protocols]
Answer: A
Q15. Which statement is true about a routing table?
A. It contains routes learned dynamically only.
B. It finds the best path to each destination by using a modified shortest-path-first calculation.
C. It contains only active BGP routes.
D. It contains all accepted routes to all destinations.
Answer: D