How can config bond interface down after slave interfaces has been down
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm using Redhat 7. I tried to use bond interface but I've run into a problem. After all slave interfaces are down, bond interface is still up.
Example:
I have bond0 and 2 slaves for bond0: eth0, eth1. I run ifdown eth0
, ifdown eth1
, I want bond0 to be down after these slave interfaces are down.
Can anyone help me?
networking rhel network-interface bonding
add a comment |Â
up vote
2
down vote
favorite
I'm using Redhat 7. I tried to use bond interface but I've run into a problem. After all slave interfaces are down, bond interface is still up.
Example:
I have bond0 and 2 slaves for bond0: eth0, eth1. I run ifdown eth0
, ifdown eth1
, I want bond0 to be down after these slave interfaces are down.
Can anyone help me?
networking rhel network-interface bonding
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm using Redhat 7. I tried to use bond interface but I've run into a problem. After all slave interfaces are down, bond interface is still up.
Example:
I have bond0 and 2 slaves for bond0: eth0, eth1. I run ifdown eth0
, ifdown eth1
, I want bond0 to be down after these slave interfaces are down.
Can anyone help me?
networking rhel network-interface bonding
I'm using Redhat 7. I tried to use bond interface but I've run into a problem. After all slave interfaces are down, bond interface is still up.
Example:
I have bond0 and 2 slaves for bond0: eth0, eth1. I run ifdown eth0
, ifdown eth1
, I want bond0 to be down after these slave interfaces are down.
Can anyone help me?
networking rhel network-interface bonding
networking rhel network-interface bonding
edited 1 min ago
slmâ¦
240k66499668
240k66499668
asked May 26 '17 at 8:31
Thao Nguyen
1266
1266
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You should be able to use either of the following:
$ ifconfig down bond0
-or-
$ ip link set bond0 down
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You should be able to use either of the following:
$ ifconfig down bond0
-or-
$ ip link set bond0 down
add a comment |Â
up vote
0
down vote
You should be able to use either of the following:
$ ifconfig down bond0
-or-
$ ip link set bond0 down
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You should be able to use either of the following:
$ ifconfig down bond0
-or-
$ ip link set bond0 down
You should be able to use either of the following:
$ ifconfig down bond0
-or-
$ ip link set bond0 down
answered 2 mins ago
slmâ¦
240k66499668
240k66499668
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f367383%2fhow-can-config-bond-interface-down-after-slave-interfaces-has-been-down%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password