Q1. You have been asked to configure a login class that will permit its users to view and edit the configuration. The class should allow a user to view the entire configuration, but only to edit the interfaces, routing-options, and protocols hierarchies.
Which configuration accomplishes this login class?
A. permissions [ view-configuration clear network view ];
allow-configuration "(interfaces) | (routing-options) | (policy-options) | (protocols)";
B. permissions [ view-configuration clear network view ];
allow-commands "(configure)";
C. permissions [ view-configuration clear network view ];
allow-commands "(configure)";
allow-configuration "(interfaces) | (routing-options) | (protocols)";
D. permissions [ clear network view ];
allow-commands "(configure)";
allow-configuration "(interfaces) | (routing-options) | (protocols)";
Answer: C
Q2. -- Exhibit --[edit interfaces ge-0/0/6] user@router# show { familyinet { address 172.16.10.100/24; address 172.16.10.101/24; } } -- Exhibit --
You have two IP addresses configured on the ge-0/0/6 interface, as shown in the exhibit. You want to select the 172.16.10.101 address as the source address for packets sent from this interface to hosts on a remote subnet.
Which parameter would you add to the 172.16.10.101 address to complete this task?
A. preferred
B. broadcast
C. primary
D. arp 172.16.10.101
Answer: A
Q3. Random early detection (RED) is associated with which class of service component?
A. classification
B. policing
C. queuing
D. scheduling
Answer: D
Q4. 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
Q5. Using the command, user@router# load override latest.conf, where in the file system will the latest.conf be located?
A. /var/home/user/
B. /var/config/saved/
C. /var/tmp/
D. /config/
Answer: A
Q6. Which two statements are true when using the configure exclusive CLI command? (Choose two.)
A. Multiple users can enter configuration mode and have their own private configuration.
B. When a user commits, only the user's changes are committed.
C. A message indicates which other users are in configuration mode and what portion of the configuration they are editing.
D. Only a single user can edit the configuration.
Answer: B,D
Q7. What are the usable hosts on the .128.0/19 network?
A. .128.1 through .143.254
B. .128.128 through .134.254
C. .128.0 through .134.254
D. .128.1 through .159.254
Answer: D
Q8. You have been allocated a /22 network.
How many usable hosts are available?
A. 510
B. 512
C. 1022
D. 1024
Answer: C
Q9. Which layer in the TCP/IP model is responsible for delivering packets to their destination?
A. Application Layer
B. Transport Layer
C. Internet Layer
D. Network Access Layer
Answer: C
Q10. Which route filter match type only matches prefixes greater than the defined prefix?
A. exact
B. upto
C. longer
D. orlonger
Answer: C