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.

command -getMac, -getIfOperStatus, -getVersion and in general, any 
command that find information about interfaces works

instead command like -getVlan -setVlan etc did'nt work. In particular 
the command -getVlan of a specified interfeces produces empty line 
output, so packetfence can't understand in which vlan is set the interface.
Consequently, if i try the -setVlan command, pfcmd_vlan tell me that the 
port isn't on a vlan managed by packetfence.

As you know,This behavior it's easily explainable!
the MIB is "divided" in two part:
the "standard part", definined by the internacional standard and egual 
in all switch ( it's the part  that  store information about interface, 
system information etc)
the "private part", defined differently by the varius producer (Cisco, 
HP etc). The vlan information are stored in this part.

I think for realize  vlan assignement on ProCurve 5308, we have to 
modified the OID managed by pfcmd_vlan . In particular, i browse the MIB 
of my switch, and i find at example:

.1.3.6.1.4.1.11.2.14.11.5.1.7.1.15.3.1.1.10.53 : 10

In this case .1.3.6.1.4.1.11.2.14.11.5.1.7.1.15.3.1.1 is the branch of 
the tree that contain the vlan information
10 is the vlan
53 is the ifDecres of the port i which want to change vlan

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?



Il 21/03/2012 14.26, Francois Gaudreault ha scritto:
> Hi,
>
>> i want to implement packetfence's vlan assignement on HP Procurve
>> 5308xl, but this device actually is unsupported.
>> I'd want to realize this function. So i think to find the correct OID
>> and correct the code of PacketFence suitably for realize vlan assignment.
>> Where i can find the correct OID to realize vlan change?
>> How can i check the MIB of the switch to get  information about the OID?
>> If I succeed in this project, i share the results with the community.
> You can try using the Procurve 5000 module.  See how it goes, and let us
> know if something is wrong.
>
> Thanks!
>


------------------------------------------------------------------------------
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

Reply via email to