Hi, On 03/22/2012 04:54 AM, Giovanni Messina - Bizmate s.r.l. wrote: > I did'nt find the Procurve 5000 module, i try all modules avaible for > the Procurve (2500,2600,3400cl,4100 and especially 5400). > > I do many test with the pfcmd_vlan script, some command works and other no. >
*NEVER* use pfcmd_vlan's commands to attest if a switch is supported or not. Most of the commands were accumulated there because of a single corner case need and they are not required whatsoever for 802.1X or port-security implementations. The way to test a switch is to do the basic flow with it: - configure it's SNMP or RADIUS - configure a port properly (port-sec or AAA/dot1x stuff) - assign a blackhole VLAN that is in switches.conf's vlans=... list - plug in a unregistered computer Was the port authorized (either through SNMP for port-security or RADIUS Access-Accept for dot1x)? Did the VLAN change to registration VLAN? Through the whole process look at the logs/packetfence.log file (ideally crank the logging to DEBUG or TRACE for the pf.SNMP subsystem). [...] > > In which file pfcmd_vlan store the snmp command used to do the vlan > assignment? i want modify the 5400 module to adapt for the 5308. > Can you help me in this task? > Check under lib/pf/SNMP/HP/. We rely on object orientation so models that behave the same will inherit their code from the lib/pf/SNMP/HP.pm file. -- Olivier Bilodeau [email protected] :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Packetfence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
