How to implementation redanduncy on SDN Controller

Clash Royale CLAN TAG#URR8PPPHow to implementation redanduncy on SDN Controller
I have 3 Opendaylight Controllers and I need to implement VRRP or any redanduncy protocols between them .. how can i get it ?
1 Answer
1
For Opendaylight HA, you need to look at the built in features in ODL, using clustering, have a read below:
https://docs.opendaylight.org/en/latest/getting-started-guide/clustering.html
Opendaylight has its own datastore and apart from applications, and these information need to be synchronised between the nodes in cluster. In case of failure, the live nodes will cover for the failed node.
Using other protocols such as VRRP, keepalived,etc would help with maintaining a virtual IP between multiple instances, but it wont have any awareness of ODL thus can't operate in the most effective way.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.