PacketFence - BTS - PacketFence
View Issue Details
0001857PacketFenceweb adminpublic2015-01-13 12:162015-03-04 11:30
tristanrhodes 
lmunro 
normalfeaturealways
acknowledgedopen 
AllAllAll
4.5.0 
 
0001857: Add the ability to detect the switch type using SNMP
Admins want a simple way to deploy Packetfence, with the least tweaking necessary to make it work. One way to accomplish this is to auto-detect the type of switch, based on SNMP response. (I believe this is similar to how "Uplink" and "VOIP" detection works.)

Packetfence should send an snmpget of 1.3.6.1.2.1.1.2.0 to the switch. This will return the sysOID of the switch. This number can then be looked up in a table that maps sysOID to device type. (There are several open source tools like (www.nedi.ch) and Observium.org that already have this table.)

Now Packetfence knows what kind of switch it is talking to, without required the admin to specify the type.

http://www.alvestrand.no/objectid/1.3.6.1.2.1.1.2.html [^]

No tags attached.
Issue History
2015-01-13 12:16tristanrhodesNew Issue
2015-01-13 18:22tristanrhodesNote Added: 0003632
2015-03-04 11:30lmunroNote Added: 0003968
2015-03-04 11:30lmunroAssigned To => lmunro
2015-03-04 11:30lmunroStatusnew => acknowledged

Notes
(0003632)
tristanrhodes   
2015-01-13 18:22   
Here is one public table of these values:

http://discovery.bmc.com/confluence/display/Configipedia/List+of+discoverable+network+devices [^]
(0003968)
lmunro   
2015-03-04 11:30   
Interesting point.
We'll consider it in a future release.