Below command can be used to flip active slave on the network interface on Linux host.
All Linux Operating Systems
ifenslave -c <interface name> <slave name which you want to have as active slave>
For e.g. if you have bond0 interface with 2 slaves eth0 and eth1 and if you want to set eth1 as active slave for bond0, Below is the command you have to run.
ifenslave -c bond0 eth1
Products to which Article AppliesAll Linux Operating Systems
Article Author: Tarun Boyella
No comments:
Post a Comment