Questions 1 Flashcards
Various Questions for CCNA
You have four RSTP PVST+ links between switches and want to aggregate the bandwidth. What solution will you use?
A. EtherChannel B. PortFast C. BPDU Channel D. VLANs E. EtherBundle
A. Cisco’s EtherChannel can bundle up to eight ports between switches to provide resiliency and more bandwidth between switches.
What configuration parameters must be configured the same between switches for LACP to form a channel? (Choose three.) A. Virtual MAC address B. Port speeds C. Duplex D. PortFast enabled E. Allowed VLAN information
B, C, E. All the ports on both sides of every link must be configured exactly the same between switches or it will not work. Speed, duplex, and allowed VLANs must match.
You reload a router with a configuration register setting of 0x2101. What will the router do when it reloads?
A. The router enters setup mode.
B. The router enters ROM monitor mode.
C. The router boots the mini-IOS in ROM.
D. The router expands the first IOS in flash memory into RAM.
C. 2100 boots the router into ROM monitor mode, 2101 loads the mini-IOS from ROM, and 2102 is the default and loads the IOS from flash.
Which of the following commands provides the product ID and serial number of a router? A. show license B. show license feature C. show version D. show license udi
D. The show license udi command displays the unique device identifier (UDI) of the router, which comprises the product ID (PID) and serial number of the router.
Which command allows you to view the technology options and licenses that are supported on your router along with several status variables? A. show license B. show license feature C. show license udi D. show version
B. The show license feature command allows you to view the technology package licenses and feature licenses that are supported on your router along with several status variables related to software activation and licensing, both licensed and unlicensed features.
You need to look at past network data in DNA Center. How long can you look back into the DNA snapshot? A. 1 Day B. 3 Days C. 5 Days D. 1 Week E. 1 Month
D. DNA Center stores the network snapshot for one week.
You want to send a console message to a syslog server, but you only want to send status messages of 3 and lower. Which of the following commands will you use? A. logging trap emergencies B. logging trap errors C. logging trap debugging D. logging trap notifications E. logging trap critical F. logging trap warnings G. logging trap alerts
B. There are eight different trap levels. If you choose, for example level 3, level 0 through level 3 messages will be displayed.
What command is used to view the IPv6-to-MAC-address resolution table on a Cisco router? A. show ip arp B. show ipv6 arp C. show ip neighbors D. show ipv6 neighbors E. show arp
D. The command show ipv6 neighbors provides the IPv6-to-MAC-address resolution table on a router.
An IPv6 ARP entry is listed as with a status of REACH. What can you conclude about the IPv6-to-MAC-address mapping?
A. The interface has communicated with the neighbor address and the mapping is current.
B. The interface has not communicated within the neighbor reachable time frame.
C. The ARP entry has timed out.
D. IPv6 can reach the neighbor address but the addresses has not yet been resolved.
A. If the state is STALE when the interface has not communicated within the neighbor reachable time frame, the next time the neighbor communicates, the state will be REACH.
Which configuration management solutions require agents? (Choose two.) A. Puppet B. Ansible C. Chef D. Cisco IOS
A, C. Puppet and Chef require you to install an agent on the node before the configuration
server can manage it.
\_\_\_\_\_\_ is a Ruby-based configuration management tool that uses custom manifest files to configure devices. A. Ansible B. Puppet C. Chef D. Manifold
B. Puppet is a Ruby-based configuration management tool that uses custom manifest files to configure devices.
You have two OSPF directly configured routers that are not forming an adjacency. What should you check? (Choose three.) A. Process ID B. Hello and dead timers C. Link cost D. Area E. IP address/subnet mask
B, D, E. In order for two OSPF routers to create an adjacency, the Hello and dead timers must match, and they must both be configured into the same area, as well as being in the same subnet.
When do two adjacent routers enter the 2WAY state?
A. After both routers have received Hello information
B. After they have exchanged topology databases
C. When they connect only to a DR or BDR
D. When they need to exchange RID information
A. The process starts by sending out Hello packets. Every listening router will then add the originating router to the neighbor database. The responding routers will reply with all of their Hello information so that the originating router can add them to its own neighbor table. At this point, we will have reached the 2WAY state—only certain routers will advance beyond to this.
You want to use the Command Runner. What is this used for?
A. Pushing OSPF configuration
B. Pushing Show commands and viewing the results
C. Pushing ACL configuration
D. Pushing Interface configurations
E. Pushing a banner configuration
B. The Command Runner is a useful tool for pushing show commands to devices and viewing the results.
What type of switching is done in a network fabric? A. Layer 2 B. Layer 3 C. Layer 4 D. Layer 7
B. A fabric entirely consists of layer 3 only.
Which statement about GRE is not true?
A. GRE is stateless and has no flow control.
B. GRE has security.
C. GRE has additional overhead for tunneled packets, at least 24 bytes.
D. GRE uses a protocol-type field in the GRE header so any layer 3 protocol can be used through the tunnel.
B. Generic Routing Encapsulation (GRE) has no built-in security mechanisms.
Which QoS mechanism will drop traffic if a session uses more than the allotted bandwidth? A. Congestion management B. Shaping C. Policing D. Marking
C. When traffic exceeds the allocated rate, the policer can take one of two actions. It can either drop traffic or re-mark it to another class of service. The new class usually has a higher drop probability.
IPv6 unicast routing is running on the Corp router. Which of the following addresses would show up with the show ipv6 int brief command?
Corp# sh int f0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 000d.bd3b.0d80 (bia 000d.bd3b.0d80) [output cut]
A. FF02::3c3d:0d:bdff:fe3b:0d80
B. FE80::3c3d:2d:bdff:fe3b:0d80
C. FE80::3c3d:0d:bdff:fe3b:0d80
D. FE80::3c3d:2d:ffbd:3bfe:0d80
B. This can be a hard question if you don’t remember to invert the 7th bit of the first octet in the MAC address! Always look for the 7th bit when studying for the Cisco R/S, and when using eui-64, invert it.
The eui-64 autoconfiguration then inserts an FF:FE in the middle of the 48-bit MAC address to create a unique IPv6 address.
A host sends a type of NDP message providing the MAC address that was requested. Which type of NDP was sent? A. NA B. RS C. RA D. NS
A. The NDP neighbor advertisement (NA) contains the MAC address. A neighbor solicitation (NS) was initially sent asking for the MAC address.
Each field in an IPv6 address is how many bits long? A. 4 B. 16 C. 32 D. 128
B. Each field in an IPv6 address is 16 bits long.
An IPv6 address is a total of 128 bits.
What protocols are used for the following TCP/IP Layer?
Application
HTTP, POP3, SMTP
What protocols are used for the following TCP/IP Layer?
Transport
TCP, UDP