Practice Chapters 11-15 Flashcards
11.1 Which of the following are disadvantages of using NAT? (Choose three.)
A. Translation introduces switching path delays.
B. NAT conserves legally registered addresses.
C. NAT causes loss of end-to-end IP traceability.
D. NAT increases flexibility when connecting to the Internet.
E. Certain applications will not function with NAT enabled.
F. NAT reduces address overlap occurrence.
A, C, E. NAT is not perfect and can cause some issues in some networks. In most networks, it works just fine. NAT can cause delays and troubleshooting problems, and some applications just won’t work with it.
11.2 Which of the following are advantages of using NAT? (Choose three.)
A. Translation introduces switching path delays.
B. NAT conserves legally registered addresses.
C. NAT causes loss of end-to-end IP traceability.
D. NAT increases flexibility when connecting to the Internet.
E. Certain applications will not function with NAT enabled.
F. NAT remedies address overlap occurrence.
B, D, F. NAT is not perfect, but there are some advantages. It conserves global addresses, allowing us to add millions of hosts to the Internet without “real” IP addresses. This provides flexibility in our corporate networks. NAT can also allow you to use the same subnet more than once in the same network without overlapping networks.
11.3 Which command will allow you to see real-time translations on your router?
A. show ip nat translations
B. show ip nat statistics
C. debug ip nat
D. clear ip nat translations *
C. The command debug ip nat will show you in real time the translations occurring on your router.
11.4 Which command will show you all the translations active on your router?
A. show ip nat translations
B. show ip nat statistics
C. debug ip nat
D. clear ip nat translations *
A. The command show ip nat translations will show you the translation table containing all the active NAT entries.
11.5 Which command will clear all the translations active on your router?
A. show ip nat translations
B. show ip nat statistics
C. debug ip nat
D. clear ip nat translations *
D. The command clear ip nat translations * will clear all the active NAT entries in your translation table.
11.6 Which command will show you the summary of the NAT configuration?
A. show ip nat translations
B. show ip nat statistics
C. debug ip nat
D. clear ip nat translations *
E. clear ip nat sh config summ *
B. The show ip nat statistics command displays a summary of the NAT configuration as well as counts of active translation types, hits to an existing mapping, misses (an attempt to create a mapping), and expired translations. *
11.7 Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?
A. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
B. ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
C. ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224
D. ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
B. The command ip nat pool name creates the address pool that hosts can use to get onto the global Internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224. Option C is wrong because there is a lowercase t in the pool name. Pool names are case sensitive.
11.8 Which of the following are methods of NAT? (Choose three.)
A. Static
B. IP NAT pool
C. Dynamic
D. NAT double-translation
E. Overload
A, C, E. You can configure NAT three ways on a Cisco router: static, dynamic, and NAT Overload (PAT).
11.9 When creating a pool of global addresses, which of the following can be used instead of the netmask command?
A. / (slash notation)
B. prefix-length
C. no mask
D. block-size
B. Instead of the netmask command, you can use the prefix-length length statement.
11.10 Which of the following would be a good starting point for troubleshooting if your router is not translating?
A. Reboot.
B. Call Cisco.
C. Check your interfaces for the correct configuration.
D. Run the debug all command.
C. In order for NAT to provide translation services, you must have ip nat inside and ip nat outside configured on your router’s interfaces.
12.1 How can you efficiently restrict the read-only function of a requesting SNMP management station based on the IP address?
A. Place an ACL on the logical control plane.
B. Place an ACL on the line when configuring the RO community string.
C. Place an ACL on the VTY line.
D. Place an ACL on all router interfaces.
B. You can enter the ACL directly in the SNMP configuration to provide security, using either a number or a name.
12.2 A switch is configured with the snmp-server community Cisco RO command running SNMPv2c. An NMS is trying to communicate to this router via SNMP. What can be performed by the NMS? (Choose two.)
A. The NMS can only graph obtained results.
B. The NMS can graph obtained results and change the hostname of the router.
C. The NMS can only change the hostname of the router.
D. The NMS can use GETBULK and return many results.
A, D. With a read-only community string, no changes can be made to the router. However, SNMPv2c can use GETBULK to create and return multiple requests at once.
12.3 Which is true regarding SNMP? (Choose two.)
A. SNMPv2c offers more security than SNMPv1.
B. SNMPv3 uses TCP and introduced the GETBULK operation.
C. SNMPv2c introduced the INFORM operation.
D. SNMPv3 provides the best security of the three versions.
C, D. SNMPv2c introduced the GETBULK and INFORM SNMP messages but didn’t offer any more security than SNMPv1. SNMPv3 uses TCP and provides encryption and authentication.
12.4 Which command can you use to determine the IP address of a directly connected neighbor?
A. show cdp
B. show cdp neighbors
C. show cdp neighbors detail
D. show neighbor detail
C. This command can be run on both routers and switches, and it displays detailed information about each device connected to the device you’re running the command on,
including the IP address.
12.5 According to the output, which interface does SW-2 use to connect to SW-3?
SW-3#sh cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route BridgeS -
Switch, H - Host, I - IGMP, r - Repeater, P - Phone, D - Remote, C - CVTA, M
- Two-port Mac Relay Device ID
Local Intrfce Holdtme Capability Platform Port ID
SW-1 Fas 0/1 170 S I WS-C3560- Fas 0/15
SW-1 Fas 0/2 170 S I WS-C3560- Fas 0/16
SW-2 Fas 0/5 162 S I WS-C3560- Fas 0/2
A. Fas 0/1
B. Fas 0/16
C. Fas 0/2
D. Fas 0/5
C. The Port ID column describes the interfaces on the remote device end of the connection.
12.6 Which of the following commands enables syslog on a Cisco device with debugging as the level?
A. syslog 172.16.10.1
B. logging 172.16.10.1
C. remote console 172.16.10.1 syslog debugging
D. transmit console messages level 7 172.16.10.1
B. Syslog levels range from 0–7, and level 7 (known as Debugging or local7) is the default if you were to use the logging ip_address command from global config.
12.7 What is the default syslog facility level?
A. local4
B. local5
C. local6
D. local7
D. By default, Cisco IOS devices use facility local7. Moreover, most Cisco devices provide options to change the facility level from their default value.
12.8 Which three statements about syslog utilization are true? (Choose three.)
A. Utilizing syslog improves network performance.
B. The syslog server automatically notifies the network administrator of network problems.
C. A syslog server provides the storage space necessary to store log files without using router disk space.
D. There are more syslog messages available within Cisco IOS than there are comparable SNMP trap messages.
E. Enabling syslog on a router automatically enables NTP for accurate time stamping.
F. A syslog server helps in aggregation of logs and alerts.
C, D, F. There are significantly more syslog messages available within IOS as compared to SNMP Trap messages. System logging is a method of collecting messages from devices to a server running a syslog daemon. Logging to a central syslog server helps in aggregation of logs and alerts.
12.9 You need to configure all your routers and switches so they synchronize their clocks from one time source. Which command will you type for each device?
A. clock synchronization ip_address
B. ntp master ip_address
C. sync ntp ip_address
D. ntp server ip_address version number
D. To enable a device to be an NTP client, use the ntp server IP_address version number command at global configuration mode. That’s all there is to it! Assuming your NTP server is working, of course.
12.10 A network administrator enters the following command on a router: logging trap 3. Choose the three message types that will be sent to the syslog server:
A. Informational
B. Emergency
C. Warning
D. Critical
E. Debug
F. Error
B, D, F. If you specify a level with the logging trap level command, that level and all the higher levels will be logged. For example, when you use the logging trap 3 command, emergencies, alerts, critical, and error messages will be logged. Only three of these were
listed as possible options.
12.11 Which two of the following commands are required when configuring SSH on your router? (Choose two.)
A. enable secret password
B. exec-timeout 0 0
C. ip domain-name name
D. username name password password
E. ip ssh version 2
C, D. To configure SSH on your router, you need to set the username command, the IP domain name, login local, transport input ssh under the VTY lines and the crypto key command. SSH version 2 is suggested but not required.
15.1. Which of the following commands will enable AAA on a router?
A. aaa enable
B. enable aaa
C. new-model aaa
D. aaa new-model
D. To enable the AAA commands on a router or switch, use the global configuration command aaa new-model.