Hi, for one of my projects I need the range of a MIB node. For example 0..10 in the following code:
toasterDoneness OBJECT-TYPE
SYNTAX INTEGER (1..10)
ACCESS read-write
STATUS mandatory
DESCRIPTION
Can this please be implemented?
If not, can you please help me to change the code? Which code has to change?
toasterDoneness OBJECT-TYPE
SYNTAX INTEGER (1..10)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This variable controls how well-done is the ensuing toast. It
should be on a scale of 1 to 10. Toast made at 10 generally
is considered unfit for human consumption;
toast made at 1 is warmed lightly."
::= {toaster 4}Can this please be implemented?
If not, can you please help me to change the code? Which code has to change?