cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Voice vlan issue in cisco 3524 switch with IOS 12.0(5)XU

Hi Folks,

I'm using CISCO 3524 switch as access switch and trying to enable voice vlan in fast eth ports as below.

L3 vlans are created in core switches which is cisco 6509

vlan 1 - data vlan

vlan 2 - voice vlan

in cisco 3524

-----------------

int fa0/1

switchport access vlan 1

switchport voice vlan 2

speed 100

duplex full.

if i use the above configs, the phone which is connected to interface fa0/1 is not taking ip from dhcp server. even it didn't work with static configs.

while troubelshooting, i have configured as below and it's started working..

int fa0/1

switchport acces vlan 2

speed 100

duplex full.

in this case i can't use this port for data connectivity where as it's required for data too. can anyone help me to understand? also please help me to overcome this issue.

Thanks..!

Who Me Too'd this topic