PacketFence - BTS - PacketFence
View Issue Details
0001026PacketFencecorepublic2010-07-05 13:562011-04-13 10:05
obilodeau 
obilodeau 
normalminorhave not tried
closedfixed 
 
2.1.0 
0e8a2dbb9050898a69fe54542bbae90ccc391101
0001026: PacketFence does not handle very well the AutoReg violation in some cases
We have a client with a big network and more than 2k VoIP phones plugged on Nortel switches.
With Nortel switches, we have to manage VoIP phones because PF needs to authorize each phone on a port.

We enabled the Autoreg violation and configured it so that all devices with a a Nortel Phone DHCP fingerprint are automatically registered.

The issue is that everytime a phone renew its IP, PF tries to trigger a violation, which is always closed eventhough the phone is registered.
By looking at the logs and the load on the machine, I realized that this situation/setup results in a non-negligeable useless work overload on the server.

So I'm wondering if, for that particular Autoreg violation, we should not think of a different way to manage things. What is the point of creating a autoreg violation for a device that is already registered ?!?. Should we really use a violation for this ?

I'm still not sure this is an issue though... just throwing ideas in that ticket.
No tags attached.
related to 0001042resolved  autoreg in a category 
patch violation-autoreg-only-if-node-not-reg.patch (4,507) 2011-04-13 10:05
https://www.packetfence.org/bugs/file_download.php?file_id=92&type=bug
Issue History
2010-07-05 13:56rbalzardNew Issue
2010-07-28 13:04obilodeauRelationship addedrelated to 0001042
2010-11-19 14:25obilodeauTarget Version1.10.0 => 2.0.0
2011-01-18 09:47obilodeauTarget Version2.0.0 => 2.1.0
2011-02-23 16:21obilodeauNote Added: 0001878
2011-02-23 16:22obilodeauReporterrbalzard => obilodeau
2011-02-23 16:22obilodeauAssigned To => obilodeau
2011-02-23 16:22obilodeauStatusnew => assigned
2011-02-23 16:22obilodeauCategoryperformance => core
2011-02-23 16:22obilodeauTarget Version2.1.0 => 2.0.2
2011-02-23 16:29obilodeauNote Edited: 0001878
2011-02-24 09:25obilodeaumtn revision => 0e8a2dbb9050898a69fe54542bbae90ccc391101
2011-02-24 09:25obilodeauNote Added: 0001879
2011-02-24 09:25obilodeauStatusassigned => resolved
2011-02-24 09:25obilodeauFixed in Version => 2.0.2
2011-02-24 09:25obilodeauResolutionopen => fixed
2011-03-03 15:20obilodeauFixed in Version2.0.2 => 2.1.0
2011-03-03 15:25obilodeauStatusresolved => closed
2011-04-13 10:05obilodeauFile Added: violation-autoreg-only-if-node-not-reg.patch

Notes
(0001878)
obilodeau   
2011-02-23 16:21   
(edited on: 2011-02-23 16:29)
faced a problem today related to this.

autoregistering a node did a VLAN re-evaluation of the switch-port and this had consequences on the phone plugged in or the PC depending on whether a PC was there or not.

Avoiding the violation creation when the node is already reg would solve this and the above performance problem so I'm going through with this.

(0001879)
obilodeau   
2011-02-24 09:25   
fixed:
Violation with action autoreg is only triggered if node is not registered.