Device Enterprise MIB Definition
B-34
Issue 1 September 1994
–– Command Group (dev 7)
–– Dial an Entered or Stored Number
devCommandDial OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..40))
ACCESS read-write
STATUS mandatory
DESCRIPTION
”Setting this attribute will cause the modem to dial the
entered number. To dial a stored number, the string must
begin with ’d’, followed by the call directory entry number.
This variable will always return a zero-length string.”
::= { devCommand 1 }
–– Disconnect Call or Service
devCommandDisconnect OBJECT-TYPE
SYNTAX INTEGER {
disconnect-call(1),
disconnect-service(2),
unknown(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
”Setting this attribute to disconnect-call(1) will cause
the current call to be disconnected. Setting this attribute
to disconnect-service(2) will cause service disconnect.
This object will always return a value of unknown(3).”
::= { devCommand 2 }
–– Change Busy State
devCommandBusy OBJECT-TYPE
SYNTAX INTEGER {
set-busy(1),
clear-busy(2),
unknown(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION