What is correct regarding the configuration shown below? static route 0.0.0.0/0 qualified-next-hop 172.30.25.1 preference 7 next-hop 172.30.25.5
A. The next-hop 172.30.25.1 is selected because the address has the lowest value.
B. The next-hop 172.30.25.1 is selected because it is listed first.
C. The next-hop 172.30.25.1 is selected because it is the lowest protocol preference.
D. The next-hop 172.30.25.5 is selected because it is the lowest protocol preference.
Question 282
After issuing the show interfaces terse command, you notice that the status of one interface is "up down". What does this indicate?
A. Layer 1 on the interface is up but Layer 2 is down.
B. Layer 2 on the interface is up but Layer 3 has not been configured.
C. The interface is administratively up but the link status is down.
D. The interface is up but has been administratively turned off.
The the administratively status is displayed in column 1, and the link status is displayed in column 2. Example: user@host> show interfaces terse t1* Interface Admin Link Proto Local Remote t1-1/0/0 down up --- administratively disabled t1-1/0/0.0 up down inet 1.1.1.1/30 t1-1/0/1 up down --- physical layer down References:http://www.juniper.net/documentation/en_US/junos15.1/topics/task/verification/t1statu s-displaying.html
Question 283
Which command would initiate a loopback on a Gigabit Ethernet interface ge-0/0/0?
A. # set interfaces ge-0/0/0 unit 0 loopback
B. # set interfaces ge-0/0/0 gigether-options loopback
C. > set interfaces ge-0/0/0 loopback
D. > loopback ge-0/0/0
Question 284
What represents the decimal equivalence of 10101100 00011111 11001001 11000101?
A. 172.28.187.189
B. 172.31.201.197
C. 172.30.231.182
D. 172.19.151.107
Question 285
Which command would allow you to compare two files stored on your router?
A. user@host> file show filename1 compare filename2
B. user@host> file compare files filename1 filename2
C. user@host> compare files filename1 filename 2
D. user@host> compare filename1 filename2
Question 286
You are configuring a firewall filter. Which "from" criterion would match only those packets destined for 10.10.10.1?
A. [edit firewall filter test] root@router# set term 1 from address 10.10.10.1
B. [edit firewall filter test] root@router# set term 1 from destination-address 10.10.10.1
C. [edit firewall filter test] root@router# set term 1 from destination 10.10.10.1
D. [edit firewall filter test] root@router# set term 1 from ip-prefix 10.10.10.1
Question 287
You enable unicast reverse path forwarding on the ge-0/0/1.0 interface. A packet is received on the ge-0/0/1.0 interface with a source address of 10.10.10.10. A route lookup determines that the next hop for the 10.10.10.10 address is the ge-0/0/1.0 interface. In this scenario which action is performed?
A. Traffic matching the default route will use 172.16.1.1 as the next hop
B. Traffic matching the default route will use 172.16.1.254 as the next hop
C. Traffic matching the default route will be load-balanced per flow across both next hops
D. Traffic matching the default route will be load-balanced per packet across both next hops.
Question 290
Which attribute must be defined when configunng a non-root user in Junos OS?
A. class
B. uid
C. authentication
D. full-name
UID is optional (it is automatically set) whereas class is required: https://www.juniper.net/documentation/us/en/software/junos/user-access/topics/topic-map/junos- os-user-accounts.html