described in the Interface MIB [5]. In most implementations where it
is present, it will be in the lowest interface sublayer, that is, the
COFFEE-POT-MIB represents the physical layer, providing service to
higher layers such as the Character MIB [6].
Although it is unlikely that a coffee port will actually be used as a
network interface, which is the intent of the Interface MIB, the
COFFEE-POT-MIB is closely connected to the Character MIB, which can
share hardware interfaces with network operation, and relate to the
RS-232 MIB [7].
RFC 2325 CP MIB 1 April 1998
The Interface MIB's ifTestTable and ifRcvAddressTable are not
relevant to the COFFEE-POT-MIB.
The COFFEE-POT-MIB is relevant for ifType values sip(31), and perhaps
others.
The COFFEE-POT-MIB requires the conformance groups ifGeneralGroup,
and ifFixedLengthGroup.
Usefulness of error counters in this MIB depends on the octet
counters in ifFixedLengthGroup.
4. Definitions
COFFEE-POT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
TimeStamp, TimeInterval,
Counter32, Integer32
FROM SNMPv2-SMI
InterfaceIndex
FROM IF-MIB
transmission
FROM RFC1213-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF;
coffee MODULE-IDENTITY
LAST-UPDATED "9803231700Z"
ORGANIZATION "Networked Appliance Management Working Group"
CONTACT-INFO
" Michael Slavitch
Loran Technologies,
955 Green Valley Crescent
Ottawa, Ontario Canada K2A 0B6
Tel: 613-723-7505
Fax: 613-723-7209
E-mail: slavitch@loran.com"
DESCRIPTION
"The MIB Module for coffee vending devices."
::= { transmission 132 }
potName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
RFC 2325 CP MIB 1 April 1998
STATUS current
DESCRIPTION
"The vendor description of the pot under management"
::= { coffee 1 }
potCapacity OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of units of beverage supported by this device
(regardless of its current state) ."
::= { coffee 2 }
potType OBJECT-TYPE
SYNTAX INTEGER {
automatic-drip(1),
percolator(2),
french-press(3),
espresso(4),
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
=2= |