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

8.0

Configure Voice and Data VLAN on a Dell 3448P

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

Tags: Vlan issues, Dell 3448P

Hi Experts,

I would appreciate any help anyone could give me in relation to confgiuring a Dell 3448P switch to run a cisco 7911 and 7941 IP phone. I have the switch configured with the below configuration, a cisco 2811 plugs into port 1 on the switch. The 2811 is a BIP (MPLS) leased line to our Dublin HQ. I am able to do the following from the switch:
- Ping all interfaces on the Cisco 2811 router
- Ping all devices in our HQ office
When I plug in a Cisco phone to any of the ports configured for VLAN 4(Data) and 104 (Voice) it justs hangs on configuring an IP address (The ip address should be obtained from a dhcp pool on the 2811) and when I plug an end station into the phone it does not receive an Ip address either.

I would appreciate any help

Not an expert in the area, only a novice.

Thanks

Philster
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:
GreenogueSwitch# sh run
interface range ethernet 1/e(1-48),2/e(1-19),3/e(1-48),4/e(1-48)
switchport mode trunk
exit
interface range ethernet 2/e(20-48)
switchport mode general
exit
vlan database
vlan 4,104
exit
interface ethernet 2/e20
switchport general pvid 4
exit
interface ethernet 2/e21
switchport general pvid 4
exit
interface ethernet 2/e22
switchport general pvid 4
exit
interface ethernet 2/e23
switchport general pvid 4
exit
interface ethernet 2/e24
switchport general pvid 4
exit
interface ethernet 2/e25
switchport general pvid 4
exit
interface ethernet 2/e26
switchport general pvid 4
exit
interface ethernet 2/e27
switchport general pvid 4
exit
interface ethernet 2/e28
switchport general pvid 4
exit
interface ethernet 2/e29
switchport general pvid 4
exit
interface ethernet 2/e30
switchport general pvid 4
exit
interface ethernet 2/e31
switchport general pvid 4
exit
interface ethernet 2/e32
switchport general pvid 4
exit
interface ethernet 2/e33
switchport general pvid 4
exit
interface ethernet 2/e34
switchport general pvid 4
exit
interface ethernet 2/e35
switchport general pvid 4
exit
interface ethernet 2/e36
switchport general pvid 4
exit
interface ethernet 2/e37
switchport general pvid 4
exit
interface ethernet 2/e38
switchport general pvid 4
exit
interface ethernet 2/e39
switchport general pvid 4
exit
interface ethernet 2/e40
switchport general pvid 4
exit
interface ethernet 2/e41
switchport general pvid 4
exit
interface ethernet 2/e42
switchport general pvid 4
exit
interface ethernet 2/e43
switchport general pvid 4
exit
interface ethernet 2/e44
switchport general pvid 4
exit
interface ethernet 2/e45
switchport general pvid 4
exit
interface ethernet 2/e46
switchport general pvid 4
exit
interface ethernet 2/e47
switchport general pvid 4
exit
interface ethernet 2/e48
switchport general pvid 4
exit
interface range ethernet 2/e(20-48)
switchport general allowed vlan add 4 untagged
exit
interface ethernet 1/e1
switchport trunk native vlan 4
exit
interface range ethernet 2/e(20-48)
switchport general allowed vlan add 104
exit
interface ethernet 1/e1
switchport trunk allowed vlan add 104
exit
interface vlan 4
name Data
exit
interface vlan 104
name VoiceVLAN
exit
interface vlan 1
ip address xxx.x.xx.xxx 255.255.0.0
exit
interface vlan 4
ip address xxx.xxx.x.xxx 255.255.255.0
exit
interface vlan 104
ip address xxx.xxx.x.xxx 255.255.255.0
exit
ip default-gateway xxx.xxx.x.xxx
hostname blahSwitch
aaa authentication enable default line
aaa authentication login default line
line telnet
password blah encrypted
exit
line ssh
password blah encrypted
exit
line console
password blah encrypted
exit
enable password level 15 blah encrypted
username Name:blah password blah  encrypted
username blah password blah level 15 enc
rypted
username blah password blah level 15 encrypt
ed
stack display-order top 1 bottom 3
ip domain-name jpc.lan
ip name-server  xxx.xxx.x.xx 192.168.1.32
Default settings:
Service tag: 7NLVV91
 
SW version 1.0.1.13 (date  20-Feb-2006 time  09:52:44)
 
Fast Ethernet Ports
==========================
no shutdown
speed 100
duplex full
negotiation
flow-control off
mdix auto
no back-pressure
 
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
blahSwitch#
Attachments:
 
Switch Configuration
 
[+][-]06/04/08 08:58 AM, ID: 21711383Expert 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.

 
[+][-]06/04/08 10:35 AM, ID: 21712227Author 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.

 
[+][-]06/04/08 11:30 AM, ID: 21712687Accepted 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 Switches & Hubs, Network Design & Methodology
Tags: Vlan issues, Dell 3448P
Sign Up Now!
Solution Provided By: networkthug
Participating Experts: 1
Solution Grade: A
 
[+][-]06/04/08 12:50 PM, ID: 21713503Author 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.

 
[+][-]06/04/08 08:47 PM, ID: 21716241Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
 
Loading Advertisement...
20091111-EE-VQP-89 / EE_QW_EXPERT_20070906