[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

09/01/2009 at 01:50PM PDT, ID: 24699428
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.1

Having trouble configuring Dell PowerConnect 5424 switch

Asked by Lassen01 in Network Switches & Hubs

Tags: Dell, PowerConnect, 5424, switch

Hello Experts!

Let me give a little background to better explain where I'm coming from: Our organization currently has about a dozen Dell PowerConnect 6248P switches. They have been fine so far and all connect back by fiber to a Dell Layer 3 "core" switch that does the routing. We also bought a Dell PowerConnect 5424 for budget purposes as one of our locations didn't need PoE and some of the other nice features.   We have a Management VLAN (VLAN 4) where we statically assign the IP address for our switches and APs. The Default VLAN (VLAN 1) is for regular data traffic while VLAN 6 is for Voice (IP phones).

The problem is that I can't quite figure out a configuration issue with the 5424. It's CLI is somewhat different to the 6248P. Right now, I have the switch configured (IP address is on the Management VLAN) where I can telnet into it and ping to various other IPs and subnets. So far so good. However, I am not able to get traffic across to VLAN 1 (data VLAN), so my computers are not getting a DHCP and talking with the rest of the network. I thought it was because I needed this command on the trunk port that goes back to the core switch: "switchport trunk allowed vlan add 1".  But it gives me this error: "VLAN 1: VLAN was not created by user."

Is there a limitation of this switch, or I am configuring something wrong? I'll attach some modified configs so you can get a general idea how I've configured them. Any help would be greatly appreciated! Thanks!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
--Dell PowerConnect 5424--
 
EdgSW04# sh run
interface range ethernet g(1-23)
spanning-tree portfast
exit
interface ethernet g23
description "Reserved: wireless AP"
exit
interface ethernet g24
description "Uplink: CoreSW01 3/g4"
exit
interface range ethernet g(1-23)
switchport mode general
exit
interface ethernet g24
switchport mode trunk
exit
vlan database
vlan 4,6,8
exit
interface ethernet g24
switchport trunk allowed vlan add 4
exit
interface range ethernet g(1-23)
switchport general allowed vlan add 6
exit
interface ethernet g24
switchport trunk allowed vlan add 6
exit
interface vlan 4
name Management
exit
interface vlan 6
name Voice
exit
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 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 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
no iscsi enable
interface vlan 4
ip address x.x.x.x 255.255.255.0
exit
ip default-gateway x.x.x.x
hostname EdgeSW04
enable password level 15 892ba610d10f4c0e28a891c5c965df24 encrypted
username admin password 892ba610d10f4c0e28a891c5c965df24 level 15 encrypted
snmp-server location "some place"
snmp-server contact "me"
clock timezone -7 zone MST
clock summer-time recurring usa zone MDT
ip domain-name our_domain
ip name-server  x.x.x.x
 
 
Default settings:
Service tag: xxxxxx
 
SW version 2.0.0.35 (date  27-Jan-2009 time  18:13:34)
 
Gigabit Ethernet Ports
=============================
no shutdown
speed 1000
duplex full
negotiation
flow-control off
mdix auto
no back-pressure
 
interface vlan 1
interface port-channel 1 - 8
 
spanning-tree
spanning-tree mode STP
 
qos basic
qos trust cos
[+][-]09/03/09 06:20 AM, ID: 25250339

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/07/09 11:29 AM, ID: 25276601

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/08/09 06:22 AM, ID: 25281547

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/08/09 06:27 AM, ID: 25281599

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/11/09 06:34 AM, ID: 25309280

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Network Switches & Hubs
Tags: Dell, PowerConnect, 5424, switch
Sign Up Now!
Solution Provided By: dnilson
Participating Experts: 2
Solution Grade: A
 
 
[+][-]09/11/09 06:40 AM, ID: 25309351

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/11/09 06:42 AM, ID: 25309380

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625