07-31-2019 08:39 AM - edited 07-31-2019 11:14 AM
Hi all, I'm a beginner. We have Cisco switches (mostly 2960S) and using a Shortel phone system. I needed to add a new switch, configured it, everything is fine except when I plug a phone into the new switch it's not getting the configuration. Doing a show running-config I saw the existing switches have a Vlan 100 named Voice so I added that into the new switch. When I plug in a Shortel phone the phone says the following:
(It should then say DHCP acquired and boot) the new switch the Phone at this point goes into No Service mode.
Know what setting on the new switch I need to change for it to work? I've spent many hours and can't find what's wrong. Thanks!
07-31-2019 08:58 AM
07-31-2019 09:37 AM
Hello,
the basic switchport configuration would look like this:
interface GigabitEthernet0/1
switchport mode access
switchport access vlan 10
switchport voice vlan 20
spanning-tree portfast
I think option 156 needs to be enabled for both the data and the voice Vlan. The Shortel DHCP server config needs the string below:
ftpservers=x.x.x.x,layer2tagging=1,vlanid=20
07-31-2019 11:36 AM - edited 07-31-2019 11:49 AM
Okay, the issue was none of the ports were configured and they need to be in trunkport mode. Since I was just adding a switch to an existing configured & running network with existing VoIP functioning I didn't need to create a DHCP scope for voice with the ftp command, nor put settings in the firewall, etc they were entered already. But adding a switch to an existing functional network with VoIP working I just had to do the following to the switch
That's it, the phones plugged into the switch now get their configuration. Thanks all
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide