• 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/50

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;

50 Cards in this Set

  • Front
  • Back

IGPs choose a path based on things like _____________

  • Bandwidth
  • Delay
  • Hop Count
  • etc

BGP Chooses a path based on ______________

Policy

How many paths per destination does BGP Choose?

One

What is BGP metric?

BGP atributes

What is BGP attribute priority 1?

Weight (highest)

What is BGP attribute priority 2?

Local Preference (highest)

What is BGP attribute priority 3?

Originate (Local Originate)

What is BGP attribute priority 4?

AS Path (shortest)

What is BGP attribute priority 5?

Origin Code (IGP < EGP < Incomplete)

What is BGP attribute Priority 6?

MED (lowest)

What is BGP attribute Priority 7?

Paths (external preferred over internal)

What is BGP attribute Priority 8?

Router ID (lowest)

In BGP there are multiple paths stored in a routing table to get to a destination how many will be in the routing table ?
only one in the routing table

What decisions can be made about the attribute weight?

If there is a different in weight then we can make a decision and choose the BGP path with the best weight.

If the weight attribute is equal what happens?

If the weight is equal than we move down to local preference (priority 2)

If one path has a better local preference what do you do?
We will choose the path with the better local preference.

NOTE:
If the local preference is the same move to priority 3 (originate)

If BGP attributes 1-6 are all equal how is a router chosen?

A router with a router ID is chosen and placed in the routing table.

What priority is BGP Attribute Weight?

Priority 1

What priority is BGP Attribute local preference?

Priority 2

What priority is BGP Attribute Orignate?

Priority 3

What priority is BGP Attribute AS Path?

Priority 4

What priority is BGP Attribute Origin Code?

Priority 5

What priority is BGP Attribute Med?

Priority 6

What priority is BGP Attribute Paths?

Priority 7

What priority is BGP Attribute Router ID?

Priority 8

Weight is only ____________ on the router?

Local

The path with the __________ weight is preferred?

Highest Weight

How would you change the weight of a neighbor?
neighbor (IP Address of neighbor) weight (AnyNumber)

What can you use local preference (priority 2) for?

To chose the outbound external BGP path.

Local preference is sent to___________________ routers in your AS.

all internal BGP Routers in your AS

Local preference is _____ between external routers

Not Exchanged between external routers

What is the default value for local preference?


100

The path with the __________ local preference is preferred.

Highest

Local Preference is configured to __________

select an exit point.

A well-known _____________ BGP attribute must be recognized by all BGP routers per RFC but its presence in a BGP update is optional.

Discretionary

How do you change the default local preference?
"bgp default local-preference" command
If the weight and local preference are the same than ______________ attribute will kick in
3rd

originate

BGB prefers the _____ AS path to get to the destination.

Shortest Path



NOTE:


Less is Better

How can we manipulate the AS Path?

AS Path prepending

What is AS path prepending command?
This is influencing the routing AS Path.

What does "set as-path-prepend" command do?

Allows you to add you AS path number multiple times

What are the 3 origin codes you could see in the bgp table

  • i = IGP
  • e = EGP
  • ? = Incomplete

If you use the network command what origin code will you see?

i



NOTE:


It means you advertised the network yourself in BGP. EGP is historical and is not used any more.

If you see an i for the origin code in BGP table what does that mean?

You have redistributed something into BGP

What does Med mean?

Metric

How is med used?

Med is used to advertise to your neighbors how they should enter your AS

MED is exchanged between _______________

Autonomous systems

MED is propageted to all routers within th neighbor AS but is not _________

passed along any other AS

What kind of paths does the 7th BGP attribute (paths) prefer?

BGP will prefer external (EBGP) over interal paths (IBGP).



NOTE:


You rarely make it this far because normally we already made a decision because of weight, local preference, AS paths or the MED

What is the last BGP attribute?

Router ID