PMP Mail Archive: PMP> RE: Levels of OpPanel disable

PMP> RE: Levels of OpPanel disable

Bob Pentecost (bpenteco@boi.hp.com)
Mon, 27 Jan 1997 16:42:18 -0700

Harry writes:
> From: Harry Lewis <harryl@VNET.IBM.COM>[SMTP:harryl@VNET.IBM.COM]
> Sent: Monday, January 27, 1997 9:33 AM
> To: bpenteco@boi.hp.com
> Subject: Levels of OpPanel disable
>
> Bob, if my memory serves me, you had posted the definitions for several
> levels of Console lock-out. These definitions did not make it into the
> MIB draft and you were going to remind us. Could you please repost
> these definitions via e-mail or whatever. If they're already available,
> I may just need a pointer.
>
> Thanks. - Harry Lewis
>

My original email from 11/27:

The syntax of prtConsoleDisable is currently defined as:

prtConsoleDisable OBJECT-TYPE
SYNTAX INTEGER {
operatorConsoleEnabled (3),
operatorConsoleDisabled (4)
}

This is a list of enumerated values but the MIB does not specify
which type (1, 2 or 3) they are. I believe that the MIB should
specify that these are "Type 2" enumerated values.

Along with this clarification, I recommend that
operatorConsoleEnabledLevel1 (5), operatorConsoleEnabledLevel2 (6)
and operatorConsoleEnabledLevel3 (7) be added.

The reason this change is needed is to allow printer consoles to be
enabled with limited sets of features.

The Description field currently reads:

DESCRIPTION
"If the object prtConsoleDisable has value
'operatorConsoleDisabled' then input is not accepted from the
operator console. If the object prtConsoleDisable has the value
'operatorConsoleEnabled' then input is accepted from the
operator console.
"

It would need to be changed as follows:

DESCRIPTION
"If the object prtConsoleDisable has value
'operatorConsoleDisabled' then input is not accepted from the
operator console. If the object prtConsoleDisable has the value
'operatorConsoleEnabled' then unlimited input is accepted from
the operator console. If the object prtConsoleDisable has the
value 'operatorConsoleEnabledLevel1',
'operatorConsoleEnabledLevel2' or 'operatorConsoleEnabledLevel3'
then limited input is accepted from the operator console; the
limitations are product specific, however, the limitations are
generally less restrictive for operatorConsoleEnabledLevel1 than
for operatorConsoleEnabledLeve2, which is less restrictive than
operatorConsoleEnabledLevel3.
"

Bob Pentecost
HP

----------