Start a Conversation

Unsolved

This post is more than 5 years old

42336

October 11th, 2012 16:00

5524 vlan config with iSCSI and LAN

Hello all,

I can't get my iscsi working.

It is really frustrating. I can't get my vlan 168 working.

If I configure a inter switch connection I can not ping devices on the opposite switch. I have tried to use the trunk port as connection port and some other access port in vlan 168. There is no connection possible.

Is there something wrong with the config? 

There is a Equallogic SAN behind the iSCSI and I read in the forum that you should not use flow control and iSCSI optimations.

can you please help me? 

I attach both configuration files.

regards

Dennis

1 Attachment

12 Posts

October 11th, 2012 16:00

User Name:admin

Password:*********

Switch-B# sh run

vlan database

vlan 168

exit

voice vlan oui-table add 000181 Nortel__________________

voice vlan oui-table add 0001e3 Siemens_AG_phone________

voice vlan oui-table add 00036b Cisco_phone_____________

voice vlan oui-table add 00096e Avaya___________________

voice vlan oui-table add 000fe2 H3C_Aolynk______________

voice vlan oui-table add 001049 Shoretel________________

voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone

voice vlan oui-table add 00907a Polycom/Veritel_phone___

voice vlan oui-table add 00e0bb 3Com_phone______________

iscsi target port 860 address 0.0.0.0

iscsi target port 3260 address 0.0.0.0

iscsi target port 9876 address 0.0.0.0

iscsi target port 20002 address 0.0.0.0

iscsi target port 20003 address 0.0.0.0

iscsi target port 25555 address 0.0.0.0

hostname Switch-B

username admin password encrypted 92a40114d00d82e50632dc714e02503ce24f47f8 pr

ivilege 15

snmp-server community Dell_Network_Manager rw view DefaultSuper

!

interface vlan 1

ip address 10.8.160.247 255.255.252.0

!

interface vlan 168

name iSCSI

ip address 10.8.168.254 255.255.255.0

!

interface gigabitethernet1/0/1

flowcontrol off

switchport mode trunk

!

interface gigabitethernet1/0/2

flowcontrol off

!

interface gigabitethernet1/0/3

flowcontrol off

!

interface gigabitethernet1/0/4

flowcontrol off

!

interface gigabitethernet1/0/5

flowcontrol off

!

interface gigabitethernet1/0/6

flowcontrol off

!

interface gigabitethernet1/0/7

flowcontrol off

!

interface gigabitethernet1/0/8

flowcontrol off

!

interface gigabitethernet1/0/9

flowcontrol off

!

interface gigabitethernet1/0/10

flowcontrol off

!

interface gigabitethernet1/0/11

flowcontrol off

!

interface gigabitethernet1/0/12

flowcontrol off

!

interface gigabitethernet1/0/13

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/14

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/15

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/16

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/17

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/18

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/19

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/20

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/21

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/22

flowcontrol off

switchport access vlan 168

!

interface gigabitethernet1/0/23

flowcontrol off

switchport mode trunk

switchport access vlan 168

!

interface gigabitethernet1/0/24

flowcontrol off

switchport access vlan 168

!

Default settings:

Service tag: 5NTH7M1

SW version 4.1.0.8 (date  28-Aug-2012 time  11:17:36)

Gigabit Ethernet Ports

=============================

no shutdown

speed 1000

duplex full

negotiation

flow-control on

mdix auto

no back-pressure

interface vlan 1

interface port-channel 1 - 32

spanning-tree

spanning-tree mode RSTP

qos basic

qos trust cos

eee enable

Switch-B#

12 Posts

October 11th, 2012 17:00

Do I have to configure some LAG Settings???

802 Posts

October 11th, 2012 17:00

Here is a great article on Dell EqualLogic™ iSCSI Optimization for Dell PowerConnect ™ Switches

www.dell.com/.../Dell_EqualLogic_%20iSCSI_Optimization_for_Dell_Power_onnect_%20Switches.pdf

Have you had a chance to look at this whitepaper discussing iSCSI configuration.

en.community.dell.com/.../2586.powerconnect-55xx-iscsi-configuration.aspx

EqualLogic Configuration Guide

en.community.dell.com/.../2639.equallogic-configuration-guide.aspx

en.community.dell.com/.../3615.rapid-equallogic-configuration-portal-by-sis.aspx

I see in your text file that you have both access and trunk set on interface 1/0/23.

You can run the command to clear out the switchport mode on the interface.

PC5548P(config)# int te1/0/23

PC5548P(config-if)# no switchport mode

You may need to strip out the switchport mode with this command and start over with just the trunk mode.  If you have a need to trunk and access you may consider a general switchport mode.

General Links consist of a combination of VLAN Trunk and Access Links.  General Links can have both tagged and untagged frames, However, all frames sent to a specific VLAN must be tagged.  All untagged  frames are sent to the native VLAN.  The native VLAN still applies to the General LINK.  While it is possible to have multiple untagged vlans on a General link, you can only have ONE (1) PVID.  The PVID represents the native VLAN.  While untagged traffic may be sent via several untagged VLANs, returning untagged traffic will only be received by the PVID and therefore will NOT be forwarded to a specific VLAN.  

Command example:

console# configure

console(config)# interface ethernet e11

console(config-if)# switchport mode general

console(config-if)# switchport general allowed vlan add 100 tagged

console(config-if)# switchport general allowed vlan add 1 untagged

console(config-if)# end

Hope this helps,

Keep us updated if you can.

12 Posts

October 11th, 2012 17:00

Do I need diffenrent IDs on the switches? Or is on both switches ID 1 fine?

12 Posts

October 11th, 2012 18:00

So I should use iSCSI optimazions and flow control?

And I just have to correct my switchport mode and i have a interconnect with my two switches?

I can't believe it.

I also tried to plug a cable between port 1/0/15 on both switches and there was also no communication between my vlans.

regards

7 Technologist

 • 

729 Posts

October 12th, 2012 06:00

First of all, the 5524 is not a validated switch for use with the EqualLogic array, you can see this here:

http://en.community.dell.com/techcenter/storage/w/wiki/2661.equallogic-compatibility-matrix.aspx

This switch is for lower tier iSCSI devices, one of the reasons is that the memory buffers per port is not enough for iSCSI traffic generated with an enterprise class SAN like the PS Array.  

With that said, you may be able to “get by” with one (or two) host servers and one array with this switch.  Beyond that you should upgrade the switch.


The general setting are as follows:

- Turn Flow Control ON

- Turn Spanning Tree PORTFAST ON for each port in the iSCSI vlan (remember that the hosts and array ports need to be on this vlan, so
a separate dedicated iSCSI interface on each host is required)

 - Turn Jumbo Frames ON (I highly recommend setting up the initial configuration without Jumbo frames (set it to disabled first), then after you establish the iSCSI connectiion you can try using jumbos. However be advised that since this is not an enterprise class switch, you may have issues using Jumbo.

- Turn iSCSI Optimization OFF

- Remove iscsi 0.0.0.0 targets in UI

 -joe

No Events found!

Top