Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BGP over RBVPN

Good morning everyone,
i'm trying to implement BGP over RBVPN, neighbors are up only when i add the comand disable-connected-check and if i use the comand maximu-path 20 they cannot establish, any advise?
Also with the comand disable-connected-check both neighbors learns the prefixes but unable to install it in their own routing table, this is the configuration:

HO:
router bgp 65533
 bgp router-id X.X.X.X
 network 10.10.10.0/24
 neighbor 22.22.22.22 remote-as 65534
 neighbor 22.22.22.22 disable-connected-check
 neighbor 22.22.22.22 next-hop-self
 maximum-paths 20
 
 
    Network          Next Hop            Metric LocPrf Weight Path
*  10.0.4.0/24      22.22.22.22              0             0 65534 i
*> 10.10.10.0/24    0.0.0.0                  0         32768 i

Total number of prefixes 2





CUSTOMER 1:
router bgp 65534
 bgp router-id X.X.X.X
 network 10.0.4.0/24
 neighbor 11.11.11.11 remote-as 65533
 neighbor 11.11.11.11 disable-connected-check
 neighbor 11.11.11.11 next-hop-self
 maximum-paths 20
!
 
 
   Network          Next Hop            Metric LocPrf Weight Path
*> 10.0.4.0/24      0.0.0.0                  0         32768 i
*  10.10.10.0/24    11.11.11.11              0             0 65533 i
 



This thread was automatically locked due to age.
Parents Reply Children
No Data