nwSetParamMode
NetWare-Server-MIB ·
.1.3.6.1.4.1.23.2.28.10.2.1.10
Object
column
mandatory
r/w
Integer32
A value defining how and when the command takes
effect.
The value is a sum. This value initially takes the
value zero, then for each place the parameter can be
set from, 2 raised to a power is added to the sum. The
powers are according to the following table:
Set From Power
Console 0
AUTOEXEC.NCF 1
STARTUP.NCF 2
For example, a parameter that can be set from either
the console or AUTOEXEC would have a value of 3 (2**0 +
2**1).
On a read, a bit will be set for each place the
parameter can be set from. On a write, bits should be
set to specify where the set command should be placed.
If nwSetParamValue is written without nwSetParam also
being set in the same PDU, the parameter will be set as
if at the console; unless it is a parameter which can
only be set in STARTUP.NCF in which case an error will
be returned
Context
- MIB
- NetWare-Server-MIB
- OID
.1.3.6.1.4.1.23.2.28.10.2.1.10- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nwSetParamEntry
- Table
- nwSetParamTable
- Siblings
- 9
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-7
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| nwSetParamCategoryIndex mandatory A number that uniquely identifies a Set parameter
category. The value of this object for a particular
category has the same value as the nwSetCategoryIndex
object for the same ca… | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.1 |
| nwSetParamIndex mandatory An index which uniquely identifies this set parameter
within the category | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.2 |
| nwSetParamName mandatory The name of the settable parameter | column | HOST-RESOURCES-MIBInternationalDisplayString | .1.3.6.1.4.1.23.2.28.10.2.1.3 |
| nwSetParamType mandatory The type of the parameter. All types are integer-
valued except 'string', which is string-valued.
number: integer
boolean: 0 == FALSE, non-zero == TRUE
tick… | column | Enumeration | .1.3.6.1.4.1.23.2.28.10.2.1.4 |
| nwSetParamValueInteger mandatory The current value of the parameter if integer-valued.
Zero otherwise. | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.5 |
| nwSetParamValueString mandatory The current value of the parameter if string-valued.
The zero-length string otherwise. | column | HOST-RESOURCES-MIBInternationalDisplayString | .1.3.6.1.4.1.23.2.28.10.2.1.6 |
| nwSetParamLowerLimit mandatory The lower limit of the parameter if integer-valued. | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.7 |
| nwSetParamUpperLimit mandatory The upper limit of the parameter if integer-valued.
The maximum length of the string if string-valued. | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.8 |
| nwSetParamDescrLength mandatory The total length (in octets) of the parameter
description string, which can be retrieved in segments
from the nwSetDescrTable. | column | Integer32 | .1.3.6.1.4.1.23.2.28.10.2.1.9 |