09-19-2012 02:26 AM - edited 03-16-2019 01:16 PM
Hi
Could anyone help to provide me with switchport configuration for using Astra IP Phone with Cisco 2960 switch. Client is using Ericsson IP PABX solution. Vlan 10 is for Data and Vlan 20 is for voice. IP phone registers to Ericsson IP PABX if the switchport is configured as :
interface gi0/1
switchport mode access
switchport access vlan 20
but, I need to connect PC to IP Phone to save ports.
I tried the below configuration but it does not work for me.
interface gi0/1
switchport mode trunk
switchport trunk native vlan 10
switchport trunk allowed vlan 10,20
Thanks
Ibrahim SAYEED
09-19-2012 04:44 AM
I believe i need to use the following on the trunk port between the switches:
switchport trunk native vlan 10
--- 10 is the data vlan
I will try this and confirm so that it will help others as well.
09-19-2012 05:39 AM
hi Ibrahim,
You can configure using 802.1X Authentication support. This works with some third party phones however there is no specific configs for Astra and Ericsson .
Refer to below document regarding
802.1x configuration : -
Hope this helps!
Regards,
Karthik
10-21-2012 11:59 PM
just to update. I could not succeed in making the phone and PC work with different vlans.
interface gi0/1
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunk native vlan 10
** with this configuration both IP phone and PC take IP Address from DHCP server but from the same ip subnet.
** I opened a TAC case to get help but believe me the assigned engineer's response has been far below expectations.
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