eBGP MultiHop Explained - LAB

eBGP-Multi-Hop:
  • eBGP Multi-Hop is used, where you are forming neighbors other-than directly connected interfaces between Different AS.
  • By Default, Time to Live for BGP is 1. By using Multi-Hop in BGP, we are increasing the Time to live value, so that the packet will not dropped while moving to eBGP neighbors.

R1#show running-config | section router bgp
        router bgp 1
         no synchronization
         bgp log-neighbor-changes
         neighbor 2.2.2.2 remote-as 2
         neighbor 2.2.2.2 ebgp-multihop 2
         no auto-summary

You can also look into m video Tutorial:

Post a Comment