I am using a mininet topology with a remote controller. However I want to specify another redundant controller as a fallback option. Can I do as follows
mn --custom topo-1sw-2host.py --topo mytopo --controller=remote --ip=192.168.129.56 --ip=192.168.129.57. Mininet seems to accept the above command.I want the controller 192.168.129.57 to take over when 192.168.129.56 goes offline. Does this work? Regards, Karthik.
