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

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;

29 Cards in this Set

  • Front
  • Back

What is single-homed BGP?

A BGP design with a single link between the enterprise and the ISP

What is dual-homed BGP?

A BGP design with 2 links between an enterprise and the ISP

What is multihomed BGP?

A BGP design with links to multiple ISPs

How do you predefine neighbors in BGP?

Neighbor <ip_address> remote-as <asn>

What 3 ways can a prefix be learned by BGP?

Through the "network" command, through route redistribution, or by learning prefixes from a neighbor

What port does BGP use?

TCP 179

What is the term BGP uses for routes?

Network Layer Reliability Information (NLRI)

What command will put you in BGP configuration mode for a particular ASN?

Router bgp <asn>

What does the command "show tcp brief" do?

Shows all TCP connections that terminate at that router

What command will show all TCP connections that terminate at a router?

Show tcp brief

What does the command "show ip bgp summary" do?

Shows BGP peers, IP addresses, and ASNs

What command will list a router's BGP peers, their IP addresses, and their ASNs?

Show ip bgp summary

How can you determine if a peer is using eBGP or iBGP?

Compare ASNs

What does "idle" mode indicate in BGP?

That a neighbor is shut down or waiting

What BGP neighbor state is a router in if its neighbor is shut down or waiting?

Idle

What does a BGP neighbor state of "connect" indicate?

That the TCP connection is starting

What BGP neighbor state indicates that the TCP connection is starting?

Connect

What does a BGP neighbor state of "active" indicate?

That the TCP connection is complete, but no BGP messages have been sent

What BGP neighbor state indicates that the TCP connection is complete, but no BGP messages have been sent?

Active

What does a BGP neighbor state of "opensent" indicate?

That the router has sent the first message to establish a neighbor relationship

What BGP neighbor state indicates that a router has sent the first message to establish a neighbor relationship?

Opensent

What BGP neighbor state indicates that a router has received an Open message from a neighbor?

Openconfirm

What does the BGP neighbor state "openconfirm" indicate?

That the router has received an Open message from its neighbor

What does the BGP neighbor state "established" indicate?

That the two routers have completed the neighbor relationship

What BGP neighbor state indicated that that two routers have completed a neighbor relationship?

Established

What command will remove a router as a BGP neighbor?

Neighbor <id> shutdown

Can BGP's "neighbor" command advertise any route?

No, only ones that appear in the routing table

What command can be used to add a route to the routing table for the purpose of advertising it?

Ip route <ip_addr> <mask> null0

What kind of route can be added to the routing table for the purpose of advertising a summary?

A discard route