본문 바로가기

Aruba/wired

[comware] IRF 연동구성

IRF : (Intelligent Resilient Framework) 

HPE stacking 기술로, N대의 스위치를 1대의 스위치로 가상화 인식하여, 사용가능

 

IRF toplogy

* 설정이 완료될때까지 케이블 연결 X

 

1-1. Master 장비의 우선순위를 높이기 위해 priority 값을 올려준다.

[Master] irf member 1 priority 32  # <1-32> 값 지정 Max : 32 / default :1

 

1-2. Master irf interface 사용할 PORT 'shutdown' 

[Master] interface te 1/0/49

 shutdown

[Master] interface te 1/0/50

 shutdown

[Master] interface te 1/0/51

 shutdown

[Master] interface te 1/0/52

 shutdown

 

1-3. Master irf-port group 설정

[Master] irf-port 1/1

[Master-irf-port 1/1] port group interface te 1/0/49

[Master-irf-port 1/1] port group interface te 1/0/50

[Master-irf-port 1/1] port group interface te 1/0/51

[Master-irf-port 1/1] port group interface te 1/0/52

/ group 설정시 발생 되는 문구 참고

' You most perform the following tasks for a successful IRF setup :

Save the configuration after completing IRF configuration.

Execute the "irf-port-configuration active" command to activate the IRF ports.'

 

1-4. Master irf interface 사용할 PORT 'undo shutdown' 

[Master] interface te 1/0/49

 undo shutdown

[Master] interface te 1/0/50

 undo shutdown

[Master] interface te 1/0/51

 undo shutdown

[Master] interface te 1/0/52

 undo shutdown

 

1-5. Master irf 설정 완료 후  저장

[Master] save force

 

1-6. Master 'irf-port-configuration active' 입력

 

2-1. Standby member '2' 로 변경 

(master interface slot 1/0/X 

standby interface slot 2/0/X )

 

[Standby] irf member 1 remember 2

y

[Standby] save force

[Standby] quit

<Standby> reboot 

 

2-2. Standby 장비의 우선순위  priority 값 지정 ( Master 보다 낮게)

[Standby] irf member 2 priority 10  # <1-32> 값 지정 Max : 32 / default :1

 

2-3. Standby irf interface 사용할 PORT 'shutdown' 

[Standby] interface te 2/0/49

 shutdown

[Standby] interface te 2/0/50

 shutdown

[Standby] interface te 2/0/51

 shutdown

[Standby] interface te 2/0/52

 shutdown

 

2-4. Standby irf-port group 설정

[Standby] irf-port 2/2

[Standby-irf-port 2/2] port group interface te 2/0/49

[Standby-irf-port 2/2] port group interface te 2/0/50

[Standby-irf-port 2/2] port group interface te 2/0/51

[Standby-irf-port 2/2] port group interface te 2/0/52

/ group 설정시 발생 되는 문구 참고

' You most perform the following tasks for a successful IRF setup :

Save the configuration after completing IRF configuration.

Execute the "irf-port-configuration active" command to activate the IRF ports.'

 

2-5. Standby irf interface 사용할 PORT 'undo shutdown' 

[Standby] interface te 2/0/49

 undo shutdown

[Standby] interface te 2/0/50

 undo shutdown

[Standby] interface te 2/0/51

 undo shutdown

[Standby] interface te 2/0/52

 undo shutdown

 

2-6. Standby irf 설정 완료 후  저장

[Standby] save force

 

2-6. Standby 'irf-port-configuration active' 입력

 

3-1. irf port에 cable 연결.

 

3-2. display irf link / display irf toplogy / display irf configration 명령어로 IRF 설정 확인

 

'Aruba > wired' 카테고리의 다른 글

[ESXI] PNET 설치(aruba cx 가상화)  (0) 2024.02.01
[comware] ISSU OS UPGRADE  (0) 2024.01.30
[comware] hpe5710 fan flow setup  (0) 2023.08.23
[comware] issu os upgarde  (0) 2023.08.11
Enabling Unsupported Transceivers on Aruba Switches  (0) 2023.07.25