QUESTION 111 Type the command that you would enter on a vty line to enable lock-and-key Answer: access-enable Explanation: To enable the router to create a temporary access list entry in a dynamic access list, use the access-enable EXEC command. Use the auto command with the access-enable command to cause the access-enable command to execute when a user opens a Telnet session into the router.
QUESTION 112 Which of these best describes PDM?
A. Lets you manage your PIX firewalls and their configurations.
B. Lets you manage your IPSec configuration.
C. Provides a certification authority.
D. Delivers geographical load balancing based on network topology and traffic patterns.
E. Enable service providers to lay the foundation for delivering differentiated New World services.
F. Cisco router configuration. Answer: A Explanation: PIX device manager
QUESTION 113 Your OSPF neighbors are not forming adjacencies. What might be the problem? (Select all that apply)
A. Network type mismatch.
B. Hello mismatch.
C. Dead mismatch.
D. ABR ASBR mismatch. Answer: A, B, C
QUESTION 114 You do an "enable 0" and press enter. What commands can you now perform? (Select all that apply)
A. disable
B. enable
C. help
D. sh ver
E. logout
F. None, as you are at level ZERO. Answer: A, B, C, E Explanation: privilege level 0 - includes the disable, enable, exit, help, and logout commands privilege level 1 - normal level on Telnet; includes all user-level commands at the router> prompt privilege level 15 - includes all enable-level commands at the router# prompt
QUESTION 115 Your RADIUS server is at IP address 172.22.53.201and the authentication key is "Cisco". AAA has not yet been configured on your router. What is the minimum number of commands you can type to tell your router about your RADIUS server? (Select all that apply)
A. aaa new-model radius-server host 172.22.53.201 auth-port 1645 acct-port 1646 key Cisco
B. radius-server host 172.22.53.201 key Cisco
C. aaa new-model
D. radius-server host 172.22.53.201 auth-port 1645 acct-port 1646 key Cisco Answer: B, C
QUESTION 116 Which of the following will help to prevent network data interception? (Select all that apply)
A. Data Confidentiality
B. Data Integrity
C. Data Origin Authentication
D. Anti-Replay
E. Accounting Answer: A, B, C, D Explanation: Accounting wont prevent data interception
QUESTION 117 Which of the following commands configured CAR?
A. ip car
B. rate-limit
C. ip rate-limit
D. car rate-limit
E. ip traffic-limit car Answer: B Explanation: To configure committed access rate (CAR) and distributed CAR (DCAR) policies, use the rate limit interface configuration command
QUESTION 118 To what address are OSPF hellos sent?
A. 224.0.0.5
B. 224.0.0.6
C. 192.168.0.5
D. 10.1.1.1
E. 225.1.1.5
F. 224.0.0.2 Answer: A Explanation: Open Shortest Path First (OSPF) uses the IP addresses 224.0.0.5 and 224.0.0.6 to exchange link state information
QUESTION 119 In RFC 2138 (RADIUS), vendor specific attributes (VSA) are specified. Specifically, this is called VSA 26 (attribute 26). These allow vendors to support their own extended options. Cisco's vendor ID is 9. Which of the following commands tell the Cisco IOS to use and understand VSA's ? (Select all that apply)
A. radius-server vsa send
B. radius-server vsa send authentication
C. radius-server vsa send accounting
D. ip radius-server vsa send
E. None, this is enabled by default.
F. All of the above. Answer: A, B, C Explanation: To configure the network access server to recognize and use vendor-specific attributes, use the radius-server vsa send global configuration command. accounting (Optional) Limits the set of recognized vendor-specific attributes to only accounting attributes. authentication (Optional) Limits the set of recognized vendor-specific attributes to only authentication attributes.
QUESTION 120 At what point between two hosts, connected via the Internet, would a hacker have to be at to perform a "man in the middle" attack?
A. On your network.
B. On the remote network.
C. On your host.
D. On the remote host.
E. At some intermediate network between your host and the remote host. Answer: E