Q1. When attempting to view the OSPF routes in the routing table, you issue the command show route table inet.3 but no OSPF routes are displayed.
What is the problem?
A. The OSPF routes are located in the inet4.0 routing table.
B. The OSPF routes are located in the inet.0 routing table.
C. The OSPF routes are located in the inet.2 routing table.
D. The OSPF routes are located in the inet4.3 routing table.
Answer: B
Q2. Which word starts a command to add configuration on a Junos device?
A. get
B. set
C. put
D. show
Answer: B
Q3. The IP address 10.1.1.1 belongs to which class of IP address space?
A. Class A
B. Class B
C. Class C
D. Class D
Answer: A
Q4. Which command will allow you to quickly determine the administrative status of all interfaces on a Junos device?
A. show interfaces status
B. show interfaces summary
C. show interfaces terse
D. show interfaces admin
Answer: C
Q5. You have been asked to create a static route with a next hop that is not directly connected to the router.
Which configuration parameter enables the static route to accomplish this scenario?
A. resolve
B. indirect
C. next-hop
D. recursive
Answer: A
Q6. What are two valid actions for a routing policy? (Choose two.)
A. discard
B. next policy
C. accept
D. ignore
Answer: B,C
Q7. Which two statements are true regarding trace options on Junos devices? (Choose two.)
A. You can see the contents of the log file by entering the show log <filename> command.
B. Trace options will send information to your screen automatically.
C. Trace options are limited to one protocol at a time.
D. The file name and a set of flags may be specified when enabling traceoptions.
Answer: A,D
Q8. -- Exhibit --{master:0}[edit interfaces]
user@switch# show
me0 {
disable;
unit 0 {
familyinet {
address 10.1.1.10/24;
}
}
}
-- Exhibit --
Administrators report that they are unable to access the management interface of the EX Series device shown in the exhibit.
Which command will resolve this problem?
A. delete me0 disable
B. activate me0
C. set me0 unit 0 enable
D. deactivate me0
Answer: A
Q9. Which command is used to enable access to J-Web using HTTPS?
A. set system remote-access profile https
B. set services remote-access profile j-web-https
C. set system services web-management https
D. set services web-management j-web-https
Answer: C
Q10. -- Exhibit --
user@router> show route protocol static
inet.0: 12 destinations, 12 routes (12 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.1.0/24 *[Static/5] 00:03:13 >to 10.20.106.10 via fe-0/0/5.1 192.168.1.192/26 *[Static/5] 00:03:13 >to 10.20.14.131 via ge-0/0/0.0 192.168.1.192/27 *[Static/5] 00:03:13 >to 10.18.1.1 via ge-0/0/1.0 192.168.1.4/30 *[Static/5] 00:01:06 >to 10.20.14.130 via ge-0/0/0.0 -- Exhibit --
Using the routing table shown in the exhibit, what will be the next-hop IP address used for a destination IP address of 192.168.1.1? (Assume that the only routes to this destination are static routes.)
A. 10.20.14.130
B. 10.18.1.1
C. 10.20.14.131
D. 10.20.106.10
Answer: D