- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- HP 5800 IRF configuration
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 12:04 AM
07-08-2020 12:04 AM
HP 5800 IRF configuration
Hello!
currently we have 2 separate IRF configurations (splitted some time ago)
- 10.0.0.252 -> IRF server room 1 (member 3+4)
- 10.0.0.253 -> IRF server room 2 (member 1+2)
we would like to do a single IRF with all 4 switches again
questions:
- what is the procedure to make an IRF with all 4 switches again, i.e. add member 3+4 to the IRF server room 2?
- must first the IRF server room 1 be dissolved and then the switches be added to the IRF server room 2?
- you have to expect a failure of the core switches server room 2 ?
i would be very grateful if someone would briefly explain the steps / commands
best regards,
Juergen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 04:05 AM - edited 07-08-2020 04:21 AM
07-08-2020 04:05 AM - edited 07-08-2020 04:21 AM
Re: HP 5800 IRF configuration
Hi,
I believe you are adding all memebers in ring topology.
||SW1|| -----
| |
| |
||SW2|| |
| |
| |
||SW3|| |
| |
| |
||SW4|| |
| |
| |
---------
1. If you are adding member 3+4 to 1+2
1. Obviously you need downtime for 3+4.
2. Renumber the switch 3+4 if it already not.
3. Check and change the IRF memeber 3+4 priority, its not required but keeping low comapre to master is good.
4. shutdown the IRF interfaces on 3+4
5. No need to do any shutdown on 1+2
Suppose 1+2 interfaces are conencted via tengig 49 and 3+4 connected via tengig 49
In new scenario, SW1 conencted to SW2 via tengig49, sW2 conencted to SW3 via tengig50, SW3 connected to SW4 via tengig49 and SW4 conencted to SW1 via tengig50
For eg.
Current config: 1+2
SW1:
irf-port 1/1
port group interface tengig 1/0/49
SW2:
irf-port 2/2
port group interface tengig 2/0/49
Undo shutdown interface on both switches
save config
irf-port-configuration active on SW1 then SW2 then SW2 will reboot
Current config: 3+4
SW3:
irf-port 3/1
port group interface tengig 3/0/49
SW2:
irf-port 4/2
port group interface tengig 4/0/49
Undo shutdown interface on both switches
save config
irf-port-configuration active on SW3 then SW4 then SW4 will reboot
In new scenairo: 1+2 adding 3+4
1. Make sure IRF interfaces on SW3 is shutdown and conencting IRF interface to Sw3 on SW2 is shutdown
2. Connect SW2 to SW3
3. Add irf-port 2/1 on 1+2 IRF switch and add port group interface tengig 2/0/50
4. Add irf-port 3/2 on SW3 IRF switch and add port group interface tengig 3/0/50
5. Unshutdown interfaces tengig 2/0/50 then SW3 3/0/50 then save config
6. Run--> irf-port-configuration active on SW1+2 then SW3 then SW3 will reboot and joined IRF
7. Now connect 1+2+3 with SW 4 and make sure IRF interfaces on SW3 conencting to SW4 is shutdown and interfaces on SW4 conencting to SW3 and SW1 is shutdown.
8. Add irf-port 3/1 on 1+2+3 IRF switch and add port group interface tengig 3/0/49, if exist from old IRF config then skip this step.
9. Add irf-port 4/2 on SW4 IRF switch and add port group interface tengig 4/0/49, if exist from old IRF config then skip this step.
10. Unshutdown interfaces tengig 3/0/49 then SW4 4/0/49 then save config
11. Run--> irf-port-configuration active on SW1+2+3 then SW4 then SW4 will reboot and joined IRF
12. Now shut down interface tengig 1/0/50 and 4/0/50
13. irf-port 1/2 and add port group interface tengig 1/0/50
14. irf-port 4/1 and add port group interface tengig 4/0/50
15. Undo shutdown both interfaces
16. Run--> irf-port-configuration active. No device will reboot.
17. Check IRF topology then you qill find ring topology.
Final configuration would be like that:
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 32
irf member 2 priority 1
irf member 3 priority 32
irf member 4 priority 1
#
lldp global enable
#
system-working-mode standard
xbar load-single
password-recovery enable
lpu-type f-series
#
vlan 1
#
irf-port 1/1
port group interface Ten-GigabitEthernet1/0/49
#
irf-port 1/2
port group interface Ten-GigabitEthernet1/0/50
#
irf-port 2/1
port group interface Ten-GigabitEthernet2/0/50
#
irf-port 2/2
port group interface Ten-GigabitEthernet2/0/49
#
irf-port 3/1
port group interface Ten-GigabitEthernet3/0/49
#
irf-port 3/2
port group interface Ten-GigabitEthernet3/0/50
#
irf-port 4/1
port group interface Ten-GigabitEthernet4/0/50
#
irf-port 4/2
port group interface Ten-GigabitEthernet4/0/49
<SW1>dis irf
MemberID Role Priority CPU-Mac Description
*1 Master 32 309d-1669-0100 ---
2 Standby 1 309d-1a60-0200 ---
3 Standby 32 309d-1df8-0300 ---
+4 Standby 1 309d-2117-0400 ---
--------------------------------------------------
<SW1>dis irf topology
Topology Info
-------------------------------------------------------------------------
IRF-Port1 IRF-Port2
MemberID Link neighbor Link neighbor Belong To
1 UP 2 UP 4 309d-1669-0100
2 UP 3 UP 1 309d-1669-0100
3 UP 4 UP 2 309d-1669-0100
4 UP 1 UP 3 309d-1669-0100
I hope this post answered your query.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020 04:38 AM
07-08-2020 04:38 AM
Re: HP 5800 IRF configuration
Hello!,
thanks a lot for the detailed explanation! I'll have a look at it.
best regards,
Juergen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2020 09:44 PM
07-11-2020 09:44 PM
Re: HP 5800 IRF configuration
Hi,
Has my solution helped you resolve the query or do you need more assistance>
Thanks!
