They can provide hosts with information about network problems.
They are encapsulated within IP datagrams.
Options
A. 1 only
B. 2 and 3
C. 3 and 4
D. 2, 3 and 4
Correct Answer
3 and 4
Explanation
Internet Control Message Protocol (ICMP) is used to send error messages through the network, but they do not work alone. Every segment or ICMP payload must be encapsulated within an IP datagram (or packet).
More questions
1. In Cisco's Unified Wireless Solution, what is the split-MAC architecture?
Options
A. The split-MAC architecture uses MAC addresses to create a forward/filter table and break up collision domains.
B. The split-MAC architecture allows the splitting of 802.11 protocol packets between the AP and the controller to allow processing by both devices.
C. The split-MAC architecture uses MAC addresses on the wireless network and IP addresses on the wired network.
D. The split-MAC architecture uses MAC addresses to create a forward/filter table and break up broadcast domains.
Correct Answer: The split-MAC architecture allows the splitting of 802.11 protocol packets between the AP and the controller to allow processing by both devices.
Explanation:
The split-MAC architecture allows the splitting of 802.11 protocol packets between the Cisco LWAPP-based AP, which handles real-time portions of the protocol, and the WLAN controller, which handles those items that are not time sensitive.
2. You are working on a router that has established privilege levels that restrict access to certain functions. You discover that you are not able to execute the command show running-configuration. How can you view and confirm the access lists that have been applied to the Ethernet 0 interface on your router?
The only command that shows which access lists have been applied to an interface is
show ip interface Ethernet 0. The command
show access-lists displays all configured access lists, and
show ip access-lists displays all configured IP access lists, but neither command indicates whether the displayed access lists have been applied to an interface.
3. What information is displayed by the show hosts command?
Temporary DNS entries
The names of the routers created using the hostname command
The IP addresses of workstations allowed to access the router
Permanent name-to-address mappings created using the ip host command
The length of time a host has been connected to the router via Telnet
The
show hosts command provides information on temporary DNS entries and permanent name-to-address mappings created using the
ip host command.
4. You want to create a standard access list that denies the subnet of the following host: 172.16.144.17/21. Which of the following would you start your list with?
First, you must know that a /21 is 255.255.248.0, which is a block size of 8 in the third octet. Counting by eight, this makes our subnet 144 in the third octet, and the wildcard for the third octet would be 7 since the wildcard is always one less than the block size.
5. Your company is running IGRP using an AS of 10. You want to configure EIGRP on the network but want to migrate slowly to EIGRP and don't want to configure redistribution. What command would allow you to migrate over time to EIGRP without configuring redistribution?
If you enable EIGRP on a router with the same autonomous system (AS) number, EIGRP will automatically redistribute IGRP into EIGRP. You will see the IGRP injected routes as external (EX) routes with an EIGRP AD of 170. This is a nice feature that lets you migrate slowly to EIGRP with no extra configuration.
6. Which of the following commands sets a trunk port on a 2960 switch?
A allows the creation of private networks across the Internet, enabling privacy and tunneling of non-TCP/IP protocols. A VPN can be set up across any type of link.
8. Cisco's Unified Wireless Solution provides a mesh solution. What devices do you absolutely need to purchase to run a Cisco solution?
The Cisco Unified Wireless Solution is a great product, but you must purchase specialized devices. Cisco managed access points and a controller are the devices you need to purchase to run the Unified Wireless Solution.
Adjacencies and next-hop attributes now use link-local addresses, and OSPFv3 still uses multicast traffic to send its updates and acknowledgments with the addresses
FF02::5 for OSPF routers and
FF02::6 for OSPF designated routers. These are the replacements for
224.0.0.5 and
224.0.0.6, respectively.
10. Which of the following commands will display the current IP addressing and the layer 1 and 2 status of an interface?
The commands
show protocols,
show interfaces, and
show ip interface will show you the layer 1 and 2 status and the IP addresses of your router's interfaces.