Unsolved

This post is more than 5 years old

6 Posts

82811

January 21st, 2015 06:00

Getting LLDP-MED working on N3024P and N2048P for Polycom CX600 phones

I've had luck in the past with configuring LLDP-MED on 5548P's; however, the N-series switches appear to handle things quite a bit differently.

Does anyone have a working configuration with these switches where the phone receives VLAN information via LLDP-MED and immediately boots to the voice VLAN?

6 Posts

January 21st, 2015 08:00

I think I may have answered my own question.  Here is a sample working configuration:

!Current Configuration:

!System Description "Dell Networking N3024, 6.1.0.6, Linux 3.6.5-320b2282"

!System Software Version 6.1.0.6

!

configure

vlan 13

name "WORKSTATIONS"

exit

vlan 14

name "VOICE"

exit

vlan 13-14

exit

ip telnet server disable

hostname "CR1-TEST"

slot 1/0 1    ! Dell Networking N3024

stack

member 1 1    ! N3024

exit

no ip http server

ip routing

interface vlan 13

ip address 10.3.3.1 255.255.255.0

exit

interface vlan 14

ip address 10.3.4.1 255.255.255.0

exit

voice vlan

ip ssh server

classofservice dot1p-mapping 5 5

cos-queue min-bandwidth 0 0 5 5 10 30 40

cos-queue strict 5

!

interface Gi1/0/1

switchport mode general

switchport general pvid 13

switchport general allowed vlan add 13

switchport general allowed vlan add 14 tagged

switchport general allowed vlan remove 1

lldp transmit-tlv port-desc sys-name sys-desc sys-cap

lldp transmit-mgmt

lldp notification

lldp med confignotification

voice vlan 14

voice vlan auth disable

exit

snmp-server engineid local 800002a203f8b1565ad1c6

enable password REMOVED encrypted

exit

No Events found!

Top