Routing Fundamentals Flashcards

1
Q

Command: Show routing table

A

show ip route

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

IPv4 Local Route Subnet Mask

A

/32

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

Routers: 2 Main Functions

A

Determine the best path to available networks

Forward traffic to those networks

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

Command: Configure interface FastEthernet0/0 with IP address 10.0.0.1/24

A

interface f0/0

ip address 10.0.0.1 255.255.255.0

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

Command: Configure a static route to the 10.0.1.0/24 network with next hop address of 10.0.0.1

A

ip route 10.0.1.0 255.255.255.0 10.0.0.1

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

Command: Configure a summary route for the 10.1.0.0/16 network with next hop of 10.0.0.2

A

ip route 10.1.0.0 255.255.0.0 10.0.0.2

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

Longest Prefix Match

A

When there are overlapping routes, the longest prefix will be selected

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

Route Load Balancing

A

When multiple equal length routes are added for the same destination, the router will add them all to the routing table & load balance between them

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

Command: Configure default route with next hop address 203.0.113.2

A

ip route 0.0.0.0 0.0.0.0 203.0.113.2

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