1)Connecting/trunking considerations on the switches. We made the mistake of not getting the switches that can be trunked together in the rear, so have been using one patch cable between the two main data switches. We plan to connect the shop switch to the phone switch in the computer room over fiber. How should the rest of the switches be connected together, and how should these ports be programmed?
When wanting to pass more then one vlans over a line that line has to be a trunk. You setup a trunk with the following configuration.
interface Fastethernet 0/24
switchport trunk encapsulation dot1q
switchport mode trunk
I noticed you were worried that you did not get the stackwise if it is due to bandwith you can always combine trunks into an etherchannel like this.
========
switch 1
========
interface Fastethernet 0/23
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
interface Fastethernet 0/24
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
========
switch 2
========
interface Fastethernet 0/23
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
interface Fastethernet 0/24
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
2)VLAN segmentation for voice prioritization. We don't really see the need to completely isolate the phone network from the data network, as the phones have ports in the back for laptop users, etc. If this isolation is a requirement of VLANS, that is fine. I have no experience with VLANS, but little experience with the Cisco IOS.
Because you are using a Mitel solution for the phones I can not speak to how they work as far as the port in the back if it seperates it onto a seperate vlan. Cisco phones use CDP and specify a Voice VLAN on the same port where they have an access vlan. (I will pout other comments later need to go)





by: CoreyMacPosted on 2008-09-05 at 13:49:17ID: 22403660
This is a pretty complex set of questions with equally complex set of answers.
It would help to know more about the environment.
How many servers?
How many workstations?
Are all network devices connected locally to the switches?
What exact models of phones?
What exact models of switches?
What kind of functions do the PCs and servers perform?
..etc...
Any information would be helpful in what is really redesigning your network infrastructure.
A separate VLAN for the phones is really going to be helpful long-term.