Eu estava tentando seguir a Documentação Redhat para manipular as diretivas da interface bond0 da seguinte forma:
You can configure each bond individually by manipulating the files located
in the /sys/class/net/bondN/bonding/ directory. First, the bond you are
configuring must be taken down:
~]# ifdown bond0
As an example, to enable MII monitoring on bond0 with a 1 second interval,
run as root:
~]# echo 1000 > /sys/class/net/bond0/bonding/miimon
mas as instruções anteriores não puderam ser implementadas, porque quando encerro ou trago a interface de ligação, o diretório "/ sys / class / net / bond0 /" simplesmente desaparece.
alguém por favor pode me explicar, onde está o erro aqui?!