Q1. -- Exhibit --Amnesiac (ttyu0) login:
-- Exhibit --
Which statement is correct about the information shown in the exhibit?
A. The factory-default configuration is running on the device.
B. The Junos OS was corrupted and did not boot correctly.
C. The device was recently upgraded to a newer version of the Junos OS.
D. The device's memory has been corrupted and no file system is present after a reboot.
Answer: A
Q2. What is the last usable IP address in the 218.6.0.0/17 network?
A. 218.6.125.254
B. 218.6.126.254
C. 218.6.127.254
D. 218.6.128.254
Answer: C
Q3. Which statement is correct about the forwarding table?
A. The forwarding table is stored only on the PFE.
B. The forwarding table contains all known routes.
C. The forwarding table is stored on both the RE and PFE.
D. The forwarding table is stored only on the RE.
Answer: C
Q4. What is a valid IPv6 address?
A. 00:05:85:23:45:67
B. 127.0.0.1
C. 2001:0db8:3000:2215:0000:0000:aaaa:1111
D. 49.0001.0192.0168.1001.00
Answer: C
Q5. Which two statements are true about the primary address on an interface? (Choose two.)
A. It is the address used by default as the local address for broadcast and multicast packets sourced locally and sent out of the interface.
B. You use the primary address when you have multiple IP addresses belonging to the same subnet on the same interface.
C. It can be useful for selecting the local address used for packets sent out of unnumbered interfaces when multiple non-127 addresses are configured on the loopback interface.
D. By default, the primary address on an interface is selected as the numerically highest local address configured on the interface.
Answer: A,C
Q6. Which two statements are correct about firewall filters in the Junos OS? (Choose two.)
A. Firewall filters are stateless.
B. Firewall filters are used to control routing information that is exchanged between devices.
C. Firewall filters are used to control traffic passing through the device.
D. Firewall filters can only be applied to traffic entering the device.
Answer: A,C
Q7. You issue the ping interface t1-1/1/0 bypass-routing count 1000 rapid command.
Which statement is correct?
A. The count parameter creates a counter that you can view with the show firewall command.
B. The count parameter allows the router to count the number of pings for logging purposes.
C. The count parameter allows the router to pause for 1000 seconds before sending out a ping.
D. The count parameter allows the router to send out 1000 pings and then stop.
Answer: D
Q8. Which CLI keyboard sequence allows you to move the cursor to the beginning of the line?
A. Ctrl+e
B. Ctrl+p
C. Ctrl+w
D. Ctrl+a
Answer: D
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 command will delete the current rescue configuration?
A. user@router# system delete configuration rescue
B. user@router> request system configuration rescue delete
C. user@router# delete rescue configuration D. user@router> file delete rescue-configuration
Answer: B
Q11. What is the network address for the 10.13.147.100/19 host?
A. 10.13.128.0
B. 10.13.147.0
C. 10.13.0.0
D. 10.13.100.0
Answer: A
Q12. When using keyboard shortcuts, which keystroke combination allows users to erase a single word to the left of the cursor?
A. Ctrl + a
B. Ctrl + e
C. Ctrl + u
D. Ctrl + w
Answer: D
Q13. Which CLI command do you use to determine which files are cleanup candidates?
A. request system storage cleanup candidates
B. request system services storage candidates
C. request system services candidate cleanup
D. request system storage cleanup dry-run
Answer: D
Q14. -- 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 {
protocol static;
route-filter 192.168.0.0/16 orlonger accept;
}
then accept;
}
}
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.50.0/24 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: C
Q15. You have been asked to develop an application that uses only connection-oriented protocols.
Which two protocols can you use? (Choose two.)
A. PPP
B. UDP
C. TCP
D. ICMP
Answer: A,C