CCAN 2 Ch 6: Static Routing Flashcards
What are two [2] advantages of static routing over dynamic routing?
- Static routing is more secure because it does not advertise over the network.
- Static routing uses fewer router resources than dynamic routing.
Which is the best way for PC A and PC B to successfully communicate with sites on the Internet?
Configure a default route from R1 to ISP and a static route from ISP to R1.
he small company shown uses static routing. Users on the R2 LAN have reported a problem with connectivity. What is the issue?
R1 needs a static route to the R2 LAN.
The network engineer for the company that is shown wants to use the primary ISP connection for all external connectivity. The backup ISP connection is used only if the primary ISP connection fails. Which set of commands would accomplish this goal?
ip route 0.0.0.0 0.0.0.0 s0/0/0
ip route 0.0.0.0 0.0.0.0 s0/1/0 10
What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network?
default route
Which command would be used on router A to configure a static route to direct traffic from LAN A that is destined for LAN C?
A(config)# ip route 192.168.4.0 255.255.255.0 192.168.3.2
The network administrator configures the router with the ip route 172.16.1.0 255.255.255.0 172.16.2.2 command. How will this route appear in the routing table?
S 172.16.1.0 [1/0] via 172.16.2.2
The network administrator needs to configure a default route on the Border router. Which command would the administrator use to configure a default route that will require the least amount of router processing when forwarding packets?
Border(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1
Why would a floating static route be configured with an administrative distance that is higher than the administrative distance of a dynamic routing protocol that is running on the same router?
to be used as a backup route
What command would be used to configure a static route on R1 so that traffic from both LANs can reach the 2001:db8:1:4::/64 remote network?
ipv6 route 2001:db8:1:4::/64 2001:db8:1:3::2
Which default static route command would allow R1 to potentially reach all unknown networks on the Internet?
R1(config)# ipv6 route ::/0 G0/1 fe80::2
Which two statements describe classful IP addresses?
- All subnets in a network are the same size.
2. The number of bits used to identify the hosts is fixed by the class of the network.
A company has several networks with the following IP address requirements: IP phones – 50 PCs – 70 IP cameras – 10 wireless access points – 10 network printers – 10 network scanners – 2
Which block of addresses would be the minimum to accommodate all of these devices if each type of device was on its own network?
172.16.0.0/24
What does VLSM allow a network administrator to do?
utilize multiple different subnet masks in the same IP address space
What would be the best summary route for the following networks?
- 50.168.0/23
- 50.170.0/23
- 50.172.0/23
- 50.174.0/24
10.50.168.0/21