
|
Area Director Review Comments AD #4.1 – Data Types and Ranges I see: alarmModelVarbindIndex and alarmClearMaximum are Integer32 Does a negative value ever make sense? Proposal: Change to Unsigned 32 AD #4.2 – Data Types and Ranges alarmActiveEngineID is SYNTAX SnmpEngineID with a desription indicating that a zero length string is possible. But SnmpEngineID, as specified in RFC3411 has a SIZE(5..32). So it cannot be a zero length string. Need either A common TC of LocalSnmpEngineOrSnmpEngineID SYNTAX OCTET STRING (SIZE (0 | 5..32)) Proposal: Create this TC |