• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/53

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

53 Cards in this Set

  • Front
  • Back

What is route filtering

When we filter routes we can choose which routes we are going to allow in our routing table or what routes we don't want to send our neighbors

How is route filtering like an access list?

If you don't permit something you will be denied by default

What command allow you to see the route filtering options

distribute-list

What does ge mean?
greater than or equal to

What does le mean

less than or equal to

What does a route-map do?
They work with match and set statements.

NOTE:
You can use a route-map to match certain criteria and then configure it to take action

_________ can be used for BGP Policies and policy based routing (used to over rule routing protocols)

route-map

"match ip" command does ________?
allows you to match an address or even next-hop or route-source address
Can a router determine the difference between traffic that is originating from the router and traffic that is flowing through the router?
Yes

What is the command to activate policy based routing?

Router(config)#int fa 0/1


Router(config-if)#ip policy route-map PolicyNameGoesHere

What order do route-maps work?
They work with sequence numbers. We start at the top and process the statements starting with sequence number 10

Can you have multiple match statements in a single sequences with route-map?

Yes

What is redistribution?
With multiple routing protocols on the same network this is a way of exchanging routing information between protocols.

What are the 3 main ways of redistribution?

  • Between Routing Protocols
  • Static Routes
  • Directly Connected areas

What is the redistribute connected command?

Another way of connecting routes into a routing protocal

What is a seed metric?

  • OSPF: Cost
  • EIGRP: Bandwidth, Delay, Load, Reliability and MTU
  • RIP: Hop Count

If you redistribute rip what is the default seed metric?

Infinity



NOTE:


You have to configure a default hop count for everything you redistribute into RIP or its not going to work

What do you have to configure when redistributing EIGRP?

  • Bandwidth
  • Delay
  • Load
  • Reliability
  • MTU


NOTE:


If you do not configure these redistribution will not work

What happens to the cost when you redistribute OSPF?

The redistributed routes will have a cost of 20 unless the routing information comes from BGP which has a cost of 1

Router(config)#router rip


Router(config-router)#default metric 5



What is this command doing?

This sets the hop count to 5 for everything we redistribute into RIP

What does a reliability of 255 in EIGRP mean?

it is 100% reliable

What is "One way redistribution"?

This is when you redistribute Routing Protocol A into Routing protocol B, but not vice-versa

What is "Two way Redistribution?"

This is when we redistribute between both routing protocols

One Way Redistribution and Two Way Redistribution are both called __________?

One Point Redistribution

What is "One Point Redistribution"?

This is when only one router does the redistributions

Why are "One point Redistribution's" Safe?

There is only one entrance and one exit from one routing protocol to another.



NOTE:


Because of this we cannot have any loops

Two routers that are both performing redistribution is called _______________

multipoint redistribution

one-way multipoint redistribtion

When two or more routers redistribute into a routing protocol and it is not reciprocated

Two-Way Multipoint Redistribution
Redistribution of routing Protocol A into Routing Protocol B and vice-versa

What type of redistribution is very likely to introduce problems such as loops and/or sub-optimal routing?

Multipoint Redistribution

When you redistribute into EIGRP what administrative distance will it have
170

NOTE:
EIGRP sees external routing information as not-so-reliable which is why it will assign it this high administrative distance
What is sub-optimal routing
For example, when you are redistributing between two routing protocol ex) OSPF/EIGRP, if you don't configure filters or administrative distance modification, then sub-optimal routing may occurs. One of the routing protocol (eigrp) advertise a route to the other routing protocol (ospf) with a better AD even this route is originally in the other routing domain (ospf)

Route Flapping

This is when the Route availability goes up and down

What causes Route Flapping

  • Unstable Links within the network
  • Unstable Neighbor(s) within the network
  • Duplicate Router ID within the Network
  • Routing protocol has been improperly redistributed and the route is no longer seen

4 Guidelines we can use to prevent problems with redistribution

  • Redistribute only internal routes from routing protocol A to routing protocol B
  • Tag routes on routers doing redistribution
  • Increase the metric for redistributes routes so internal routes are used instead of redistributed ones
  • Change the administrative distance
When redistributing OSPF, they show up on the router as O E2. What does this mean?
OSPF external type 2

What is the default cost when redistributing OSPF?

20


What is the difference between redistributing RIP and OSPF?

OSPF is more sophisticated than RIP and can tell which routes are internal and external.

If routes are redistributed into OSPF as type 2, What happens?
Every router in the OSPF domain will have the same cost to reach the external networks.

If routes are redistributed into OSPF as type 1, What happens?

The cost to reach the external networks could vary from router to router

To redistribute EIGRP into RIP what must we specify?

We have to specify the AS number for EIGRP and the metric (hop count)

The administrative distance is only __________ and can be different for each router?

Local

The administrative distance can or cannot be modified

Administrative distance can be modified

If you set and administrative distance in EIGRP to 255 what happens?

It is labeled as unknown and will not show up in the routing table

In OSPF what kind of administrative distances can you change?

  • External
  • Inter-Area
  • intra-area

Why would we change the administrative distance?

It can help us solve redistribution problems

Sub-Optimal Routing

This is when the routing protocol chooses a path that is not the quickest or most direct.



NOTE:


This is more likely to happen when redistribution is involved

O E1

OSPF External type 1


  • Default Metric of 20
  • Add Metrics at each hop


NOTE:


This makes them easier to manipulate along with internal routing paths

When creating a route map, if you do not add a sequence number than what will happen to the networks that match the prefix-list?

The only the networks that match the prefix list will be redistributed.

What are the two ways you can resolve sub-optimal routing?

  • Change Matrix
  • Change Administrative Distance

What is the rule of thumb with redistribution?

Never redistribute routing information back into the routing protocol where it originates from

How can you tag a route?

With the route-map command



Example


Router(config-router)#redistribute ospf 1 metric 5 route-map TAG

Do you have to use tags with all redistributions?

No, Only with multipoint redistribution