Quantcast
Channel: PowerConnect Forum - Recent Threads
Viewing all 2954 articles
Browse latest View live

VLAN Setup / Dell PowerConnect 2816 and 2824

$
0
0

I am trying to set up two VLANS on the PowerConnect 2816 (in test mode) and eventually on the 2824. Although I have read the manual carefully, I'm having a bit of a disconnect between how I associate a particular port with a certain VLAN and an elevated Quality of Service. 

We have a small (10 user) network, and I would like to set some switch ports to give priority for VOIP traffic.

I have the 2816 in managed mode, and have set up VLAN 2 with the intent of it being the VOIP VLAN.

I would appreciate any suggestions.  I would like to keep this as simple as possible and not use separate subnets for the different VLANS unless necessary.

Thanks very much.


FTOS 8.3.2.0 download?

$
0
0

I need an old version of FTOS.

8.3.2.0

Is still there anyplace online to download the .bin file??

M1000E and PS-M4110

$
0
0

Hi all !

I'm planning updating my management network.

The following hardware is listed below:

- M1000E chassis CMC MNGT

- 2x M620 blades.IDRAC 

- 4x 10Gbe KR PTM module 

- PS-M4110 with 2 controllers :

GRPSAN> member show SAASSAN01
_____________________________ Member Information ______________________________
Name: SAASSAN01 Status: online
TotalSpace: 7.85TB UsedSpace: 7.41TB
SnapSpace: 0MB Description:
Def-Gateway: 192.168.10.254 Serial-Number:
Disks: 14 CN-0C0P1F-70163-27O-000X-A00
Spares: 2 Controllers: 2
CacheMode: write-thru Connections: 22
RaidStatus: ok RaidPercentage: 0.000%
LostBlocks: false HealthStatus: critical
LocateMember: disable Controller-Safe: disabled
Version: V7.1.5 (R408054) Delay-Data-Move: disable
ChassisType: DELL2WBu14 2.5 Accelerated RAID Capable: no
Pool: default Raid-policy: raid50
Service Tag: 72YXF5J Product Family: PSM4110
All-Disks-SED: no SectorSize: 512
Language-Kit-Version: not installed

 

My plan is the following :

- Change the 2 PS-M4110 controllers management IP settings

- Change the 2x M620 blades.IDRAC management IP settings

Change the CMC M1000e management settings

As i understand, the CMC GB1 is used by all the of the devices into the M1000e for management traffic, that's why i'm planning to do it at last.

do you think that should do the trick ?

Many thanks at all for your help,

 

VLANs not routing

$
0
0

Hi,

I was hoping to get VLAN 3 "Phone-VLAN"  to be able to have internet access, I have a PhoneSystem on 10.10.3.1 which can ping the IP address of each VLAN and also the DHCP server 10.0.1.14 but not the router on 10.0.0.254. I have enabled ip routing but do I need to enable this on the VLANs too? If so the standard commands I am using aren't working. 

The ports that are enabled for VLAN 3 have all been set to access, but I would have thought that using the VLANs IP address as the default gateway and the switch being Layer3 would allow me to do this. If you can shed any light on this then please let me know.

Below is part of the config file.

Regards,

Matt

!Current Configuration:
!System Description "Dell Networking N2048, 6.3.1.13, Linux 3.6.5-7dc37651"
!System Software Version 6.3.1.13
!
configure
vlan 2-4
exit
vlan 2
name "Data-VLAN"
exit
vlan 3
name "Phone-VLAN"
vlan association subnet 10.10.3.0 255.255.255.0
exit
vlan 4
name "CCTV-VLAN"
vlan association subnet 10.10.4.0 255.255.255.0
exit
slot 1/0 5 ! Dell Networking N2048
slot 2/0 5 ! Dell Networking N2048
slot 3/0 5 ! Dell Networking N2048
slot 4/0 5 ! Dell Networking N2048
slot 5/0 9 ! Dell Networking N2048P
slot 6/0 9 ! Dell Networking N2048P
slot 7/0 9 ! Dell Networking N2048P
stack
member 1 8 ! N2048
member 2 8 ! N2048
member 3 8 ! N2048
member 4 8 ! N2048
member 5 9 ! N2048P
member 6 9 ! N2048P
member 7 9 ! N2048P
exit
boot auto-copy-sw
ip routing
interface vlan 1
ip address 10.0.0.240 255.255.248.0
bandwidth 10000
exit
interface vlan 2
ip netdirbcast
bandwidth 10000
ip helper-address 10.0.1.14 dhcp
exit
interface vlan 3
ip address 10.10.3.240 255.255.255.0
bandwidth 10000
ip helper-address 10.0.1.14 dhcp
exit
interface vlan 4
ip address 10.10.4.240 255.255.255.0
ip helper-address 10.0.1.14 dhcp
exit
ip route 0.0.0.0 0.0.0.0 10.0.0.254
username "admin" password 9cd8943094aad3c37df7c7e3a2ddafee privilege 15 encrypted
voice vlan
application install SupportAssist auto-restart start-on-boot
application install hiveagent start-on-boot
!

s3048-on lag (link aggregation) only gets full bandwidth one way

$
0
0

Hello!

I am struggling to get a working link aggregation here. Any help is appreciated.

The environment have two servers connected to the switch (Dell s3048-on)
ServerA - 10Gbps link (TenGigabitEthernet 1/49)
ServerB - 4 x 1Gbps link (GigabitEthernet 1/1-1/4)


The purpose is to have ServerB communicating with ServerA (and vice-versa) with a 4Gbps bandwidth. Case one interface goes down, the bandwidth is reduced accordingly).

I've setup serverB with bonding (balance-rr) to maximize bandwidth and I am able to achieve the following:

ServerA  ===> ServerB
.................1Gbps...............

ServerB  ===> ServerA
.................4Gbps...............

Here are the tests:

ServerB:~$ iperf -c ServerA
------------------------------------------------------------
Client connecting to ServerA, TCP port 5001
TCP window size: 1.06 MByte (default)
------------------------------------------------------------
[  3] local ServerB port 47267 connected with ServerA port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  4.25 GBytes  3.65 Gbits/sec


ServerB:~]# iperf -c ServerA -d
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------
---------------------------------------------
---------------
Client connecting to ServerA, TCP port 5001
TCP window size: 1.06 MByte (default)
------------------------------------------------------------
[  5] local ServerB port 47268 connected with ServerA port 5001
[  4] local ServerB port 5001 connected with ServerA port 48860
[ ID] Interval       Transfer     Bandwidth
[  5]  0.0-10.0 sec  4.24 GBytes  3.64 Gbits/sec
[  4]  0.0-10.0 sec  1.10 GBytes   940 Mbits/sec



Both servers communicate in vlan 11 and I could get the results above with the following two configurations in the switch:

**Config1** [Communicates, but 4Gbps only one way]
GigabitEthernet ports 1/1-1/4 and port TenGigabitEthernetport 1/49 in the vlan 11.

(conf)#interface range gigabitethernet 1/1-1/4
(conf-if-range-gi-1/1-1/4)#show config
!
interface GigabitEthernet 1/1
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 1/2
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 1/3
 no ip address
 switchport
 no shutdown
!
interface GigabitEthernet 1/4
 no ip address
 switchport
 no shutdown
(conf-if-range-gi-1/1-1/4)#exit


(conf)#interface vlan 11
(conf-if-vl-11)#show config
!
interface Vlan 11
 no ip address
 untagged GigabitEthernet 1/1-1/4
 untagged TenGigabitEthernet 1/49
 no shutdown




**Config2** [Also communicates, but 4Gbps only one way]
Tryed with partial success to configure Port-channel. Created Port-channel 1 aggregating GigabitEthernet ports 1/1-1/4 and placed the Port-channel 1 in the vlan 11.

(conf)#interface port-channel 1
(conf-if-po-1)#show config
!
interface Port-channel 1
 no ip address
 switchport
 channel-member GigabitEthernet 1/1-1/4
 no shutdown
(conf-if-po-1)#exit


(conf)#interface range gigabitethernet 1/1-1/4
(conf-if-range-gi-1/1-1/4)#show config
!
interface GigabitEthernet 1/1
 no ip address
 no shutdown
!
interface GigabitEthernet 1/2
 no ip address
 no shutdown
!
interface GigabitEthernet 1/3
 no ip address
 no shutdown
!
interface GigabitEthernet 1/4
 no ip address
 no shutdown
(conf-if-range-gi-1/1-1/4)#exit


(conf)#interface vlan 11
(conf-if-vl-11)#show config
!
interface Vlan 11
 no ip address
 untagged TenGigabitEthernet 1/49
 untagged Port-channel 1
 no shutdown


With both configuration I had no success in achieving 4Gbps speed in both direction.
I've read a bunch of pages of both the s3048-on Command Line Reference and the Service Manual, but could not get any further.....

Would it be possible to achieve the 4Gbps communication in both directions (both starting from the 10Gbps and from the 4x1Gbps servers)?

best practice on connecting a stack to the rest of ...

$
0
0

hi

hoping you can share thoughts, hoping to find some advices on:

how do you link up a stack (simplest, two switches) to the rest of the infrastructure which is already managed by some switches. It's that other end you know very little about which actually manages that local intranet.

So you have your stack and vlans and one of your vlans you want to be that "gateway"(for what's in your stack) to that Intranet.

I'm specifically thinking - would you make it a LAG knowing that it's other end links to some switches?

If yes then should it use lacp, would the hashing mode matter?

I'm thinking of lag for I understand this would offer me redundancy, fail-over?

many thanks,

L

Help Upgrading PowerConnect 6224

$
0
0

Please help, advice required on firmware update

I've been updating our powerconnect switches to the latest firmware, however one switch is proving to be problematic.

We have a 6224 currently on f/w 2.2.0.3, which I am trying to update. I have followed the instructions in the PDF to update to 3.3.15.1 (I have also tried 3.3.2.3), however it constantly reboots.

I copy over the image (copy tftp) powercycle and update the bootcode with no issues. However when the new image loads and the cli prompt appears it just reboots. I have factory reset to clear the config files but the same issue occurs (it also reboots during the wizard). For info, I have also performed the same update procedure using the same image on our 6224F with no issues.

As I don't have an alternative switch to put in place at the moment, and this is one of our main switches, it is difficult to tackle during office hours. Luckily for now I can reload the switch to the original 2.2.0.3 image until I find a solution, and it works with no issues.

Please advise if anyone has also had similar issues or has any suggestions on a way forward.

I am reluctant to perform a format, as I am unsure that in doing so I would lose the working 2.2.0.3 image. Can anyone advise if the images, if any, would be cleared?

Thanks in advance

PC 2824: VLAN with Trunk port

$
0
0

Hi everyone,

I have a PowerConnect 2824 switch and try to configure a vlan-scenario but it is not working. I read a lot and it seems I've done everything right but it's still not working.

Basically I want to separate my network. Some ports (i. e. port 1-4) should not be able to connect to all other ports except for the router port (port 24).

I set up VLAN 2. Set PVID for port 1-4 to 2 and in VLAN Membership I set those ports to U and the router port 24 to T.

According to all posts I found this should do what I want but those ports can still not ping the router.

The router is not VLAN-aware and is sending untagged packets. Is this a problem? From my understanding the port is Tagged with VLAN ID 2 for packets to port 1-4 and with VLAN ID 1 (cause of PVID 1 defined) for all ports von VLAN 1.

Or is this the problem and a device which does not tag the packets cannot be part of two VLANs?

A lot of posts say that I have to set port-mode of port 24 to trunk port. Since the 2824 doesn't have a CLI that provides the possibility for settings port-modes I have no chance to set this. When I execute "show tech-support config" I get the following information:

Classification rules:
Port : g1
Port Mode: General
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 2

Port is member in:

Vlan               Name               Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
 2                  2                  Untagged          Static


Forbidden VLANS:
Vlan               Name
---- --------------------------------


Classification rules:
Port : g24
Port Mode: General
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 1

Port is member in:

Vlan               Name               Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
 1                  1                  Untagged          System
 2                  2                   Tagged           Static


Forbidden VLANS:
Vlan               Name
---- --------------------------------


Thanks a lot for your help.

Christian


Dell X1052 DHCP Relay Not Working

$
0
0

Hi,

I have a problem regarding Dell X1052 that the DHCP relay is not working. Currently my DHCP server is Microsoft Server 2008 with the up of 192.168.0.20 and my switch is 10.0.247.101, i have tested from switch able to ping the DHCP server. However, the DHCP relay unable to poll and access IP to end devices. Is that any missing configuration. All the configuration was done thru GUI

Dell Networking N3048 with cisco switch

$
0
0

Hello,

I have Dell Networking N3048,  switch:

with one access port
i

interface Gi1/0/6
description "Vxxxxx"
switchport access vlan 12
exit

on other side are Cisco 2960, also with access port.

Mar 22 07:10:06: %SPANTREE-7-RECV_1Q_NON_TRUNK: Received 802.1Q BPDU on non trunk FastEthernet3 VLAN2.
*Mar 22 07:10:06: %SPANTREE-7-BLOCK_PORT_TYPE: Blocking FastEthernet3 on VLAN2. Inconsistent port type.PVST+: restarted the forward delay timer for FastEthernet3

what is the problem ? how i fix ?

regard

gadi

Cisco blocks this port, because received tagged packets:

Dell N2048, port disables when Open-Mesh A60 Access Point plugged in

$
0
0

I have a three N2048 stack. We purchased two Open Mesh A60 Access Points to replace some older HP APs. These Access points are PoE so we have injectors purchased through Open Mesh inline (after the switch inline to the AP). My issue is that when I plug in the Access Point(s) the Dell N2048 port goes active like it should, then after appx 20 seconds, the port goes off. I believe the N2048 is turning off the port for some reason but the RAM log only shows that it goes active then inactive.

Open Mesh support says that the AP's require Gratuitous ARP, but I don't see a setting for that anywhere in my N2048 and they don't offer any more support than that. I've tried messing with various changes in regards to RST, port-fast, enabling/disabling on the two ports where they were plugged in and it makes no difference.

I CAN plug the two APs into a dumb switch and then plug that into the N2048 and it works fine, so I figure it has to be something on the switch turning off the port. How can I figure this out?

Thank you,

Adam

Confugure intervlan routing on dell powerconnect 5574

$
0
0

1) Added VLANS 10, 20 on the switch.

2) Added IP: 10.0.10.1/24 on vlan interface 10

3) Added IP: 10.0.20.1/24 on vlan interface 20

4) Configured access vlan 10 on interface Te1/1/1

5)  Configured access vlan 20 on interface Te1/1/2

6) Te1/1/1 is connected to windows machine interface ( IP: 10.0.10.10/24 gateway: 10.0.10.1, VLAN 10)

7) Te1/1/2 is connected to another windows machine interface ( IP: 10.0.20.20/24 gateway: 10.0.20.1, VLAN 20)

Now: ping from windows to windows fails:

N3000 - supported SFP modules?

$
0
0

Hi,
We just bought two N3000 series switches for our server racks, together with two stacking cables.

They are now installed in the racks and stacked.

We are replacing two old HP switches. In one of the old HP ProCurve switches there is an Intel SFP module with a fiber cable going to a HP ProCurve 2500 in the patch panel room.

Can I take the Intel SFP module from the old HP switch and plug in into one of the N3000 switches?

If not, where can I find a list of supported SFP modules for the N3000 series?

Regards
P-H

Force10 S50-01-GE-48T-V - SFTOS-->FTOS

$
0
0

I am trying to convert an S50V running SFTOS 2.5.3.7 to FTOS 7.7.1.0 but receiving an error. I have tried downloading the file a couple of times.

copy t10.1.1.66/.../FTOS-SB-7.7.1.0.bin image2

Error message:

File failed CRC check!

N3048 OOB SNMP

$
0
0

Hi

Can SNMP be configured to use the OOB port?

I know on the 6000 series it was possible

I don't see that option on these switches

Thks

Glenn


FCoE and iSCSI priority groups on Force10 MXL 10/40

$
0
0

in M1000e chassis, two Force10 MXL switches ruining in A1 and A2 slots. each of them have FC Flex I/O Module. Dell PE M620 blades installed and one  EqualLogic PS4110 installed in slot 15. currently everything is ruining fine using iSCSI with no DCB. FC feature is not enabled yet and nothing connected to FC ports.

In case of enabling FC feature on MXL switches to connect them to EMC VNX FC SAN, what is the recommenced configuration for DCB pfc and ets? Could FCoE and iSCSI coexist on the MXL (iSCSI target is the equallogic and FCoE target is EMC through FC modules)?

are the below priories' config is suitable:

MXL# dcb-map SAN_DCB_MAP 
MXL# priority-group 0 bandwidth 60 pfc off 
MXL# priority-group 1 bandwidth 20 pfc on 
MXL# priority-group 2 bandwidth 20 pfc on 
MXL# priority-pgid 0 0 0 1 2 0 0 0 
MXL# exit

would class 4 be identified automatically for iSCSI and class 3 for FCoE? what is the correct percentage for bandwidth?

, , , , , 

thanks,

Switch X1026P: Remote management by IP

$
0
0

Hello,

need to know how to configure a remote management by ip on the swicth X1026P.

My management vlan is vlan 20 and is define as native vlan on the trunk port.

I see the ip adress of the switch in my router(gateway) without the MAC address.

I'm starting with Dell switches.

below my configuration

interface vlan 1
 no ip address dhcp
!
interface vlan 2
 name Floor1_DATA
!
interface vlan 6
 name Floor2_DATA
!
interface vlan 8
 name Wireless
!
interface vlan 10
 name Floor3_DATA
!
interface vlan 18
 name Cameras
!
interface vlan 20
 name Management
 ip address 10.0.0.8 255.255.255.0
!
interface vlan 22
 name Controllers
!
interface vlan 50
 name Floor0_DATA
!
interface vlan 60
 name VoIP
!
interface gigabitethernet1/0/1
 switchport access vlan 8
!
interface gigabitethernet1/0/2
 switchport access vlan 8
!
interface gigabitethernet1/0/3
 switchport access vlan 8
!
interface gigabitethernet1/0/4
 switchport access vlan 8
!
interface gigabitethernet1/0/5
 switchport access vlan 20
!
interface gigabitethernet1/0/6
 switchport access vlan 20
!
interface gigabitethernet1/0/23
 switchport mode trunk
 switchport trunk native vlan 20
 switchport trunk allowed vlan remove 3-5,7,9,11-17,19,21,23-49,51-59
 switchport trunk allowed vlan remove 61-4094
!
interface gigabitethernet1/0/24
 switchport mode trunk
 switchport trunk native vlan 20
 switchport trunk allowed vlan remove 3-5,7,9,11-17,19,21,23-49,51-59
 switchport trunk allowed vlan remove 61-4094
!
exit
ip default-gateway 10.0.0.254

Waiting your assistance.

Regards.

Dell PowerConnect 5548P VLANS for VOIP

$
0
0

First off, new to Dell switching and the CLI.

Core Switch setup and have VLANs running fine

VLAN 2 - switch management 10.6.25.x

VLAN 3 - VOIP (not in use yet but DHCP setup on server) 10.6.30.x

VLAN 4 - Client PCs 10.6.50.x

IP'd the Dell to an address on VLAN2 and without VLAN configured the laptops get IPs in that range.

Trunk Port 1 (right?)

Phone system IP 10.6.30.2 , Port 2 - untagged VLAN3 (right?)

Port 11 has VOIP phone connected then laptop connected to phone.  

How do I configure this port for both VLAN 3 & 4?  GUI method preferred.

where I can find "ONIE-FTOS-SK-9.10.0.1.bin"?

can't see the port memeber in my lag in S4048-ON

$
0
0

Hi

I m trying to set up a lag i a vlt domain in two S4048-ON.

I have make the following config

conf t

interface tengigabitethernet 1/1
port-channel-protocol lacp
port-channel 1 mode active
interface port-channel 1
sw
vlt-peer-lag port-channel 1
exit

but when i run the command

show interfaces port-channel 1 brief
Codes: L - LACP Port-channel
O - OpenFlow Controller Port-channel
A - Auto Port-channel
I - Internally Lagged

LAG Mode Status Uptime Ports
L 1 L2 down 00:00:00

I don't see the port i just add.

Viewing all 2954 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>