[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.

Question
[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

How to configure Dell 5424 and 6224 to get vlan 2 working

Asked by oratek in Network Design & Methodology, Network Switches & Hubs

Tags: Dell 5424 6224 vlans stp

Hi Guys,

I have an issue between a Dell 6224 and a Dell 5424 which are trunked. The switches are connected together via port 1/g1 on the 6224 and port g1 on the 5424.
The configs are listed below for each switch.
The Dell 6224 has had the management vlan moved from vlan 1 to allow routing on vlan 1 to fit into the existing flat network of Dell switches once the config is correct.
(For those that don't know, and I cannot tell you why, the management vlan on a Dell 6224 switch is not routable).

The vlans are configure as
vlan 1 192.168.0.0/19 ip address 192.168.0.11
vlan 2 10.0.0.0/30 ip address 10.0.0.1
I have a test desktop on 10.0.0.2 with gw 10.0.0.1
Dell 5424 ip address 192.168.9.70

Port 1/g2 on the 6224 is configured in Access mode vlan 2 and the desktop when connected to this port can ping all ip addresses for all other vlans. The switches from console can ping the desktop on 10.0.0.2.

Port G3 on the 5424 is configured in access mode vlan 2 and when the desktop is connected to this port, it cannot ping any other address.
From the console on the 5424 I can ping 10.0.0.1 but not 10.0.0.2, neither can the 6224 ping 10.0.0.2. I have checked the netmask on the desktop and check it's gateway which is set to 10.0.0.1. But it will not work.

Any suggestions?
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:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
6224 config
!Current Configuration:
!System Description "Powerconnect 6224, 3.0.0.8, VxWorks 6.5"
!System Software Version 3.0.0.8
!
configure
vlan database
vlan  2,100-105,110-113,150,4093
exit
hostname "DRN_6224_01_01"
sntp server 203.82.209.217
sntp server 203.19.252.4
stack
member 1 1
exit
ip address 10.0.0.9 255.255.255.252
ip address vlan 4093
ip name-server 192.168.1.108
ip name-server 192.168.1.149
no logging console
no logging buffered
 
 
ip routing
ip route 0.0.0.0 0.0.0.0 192.168.1.58
interface vlan 1
routing
ip address  192.168.0.11  255.255.224.0
exit
interface vlan 2
name "V_Chairo_DRN_PAK"
routing
ip address  10.0.0.1  255.255.255.252
exit
interface vlan 100
name "V_drn_servers"
routing
ip address  10.1.0.1  255.255.252.0
exit
interface vlan 101
name "V_drn_junior_school"
routing
ip address  10.1.4.1  255.255.252.0
exit
 
interface vlan 102
name "V_drn_middle_school"
routing
ip address  10.1.8.1  255.255.252.0
exit
interface vlan 103
name "V_drn_senior_school"
routing
ip address  10.1.12.1  255.255.252.0
exit
interface vlan 104
name "V_drn_library"
routing
ip address  10.1.16.1  255.255.252.0
exit
interface vlan 105
name "V_drn_it"
routing
ip address  10.1.20.1  255.255.252.0
exit
interface vlan 110
name "V_drn_printers"
routing
ip address  10.1.40.1  255.255.252.0
exit
interface vlan 111
name "V_drn_wireless_data"
routing
ip address  10.1.44.1  255.255.252.0
exit
interface vlan 112
name "V_drn_wireless_mgmt"
routing
ip address  10.1.48.1  255.255.252.0
exit
interface vlan 113
name "V_drn_management"
routing
ip address  10.1.52.1  255.255.252.0
exit
interface vlan 150
name "Bogus Management VLAN"
 
 
exit
username "admin" password xxxxxxxxxxxxxxxxxxxxxxxxxxx level 15 encrypted
bridge aging-time 301
!
interface ethernet 1/g1
description 'Uplink to TEST_5425_01'
switchport mode general
switchport general allowed vlan add 2,100-105,110-113,150
exit
!
interface ethernet 1/g2
description 'Test Desktop'
spanning-tree portfast
spanning-tree guard root
switchport access vlan 2
exit
!
interface ethernet 1/g19
description 'Uplink to School Network'
 
exit
 
****************************5424 config**********************************
interface range ethernet g(3,5)
spanning-tree portfast
exit
interface range ethernet g(3,5)
spanning-tree guard root
exit
interface ethernet g1
switchport mode general
exit
vlan database
vlan 2,100-105,110-113,150
exit
interface range ethernet g(3,5)
switchport access vlan 2
exit
interface ethernet g1
switchport general allowed vlan add 2
exit
interface ethernet g1
switchport general allowed vlan add 100
exit
interface ethernet g1
switchport general allowed vlan add 101
exit
interface ethernet g1
switchport general allowed vlan add 102
exit
interface ethernet g1
switchport general allowed vlan add 103
exit
interface ethernet g1
switchport general allowed vlan add 104
exit
interface ethernet g1
switchport general allowed vlan add 105
exit
interface ethernet g1
switchport general allowed vlan add 110
exit
interface ethernet g1
switchport general allowed vlan add 111
exit
interface ethernet g1
switchport general allowed vlan add 112
exit
interface ethernet g1
switchport general allowed vlan add 113
exit
interface ethernet g1
switchport general allowed vlan add 150
exit
interface vlan 2
name V_Chairo_DRN_PAK
exit
interface vlan 100
name V_drn_servers
exit
interface vlan 101
name V_drn_junior_school
exit
interface vlan 102
name V_drn_middle_school
exit
interface vlan 103
name V_drn_senior_school
exit
interface vlan 104
name V_drn_library
exit
interface vlan 105
name V_drn_it
exit
interface vlan 110
name V_drn_printers
exit
interface vlan 111
name V_drn_wireless_data
exit
interface vlan 112
name V_drn_wireless_mgmt
exit
interface vlan 113
name V_drn_management
exit
interface vlan 150
name "Bogus Management VLAN"
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
interface vlan 1
ip address 192.168.9.70 255.255.224.0
exit
ip default-gateway 192.168.0.11
hostname TEST_5424_01
username admin password xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx level 15 encrypted
[+][-]09/02/09 05:56 AM, ID: 25240457Accepted Solution

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

Zones: Network Design & Methodology, Network Switches & Hubs
Tags: Dell 5424 6224 vlans stp
Sign Up Now!
Solution Provided By: giltjr
Participating Experts: 1
Solution Grade: A
 
[+][-]09/02/09 04:48 AM, ID: 25239922Expert Comment

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/02/09 06:43 PM, ID: 25247259Author Comment

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/02/09 07:01 PM, ID: 25247325Expert Comment

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/02/09 08:45 PM, ID: 25247716Author Comment

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/06/09 05:33 PM, ID: 25272165Author Comment

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...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625