Carlos Xavier wrote: > We are setting two hosts to be our high availability gateway to our up > streams providers. > Since only one host will have a established BGP connection, I'm trying to > setup a iBGP session between the gateways, to send the > learned routes from the active to the passive gateway. > Also the same router-id has to be used toward the upstream routers
bgp doesn't work like this. Some firewalls and routing engines have implemented ways of passing session state between active and failover systems, but this doesn't exist in quagga. You would be better off to get your upstream to provide two access ports. Or better still to get a second connection from a different provider. Nick _______________________________________________ Quagga-users mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-users
