[c-nsp] Multihop BGP between PE to CE

Peter Rathlev prb at sks.aaa.dk
Mon Oct 1 06:18:24 EDT 2007


>>> "Masood Ahmad Shah" <masood at nexlinx.net.pk> 10/01/07 11:47 AM >>>
> Is Multihop BGP supported between PE to CE? If the answer yes, then how do
> you guys use this with Cisco. 

Sure. Just add the "ebgp-multihop" keyword to your neighbor statement in the "address-family ipv4 vrf" BGP section.

router bgp 64512
 address-family ipv4 vrf CUSTOMER
  neighbor 192.168.1.2 remote-as 64513
  neighbor 192.168.1.2 ebgp-multihop
  neighbor 192.168.1.2 activate 
  exit-address-family
 !
 exit
!

You can set the maximum hops too (minimum TTL on receipt).

On the CE side you just do this in global BGP (unless you use VRF's between PE and CE, in which case you do it the same way as above on the CE).


Regards,
Peter Rathlev
Netværksspecialist, CCIP
Århus Universitetshospital, Skejby
Region Midtjylland
Mail: prb at sks.aaa.dk



More information about the cisco-nsp mailing list