Main Menu

Search

LINUX: How To Remove & Reload Particular Network Bond on Linux Hosts?

Below are steps for removing and reloading particular network bond on Linux hosts

1. Bring down the network bond using below command. Replace bondX with the bond number you want to remove and reloading.

ifdown bondX

2. Run below command to remove the bonding during the runtime. This command just removes the loaded bonds during runtime, it does not complete remove the bonds.
modprobe -r bonding

3. Bring up the network bond again using below command. Replace bondX with the bond number.

ifup bondX

Products to which Article Applies

All Linux Operating Systems

Additional Reference

https://wiki.linuxfoundation.org/networking/bonding

 

tarun boyella

No comments:

Post a Comment