disman-2----Page:9
1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21 

Area Director Review Comments
AD #4.3 – Data Types and Ranges
I see:
alarmActiveContextName OBJECT-TYPE
SYNTAX SnmpAdminString
I wonder if it would not be (much) better to do:
alarmActiveContextName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..32))
After all, a contextName can only have that size as far as I know. Or at least, we use that size in all the SNMP MIB modules we have created so far.
Occurs in alarmClearTable also
Proposal: Add range to both
PPT Version