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

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;

46 Cards in this Set

  • Front
  • Back

What is the routing protocol that "glues" the Internet together

BGP



Border Gateway Protocol

What does BGP stand for?

Border Gateway Protocol

RIP, EIGRP, OSPF are all __________ routing protocols?

IGP



Interior Gateway Protocls

When we are working with the internet being able to __________________ is more important than finding the shortest path.
Manipulate traffic
What is the routing Protocol that we use on the internet?
BGP

Border Gateway Protocol

IANA

Internet Assigned Numbers



They assign public IP addresses

AS

Autonomous System



A collection of networks under a single administrative domain

For routing between different AS we use ____________ protocol?
EGP
External Gateway Protocol

How do you get an Autonomous system number?

Just like public IP address you have to register them.

How many bits are AS (Autonomous Systems)

16 bits


or


32 bits (Since Jan 2009)

What are the AS numbers?

1-65535

What are the AS Private numbers range?

64512-65535

BGP has two flavors what are they?

  • External BGP: between autonomous systems
  • Internal BGP: within the AS

What are ISPs going to advertise to our customer network through BGP?

  • Default Route
  • Default Route and a partial routing table
  • Full Internet Routing table

Of the 3 ways ISPs advertise to our networks what requires the fewest resources?

Default Route

What could happen if you only have one default route from your ISP?

It will only go to one location, when they may be a better option available. This is not optimal.

How can you check the BGP Routing table?
show ip bgp
show ip route

What kind of routing protocol is BGP?

Path-Vector

What does BGP guarantee?

Loop-free routing information

Since BGP doesn't use metrics, what does it use?

BGP Attributes

BGP is also called?

Policy-based Routing protocol

Why do we call BGP a path-vector protocol?

It maintains the path information and gets updated dynamically.

In BGP can you choose the path you are going to use?
No

NOTE:
You can choose the exit path, but you cannot make routing decisions for other AS

What will each AS advertise?

The Best Path to your Autonomous system

When will your AS learn about the 2nd best Autonomous system?
When the 1st fails

What must you do to your neighbors when implementing BGP?

You must configure them.

What command allows you to configure external BGP?

neighbor x.x.x.x remote-as

If you configure your BGP correctly what will you see?
A new BGP neighbor adjacency.

How do you enable MD5 authentication on BGP?

Neighbor password command

What is a command to see if you have a bgp neighbor?

show ip bgp summary

If you want to advertise the loopback interface you can use __________ command?

Network Command

If you want to advertise something with BGP you need to make sure you type ___________________ for the network you want to advertise.

type the exact subnet mask for the network you want to advertise

What command allows you to look at the BGP database?

show ip bgp

What command shows you the path information in BGP?

show ip bgp

If you change the loopback interfaces what command do you have to use to update the information in BGP

update-source command

Configuring TTL is only required for _______________

External BGP

The AS between your routing protocol and EGP is called ___

Transit AS

If your autonomous system is a transit AS you should always _____________
Run IBGP (internal BGP) on all routers within the AS.

NOTE:
If you do not run IBGP you might have reachability issues

When configuring an autonomous system to be an internal BGP what do you configure

Both the routing protocol and bgp

When configuring IBGP how does it know it is internal BGP?
You will use the same AS number.

What does BGP use to setup the tcp connection to the other BGP neighbors?

BGP will use one of the physical IP addresses to setup the TCP connection.

If the BGP is setup to use the loopback interface and you need it to use the physical address what command will you use?

update-source command

When using the "show ip bgp" command what does the > sign mean?

The > symbol means that this entry is the best one and has been installed in the routing table.

Since BGP uses the phrase "if you see your own AS number in the AS path you don't accept it since you have a loop. How do you combat this for IBGP?
BGP Split-Horizons

What is BGP split-horizon

This is when a router receives an update from another internal BGP router it will not forward this information to another internal BGP router.

Besides advertising the link between AS in BGP or an IGP like OSPF we can also change the next hop IP address using ____________ command?

the BGP next-hop-self command