-
IBM AIX 이더채널(Etherchannel) 구성System of Infra/Unix System 2020. 6. 2. 17:02728x90반응형
IBM AIX 이더 채널(Etherchannel) 구성
오늘의 시나리오는 NIC네트워크 어댑터를 이중화 구성하여 사용하는 이더채널에 대해서 구성하도록 하겠습니다.
현재 테스트 서버는 가상화 환경으로 구성되어 있어 Virtual I/O 어댑터로 구성을 하겠습니다.[root@test_svr1:/ptf]# lsdev -Cc adapter ent0 Available Virtual I/O Ethernet Adapter (l-lan) ent1 Available Virtual I/O Ethernet Adapter (l-lan) ent2 Available Virtual I/O Ethernet Adapter (l-lan) pkcs11 Available ACF/PKCS#11 Device vsa0 Available LPAR Virtual Serial Adapter vscsi0 Available Virtual SCSI Client Adapter vscsi1 Available Virtual SCSI Client Adapter
▶ ent0과 ent1을 이용하여 이더채널을 구성하도록 하겠습니다.
[root@test_svr1:/ptf]# smit etherchannel >Add An EtherChannel / Link Aggregation Move cursor to desired item and press Esc+7 ONE OR MORE items can be selected Press Enter AFTER making all selections ent0 ent1 ent2
▶ primary로 사용할 인터페이스를 ent0으로 선택합니다.
EtherChannel / Link Aggregation Adapters ent0 Enable Alternate Address no Alternate Address [] Enable Gigabit Ethernet Jumbo Frames yes Mode standard IEEE 802.3ad Interval long Hash Mode default Backup Adapter ent1 Automatically Recover to Main Channel no Command: OK stdout: yes stderr: no Before command completion, additional instructions may appear below. ent3 Available
▶ 백업 어댑터를 ent1번으로 선택합니다. jumbo frame의 경우 선택이시기 때문에 선택을 안 하셔도 됩니다. 구성 후 이더채널이 구성되어 ent3이 생성되었습니다.
[root@test_svr1:/ptf]# smit tcpip en3 Standard Ethernet Network Interface To Delete existing configuration data, please use Further Configuration menus Type or select values in entry fields. Press Enter AFTER making all desired changes. * HOSTNAME [test_svr1] * Internet ADDRESS (dotted decimal) [10.50.1.152] Network MASK (dotted decimal) [255.255.255.0] * Network INTERFACE en3 NAMESERVER Internet ADDRESS (dotted decimal) [] DOMAIN Name [] Default Gateway Address (dotted decimal or symbolic name) [10.50.1.1] Cost [] Do Active Dead Gateway Detection? no Your CABLE Type N/A START Now yes
▶ hostname과 IP대역, 서브넷 마스크, 게이트웨이를 넣어줍니다. smit tcpip를 사용하여 진행하였지만 백업의 IP의 경우 chinet으로 진행하셔도 됩니다.
Command: OK stdout: yes stderr: no Before command completion, additional instructions may appear below. en3 test_svr1 inet0 changed en3 changed inet0 changed Checking for srcmstr active...complete Starting tcpip daemons: 0513-029 The syslogd Subsystem is already active. Multiple instances are not supported. 0513-029 The sendmail Subsystem is already active. Multiple instances are not supported. 0513-029 The hostmibd Subsystem is already active. [MORE...13]
▶ ent3 이더채널 어댑터에 IP가 생성되었습니다.
[root@test_svr1:/]# netstat -rn Routing tables Destination Gateway Flags Refs Use If Exp Groups Route Tree for Protocol Family 2 (Internet): default 10.50.1.1 UG 0 6 en3 - -
▶ gateway의 부분에 10.50.1.1 default가 형성되었습니다.
[root@test_svr1:/]# ping 10.50.1.151 PING 10.50.1.151: (10.50.1.151): 56 data bytes 64 bytes from 10.50.1.151: icmp_seq=0 ttl=255 time=0 ms 64 bytes from 10.50.1.151: icmp_seq=1 ttl=255 time=0 ms 64 bytes from 10.50.1.151: icmp_seq=2 ttl=255 time=0 ms 64 bytes from 10.50.1.151: icmp_seq=3 ttl=255 time=0 ms
▶ gateway로 통신이 되는지 ping 명령어를 호출해봅니다.
[root@test_svr1:/]# ifconfig -a en3: flags=1e084863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN> inet 10.50.1.152 netmask 0xffffff00 broadcast 10.50.1.255 tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1 lo0: flags=e08084b,c0<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,LARGESEND,CHAIN> inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255 inet6 ::1%1/0 tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1
▶ ent3의 인터페이스 IP 정보 확인을 하였습니다.
반응형2022.08.11 - [System of Infra/LINUX] - LINUX 본딩(Bonding) 네트워크 이중화 설정하는 방법
2022.08.12 - [System of Infra/WINDOW] - WINDOW 티밍(Teamming) 네트워크 이중화 설정하는 방법
PS. 포스팅의 내용은 제 기준으로 작성한 것이기 때문에 참고해서 보시면 감사하겠습니다.
포스팅 과정의 오류 및 오타 그리고 궁금한 점에 대해서는 댓글 남겨주세요.
728x90반응형'System of Infra > Unix System' 카테고리의 다른 글
IBM AIX 기존 mount point 변경 (0) 2020.06.08 IBM AIX TL(technical level) 업데이트 (0) 2020.06.04 IBM AIX SP(service pack) 업데이트 (0) 2020.05.29 IBM AIX JAVA 업데이트(2) (0) 2020.05.27 IBM AIX JAVA 설치방법(1) (0) 2020.05.26