8.12. 중복을 위한 네트워크 구성 티밍 확인
네트워크 중복은 장치가 백업 목적으로 사용되어 특정 시스템의 장애를 방지하거나 복구하는 프로세스입니다. 다음 절차에서는 중복성으로 티밍을 위해 네트워크 구성을 확인하는 방법을 설명합니다.
절차
- 팀 인터페이스에서 대상 IP를 ping합니다. 예를 들어 다음과 같습니다.
~]# ping -I team0 DSTADDR
활성
모드에 있는 인터페이스를 확인합니다.~]# 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
enp1s0 은활성
인터페이스입니다.활성
포트 인터페이스를 아래의 아래로 설정합니다.~]# ip link set enp1s0 down
백업
인터페이스가 작동 중인지 확인합니다.~]# 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
enp2s0 은 이제활성
인터페이스입니다.- 팀 인터페이스에서 대상 IP를 계속 ping할 수 있는지 확인합니다.
~]# ping -I team0 DSTADDR