Hello,
 
In the old days (version 2.18) I'd created the following code to increase specific accounting SNMP counters. With the later versions, this code does not work anymore. Does anybody know how to increase the SNMP counters?
 
Thx in advance,
    Karel
 
if (${$_[0]}->getAttrByNum($Radius::Radius::ACCT_STATUS_TYPE) eq 'Stop') { \
            $main::statistics{radiusAccServTotalMalformedRequests}++; \
            ${$_[0]}->{Client}->{Statistics}{radiusAccServMalformedRequests}++; \
} \
 
-----------------------------------------------------------------------------
Karel van der Velden           |   telnr: +31 50 5881003
Peizerweg 156                  |   faxnr: +31 50 5883216
9727 AR Groningen              |   e-mail: [EMAIL PROTECTED]
The Netherlands
DISCLAIMER: This Statement is not an official statement from, nor does it represent an official postion of Planet Technologies or KPN
-----------------------------------------------------------------------------
 

Reply via email to