Reference record for OID 1.3.6.1.4.1.546.1.1.6.2


parent
1.3.6.1.4.1.546.1.1.6 (remoteShell)
node code
2
node name
shellCmd
dot oid
1.3.6.1.4.1.546.1.1.6.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) empire(546) unix(1) sysmgmt(1) remoteShell(6) shellCmd(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/empire/unix/sysmgmt/remoteShell/shellCmd
  • /iso/identified-organization/dod/internet/private/enterprises/empire/unix/sysmgmt/remoteShell/shellCmd
  • /iso/org/dod/internet/private/enterprise/empire/unix/sysmgmt/remoteShell/shellCmd
  • /iso/org/dod/internet/private/enterprises/empire/unix/sysmgmt/remoteShell/shellCmd
  • /iso/iso-identified-organization/dod/internet/private/enterprise/empire/unix/sysmgmt/remoteShell/shellCmd
  • /iso/iso-identified-organization/dod/internet/private/enterprises/empire/unix/sysmgmt/remoteShell/shellCmd
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/546/1/1/6/2

    Description by mibdepot

    The command and arguments to be executed by
    the agent. When this object is SET, (and
    a valid shellOutput object exists), the agent
    fork/execs the command with STDOUT and STDERR going
    to the value of shellOutput. On NT systems, the
    command is run synchronously so care should be
    taken not to block the subagent indefinitely.

    Parsed from file empire2.asn1.mib.txt
    Company: None
    Module: EMPIRE

    Description by circitor

    The command and arguments to be executed by
    the agent. When this object is SET, (and
    a valid shellOutput object exists), the agent
    fork/execs the command with STDOUT and STDERR going
    to the value of shellOutput. On NT systems, the
    command is run synchronously so care should be
    taken not to block the subagent indefinitely.

    Parsed from file EMPIRE.mib
    Module: EMPIRE

    Information by oid_info

    Child arc 0 is used to translate between SNMPv1 and SNMPv2 notification parameters as explained in IETF RFC 2576, section 3.

    Information by mibdepot

    shellCmd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The command and arguments to be executed by the agent. When this object is SET, (and a valid shellOutput object exists), the agent fork/execs the command with STDOUT and STDERR going to the value of shellOutput. On NT systems, the command is run synchronously so care should be taken not to block the subagent indefinitely." ::= { remoteShell 2 }

    Information by circitor

    shellCmd OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The command and arguments to be executed by the agent. When this object is SET, (and a valid shellOutput object exists), the agent fork/execs the command with STDOUT and STDERR going to the value of shellOutput. On NT systems, the command is run synchronously so care should be taken not to block the subagent indefinitely." ::= { remoteShell 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.546)

    Cheryl Krupczak

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.546.1.1.6.2.0 shellCmd 0 0 None

    Brothers (3)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.546.1.1.6.1 shellOutput 1 1 The name of a file that will receive all
    output from the execution of a UNIX command
    initiated by the agent. This file is
    restric…
    1.3.6.1.4.1.546.1.1.6.3 3 1 1 shellExitStat
    1.3.6.1.4.1.546.1.1.6.4 shellOutputContents 1 1 This object returns up to the first 512 characters
    of the last shell-command output stored in the file
    specified by shellOutput (…