Below are ip link set commands to use to bring down and bring up network interfaces.
ip link set command to bring down network interface
All Linux Operating Systems
ip link set command to bring down network interface
ip link set dev <interface/slave> down
ip link set command to bring up network interface
ip link set dev <interface/slave> up
You
can check the status of the interface by running below command.
cat /proc/net/bonding/<interface>
Products to which Article Applies
All Linux Operating Systems
Additional Reference
tarun boyella
No comments:
Post a Comment