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

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;

6 Cards in this Set

  • Front
  • Back
Idle
Initiates a TCP connection with its configured peer and listens for a response. Changes state to connect.

Can fail and remain in Idle if TCP port 179 is not open, a random TCP port above 1023 is not open, or peer IP or AS is misconfigured
Connect
Waits for TCP negotiation with peer
If TCP successful, sends OPEN and moves to OpenSent

If error (TCP port, IP/AS misconfig), moves to Active
Active
BGP was unable to establish a TCP connection. Retries once, if unsuccessful moves to Idle state.

Failure can be caused by TCP ports not open, IP/AS misconfig, or network congestion / flapping.
OpenSent
BGP listens for Open from peer. Once received, router checks validity and sends Notification message with error. Otherwise sends KeepAlive and moves to OpenConfirm.

Possible issues: version mismatch, MD5 pw mismatch, wrong AS
OpenConfirm
Listening for KeepAlive from peer. If received and no timers expired, move to Established.

If a timer expires or an error is received, goes back to Idle.
Established
Peers send Update messages to exchange prefixes. If any errors are received, goes back to Idle.