PacketFence - BTS - PacketFence
View Issue Details
0001449PacketFenceconfigurationpublic2012-05-11 08:382015-02-13 15:42
fgaudreault 
 
hightweakalways
closedopen 
3.3.2 
investigate 
0001449: Configuration checkup triggers false positive warnings on SNMPv3 Trap configuration
If you set SNMPTrap to 3 in the configuration file, the checkup will show multiple configuration warnings about missing configuration line for SNMPv3 Trap auth/priv. However, the configuration are properly handled by PF is you do a pfcmd switchconfig.

ie.
WARNING - switches.conf | SNMPAuthProtocolTrap is missing for switch 10.0.0.3
WARNING - switches.conf | SNMPAuthPasswordTrap is missing for switch 10.0.0.3
WARNING - switches.conf | SNMPPrivProtocolTrap is missing for switch 10.0.0.3
WARNING - switches.conf | SNMPPrivPasswordTrap is missing for switch 10.0.0.3

But it is properly configured :
SNMPAuthProtocolTrap = MD5
SNMPAuthPasswordTrap = authpwdread
SNMPPrivProtocolTrap = DES
SNMPPrivPasswordTrap = privpwdread

And in switchconfig tells us:
SNMPVersionTrap|SNMPCommunityTrap|SNMPUserNameTrap|SNMPAuthProtocolTrap|SNMPAuthPasswordTrap|SNMPPrivProtocolTrap|SNMPPrivPasswordTrap|SNMPVersion|SNMPCommunityRead|SNMPCommunityWrite|
3|public||MD5|authpwdread|DES|privpwdread|2c|public|private
No tags attached.
Issue History
2012-05-11 08:38fgaudreaultNew Issue
2012-05-14 09:26obilodeauNote Added: 0002727
2012-05-14 09:26obilodeauPrioritylow => high
2012-05-14 09:26obilodeauSeverityminor => tweak
2012-05-14 09:26obilodeauTarget Version => +1
2012-10-19 11:56fgaudreaultTarget Versiongeneral => investigate
2012-10-19 11:56fgaudreaultNote Added: 0003142
2015-02-13 15:42lmunroNote Added: 0003801
2015-02-13 15:42lmunroStatusnew => closed

Notes
(0002727)
obilodeau   
2012-05-14 09:26   
increased priority since it's an easy fix
(0003142)
fgaudreault   
2012-10-19 11:56   
Should be investigated, and fixed in a minor release.
(0003801)
lmunro   
2015-02-13 15:42   
These bugs have been sitting untouched since 2012.
Closing them and possibly reopening in github tracker where relevant.