Este contenido no está disponible en el idioma seleccionado.

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

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba