TOASTER-MIB

File: TOASTER-MIB.mib (3169 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises OBJECT-TYPE DisplayString

Defined Values

epilogue 1.3.6.1.4.1.12
OBJECT IDENTIFIER    

toaster 1.3.6.1.4.1.12.2
OBJECT IDENTIFIER    

toasterManufacturer 1.3.6.1.4.1.12.2.1
The name of the toaster's manufacturer. For instance, Sunbeam.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

toasterModelNumber 1.3.6.1.4.1.12.2.2
The name of the toaster's model. For instance, Radiant Automatic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

toasterControl 1.3.6.1.4.1.12.2.3
This variable controls the current state of the toaster. To begin toasting, set it to down(2). To abort toasting (perhaps in the event of an emergency), set it to up(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

toasterDoneness 1.3.6.1.4.1.12.2.4
This variable controls how well done ensuing toast should be on a scale of 1 to 10. Toast made at 10 is generally considered unfit for human consumption; toast made at 1 is lightly warmed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..10  

toasterToastType 1.3.6.1.4.1.12.2.5
This variable informs the toaster of the type of material being toasted. The toaster uses this information combined with toasterToastDoneness to compute how long the material must be toasted for to achieve the desired doneness.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER white-bread(1), wheat-bread(2), wonder-bread(3), frozen-waffle(4), frozen-bagel(5), hash-brown(6), other(7)