cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2269
Views
0
Helpful
3
Replies

cisco 2960 with NEC ip phone

xq.shen826
Level 1
Level 1

Hi all:

  I have a cisco  2960 and NEC IP phone. Situation is like this. When I configurated the IP phone to vlan 1 (the default vlan), the phone via IP PBX (NEC SV8300) can work, but when I configurated the IP phone to a vlan 2 or other vlan, the phone can't register. But it can ping the IP phone,and the IP phone is using a static IP addres.

2 Accepted Solutions

Accepted Solutions

acampbell
VIP Alumni
VIP Alumni

Hi,

 

1) Can you share the config of your 2960 phone interfaces ?

2)When you say you CAN ping the phone in a NON vlan 1 configuration

where are you pinging it from ?

 

Regards

Alex

 

Regards, Alex. Please rate useful posts.

View solution in original post

Hi,

When you change your phone to use a different vlan you
are probably invoking 802.1p vlan tagging

You could try changing the set up of your 2960 interface
Lets say you are going to use Vlan 2 for voip

Try this :-

!
int gig0/0
shut
desc ** NEC IP Phone Port ***
switchport host
switcport voice vlan 2
no shut
!

This will tag the voip type packets to your phone as VLAN 2

You wil also need to make sure that the default gateways ( may be this your 3750) can route between vlans

Hope this helps
Regards
Alex

Regards, Alex. Please rate useful posts.

View solution in original post

3 Replies 3

acampbell
VIP Alumni
VIP Alumni

Hi,

 

1) Can you share the config of your 2960 phone interfaces ?

2)When you say you CAN ping the phone in a NON vlan 1 configuration

where are you pinging it from ?

 

Regards

Alex

 

Regards, Alex. Please rate useful posts.

Hi,Alex 1) my cisco 2960`s config is not too much interface gi0/0 sw mo acc sw acc vlan 1 2) I ping the ip phone from core switch 3750 and my topo NEC`ip phone --- cisco2960 --- core switch 3750 --- ip bpx

Hi,

When you change your phone to use a different vlan you
are probably invoking 802.1p vlan tagging

You could try changing the set up of your 2960 interface
Lets say you are going to use Vlan 2 for voip

Try this :-

!
int gig0/0
shut
desc ** NEC IP Phone Port ***
switchport host
switcport voice vlan 2
no shut
!

This will tag the voip type packets to your phone as VLAN 2

You wil also need to make sure that the default gateways ( may be this your 3750) can route between vlans

Hope this helps
Regards
Alex

Regards, Alex. Please rate useful posts.