
|
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 |