Comware Based
1752577 Members
5491 Online
108788 Solutions
New Discussion

Re: CISCO IP phone on HP 5130-24G-P​oE

 
atichrat
Frequent Visitor

CISCO IP phone on HP 5130-24G-P​oE

Hello,

We trying to configure cisco IP phone7940 (cdp only) on HP 5130-48G-PoE+-4SFP+ (370W) EI JG937A (HP Comware Software, Version 7.1.045, Release 3109P14

The phone cannot take an IP adress by our DHCP, but we have not this problem with our computer

From interface Giga 1 to 7 : we are unable to take an IP adress on phone, but lldp seems to works !

#
 version 7.1.045, Release 3109P14
#
 sysname SW-5130-NP
#
 clock timezone TH minus 07:00:00
 clock protocol none
#
 telnet server enable
#
 undo voice-vlan security enable
 voice-vlan mac-address b4a4-e300-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address c062-6b00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0015-fa00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0016-4600-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
#
 irf mac-address persistent timer
 irf auto-update enable
 undo irf link-delay
 irf member 1 priority 1
#
 dhcp snooping enable
#
 lldp global enable
 lldp compliance cdp
#
 password-recovery enable
#
 poe legacy enable pse 4
#
vlan 1
#
vlan 92
#
vlan 102
#
vlan 190 to 203
#
vlan 222
#
vlan 500
#
vlan 520
#
interface NULL0
#
interface Vlan-interface1
 ip address 10.99.1.102 255.255.255.0
#
interface Vlan-interface500
 ip address 10.10.10.102 255.255.255.0
#
interface GigabitEthernet1/0/1
 description PC
 port link-type hybrid
 port hybrid vlan 1 102 untagged
 port hybrid pvid vlan 102
 voice-vlan 92 enable
 stp edged-port
 lldp compliance admin-status cdp txrx
 cdp voice-vlan 92
 ip verify source ip-address
 poe enable
 dhcp snooping binding record
#
interface Ten-GigabitEthernet1/0/49
 description uplink
 port link-type trunk
 port trunk permit vlan all
 dhcp snooping trust
#

 

Thanks for your help :)

7 REPLIES 7
Mike_ES
Valued Contributor

Re: CISCO IP phone on HP 5130-24G-P​oE

Hello,

Please try port link-type trunk for you Cisco Phone_PC connection, such as:

interface GigabitEthernet1/0/1

 description Cisco VoIP Phone_PC_connected
 port link-type trunk
 undo port trunk permit vlan 1
 port trunk permit vlan 92 102
 port trunk pvid vlan 102
 undo voice vlan mode auto
 voice-vlan 92 enable
 lldp compliance admin-status cdp txrx

Main difference in your config is that, here PC Data traffic is untagged. Voice vlan is tagged vlan.

Having LLDP-MED/CDPv2 working, you don't nee d to use OUI anymore.

Here is the example reference about LLDP_MED/CDPv2:

http://ipcisco.com/neighbour-discovery-protocols-part-5-lldp-med/

Michal

 

 

atichrat
Frequent Visitor

Re: CISCO IP phone on HP 5130-24G-P​oE

Thanks for the info

#
 version 7.1.045, Release 3111P03
#
 sysname FL.1
#
 clock timezone TH minus 07:00:00
 clock protocol none
#
 telnet server enable
#
 voice-vlan aging 43200
 undo voice-vlan security enable
 voice-vlan track lldp
 voice-vlan mac-address aca0-1600-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address b4a4-e300-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address c062-6b00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0015-fa00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0016-4600-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 001b-5300-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0021-a000-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 18ef-6300-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
#
 irf mac-address persistent timer
 irf auto-update enable
 undo irf link-delay
 irf member 1 priority 1
#
 dhcp snooping enable
#
 lldp global enable
 lldp compliance cdp
#
 loopback-detection global enable vlan 1 to 4094
 loopback-detection global action shutdown
 loopback-detection interval-time 300
#
 password-recovery enable
#
 poe legacy enable pse 4

interface GigabitEthernet1/0/2
 port link-type hybrid
 undo port hybrid vlan 1
 port hybrid vlan 95 tagged
 port hybrid vlan 105 untagged
 port hybrid pvid vlan 105
 undo voice-vlan mode auto
 voice-vlan 95 enable
 stp edged-port
 lldp compliance admin-status cdp txrx
 poe enable

 this is  present config   I will try port  hybird to port  trunk

Mike_ES
Valued Contributor

Re: CISCO IP phone on HP 5130-24G-P​oE

Hi,

Did you have a chance to check how it works with trunk port?

Br,

Michal

 

atichrat
Frequent Visitor

Re: CISCO IP phone on HP 5130-24G-P​oE

 version 7.1.045, Release 3111P03
#
 voice-vlan aging 43200
 undo voice-vlan security enable
 voice-vlan track lldp
 voice-vlan mac-address aca0-1600-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address b4a4-e300-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address c062-6b00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G
 voice-vlan mac-address 0015-fa00-0000 mask ffff-ff00-0000 description CISCO ip PHONE 7940G

#

interface GigabitEthernet1/0/1
 port link-type hybrid
 undo port hybrid vlan 1
 port hybrid vlan 95 tagged
 port hybrid vlan 105 untagged
 port hybrid pvid vlan 105
 undo voice-vlan mode auto
 voice-vlan 95 enable
 stp edged-port
 lldp compliance admin-status cdp txrx
 poe enable

#

this is  present config   Use it without problems  Symptoms to watch for a while

Thank You

jaysum
Occasional Contributor

Re: CISCO IP phone on HP 5130-24G-P​oE

I have a CP-7940G version 1 and it will not even power on. What was the exact model of the 7940G phone you used? CP-7940G? Was it version 1 or version 2? Do you have the phone's firmware by chance? Also, what PSE firmware were you running?

I have a 7941G-GE V02 and it powers on just fine.

On another note, per this comment I required the below line to be added to my port config in order for the phone to register on the right VLAN.

  • lldp tlv-enable med-tlv network-policy 95

 

 

Mike_ES
Valued Contributor

Re: CISCO IP phone on HP 5130-24G-P​oE


@jaysum wrote:

I have a CP-7940G version 1 and it will not even power on. What was the exact model of the 7940G phone you used? CP-7940G? Was it version 1 or version 2? Do you have the phone's firmware by chance? Also, what PSE firmware were you running?

I have a 7941G-GE V02 and it powers on just fine.

On another note, per this comment I required the below line to be added to my port config in order for the phone to register on the right VLAN.

  • lldp tlv-enable med-tlv network-policy 95

 

 


Not sure about additional LLDP-specific line required but the fact is Comware just "emulates" CDPv2 in/out packets. So this is the case only for switches different than CISCO vendor. without native CDPv2 protocol implemented.

A am right?

Michal

Mike_ES
Valued Contributor

Re: CISCO IP phone on HP 5130-24G-P​oE


@jaysum wrote:

I have a CP-7940G version 1 and it will not even power on. What was the exact model of the 7940G phone you used? CP-7940G? Was it version 1 or version 2? Do you have the phone's firmware by chance? Also, what PSE firmware were you running?

I have a 7941G-GE V02 and it powers on just fine.

On another note, per this comment I required the below line to be added to my port config in order for the phone to register on the right VLAN.

  • lldp tlv-enable med-tlv network-policy 95

 

 


Ok, here is the final explanation from HPE R&D Team:

HP 5130EI Switch - Voice VLAN TLV-MED not Accepted by Cisco Phone mmr_kc-0124501

Michal