Flashcards
(187 cards)
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