top mpls & bgp interview questions and answers for ccie certified

BGP Interview Questions for Experienced
  • Differentiate between Open Shortest Path First (OSPF) and Border Gateway Protocol (BGP). …
  • Differentiate between hard reset and soft reset in the context of BGP. …
  • What do the various BGP Path Attributes mean? …
  • What do you understand about communities in the context of BGP?

BGP Interview Questions and Answers | CCNP | CCIE | Most Asked Interview Questions ||

Most Commonly Asked BGP Interview Questions

Frequently requested BGP questions, such as scenario-based BGP interview questions and BGP troubleshooting interview questions and answers, have been addressed in this blog.

BGP Interview Questions and Answers for Freshers

Border Gateway Protocol (BGP) is a protocol that allows two networks to communicate with one other. BGP is a standardized outside gateway protocol that allows autonomous systems (AS) on the Internet to share routing and reachability information. A route vector protocol is what the protocol is called. The Border Gateway Protocol is engaged in fundamental routing choices and determines routing decisions depending on pathways, network regulations, or rule sets a network administrator provides.

Within an autonomous system, BGP may be utilized for routing. Interior Border Gateway Protocol, often known as Internal BGP or iBGP, is used in this application. The protocols Internet implementation, on the other hand, is known as Exterior Border Gateway Protocol, External BGP, or eBGP.

CCIE Interview Questions for Preparations –

Note –You can Purchase Answers of all Below CCIE R&S Interview Questions from Above in Easy to Understand PDF Format

  • Which routing protocols are application layer protocols?
  • Why BGP is an application layer protocol?
  • Why RIP is an Application Layer protocol?
  • Why OSPF is an Internet layer protocol?
  • In an IP Packet, how many bits are there in the Version field?
  • What is TTL in an IP Packet and how does it work?
  • Name one of the well-known utilities which use TTL?
  • What is Proxy ARP?
  • What is GARP?
  • Enlist some uses of Gratuitous ARP?
  • See the figure below, how many hops are there when 192.21.1.10 need to talk to 192.21.5.200.
  • How many bits are there in FLAG field of the TCP?
  • Name the Eight Flags used in the TCP?
  • What is a redirect?
  • What mechanisms does TCP use to provide connection-oriented service?
  • What is the Anycast address?
  • What are the five ICMPv6 messages used by the Neighbor Discovery Protocol?
  • What does IPv6 use in place of ARP and an ARP Cache?
  • What is a recursive table lookup?
  • What is a floating static route?
  • Below is the figure. Kindly determine for which protocol is this packet format?
  • What is convergence time?
  • What is the purpose of route invalidation timers?
  • How do areas benefit a link state network?
  • How many updates must be missed in RIP before a route entry will be marked as unreachable?
  • What will be configurations for the RTA and RTC to route to all subnets via RIP?
  • What is the difference between the neighbor table and the topology table in EIGRP?
  • What is a feasible distance in EIGRP?
  • What is the difference between an active route and a passive route?
  • What does stuck-in-active mean?
  • What are the five OSPF packet types?
  • What is the purpose of the Database Description Packet?
  • What is an area in OSPF?
  • What is the significance of area 0?
  • What are the four OSPF router types?
  • What are the five OSPF network types?
  • What is a Partitioned area?
  • What is the difference between a stub area and a totally stubby area?
  • What is the difference between OSPF network entries and OSPF router entries?
  • OSPF is not working between two routers. When debugging is turned on, the messages shown below are received every 10 seconds. What is the problem?
  • Explain what problem is indicated by below mentioned debug messages
  • The configurations for the routers shown below is,A: router ospf 15 network 192.168.50.224 0.0.0.31 area 192.168.50.0 network 192.168.50.240 0.0.0.15 area 0.0.0.0 area 192.168.50.0 authentication message-digestB: router ospf 51 network 192.168.50.0 0.0.0.255 area 0Routers A and B are not forming an adjacency. What is wrong?
  • How does BGP use the AS_PATH attribute to detect the routing loops?
  • What is the purpose of a full iBGP mesh, and why is it considered best practice?
  • How does iBGP avoid routing loops?
  • What is multihomed AS?
  • How does address summarization help stabilize a network in BGP?
  • What AS numbers are reserved for private use?
  • What is NLRI?
  • What is the difference between the Connect state and Active state in BGP?
  • What is the difference between the hard reset and soft reset in BGP? In case of hard reset the local router brings down the neighborship, brings down the underlying TCP connection and all the BGP table entries learned from that neighbor are removed. #clear ip bgp * command is used for hard reset. In case of a soft reset, the router does not bring down the BGP neighborship or the underlying TCP connection. However, the local router resends outgoing Updates and reprocesses incoming Updates adjusting the BGP table based on the current configuration. #clear ip bgp * soft command is used for soft reset.

    Explain Loop prevention mechanism in BGP? BGP uses two mechanisms to prevent loops:- 1. When a router learns routes from an iBGP peer, that router does not advertise the same routes to another iBGP peer. 2. By using AS_PATH – When advertising to an eBGP peer, a BGP router adds its own ASN to the AS_PATH. If a BGP router receives an update and the route advertisement lists an AS_PATH with its own ASN, the router ignores that route. Note – A BGP router does not add its ASN when advertising to an iBGP peer.

    Explain BGP Local preference? Local preference is an indication to the AS about which path has a preference to exit the AS in order to reach a certain network. A path with a higher local preference is preferred more. By default value for local preference is 100 and can be changed manually. Unlike the weight attribute, which is only relevant to the local router, local preference attribute is communicated throughout a single AS for the purpose of influencing the choice of best path to exit the AS.

    What is Recursive Lookup? The router looks up the BGP route and the next hop to reach a destination in the remote AS. Then the router looks up the route to reach the next hop. In this way router has to perform lookup twice to reach to a destination, this process is called recursive lookup.

    What is route reflector and why it is required? In BGP, route learned from an iBGP neighbor will not be advertised to another iBGP neighbor. To overcome this situation route reflector is used. It acts as a route reflector server and makes IBGP neighbors as route reflector clients enabling route advertisements between them.

    FAQ

    What is BGP protocol interview questions and answers?

    The values of the following characteristics are used to choose BGP paths:
    • Weight.
    • Local Preference (highest local value will be preferred, the default value is 100)
    • Originate.
    • AS path length.
    • Origin code.
    • Multi-Exit Discriminator (MED)
    • eBGP path over iBGP path.
    • Shortest IGP path to BGP next-hop.

    Why BGP is preferred over OSPF?

    BGP and OSPF are two of the most common routing protocols. While BGP excels with dynamic routing for large networks, OSPF offers more efficient path choice and convergence speed.

    Is BGP TCP or UDP?

    BGP uses TCP as its transport protocol. This eliminates the need to implement explicit update fragmentation, retransmission, acknowledgement, and sequencing.

    Why does BGP use TCP port 179?

    Among routing protocols, BGP is unique in using TCP as its transport protocol. BGP peers are established by manual configuration between routing devices to create a TCP session on port 179. A BGP-enabled device periodically sends keepalive messages to maintain the connection.

    Related Posts

    Leave a Reply

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