Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

8.12. Verifying Network Configuration Teaming 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 teaming in redundancy:
Procedure
  1. Ping the destination IP from the team interface. For example:
    ~]# ping -I team0 DSTADDR
    Copy to Clipboard Toggle word wrap
  2. View which interface is in active mode:
    ~]# teamdctl team0 state
    setup:
      runner: activebackup
    ports:
      enp1s0
        link watches:
          link summary: up
          instance[link_watch_0]:
            name: ethtool
            link: up
            down count: 0
      enp2s0
        link watches:
          link summary: up
          instance[link_watch_0]:
            name: ethtool
            link: up
            down count: 0
    runner:
      active port: enp1s0
    Copy to Clipboard Toggle word wrap
    enp1s0 is the active interface.
  3. Temporarily remove the network cable from the host.

    Note

    There is no method to properly test link failure events using software utilities. Tools that deactivate connections, such as ip or nmcli, show only the driver’s ability to handle port configuration changes and not actual link failure events.
  4. Check if the backup interface is up:
    ~]# teamdctl team0 state
    setup:
     runner: activebackup
    ports:
     enp1s0
       link watches:
         link summary: down
         instance[link_watch_0]:
           name: ethtool
           link: down
           down count: 1
     enp2s0
       link watches:
         link summary: up
         instance[link_watch_0]:
           name: ethtool
           link: up
           down count: 0
    runner:
     active port: enp2s0
    Copy to Clipboard Toggle word wrap
    enp2s0 is now the active interface.
  5. Check if you can still ping the destination IP from the team interface:
    ~]# ping -I team0 DSTADDR
    Copy to Clipboard Toggle word wrap
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2026 Red Hat
Nach oben