IT-341 Quiz 5: Comprehensive Review on Classless Routing and Static Routing Concepts

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/50

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.

51 Terms

1
New cards

Types of static routes

Standard

Default

Floating

Summary

2
New cards

Next-hop route

Only the next hop IP address is specified

3
New cards

Directly connected static route

Only the router exit interface is specified

4
New cards

Fully specified static route

The next-hop IP address and exit interface are specified.

IP, Sub, IP, exit int

5
New cards

Static Route Command

(config)# ip route nextwork address, subnet address, exit interface, ip address of next hop

6
New cards

Ways to verify a static route

Show IP route static

Show IP route network

Show running-config

7
New cards

Default Static route

A route that matches all packets, also known as a route of last resort, represents any network that is not on a routing table.

Commonly used when connecting an edge router to a service provider network or a stub router

8
New cards

Stub router

a router with only one upstream neighbor router.

9
New cards

Default route configuration

0.0.0.0 0.0.0.0 (ip address | exit interface)

10
New cards

Floating static routes

provide backup to a primary static or dynamic route, only used when the primary route is not available

-configured with a higher administrative distance than the primary route

11
New cards

Administrative distance

The trustworthiness of a route. If multiple paths to a destination exists the router will choose the path with the lowest administrative distance.

12
New cards

Default administrative distance

static routes have a default administrative distance of 1, making them preferable to dynamic routing protocols. The administrative distance can be increased to make the route less desirable, in this route the static route floats and is not used when the route with better administrative distance is active.

13
New cards

Configure floating routes

ip route 0.0.0.0 0.0.0.0 IP administrative distance

14
New cards

test the floating static route

# show ip route static

15
New cards

C

Connected route

16
New cards

L

Local routes

17
New cards

Static host route

-manually configured static route to direct traffic to a specific destination device. The static router uses a destination IP and a /32 mask

-A host route allows for a more efficient process for packets that are directed to the router itself, rather than for packet forwarding.

18
New cards

Summary routes

A method where we create on summary route that represents multiple networks/subnets. Also called route aggregation or supernetting.

19
New cards

Advantages of summary routes

-saves memory

-saves bandwidth

-saves CPU cycles

-stability

20
New cards

What happens when a packet arrives at R1 with a destination interface

R1 decapsulates the packet and searches the routing tables for a matching destination network entry

21
New cards

Reasons a network may fail

- an interface can fail

- a service provider drops

-links can become oversaturated

-an administrator may enter a wrong configuration

22
New cards

Common troubleshooting commands

-ping

-traceroute

-show ip route

-show ip interface breif

-show cdp neighbors

23
New cards

Dynamic routing protocol components

-discovery of remote networks

-maintaining up to date routing

-choosing best path to destination networks

-ability to find new best path

24
New cards

Convergence time

the time it takes routers to share information, calculate best paths, and update routing tables

a network is not completely operable until it has converged

25
New cards

Convergence properties

the speed of propagation of routing information and the calculation of optimal paths.

26
New cards

Modern protocols

EIGRP and OSPF

27
New cards

Static routing advantages

-easy to implement in a small network

-very secure

-no routing algorithm or update required

28
New cards

Dynamic routing protocol usages

-best for large networks

-help network admin manage work.

29
New cards

Dynamic routing protocol advantages

Suitable in all topologies where multiple users are required

Independent of network size

Adapts topology to reroute traffic

30
New cards

IGP

Interior gateway protocols

-used for routing within autonomous systems

-RIP, EIGRP, OSPF, IS-IS

31
New cards

EGP

Exterior Gateway Protocols

-used for routing between autonomous systems

-official routing used by the internet

32
New cards

Distance vector protocols

RIP, EIGRP:

Use routers as sign posts along the path to the final destination

-not aware of network topology

-send updates even if nothing has changed

33
New cards

Link state protocol

having a complete map of the network topology. The sign posts along the way from source destination re not necessary because all routers are using an identical map of the network, using link state information for best path.

34
New cards

Link state protocol examples

OSPF, IS-IS

OSPF is popular in standards based routing where IS-IS is popular in provider networks

35
New cards

Classful routing

Do not send subnet mask information in their routing updates

RIP and IGRP are classful

cannot provide variable length subnet masks

36
New cards

Classless routing

include subnet mask information in the routing updates:

-RIPv2, EIGRP, OSPF, IS_IS

-Support VLSM

37
New cards

What is a metric

A measurable value that is assigned by the routing protocol to different routes based on the usefullness of that route, used to determine cost

38
New cards

Enable RIPv2

router rip

version 2

39
New cards

Route entries contain what information

route source

destination network

ongoing interface

40
New cards

[120/21]

Administrative distance and the metric

41
New cards

Route time stamp

time since route was updated

42
New cards

R 172.16.4.0 [120/2] via IP 00:00:12, G10/0/10

route source

destination network

administrative distance

metric

next hop

route timestamp

outgoing interface

43
New cards

Longest match

The best match is the route in the routing table with the longest matching number of far left matching bits with the destination IPv4 address

44
New cards

Hello Packets

In OSPF the first packet sent to identify neighbors, discover and elect default router and backup default router

45
New cards

LSA packet

Contain state and cost of each directly connected link. Routers flood their LSAs to adjacent neighbors

46
New cards

SPF tree

a topology made from received LSAs, eventually will hold all information on the topology of a network. from this tree the best paths are inserted to a routing table

47
New cards

How default router will be elcted

the router with the highest priority and router ID

48
New cards

Synchronizing OSPF database

DBD: Database datagram

LSAck: Ack of getting data

LSAck: Acking the Ack

49
New cards

Assigning a network an area

area 0

50
New cards

Passive interfaces

The passive interface router configuration mode command is used to prevent transmission of routing messages through the router interface but still allow that network to be advertised to other routers

51
New cards

Default interface bandwidth

1.54Mb/s