Top 30 BGP Interview Questions and Answers

BGP Interview Questions and Answers Part 1

23. What Exactly is DUAL?

The acronym DUAL refers to the Diffusing Update Algorithm. EIGRP uses the DUAL to determine the optimal routes to a destination. It allows for classless routing. As a result, subnet mask information will be included in EIGRP routing updates. This enables discontinuous networks and variable-length subnet masks (VLSM).

Exterior Gateway Protocol (EGP) stands for “Exterior Gateway Protocol.” Its one of the protocols for exchanging data between gateway hosts in autonomous systems close to one other.

26.  What are the many sorts of self-contained systems?

Autonomous systems may be divided into three categories:

  • A multi-homed AS links to two or more ASes to keep its Internet connection if one of them goes down.
  • A stub AS has just one other AS connected to it, yet it may have private connections that are not accessible to the rest of the Internet.
  • A transit AS serves as a connection between two or more other ASes, enabling data from unrelated networks to travel through. ISPS, for example, provide access to other networks and the Internet via transit AS to their customers and their customers networks.
  • What Are Different BGP Message Types?

    Open: Open message is Used to create a neighbor relationship and exchange BGP=parameters, including AS number and authentication values.Keep-alive: These keepalive messages are sent periodically to keep the neighbor relationship. If the Keep-alive messages are not received within a Hold timer then BGP neighbor-ship will be broken down.Update messages: These messages are used to exchanges Path Attributes and the associated prefix /length that use those attributes.Notification: In BGP notifications are used to report BGP problems or errors. It results in a reset of the neighbor relationships.

    IBGP works within the single AS and transfer BGP routes within a single autonomous system.

    EBGP: BGP running between autonomous systems. By default, eBGP neighbors must be directly connected.

  • Keepalive Interval: The time interval in seconds, between sending keep-alive messages. The default keepalive timer is 60 seconds.
  • Hold Time: Interval in seconds, after which the neighbor will be considered unavailable. The default is hold-down time is 180 seconds.
  • In BGP you are required to manually configure each neighbor in order to establish a neighborhood relationship. There are type of neighbors in BGP:

  • An internal BGP neighbor (iBGP neighbor) is a neighbor that resides on the same AS as the local router. iBGP neighbors do not have to be directly connected.
  • An external BGP neighbor (eBGP neighbor) is a neighbor that is in an AS other than the local router. EBGP neighbors must be directly connected by-default.
  • The type of neighbor has little effect on the setting of neighborhood relations. More significant differences between the different types of neighbors appear in the process of sending BGP updates and adding routes to the routing table. BGP performs these checks when it forms neighborhood relationships:

  • The router should receive a request for a TCP connection with the address of the sender, which the routerwill find listed in the list of neighbors (the neighbor command).
  • The autonomous system number of the local router must match the autonomous system number, which isindicated on the neighboring router by the command neighbor remote-as (this requirement is not observed when setting up confederations).
  • Router IDs must not be the same.
  • The neighbors must pass the authentication information if it is configured.
  • Related Posts

    Leave a Reply

    Your email address will not be published. Required fields are marked *