6.2 Static Routing Flashcards

1
Q

When the network topology changes Describe what happens to dynamic and static routing

A

dynamic entries are updated automatically

static entries must be manually adjusted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When is static better than dynamic routing

A

when you have a simple network, dynamic is better for larger or complex networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three advantages of static routing

A

Static routes are more secure because they are not shared over the network like dynamic routes.
Static routes require less bandwidth and system resources than dynamic protocols.
The path used to send data across a network is set and does not need to be determined before packets are sent.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are three disadvantages of static routing

A

Initial and ongoing configuration requires a lot of time.
Errors can be made in manual configurations.
Routes must be changed manually when there are topology changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe when to use Standard static route

A

when connecting to a remote network. If data is frequently exchanged between networks, there’s no need to use a dynamic routing protocol. Instead, an administrator can configure a direct route between the two networks, saving resources each time data is exchanged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe when to use a Default static route

A

If there is only one router on your network, you can set up a default static route to direct to the ISP, packets with IP addresses not in the routing table.

Similarly, in a larger network, a default route can be used when the IP address does not match an entry in the routing table. In the event that packets are destined to a destination outside of an organization, the packets are sent through an edge router to the company’s internet service provider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe when to use Summary static route

A

used to minimize the number of routing table entries. Multiple static routes can be combined into one static route if the networks are touching or use the same next-hop address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Describe when to use Floating static route

A

backup routes. If one link fails, the floating route is to be used. This is accomplished by setting a higher administrative distance to the backup route. By default, the administrative distance of a static route is 1, but the distance can be increased to ensure that it serves as a backup route.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the command
Router(config)#ip route network-address subnet-mask { ip-address | exit-intf [ip-address]} [distance]
do

A

Configures a static route on an IPv4 network. Note that the administrative distance defaults to 1 if not specified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the command
Router(config)#ip route network-address subnet-mask { ip-address | exit-intf [ip-address]} [distance]
do

A

Configures a static route on an IPv6 network. Note that the administrative distance defaults to 1 if not specified.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the command
Router(config)#ip route 0.0.0.0 0.0.0.0 {ip-address | exit-intf}
do

A

Configures a default static route on an IPv4 network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does the command
Router(config)#ipv6 route ::/0 {ipv6-address | exit-intf}
do

A

Configures a default static route on an IPv6 network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the command
Router#show ip route static
do

A

Shows the static routes listed in the routing table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Router(config)#ip route network-address subnet-mask { ip-address | exit-intf [ip-address]} [distance]

A

Configures a floating static route on an IPv4 network. You must increase the administrative distance of the floating route to ensure that it is higher than your default static route and that it is used only as a backup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Router(config)#ip route network-address subnet-mask { ip-address | exit-intf [ip-address]} [distance]

A

Configures a floating static route on an IPv6 network. Note that the administrative distance defaults to 1 if not specified. You must increase the administrative distance of the floating route to ensure that it is higher than the default static route and that it is used only as a backup.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly