Unsolved
This post is more than 5 years old
1 Rookie
•
10 Posts
0
38729
March 10th, 2006 17:00
3448P VLAN trunking help needed
Hey guys,
I currently have a single network with several switches, servers, workstations and appliances. This is obviously a very easy setup, but now things are changing. I was asked to build a brand new network, using VoIP phones, 8port firewall to control the traffic flow between these segments, and several new switches.
My company purchased 3 3448P switches, since we want to start using VoIP phones, and also wants to segment the network into 8 different subnets/vlan's. My experience is with Cisco hardware, mostly the router end. I understand the concept of VLAN's, but I never had to configure one, so this is a lot of data to deal with. Some questions I have:
1) The workstations will be plugged into the VoIP phones (not something I can change). Certain workstations will belong to 1 segment/subnet, while others will belong to other segments. What is the easiest way of dealing with this? Do I create VLAN's based on the mac addresses of the phones?
2) I have multiple switches, so I need to do VLAN trunking. Since I am barely familiar with setting up VLAN's on cisco switches, how do I go about doing the trunking?
I read the documents posted in the 'pinned' threads in this forum, but since it looks like there are several options, I would like some guidance here. I would realy appreciate any help you guys can provide. Thanks!
No Events found!


DELL-Cuong N.
1K Posts
0
March 10th, 2006 17:00
I know this is alot of data and it might not all make sense but if you do some research to understand how VLAN works I think the concept above will make sense. There are lots of ways to do this and the above is a general approach for one way to do it. It is hard to provide detail network engineering without full analysis of your setup, but anyway, I hope this helps more then it confuses :-).
Cuong.
DELL-Cuong N.
1K Posts
0
March 10th, 2006 19:00
You said 3348P in your last post but I'm assuming you meant 3448P :-).
You mentioned your DMZ will control security between VLAN. How do you mean? Is the DMZ a router? The 3448 switches are all L2 switches and if you VLAN traffic then packets won't go across all those VLANs anyway so something on "dev" VLAN is not going to be able to send packet to something on "sales" VLAN anyway without a router in there somewhere. So anyway, I'm not sure why you need a DMZ to control access between VLANs. You do need a DMZ/Firewall probably to control access going out to the Internet though.
So just a quick example (off the top of my head so you might want to check syntax :-)). This example is just for your switch 2 port e2 in your question and assuming you are in enable (executive mode) and you already created all those VLANs, then the commands you might use to configure the e2 port is something like this:
What the above does is to configure the port e2 and set it up in general mode. It set the PVID to 1000 (as we discussed this is because the workstation traffic comes in untag to the switch so we need it to be tagged 1000 to get on the correct VLAN). It sets the port to be member of VLAN 1000 (untag) which means that it will accept traffic from VLAN 1000 and when it sends the traffic out the port it will send it as untag so that it will be properly process by your workstation (the workstation sends the traffic untag so expects it back untag). It also make the port a member of VLAN 1006 (tag) so that it will accept the voice traffic on VLAN 1006 from the phone and will send it back tagged.
Just do something similar for the rest of the ports.
So the scenario is something like this:
You probably need some ports from switch 1 to go to switch 2 and switch 3 to trunk the traffic between those switches. Setting up trunks is not much harder then setting up the access port above. There is a "trunk mode" you can use (read the documentation for syntax) and the paper you reference probably have an example in there for setting up a trunk.
Cuong.
d3448p
1 Rookie
•
10 Posts
0
March 10th, 2006 19:00
Cuong,
Thank you for taking the time to give me such a detailed explanation. It is starting to make sense now (I just have to do some more reading as you suggested), at least now I know it is possible. This is the setup I have in mind:
These are all 3348P switches.
switch 1:
e1: VoIP phone + workstation (dev)
e2: VoIP phone + workstation (dev)
e3: VoIP phone + workstation (IT)
e4: VoIP phone + workstation (sales)
switch 2:
e1: VoIP phone + workstation (sales)
e2: VoIP phone + workstation (dev)
switch 3:
e1: server 01 (back office)
e2: appliance 01 (appliances)
e3: server 02 (dmz)
The phones are Mitel VoIP phones, which support VLAN tagging (either through DHCP, or hardcoding).
These switches are brand new, so they aren't really configured for anything yet. I assume I create a VLAN for each segment I want to set up (I figured out how to do this, no problems there). So I have the following vlan's:
vlan 1000 name dev
vlan 1001 name IT
vlan 1002 name sales
vlan 1003 name back_office
vlan 1004 name appliances
vlan 1005 name dmz
vlan 1006 name voip
This is about as far as I get. I would greatly appreciate it if you could give me an example of how to filter the VoIP traffic from the data traffic (including the commands for some of this stuff, if possible. Do you see anything with this setup? The 8port firewall will control the security between these VLAN's.
Example: data going to Switch 2/e2: VoIP goes to VLAN 1006 (all VoIP traffic will go to the same VLAN), any data on that port, should go to the dev VLAN. I will read those PDF files again while waiting for your response. Thanks again!
d3448p
1 Rookie
•
10 Posts
0
March 13th, 2006 00:00
A) I am trying to figure out the requirements for the VLAN trunk. Can I establish the trunk using the G3/G4 GigE ports (since I don't see much benefit to giving up the GigE ports for stacking purposes). I couldn't find any good examples on how to set up the trunk, so some command examples would be greatly appreciated (I am trying to avoid using the web interface for learning purposes).
I have 4 switches right now:
1) telco room (3424P)
2) data room (3448P)
3) 1st floor: workstations+voip (3448P)
4) 2nd floor: workstations+voip (3448P)
I was hoping to connect my 'telco' 3424P g4 ethernet port to g3 on my 'data' switch. Connect g4 on my data switch to g3 on the '1st floor switch', and g4 on the '1st floor switch' to g3 on the '2nd floor switch'. Would this be a good setup, or is there a design flaw? I am trying to keep the blackplane at gigabit speeds.
B) My 8-port firewall is in my data room, do I simply configure 8 ports on the 3448P data switch for the 8 VLANs (in access mode) and connect them directly to my firewall?
C) If I can access the switches using SSH, are there any big benefits to stacking my switches, especially since I would rather use my gigabit ports for trunking?
D) Since I am dedicating a VLAN to the VoIP traffic, can I give priority (QoS) to just the VoIP VLAN, or should I follow the example shown in the VoIP whitepaper (using the 'qos trust' command)?
Thanks again in advance for all your help!
DELL-Cuong N.
1K Posts
0
March 13th, 2006 15:00
Your questions are getting very loaded and because there are so many considerations and requirements I'm don't think I can properly help with all the network engineering issues. I will try to answer some of the questions but please understand that I'm not recommending any particular solution and you should consider the discussion here to be purely informational only. You will still need to experiment and test before you deploy any solution in a mission critical network. You might have to try a setup and refine over time to get the optimal solution. There are many issues with security and performance to consider as you engineer your network. With that said, for a simple and small network that's well controlled the setup needs not be too complex - in this case simpler is better since you have to maintain all that stuff after all :-).
Example of a trunk:
Cuong.
d3448p
1 Rookie
•
10 Posts
0
March 13th, 2006 16:00
As for my firewall, it's a BSD (unix) based firewall, which routes the packets between the several subnets. It's also how I will control what subnet can get to what subnet, etc.
Can you give me an example of a cable which can be used to connect the g1/g2 uplink ports? Does Dell.com sell them?
DELL-Cuong N.
1K Posts
0
March 14th, 2006 19:00
To use the fiber ports you will need SFP transceivers and fiber optic cables. Look here:
http://configure.us.dell.com/dellstore/config.aspx?c=us&cs=04&kc=6W300&l=en&oc=pct3448poe-sapp&s=bsd
Cuong.
DELL-Cuong N.
1K Posts
0
March 16th, 2006 13:00
Since the 34xxP switches uses 4 priority queues and both CoS and DSCP tags will be mapped to the one of those 4 priority queues anyway, I don't see an advantage either way. However the phone tag the traffic you eventually have to map it to one of those queues so operationally they will be the same. Plus you have only two classes of traffic to really distinguish from in your application so I don't see any difference between the two type of QoS tags.
The only other thing you have to make sure of is that you select the correct CoS for the traffic so that the traffic will be put on the correct priority queue.
Here is the section in the document on how to setup QoS on the 34xx:
<ADMIN NOTE: Broken link has been removed from this post by Dell>
Cuong.
d3448p
1 Rookie
•
10 Posts
0
March 16th, 2006 13:00
The phones support specifying the VLAN priority and DSCP value, what should I select (or can you point me into the right direction so I can do my own research, google didn't help much), and is there anything else I have to do on the switch, besides the trust command, in order to give the highest priority to the VoIP traffic? Thanks!
d3448p
1 Rookie
•
10 Posts
0
March 16th, 2006 15:00
Thanks for the info!
Message Edited by d3448p on 03-16-2006 11:39 AM