Flashcards
To specify all hosts in the Class C IP network 192.16.8.0, what wildcard access list mask would you use?
0.0.0.255
What access list will allow only web traffic into network 196.15.7.0 from any client?
access-list 100 permit tcp any 196.15.7.0 0.0.0.25 eq www
Which router command allows you to determine whether an IP access list is enabled on a particular interface?
show ip interface
What router command allows you to view the entire contents of all access lists?
show access-lists
What do IP extended access lists use as a basis for permitting or denying packets?
Source and destination addresses, source and destination ports, and protocol.
What is the IP extended access list range?
100-199 and 2000-2699
What is the dotted-decimal equivalent of /15?
255.254.0.0
Which command applies access list 110 inbound to an interface?
Router(config-if)#ip access-group 110 in
What is a network called that is used to allow limited access to certain resources from outside the LAN?
DMZ
____________lists use the number 1-99 or 1300-1999 and filter based on source IP address only.
Standard IP access
The block size of a /26 network is _____.
64
The output of the show startup-config command comes from ______.
NVRAM
What vendor-neutral protocol works much like CDP?
LLDP (Link Layer Discovery Protocol)
_______________lists use the range from 100 to 199 or from 2000 to 2699.
IP extended access
What type of mask do route in the routing table marked with an “L” have?
/32
True/False: Area border routers can be in only one area at a time.
False: Any router that is member of two areas is a border router, or an area border router (ABR), by definition.
Which configuration mode and command combination sets the bandwidth metric of a Frame Relay connection to 64000 bps?
router (config-if)#bandwidth 64
________ on an Ethernet network is the retransmission delay that’s enforced when a collision occurs.
Backoff
What Application layer protocols sets up a secure session that’s similar to Telnet?
SSH
What command, enabled by default starting with Cisco IOS version 12.x, allows the use of the first and last subnet in a network design?
ip subnet-zero
What mask yields only six IP addresses per subnet?
255.255.255.248, or /29
Which command backs up the Cisco IOS to a TFTP server?
copy flash tftp
What protocol resolves IP addresses to MAC address?
ARP
What command provides an excellent overview of the actual operation of all currently running protocols?
show ip protocols
Type the command that must be present for a Layer 3 switch to provide inter-VLAN routing between the two VLANs.
ip routing
Type the command that creates a named extended access list called 150.
ip access-list extended 150
In an Ethernet II frame, what is the function of the section labeled FCS?
Error detection
What mechanism is used by the client to avoid a duplicate IP address during DHCP process?
Gratuitous ARP
Which type of protocol determines the path of a packet through a network: routing or routed?
Routing
How many subnets are contained in the network 192.168.10.0 /27?
8 subnets
What IP address is called the loopback address?
127.0.0.1
What is the HyperTerminal setting for connecting to a Cisco router?
9600 bps, parity None, 1 stop bit, and 8 data bits
What type of cable is used to connect to a console port of a router?
Rolled/Rollover
What type of Ethernet cable is used to connect from a hub to a switch?
Crossover
What type of Ethernet cable is used to connect workstation to a router?
Crossover
What type of Ethernet cable is used to connect a router to a switch?
Straight-through
What type of Ethernet cable is used to connect a router to another router?
Crossover
The __________command causes the system to return you to your previous prompt after displaying a console message.
logging synchronous
True/False: OSPF uses cost as a metric.
True
What does the configuration register setting of 0x2102 do?
Tells the router to look in NVRAM for the boot sequence
Which command can be used to determine a router’s capacity to generate debug output?
show processes cpu
True/False: OSPF is called an advanced distance-vector routing protocol
False: EIGRP is an advanced distance-vector protocol
An IPv6 address is how many bits long?
128 bits
How does inter-VLAN communication take place?
Using a router Or layer 3 switch
What is the shortest possible version of this address-
2001:0db8:3c3d:0012:0000:0000:1234:56ab?
2001:00db8:3x3d:0012::1234:56ab?
What type of IPv6 address is delivered to a single interface?
Unicast
What is the IEEE standard frame tagging method?
802.1q
Which switching technology reduces the size of a broadcast domain?
VLANs
What is the main purpose for creating VLANs?
To break up broadcast domains at layer 2
What is a publicly routable IPv6 address called?
Global unicast
What advantage is offered by LAN segmentation?
More bandwidth is provided to each user.
What Class C mask can be used to provide seven subnets, each with 25 hosts?
255.255.255.224, or /27, although it actually provides a total of eight subnets, each with 30 hosts
_____________break up broadcast domains in layer 2 switched networks.
VLANs
__________links are used to carry VLAN information between switches.
Trunk
___________links can carry traffic for one VLAN.
Access
The typical reason for creating network segmentation is to provide more __________ to each user.
Bandwidth
What IPv6 address type is the equivalent of an Automatic Private IP (APIPPA) address?
Link-local
What is the binary equivalent of the decimal number 152?
10011000
What IPv6 address type is referred to as a “one-to-nearest” address?
Anycast
What command do you use to copy a configuration from a TFTP host to a Cisco router’s DRAM on your network?
copy tftp running-config
Which memory in a Cisco router stores packet buffers and routing tables?
RAM
What IPv6 address is the equivalent of 127.0.0.1 in IPv4?
::1
What IPv6 suffix describes the multicast range?
FF00::/8
Which command will show you the IOS version running on your router?
show version
The basic IPv6 header contains how many fields?
8 fields
To copy a configuration from the Cisco router’s DRAM to a TFTP host on your network, what command can you use?
copy run tftp
If you want to suspend a Telnet session, what keystroke combination would you use?
Ctrl+Shift+6, then X
The ICMPv6 packet is identified by the value 58 in the ______field, located inside the IPv6 header.
Next Header
What component performs the function of Address REsolution Protocol in ICMPv6?
Neighbor discovery
How do IPv6 hosts receive the address of the gateway?
Router Solicitation
Which command is used to find the path a packet takes through an Internetwork?
traceroute
Using the prefix 2001:db8:1:1 /64, convert the following MAC address into a EUI-64 address: 1020:ef01:5554.
2001:db8:1:1:1220:efff:fe01:5554
When hosts make up or receive an IPv6 address, they send three _______packets out via NDP NS asking if anyone has this same address.
Duplicate address detection (DAD)
Which command displays Cisco Discovery Protocol adjacencies?
show cdp neighbors