m1esquibel
IS-IT--Management
Good morning everyone!
Here's the situation, I have hosted VOIP here for roughly 30 users, 2 Cisco 3550s, 1 cisco 2600 (hosted VOIP).
On the 2 cisco 3550s I'm running the SMI IOS.
The phones are supposed to be getting DHCP from 10.10.x.x and the computers are getting DHCP from 192.168.x.x.
I want to create 2 vlans, one for voice, one for data and have the switches split between the two. I would also like to use the switch port on the back of the 7940 IP Phones to connect the computers to.
I keep getting confused as to whether or not this will work on the 3550 SMI IOS or would I need the EMI?
This is the config that I tried to run on a test unit that I have. Unfortunately it wouldn't give the phone any power and the computer I plugged directly into the port (Fa0/23) wouldn't get an IP from DHCP.
Switch Ports:
!
::this will be done for all interfaces (24). Put on Fa0/23 first but didn't work::
interface FastEthernetX/X
description Default setting for all switch ports
switchport mode access
switchport access vlan 10
switchport voice vlan 20
spanning-tree portfast
!
Management VLAN:
!
Interface VLAN1
IP Address 192.168.x.x
IP default-gateway 192.168.x.x
IP host BOS.CISSW1 192.168.x.x
!
DataVLAN:
!
interface Vlan10
description Connection for Data
ip helper-address 192.168.x.x ;internal DHCP Server for computers and other LAN devices.
no shut
!
VoiceVLAN:
!
interface Vlan20
description Connection for IP Phones
ip helper-address 10.20.x.x ;DHCP Server for hosted VOIP
no shut
!
If it helps to have a topology map of this setup to better answer please let me know.
I do apologize for all the questions but I'm rather new at this and when this was installed 4 years ago the purchasers didn't realize that VLANs would be somewhat necessary to split voice/data traffic and I'm seeing a LOT of "bleed over".
Thank you for any and all information.
Here's the situation, I have hosted VOIP here for roughly 30 users, 2 Cisco 3550s, 1 cisco 2600 (hosted VOIP).
On the 2 cisco 3550s I'm running the SMI IOS.
The phones are supposed to be getting DHCP from 10.10.x.x and the computers are getting DHCP from 192.168.x.x.
I want to create 2 vlans, one for voice, one for data and have the switches split between the two. I would also like to use the switch port on the back of the 7940 IP Phones to connect the computers to.
I keep getting confused as to whether or not this will work on the 3550 SMI IOS or would I need the EMI?
This is the config that I tried to run on a test unit that I have. Unfortunately it wouldn't give the phone any power and the computer I plugged directly into the port (Fa0/23) wouldn't get an IP from DHCP.
Switch Ports:
!
::this will be done for all interfaces (24). Put on Fa0/23 first but didn't work::
interface FastEthernetX/X
description Default setting for all switch ports
switchport mode access
switchport access vlan 10
switchport voice vlan 20
spanning-tree portfast
!
Management VLAN:
!
Interface VLAN1
IP Address 192.168.x.x
IP default-gateway 192.168.x.x
IP host BOS.CISSW1 192.168.x.x
!
DataVLAN:
!
interface Vlan10
description Connection for Data
ip helper-address 192.168.x.x ;internal DHCP Server for computers and other LAN devices.
no shut
!
VoiceVLAN:
!
interface Vlan20
description Connection for IP Phones
ip helper-address 10.20.x.x ;DHCP Server for hosted VOIP
no shut
!
If it helps to have a topology map of this setup to better answer please let me know.
I do apologize for all the questions but I'm rather new at this and when this was installed 4 years ago the purchasers didn't realize that VLANs would be somewhat necessary to split voice/data traffic and I'm seeing a LOT of "bleed over".
Thank you for any and all information.