Final 5.03 Flashcards
Which command, when issued in the interface configuration mode of a router, enables the interface to acquire an IPv4 address automatically from an ISP, when that link to the ISP is enabled?
ip address dhcp
Which kind of message is sent by a DHCP client when its IP address lease has expired?
a DHCPREQUEST unicast message
A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool currently uses the IP addresses ranging from 209.165.200.228-236. Which configuration would the network administrator add to allow this device to be accessed by the marketing personnel from home?
ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443 ip nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365
What is a disadvantage of NAT?
There is no end-to-end addressing.
Which type of traffic would most likely have problems when passing through a NAT device?
IPsec
What benefit does NAT64 provide?
It allows sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses.
Which two packet filters could a network administrator use on an IPv4 extended ACL? (Choose two.)
- ICMP message type
- destination UDP port number
A network administrator is explaining to a junior colleague the use of the lt and gt keywords when filtering packets using an extended ACL. Where would the lt or gt keywords be used?
in an IPv4 extended ACL that allows packets from a range of TCP ports destined for a specific network device
Which three values or sets of values are included when creating an extended access control list entry? (Choose three.)
- access list number between 100 and 199
- destination address and wildcard mask
- source address and wildcard mask
A network administrator is designing an ACL. The networks 192.168.1.0/25, 192.168.0.0/25, 192.168.0.128/25, 192.168.1.128/26, and 192.168.1.192/26 are affected by the ACL. Which wildcard mask, if any, is the most efficient to use when specifying all of these networks in a single ACL permit entry?
0.0.1.255
The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.)
access-class 5 in access-list 5 permit 10.7.0.0 0.0.0.31
A network administrator is adding ACLs to a new IPv6 multirouter environment. Which IPv6 ACE is automatically added implicitly at the end of an ACL so that two adjacent routers can discover each other?
permit icmp any any nd-na
Which statement describes a route that has been learned dynamically?
It is automatically updated and maintained by routing protocols.
Which statement is correct about IPv6 routing?
IPv6 uses the link-local address of neighbors as the next-hop address for dynamic routes.
Which two factors are important when deciding which interior gateway routing protocol to use? (Choose two.)
- scalability
- speed of convergence
A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network?
ip route 172.16.32.0 255.255.224.0 S0/0/0 200
Which summary IPv6 static route statement can be configured to summarize only the routes to networks 2001:db8:cafe::/58 through 2001:db8:cafe:c0::/58?
ipv6 route 2001:db8:cafe::/56 S0/0/0
Which statement is true about the difference between OSPFv2 and OSPFv3?
OSPFv3 routers do not need to have matching subnets to form neighbor adjacencies.
What happens immediately after two OSPF routers have exchanged hello packets and have formed a neighbor adjacency?
They exchange abbreviated lists of their LSDBs.
What does the cost of an OSPF link indicate?
A lower cost indicates a better path to the destination than a higher cost does
Which three pieces of information does a link-state routing protocol use initially as link-state information for locally connected links? (Choose three.)
- the link router interface IP address and subnet mask
- the type of network link
- the cost of that link
Which three requirements are necessary for two OSPFv2 routers to form an adjacency? (Choose three.)
- The two routers must include the inter-router link network in an OSPFv2 network command
- The OSPF hello or dead timers on each router must match.
- The link interface subnet masks must match