Reference record for OID 1.3.6.1.2.1.64.1.3.1.1.7



parent
1.3.6.1.2.1.64.1.3.1.1 (smScriptEntry)
node code
7
node name
smScriptOperStatus
dot oid
1.3.6.1.2.1.64.1.3.1.1.7
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) scriptMIB(64) smObjects(1) smScriptObjects(3) smScriptTable(1) smScriptEntry(1) smScriptOperStatus(7)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • /iso/identified-organization/dod/internet/mgmt/mib/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • /iso/org/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • /iso/org/dod/internet/mgmt/mib/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/scriptMIB/smObjects/smScriptObjects/smScriptTable/smScriptEntry/smScriptOperStatus
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/64/1/3/1/1/7

    Description by oid_info

    smScriptOperStatus OBJECT-TYPE
    SYNTAX INTEGER {
    enabled(1),
    disabled(2),
    editing(3),
    retrieving(4),
    compiling(5),
    noSuchScript(6),
    accessDenied(7),
    wrongLanguage(8),
    wrongVersion(9),
    compilationFailed(10),
    noResourcesLeft(11),
    unknownProtocol(12),
    protocolFailure(13),
    genericError(14)
    }
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION"The actual status of the script in the runtime system. The
    value of this object is only meaningful when the value of
    the smScriptRowStatus object is `active.
    The smScriptOperStatus object may have the following values:
    - `enabled indicates that the script is available and can
    be started by a launch table entry.
    - `disabled indicates that the script can not be used.
    - `editing indicates that the script can be modified in the
    smCodeTable.
    - `retrieving indicates that the script is currently being
    loaded from non-volatile storage or a remote system.
    - `compiling indicates that the script is currently being
    compiled by the runtime system.
    - `noSuchScript indicates that the script does not exist
    at the smScriptSource.
    - `accessDenied indicates that the script can not be loaded
    from the smScriptSource due to a lack of permissions.
    - `wrongLanguage indicates that the script can not be
    loaded from the smScriptSource because of a language
    mismatch.
    - `wrongVersion indicates that the script can not be loaded
    from the smScriptSource because of a language version
    mismatch.
    - `compilationFailed indicates that the compilation failed.
    - `noResourcesLeft indicates that the runtime system does
    not have enough resources to load the script.
    - `unknownProtocol indicates that the script could not be
    loaded from the smScriptSource because the requested
    protocol is not supported.
    - `protocolFailure indicates that the script could not be
    loaded from the smScriptSource because of a protocol
    failure.
    - `genericError indicates that the script could not beloaded due to an error condition not listed above.
    The `retrieving and `compiling states are transient states
    which will either lead to one of the error states or the
    `enabled state. The `disabled and `editing states are
    administrative states which are only reached by explicit
    management operations.
    All launch table entries that refer to this script table
    entry shall have an smLaunchOperStatus value of `disabled
    when the value of this object is not `enabled."
    DEFVAL { disabled }

    View at oid-info.com

    Description by mibdepot

    The actual status of the script in the runtime system. The
    value of this object is only meaningful when the value of
    the smScriptRowStatus object is `active'.

    The smScriptOperStatus object may have the following values:

    - `enabled' indicates that the script is available and can
    be started by a launch table entry.

    - `disabled' indicates that the script can not be used.

    - `editing' indicates that the script can be modified in the
    smCodeTable.

    - `retrieving' indicates that the script is currently being
    loaded from non-volatile storage or a remote system.

    - `compiling' indicates that the script is currently being
    compiled by the runtime system.

    - `noSuchScript' indicates that the script does not exist
    at the smScriptSource.

    - `accessDenied' indicates that the script can not be loaded
    from the smScriptSource due to a lack of permissions.

    - `wrongLanguage' indicates that the script can not be
    loaded from the smScriptSource because of a language
    mismatch.

    - `wrongVersion' indicates that the script can not be loaded
    from the smScriptSource because of a language version
    mismatch.

    - `compilationFailed' indicates that the compilation failed.

    - `noResourcesLeft' indicates that the runtime system does
    not have enough resources to load the script.

    - `unknownProtocol' indicates that the script could not be
    loaded from the smScriptSource because the requested
    protocol is not supported.

    - `protocolFailure' indicates that the script could not be
    loaded from the smScriptSource because of a protocol
    failure.

    - `genericError' indicates that the script could not be

    loaded due to an error condition not listed above.

    The `retrieving' and `compiling' states are transient states
    which will either lead to one of the error states or the
    `enabled' state. The `disabled' and `editing' states are
    administrative states which are only reached by explicit
    management operations.

    All launch table entries that refer to this script table
    entry shall have an smLaunchOperStatus value of `disabled'
    when the value of this object is not `enabled'.

    Parsed from file DISMAN-SCRIPT-MIB.txt
    Company: None
    Module: DISMAN-SCRIPT-MIB

    Description by circitor

    The actual status of the script in the runtime system. The
    value of this object is only meaningful when the value of
    the smScriptRowStatus object is `active'.

    The smScriptOperStatus object may have the following values:

    - `enabled' indicates that the script is available and can
    be started by a launch table entry.

    - `disabled' indicates that the script can not be used.

    - `editing' indicates that the script can be modified in the
    smCodeTable.

    - `retrieving' indicates that the script is currently being
    loaded from non-volatile storage or a remote system.

    - `compiling' indicates that the script is currently being
    compiled by the runtime system.

    - `noSuchScript' indicates that the script does not exist
    at the smScriptSource.

    - `accessDenied' indicates that the script can not be loaded
    from the smScriptSource due to a lack of permissions.

    - `wrongLanguage' indicates that the script can not be
    loaded from the smScriptSource because of a language
    mismatch.

    - `wrongVersion' indicates that the script can not be loaded
    from the smScriptSource because of a language version
    mismatch.

    - `compilationFailed' indicates that the compilation failed.

    - `noResourcesLeft' indicates that the runtime system does
    not have enough resources to load the script.

    - `unknownProtocol' indicates that the script could not be
    loaded from the smScriptSource because the requested
    protocol is not supported.

    - `protocolFailure' indicates that the script could not be
    loaded from the smScriptSource because of a protocol
    failure.

    - `genericError' indicates that the script could not be

    loaded due to an error condition not listed above.

    The `retrieving' and `compiling' states are transient states
    which will either lead to one of the error states or the
    `enabled' state. The `disabled' and `editing' states are
    administrative states which are only reached by explicit
    management operations.

    All launch table entries that refer to this script table
    entry shall have an smLaunchOperStatus value of `disabled'
    when the value of this object is not `enabled'.

    Parsed from file DISMAN-SCRIPT-MIB.mib
    Module: DISMAN-SCRIPT-MIB

    Information by oid_info

    Automatically extracted from RFC3165

    Information by mibdepot

    smScriptOperStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2), editing(3), retrieving(4), compiling(5), noSuchScript(6), accessDenied(7), wrongLanguage(8), wrongVersion(9), compilationFailed(10), noResourcesLeft(11), unknownProtocol(12), protocolFailure(13), genericError(14) } MAX-ACCESS read-only STATUS current DESCRIPTION "The actual status of the script in the runtime system. The value of this object is only meaningful when the value of the smScriptRowStatus object is `active'. The smScriptOperStatus object may have the following values: - `enabled' indicates that the script is available and can be started by a launch table entry. - `disabled' indicates that the script can not be used. - `editing' indicates that the script can be modified in the smCodeTable. - `retrieving' indicates that the script is currently being loaded from non-volatile storage or a remote system. - `compiling' indicates that the script is currently being compiled by the runtime system. - `noSuchScript' indicates that the script does not exist at the smScriptSource. - `accessDenied' indicates that the script can not be loaded from the smScriptSource due to a lack of permissions. - `wrongLanguage' indicates that the script can not be loaded from the smScriptSource because of a language mismatch. - `wrongVersion' indicates that the script can not be loaded from the smScriptSource because of a language version mismatch. - `compilationFailed' indicates that the compilation failed. - `noResourcesLeft' indicates that the runtime system does not have enough resources to load the script. - `unknownProtocol' indicates that the script could not be loaded from the smScriptSource because the requested protocol is not supported. - `protocolFailure' indicates that the script could not be loaded from the smScriptSource because of a protocol failure. - `genericError' indicates that the script could not be loaded due to an error condition not listed above. The `retrieving' and `compiling' states are transient states which will either lead to one of the error states or the `enabled' state. The `disabled' and `editing' states are administrative states which are only reached by explicit management operations. All launch table entries that refer to this script table entry shall have an smLaunchOperStatus value of `disabled' when the value of this object is not `enabled'." DEFVAL { disabled } ::= { smScriptEntry 7 }

    Information by circitor

    smScriptOperStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2), editing(3), retrieving(4), compiling(5), noSuchScript(6), accessDenied(7), wrongLanguage(8), wrongVersion(9), compilationFailed(10), noResourcesLeft(11), unknownProtocol(12), protocolFailure(13), genericError(14) } MAX-ACCESS read-only STATUS current DESCRIPTION "The actual status of the script in the runtime system. The value of this object is only meaningful when the value of the smScriptRowStatus object is `active'. The smScriptOperStatus object may have the following values: - `enabled' indicates that the script is available and can be started by a launch table entry. - `disabled' indicates that the script can not be used. - `editing' indicates that the script can be modified in the smCodeTable. - `retrieving' indicates that the script is currently being loaded from non-volatile storage or a remote system. - `compiling' indicates that the script is currently being compiled by the runtime system. - `noSuchScript' indicates that the script does not exist at the smScriptSource. - `accessDenied' indicates that the script can not be loaded from the smScriptSource due to a lack of permissions. - `wrongLanguage' indicates that the script can not be loaded from the smScriptSource because of a language mismatch. - `wrongVersion' indicates that the script can not be loaded from the smScriptSource because of a language version mismatch. - `compilationFailed' indicates that the compilation failed. - `noResourcesLeft' indicates that the runtime system does not have enough resources to load the script. - `unknownProtocol' indicates that the script could not be loaded from the smScriptSource because the requested protocol is not supported. - `protocolFailure' indicates that the script could not be loaded from the smScriptSource because of a protocol failure. - `genericError' indicates that the script could not be loaded due to an error condition not listed above. The `retrieving' and `compiling' states are transient states which will either lead to one of the error states or the `enabled' state. The `disabled' and `editing' states are administrative states which are only reached by explicit management operations. All launch table entries that refer to this script table entry shall have an smLaunchOperStatus value of `disabled' when the value of this object is not `enabled'." DEFVAL { disabled } ::= { smScriptEntry 7 }

    First Registration Authority (recovered by parent 1.3.6)

    Defense Communication Agency

    Current Registration Authority (recovered by parent 1.3.6.1.2)

    Internet Assigned Numbers Authority

    Brothers (10)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.64.1.3.1.1.1 smScriptOwner 0 0 The manager who owns this row in the smScriptTable.
    1.3.6.1.2.1.64.1.3.1.1.2 smScriptName 0 0 The locally-unique, administratively assigned name for this
    script. This object allows an smScriptOwner to have multiple
    entries …
    1.3.6.1.2.1.64.1.3.1.1.3 smScriptDescr 0 0 A description of the purpose of the script.
    1.3.6.1.2.1.64.1.3.1.1.4 smScriptLanguage 0 0 The value of this object type identifies an entry in the
    smLangTable which is used to execute this script.
    The special value 0 ma…
    1.3.6.1.2.1.64.1.3.1.1.5 smScriptSource 0 0 This object either contains a reference to the script
    source or an empty string. A reference must be given
    in the form of a Unifo…
    1.3.6.1.2.1.64.1.3.1.1.6 smScriptAdminStatus 0 0 The value of this object indicates the desired status of
    the script. See the definition of smScriptOperStatus for
    a description o…
    1.3.6.1.2.1.64.1.3.1.1.8 smScriptStorageType 0 0 This object defines whether this row and the script
    controlled by this row are kept in volatile storage and
    lost upon reboot or i…
    1.3.6.1.2.1.64.1.3.1.1.9 smScriptRowStatus 0 0 A control that allows entries to be added and removed from
    this table.

    Changing the smScriptRowStatus from `active' to
    `notInServi…
    1.3.6.1.2.1.64.1.3.1.1.10 smScriptError 0 0 This object contains a descriptive error message if the

    transition into the operational status `enabled' failed.
    Implementations …
    1.3.6.1.2.1.64.1.3.1.1.11 smScriptLastChange 0 0 smScriptLastChange OBJECT-TYPE
    SYNTAX DateAndTime
    MAX-ACCESS read-only
    STATUS current
    DESCRIPTION
    "The date and time when this …