Hi, looking at the code it seems that LLDP is only supported in Cisco 2950:

[root@srvpf ~]# grep -r supportsLldp /usr/local/pf/lib/pf/Switch/Cisco
/usr/local/pf/lib/pf/Switch/Cisco/Aironet.pm:sub supportsLldp { return $FALSE; } /usr/local/pf/lib/pf/Switch/Cisco/Catalyst_2950.pm:sub supportsLldp { return $TRUE; }
/usr/local/pf/lib/pf/Switch/Cisco/WLC.pm:sub supportsLldp { return $FALSE; }

I'm using snom phones on Cisco 2960 and they support LLDP only (not CDP). Configuring the switch with "lldp run" they work fine (voice vlan correctly assigned).

Why is the support disabled for (almost) all Cisco gear?
--
Mammoli Cristian
System administrator
T. +39 0731 22911
Via Brodolini 6 | 60035 Jesi (an)


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to