InetDaemon
The guy  "geeks" call for tech support..

BGP Messages

BGP messages exchange information and help maintain state between the two routers in the peering session. I will more clearly define these messages later.

KEEPALIVE

This is the packet used to keep the session running when there are no updates. Keepalives are sent between BGP speakers to let each other know they are still there. When a BGP router fails to hear a Keepalive message, it removes all routes heard from that peer from it's forwarding information base (FIB).

NOTIFICATION

Notifications are used to send error messages when an update is received but is corrupt, or when the router needs to turn down the session unexpectedly.

OPEN

Open messages are used to start a BGP session by requesting that a BGP session be opened over an existing TCP/IP session.

UPDATE

This message type contains the actual route updates. The route updates are composed of the following:

  1. Network Layer Reachability Information
  2. AS-Path
  3. AS-Path Attributes

Updates received are placed in the Routing Information Base (RIB). If a route in an Update message is better than all other routes in the RIB, then that route is placed in the Forwarding Information Base (FIB).

 


<< KEEPALIVES OPEN >>

YOUR DONATIONS SUPPORT THE CONSTRUCTION OR COMPLETION OF TUTORIALS THROUGHOUT THIS SITE
STANDARD DISCLAIMER | Comments and Suggestions | FAQ's | About InetDaemon.Com | About InetDaemon | Acceptable Use Policy | Privacy Policy