Online Final Exam Flashcards
CCNA 2 v5.0 R&S Essentials Final Exam
In IPv6, all routes are level _ ultimate routes.
1
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
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
If RIPng is enabled, how many hops away does R1 consider the 2001:0DB8:ACAD:1::/64
network to be?
3
What is a function of the distribution layer?
interconnection of large-scale networks in wiring closets
Static routes are configured by the use of the ________ global configuration command.
ip route
Which type of route is 172.16.0.0/16?
level 1 parent route
Which type of traffic would most likely have problems when passing through a NAT device?
IPsec
Which two packet filters could a network administrator use on an IPv4 extended ACL?
- ICMP message type
- destination UDP port number
On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch?
no vlan 100
Which command will create a static route on R2 in order to reach PC B?
R1(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1
What is a disadvantage of NAT?
There is no end-to-end addressing.
What summary static address would be configured on R1 to advertise to R3?
192.168.0.0/22
When configuring a switch to use SSH for virtual terminal connections, what is the purpose of the crypto key generate rsa command?
create a public and private key pair
What gives the ability to store frames before forwarding them?
Buffering
What does the cost of an OSPF link indicate?
A lower cost indicates a better path to the destination than a higher cost does.
What best describes the operation of distance vector routing protocols?
They send their routing tables to directly connected neighbors.
The Gigabit interfaces on both routers have been configured with subinterface numbers that match the VLAN numbers connected to them. PCs on VLAN 10 should be able to print to the P1 printer on VLAN 12. PCs on VLAN 20 should print to the printers on VLAN 22. What interface and in what direction should you place a standard ACL that allows printing to P1 from data VLAN 10, but stops the PCs on VLAN 20 from using the P1 printer?
Outbound on R1 Gi0/1.12
Which kind of message is sent by a DHCP client when its IP address lease has expired?
a DHCPREQUEST unicast message
Which three values or sets of values are included when creating an extended access control list entry?
- access list number between 100 and 199
- source address and wildcard mask
- destination address and wildcard mask
What is the second step in the link-state routing process?
Each router is responsible for “saying hello” to its neighbors on directly connected networks.
Which three requirements are necessary for two OSPFv2 routers to form an adjacency?
- The link interface subnet masks must match.
- 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.
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
What happens immediately after two OSPF routers have exchanged hello packets and have formed a neighbor adjacency?
They exchange abbreviated lists of their LSDBs
Which two factors are important when deciding which interior gateway routing protocol to use?
- speed of convergence
- scalability