PacketFence - BTS - PacketFence
View Issue Details
0001197PacketFencecorepublic2011-03-15 11:272015-02-13 15:26
obilodeau 
obilodeau 
normalminorrandom
closedopen 
 
 
0001197: improve pfcmd_vlan for emergency situations
pfcmd_vlan should be improved for emergency situations

ex: a revert of switch config state with port-security ok but per-port VLAN not ok

resetVlanAllPort / resetVlanNetwork are far more dangerous than what their documentation says: they remove port-security from the ports! (and even that won't work on a lot of switches)

a new reAssignVlanAllPort / reAssignVlanNetwork should be built. It should be more efficient than just looping around reAssignVlan (since it sends a trap per re-assignment). It should only work on wired devices!
- pfcmd's vlan_reevaluation and pfcmd_vlan's reAssignVlan should be refactored into pf::vlan into something like vlanReevaluationPerMac and vlanReevaluationPerPort.

Feel free to open subtasks and handle them separately.
No tags attached.
Issue History
2011-03-15 11:27obilodeauNew Issue
2011-03-15 11:27obilodeauStatusnew => assigned
2011-03-15 11:27obilodeauAssigned To => obilodeau
2015-02-13 15:26lmunroNote Added: 0003731
2015-02-13 15:26lmunroStatusassigned => closed

Notes
(0003731)
lmunro   
2015-02-13 15:26   
Old issues.
Most are not relevant to PF 4 and up.

Let's reopen the ones that matter when we move to github.