Este conteúdo não está disponível no idioma selecionado.

7.5. Verifying Network Configuration Bonding for Redundancy


Network redundancy is a process when devices are used for backup purposes to prevent or recover from a failure of a specific system. The following procedure describes how to verify the network configuration for bonding in redundancy:
Procedure
  1. Ping the destination IP from the bond interface. For example:
    ~]# ping -I bond0 DSTADDR
    Copy to Clipboard Toggle word wrap
  2. View which interface is in active mode:
    ~]# cat /sys/class/net/bond0/bonding/active_slave
    enp1s0
    Copy to Clipboard Toggle word wrap
    enp1s0 is the active port interface.
  3. Set the active port interface down:
    ~]# ip link set enp1s0 down
    Copy to Clipboard Toggle word wrap
  4. Check if the backup interface is up:
    ~]# cat /sys/class/net/bond0/bonding/active_slave
    enp2s0
    Copy to Clipboard Toggle word wrap
    enp2s0 is now the active port interface.
  5. Check if you can still ping the destination IP from the bond interface:
    ~]# ping -I bond0 DSTADDR
    Copy to Clipboard Toggle word wrap
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo