Q1. You are asked to change the cable on interface fe-4/2/3.
Which statement is correct?
A. The cable is found on port 4, FPC 2, and slot 3.
B. The cable is found on slot 2, port 3, and FPC 4.
C. The cable is found on FPC 4, slot 3, and port 2.
D. The cable is found on slot 2, FPC 3, and port 4.
Answer: B
Q2. -- Exhibit --[edit routing-options]
user@router# show
static {
defaults {
metric 10;
preference 10;
}
route 10.10.10.0/24 {
next-hop 192.168.100.1;
qualified-next-hop 192.168.200.1;
preference 6;
}
metric 8;
}
}
-- Exhibit --
Given the configuration shown in the exhibit, which statement is correct about traffic matching the route 10.10.10.0/24?
A. It will be forwarded to 192.168.100.1 using a metric of 10.
B. It will be forwarded to 192.168.100.1 using a metric of 8.
C. It will be forwarded to 192.168.200.1 using a metric of 8.
D. It will be forwarded to 192.168.200.1 using a metric of 10.
Answer: C
Q3. You need to control SSH, HTTP, and Telnet access to an MX240 router through any interface. You have decided to use a firewall filter.
How should you apply the firewall filter?
A. as an outbound filter on interface fxp0
B. as an outbound filter on interface lo0
C. as an inbound filter on interface fxp0
D. as an inbound filter on interface lo0
Answer: D
Q4. What are three examples of dynamic IGPs? (Choose three.)
A. OSPF
B. BGP
C. IS-IS
D. PIM
E. RIP
Answer: A,C,E
Q5. Which statement is true regarding the Junos OS?
A. All platforms running the Junos OS separate the functions of learning and flooding.
B. All platforms running the Junos OS separate the functions of control and forwarding.
C. All platforms running the Junos OS separate the functions of routing and bridging.
D. All platforms running the Junos OS separate the functions of management and routing.
Answer: B
Q6. Which statement is true about terms in a policy?
A. A single term can be applied to a protocol or interface, independent of the policy.
B. Once configured, terms within a policy cannot be reordered.
C. The name of a term is limited to five characters.
D. A from statement is optional in a term.
Answer: D
Q7. -- 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
Q8. -- Exhibit --user@router> show configuration
groups {
ge-int {
interfaces {
<ge-*> {
unit 0 {
familyinet {
address 10.10.12.1/24;
}
}
}
}
}
}
...
interfaces {
ge-0/0/1 {
unit 0;
}
-- Exhibit --
Referring to the exhibit, which two actions would you take to only apply the 10.10.12.1/24 address to the ge-0/0/1.0 interface?
A. Apply the ge-int group to the configuration at the [edit] hierarchy.
B. Apply the ge-int group to the configuration at the [edit interfaces ge-0/0/1] hierarchy.
C. Apply the ge-int group to the configuration at the [edit interfaces ge-0/0/1 unit 0] hierarchy.
D. Apply the ge-int group to the configuration at the [edit interfaces] hierarchy.
Answer: B,C
63. Which interface type connects the control and forwarding planes on an MX Series device?
A. fxp1
B. fxp0
C. me0
D. ae1
Q9. What are three types of routing instances? (Choose three.)
A. VPN
B. virtual-router
C. policy
D. VRF
E. forwarding
Answer: B,D,E
Q10. Which word starts a command to display the operational status of a Junos device?
A. put
B. set
C. show
D. get
Answer: C