Question
Explain loop prevention mechanism in bgp?

Answers

BGP uses two mechanism to prevent loops:-

When a router learns routes from an iBGP peer, that router does not advertise the same routes to another iBGP peer.
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.   Your Comment






Search
Can you Answer!!
  • Q Two factors that combine to affect the density of ocean water are?
  • Q At which layer sip protocol work?
  • Q Find out switch statement output.
  • Q Koeladeo Ghana Bird Sanctuary is located in
  • Q Explain the command rate in reference to RAM?
  • Q The first woman to share the Nobel Prize with her husband?
  • Q What is a currency factoring technique?
  • Q Tell us about SAP, ERP.
  • Q Can you share a process between windows services
  • Q What is the full form of kvar?
  • Q How to print "hello world" in c without using semicolon?