Hello,
I'm trying to use LLDP-MED to attach a Cisco 7911 VoIP phone to port ENET2 on a RAP-3WNP talking to an M3 running 6.2.1.2. However, the AP doesn't seem to be sending the voice VLAN to the phone.
I have LLDP-MED and the AP configured as follows:
ap-group "cs-rap3_raps"
enet2-port-profile "phone_wiredport"
...
!
ap wired-port-profile "phone_wiredport"
wired-ap-profile "phone_wiredap"
enet-link-profile "poe_enet"
lldp-profile "phone_lldp"
no rap-backup
aaa-profile "NoAuthAAAProfile"
!
ap wired-ap-profile "phone_wiredap"
wired-ap-enable
trusted
switchport mode trunk
switchport trunk allowed vlan 2812
!
ap enet-link-profile "poe_enet"
poe
!
ap lldp profile "phone_lldp"
lldp-med-tlvs capabilities network-policy power inventory
lldp-med-network-policy-profile "phone_lldpmed"
!
ap lldp med-network-policy-profile "phone_lldpmed"
vlan 2812
tagged
The phone is appearing when I do 'show ap lldp neighbor ...' and is identified as a phone with capability 'P' but it's not picking up the voice VLAN (checking under Settings -> Network -> Operational VLAN Id).
At one point, it was picking up a VLAN ID of "0" overriding an administratively-set VLAN in the phone, but that's stopped happening with my fiddling.
I've tried advertising the DSCP/CoS values, adding and removing a signalling LLDP-MED profile and various other things (like adding another VLAN trunk native to see if it didn't like there wasn't a native VLAN on the port). However, none worked.
Is there anything obvious missing, before I start trying to sniff traffic between the two?