Aruba/wired

[comware] IRF 연동구성

네떡이를꿈꾸는 아루박 2023. 8. 29. 13:46

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 설정 확인