- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- H3C S5500 Stacking problem
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
09-15-2011 08:08 AM
09-15-2011 08:08 AM
I am trying to stack 2xS5500 switches (JD370A & JD369A) and am struggling to communicate with the switches once they are stacked.
They are linked A1- > B2 & B1 -> A2.
Switch1 as follows:
version 5.20, Release 2202P19
#
stack ip-pool 192.168.250.0 255.255.255.0
stack role master
stack stack-port 1 port Ten-GigabitEthernet1/1/1
stack stack-port 1 port Ten-GigabitEthernet1/1/2
#
vlan 1
interface vlan 1
ip address 192.168.200.102 255.255.255.0
Swittch 2 **************************
version 5.20, Release 2202P19
#
stack stack-port 1 port Ten-GigabitEthernet1/1/1
stack stack-port 1 port Ten-GigabitEthernet1/1/2
#
From switch 1 I can see the stack has formed
stack_0.H3C]display stack members
Number : 0
Role : Master
Sysname : stack_0.H3C
Device Type: H3C S5500-52C-SI
MAC address: 3ce5-a6f8-XXXX
Number : 1
Role : Slave
Sysname : stack_1.H3C
Device Type: H3C S5500-28C-SI
MAC address: 3822-d660-XXXX
I cannot get a ping response from 192.168.200.102 or connect via HTTP.
If I create a new VLAN say 50 for example and create an IP address for that vlan, when I connect a client to the that VLAN I get both a ping response and also a connection via HTTP.
Is there a limitation of using VLAN 1 or have i missed something obvious?
This installation is mainly using VLAN 1 and would be a massive undertaking to change that now.
Any assistance gratefully received.
Thanks
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2011 10:36 AM - edited 09-15-2011 10:37 AM
09-15-2011 10:36 AM - edited 09-15-2011 10:37 AM
Re: H3C S5500 Stacking problem
As far as I know about the IRF feature, given a device 1, its IRF port needs to connect with a different port ID on a second device, as follows:
On device 1, IRF port 1 must be connected to IRF port 2 on device 2, and so on.
If you are connecting the device 1's IRF port 1 to the IRF port 1 on the device 2, maybe this is the problem.
So you have to undo the IRF port 1 in the second switch, create an IRF port 2 then connect it to the IRF port 1 on the first switch.
HTH
Fred Mancen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2011 12:18 PM
09-15-2011 12:18 PM
Re: H3C S5500 Stacking problem
Thanks for you feedback Fred.
The IRF ports are connected correctly as you have indicated, so the problem must be elsewhere. There are several new switches to be deployed so I attempted to setup a second stack and have found identical issues with the second stack. Does anyone know if this is a limitation of VLAN 1?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2011 09:08 PM
09-17-2011 09:08 PM
Re: H3C S5500 Stacking problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2011 10:37 PM
09-17-2011 10:37 PM
Re: H3C S5500 Stacking problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2011 02:25 PM
09-21-2011 02:25 PM
Re: H3C S5500 Stacking problem
Thank you pombeii for you posts.
The stack switch-to command and the IRF commands do not appear to be valid commands, maybe this is a feature of this version of firmware.
The desired configuration is for the two switches to be united in a stack and able to use VLAN 1. Is the best way to achieve this a firmware change to enable the use of IRF commands? If so what version of firmware is recommended?
If not how can the stack be created?
Thanks
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2011 04:56 AM
10-12-2011 04:56 AM
SolutionThanks to all for suggestions, the problem is now resolved.
The issue appears to have been related to the firmware 2202P19 and bootrom 509.
In order to install the latest firmware 2208, the bootrom also needed to be upgraded to 603.
Once these two upgrades were performed the IRF commands were available from the command line and the IRF configuration was very simple.
Thanks again
Mark