What are two protocols that the Junos OS uses to archive configuration files remotely? (Choose two.)
A. SFTP
B. SCP
C. HTTP
D. FTP
How do you ping from configuration mode?
A. [edit interfaces]user@router# run ping 1.1.1.1
B. [edit interfaces]user@router# ping 1.1.1.1
C. [edit interfaces]user@router# up ping 1.1.1.1
D. [edit interfaces]user@router# exit ping 1.1.1.1
-- Exhibit -policy-options {
policy-statement example-pol {
term 1 {
from {
protocol static;
route-filter 10.1.0.0/16 exact;
}
then {
preference 6;
accept;
}
}
term 2 {
from {
protocol static;
route-filter 10.1.1.0/24 longer;
}
then {
preference 7;
accept;
}
}
term 3 {
from {
protocol static;
route-filter 10.1.0.0/16 upto /24;
}
then {
preference 8;
accept;
}
}
term 4 {
then accept;
}
}
}
-- Exhibit -Referring to the exhibit, if the static route with prefix 10.1.1.0/24 is evaluated against the routing policy,
which preference value will be set?
A. The preference will be 6.
B. The preference will be 7.
C. The preference will be 8.
D. The preference will be the default for static routes.
You configured an interface with an IP address and committed the change. You then committed a change that added an exception in a firewall filter to allow this network through the filter. You realize that this work was done on the wrong router.
How do you undo all these changes?
A. rollback 2
B. rollback 1
C. rollback 0
D. rollback 3
By default, if equal-cost paths exist for the same destination, which action will the router take?
A. Drop half the traffic.
B. Make a copy of the traffic and send it to both destinations.
C. Load-balance traffic between the available paths.
D. Randomly select one of the available paths to send traffic.
Which statement describes an advantage of dynamic routing?
A. Dynamic routing is typically more scalable when compared to static routing.
B. Unlike static routing, dynamic routing requires no initial user configuration.
C. Unlike static routing, dynamic routing provides redundant IP addresses for end-user devices.
D. Dynamic routing provides DNS services along with IP connectivity, whereas static routing does not.
Which configuration causes RIP-learned routes to be advertised to other RIP neighbors?
A. set protocol rip no-passive
B. top edit policy-options policy-statement demoset term 1 from protocol ripset term 1 then accepttop set protocols rip group internal export demo
C. set protocols rip advertise in-out
D. top edit policy-options policy-statement demoset term 1 from active routesset term 1 then accepttop set protocols rip group internal export demo
What is the default import routing policy for OSPF?
A. Accept all OSPF routes and install them into the inet.3 routing table.
B. Accept all OSPF routes and install them into the inet7.0 routing table.
C. Accept all OSPF routes and install them into the inet4.0 routing table.
D. Accept all OSPF routes and install them into the inet.0 routing table.
What are three advantages which dynamic routing protocols offer over static routing protocols? (Choose three.)
A. lower administrative overhead
B. increased network availability
C. greater network scalability
D. easier to implement qualified next hops
E. easier ECMP route implementation
Which Junos release would address only bug fixes that were not contained in the 15.1R1 version of code?
A. 15.1R2
B. 15.1X2
C. 15.1S2
D. 15.1F2