HPE Aruba Networking & ProVision-based
1832592 Members
3042 Online
110043 Solutions
New Discussion

4800G Setting Up VLAN for iSCSI

 
Le_Gazman
Occasional Contributor

4800G Setting Up VLAN for iSCSI

I have a couple of 4800G switches which as far as I can tell are not stacked.  Both switches are used for our 2-host VMware cluster and 2-node StorageWorks P4300 G2 cluster.

 

 

PROBLEM:

There doesn't appear to be any VLAN's setup and either one SAN node or the other drops on an almost daily basis from the network for a few seconds, then reappears and begins a resync.  This hammers the network and the VM's which use the SAN.  I'm sure this is all because of the lack of segregation of iSCSI and TCP/IP traffic.

 

Both switches are linked back to a core set of switches and I believe hosts on either switch can ping each other at the moment. 

 

 

PROPOSED SOLUTION:

 

I'd like to create a VLAN on both switches, and from what I've read, so long as the VLAN-ID is the same, devices such as storage nodes and HBA's connected to ports which are members of that VLAN should be able to talk to each other, regardless of what switch they are on, even though the switches are not stacked.  Is that correct?

 

I think the configuration should go as follows:

 

  1. system-view {enters config mode}
  2. vlan 196 {creates VLAN if it doesn't existand enters VLAN view}
  3. interface gigabitethernet1/0/19 {enters config for that port}
  4. port access vlan 196 {assigns port to VLAN 196}

I assume I could then repeat steps 3 & 4 for other ports which I wish to assign to the relevant VLAN?  Have I mised anything?

 

I would then make the same changes on the other switch but would need to do so fairly quickly to make sure I didn't lose SAN connectivity.  Is there a way to assign a VLAN to a group of ports at once?

 

I don't want any traffic coming in or out of this VLAN because it's purely for iSCSI, so I assume I don't need to set a vlan-interface?


I'd appreciate any insight you cuold give me as I'm not familiar with HP kit at the moment.