본문으로 바로가기

AIX EtherChannel 구성방법

category AIX 2017. 4. 26. 00:00
728x90

AIX 에서 EtherChannel 구성 방법을 정리해보겠습니다.




ent0, ent2 를 사용하여 EtherChannel 을 구성해보겠습니다.


# lsdev -Cc adapter 로 확인해봤을때 Ethernet Adapter 가 3개 있는것이 확인됩니다.



# ifconfig -a 


ent0, ent1 은 사용중이고 ent2 는 미사용중 입니다.


ent0, ent2 를 사용하여 ent0 을 primary ent2를 backup 으로 EtherChannel 을 구성해보겠습니다.



# smitty etherchannel


EtherChannel 메뉴로 들어옵니다. 



EtherChannel 구성을 위해 Add An EtherChannel / Link Aggregation 을 선택하면


EtherChannel 을 구성할 ent adapter 를 선택하는 화면이 나옵니다.


primary 로 사용할 ent0번을 선택후 enter 를 누릅니다.



ent0 이 EtherChannel 필드에 들어가 있습니다.


추가로 Backup Adapter 에 ESC + 4 List 를 확인하여 ent2 를 Backup Adapter 에 넣어줍니다.



리스트에서 선택후 넣어준 화면입니다.



추가로 확인할것이 Mode 가 있습니다.


standard, round_robin, 8023ad 3가지가 있습니다.


round_robin : Outgoing traffic is spread evenly across all of the adapter ports in the EtherChannel. 


             This mode is the typical choice for two hosts connected back-to-back (without an intervening switch).



설정이 다 완료되어 enter 를 눌러줍니다.


ok 가 떨어지면 ent3 으로 EtherChannel 이 생성된것을 볼수있습니다.



ESC+3 으로 빠져나와서


List All EtherChannel 을 보면 ent3 이 EtherChannel 이고 primary로 ent0 backup 으로 ent2 가 확인됩니다.



# lsdev -Cc adapter 로 확인해봐도 ent3 EtherChannel 을 확인할 수 있습니다.



# smitty chinet 로 en3 에 ip 설정을 해줍니다.



en3 에 기존 ent0 번의 ip 172.16.50.203 subnet 255.255.255.0 을 넣어주고 enter 합니다.



en3 ip 가 정상적으로 바뀌었습니다.



# smitty tcpip 에서 Minimum Configuration & Startup 을 선택합니다.



enter 를 하고 en3 을 선택합니다.



en3 번에 hostname, ip 172.16.50.203 subnet 255.255.255.0 을 넣어주고 enter 합니다.



en3 에 값이 정상 적용되었습니다.



# ifconfig -a 로 확인해보면


en3 으로 172.16.50.203 ip 가 설정된것을 볼수 있습니다.


'AIX' 카테고리의 다른 글

[AIX] 계정 패스워드 정책 설정  (0) 2017.07.27
AIX paging space size 늘이기  (0) 2017.06.27
AIX pdisk to hdisk  (0) 2017.04.21
AIX IP 변경 방법  (0) 2017.04.17
HMC vtmeun lpar exit 방법  (0) 2017.04.13