Static Routing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Downsides of Directly Connected Networks

When a router only has its interfaces configured, and the routing table contains the directly connected networks but no other routes, only devices on those directly connected networks are reachable. (Hosts aren’t able to ping each other)

2
New cards

What network commonly uses a static route?

Stub network

3
New cards

Define: Stub network

A network accessed by a single route

4
New cards

Command to add static route (Cisco)

ip route [network] [subnet mask] [next-hop address]

Ex: ip route 172.16.1.0 255.255.255.0 172.16.2.2

5
New cards

Define: Summary Route

A single route that can be used to represent multiple routes.

6
New cards

Benefits of a route summarization/aggregation

Has the same exit interface or next-hop IP address = Smaller routing tables

More efficient routing table lookup process

7
New cards

Define: Default Route

A static route that is used when there are no routes that have a specific match to the destination network

8
New cards

When are default routes used?

They are used by stub routers

9
New cards

Default route command

ip route 0.0.0.0 0.0.0.0 [ip address:interface]

10
New cards

What are 4 things that Ethernet interfaces do since they participate in a LAN?

Have Layer 2 MAC address.

Are recorded in a device’s ARP Cache.

Issue ARP Requests when needed.

Issue ARP Replies when required.

11
New cards
12
New cards

Conditions for a serial interface to be in the up state

Only after the other end of the serial link has also been properly configured and activated

  • Must be on the same network/subnet

  • Clock rate

13
New cards

Pros and Cons of: debug all command

Pros:

  • Useful when configuring or troubleshooting a network.

Cons

  • Can disrupt router operations.

  • Intensive use of CPU and memory resources.

  • Run as few debug processes as necessary.

  • Disable them immediately when they are no longer needed.