12-15-2020 01:54 AM - edited 12-15-2020 04:58 AM
I'm new to this organization and their cisco switch setup is giving me a headache.
we have Voip setup with vlans and all, but the ports carrying voip have been set as trunk ports. I want to make them normal access ports that can carry voice traffic. But whenever i do so, the phones refuse to register.
This is the current setup of a voip port:
interface GigabitEthernet1/0/10
switchport trunk native vlan 21
switchport trunk allowed vlan 20,21
switchport mode trunk
switchport voice vlan 20
spanning-tree portfast
This is what I did:
no switchport trunk native vlan 21
no switchport trunk allowed vlan 20,21
switchport mode access
switch access vlan 21
switchport voice vlan 20
But it shows phone unregistered.
VLAN 21 = data vlan
VLAN 20 = voice
the native vlan on the real trunk link is vlan 1
why does it work when the interface is a trunk but doesnt work when i change it to my configuration?
Switch is a cisco 2960 and IP phone is a CP 7821
Solved! Go to Solution.
12-15-2020 04:46 AM
Not all platforms support voice VLAN functionality without specifying the port mode is trunk. For some it's just an advertisement and needs configuration, and for others it configures it to accept that tagged traffic.
If what you've changed it to doesn't produce anything useful then configure it back the way it was.
12-15-2020 02:11 AM
There are a few VoIP brands that need be on Trunk ports.
12-15-2020 03:05 AM
if you enable LLDP on switch and with voice and data vlan configuration all most all phones will work. some may need trunk.
can you specify the phone model which you are using and switch details.
12-15-2020 04:37 AM
It's a cisco cp7821 model IP phone
12-15-2020 05:16 AM - edited 12-15-2020 05:32 AM
Hope you are using Cisco witch.
try below.
Default interface GigabitEthernet1/0/10
interface GigabitEthernet1/0/10
switchport mode access
switch access vlan 21
switchport voice vlan 20
if this is not a Cisco switch, turn on LLDP.
12-15-2020 08:11 AM
Already did that. The device is stuck at not registered
12-15-2020 09:42 AM
Whats ur call control platform.
Whats the operational vlan and ip address on phone. also share the status message from phone.
is this for just one phone or all ? hae you tried resetting the phone ?
12-15-2020 01:34 PM - edited 12-15-2020 01:39 PM
@amatorjnr wrote:
Already did that. The device is stuck at not registered
Is the phone getting a valid IP address or not?
12-15-2020 04:46 AM
Not all platforms support voice VLAN functionality without specifying the port mode is trunk. For some it's just an advertisement and needs configuration, and for others it configures it to accept that tagged traffic.
If what you've changed it to doesn't produce anything useful then configure it back the way it was.
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