1.查看网卡bonding状态
# cat /proc/net/bonding/bondeth0
其中Currently Active Slave列出了bonding当前的活动网卡名称。
2.使用以下命令在线切换活动网卡为eth1:
# ifenslave -c bondeth0 eth1
Linux下检查网卡bonding状态和切换主备网卡
于 2021-02-04 11:30:45 首次发布
1.查看网卡bonding状态
# cat /proc/net/bonding/bondeth0
其中Currently Active Slave列出了bonding当前的活动网卡名称。
2.使用以下命令在线切换活动网卡为eth1:
# ifenslave -c bondeth0 eth1