Reference record for OID 1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.8



parent
1.3.6.1.4.1.2.6.37.2.2.1.3.2.1 (basicNmmEntry)
node code
8
node name
basicNmmBootupOption
dot oid
1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.8
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) ibmProd(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) prod(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) ibmProd(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) ibm(2) prod(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) ibmProd(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) prod(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) ibmProd(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) ibm(2) prod(6) ibm8225(37) snmpMgt(2) stackInfo(2) basicInfo(1) basicGroup(3) basicNmmTable(2) basicNmmEntry(1) basicNmmBootupOption(8)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/ibm/ibmProd/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • /iso/identified-organization/dod/internet/private/enterprise/ibm/prod/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/ibm/ibmProd/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • /iso/org/dod/internet/private/enterprise/ibm/prod/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • /iso/org/dod/internet/private/enterprises/ibm/ibmProd/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • /iso/org/dod/internet/private/enterprises/ibm/prod/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/ibm/ibmProd/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • /iso/iso-identified-organization/dod/internet/private/enterprises/ibm/prod/ibm8225/snmpMgt/stackInfo/basicInfo/basicGroup/basicNmmTable/basicNmmEntry/basicNmmBootupOption
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/2/6/37/2/2/1/3/2/1/8

    Description by mibdepot

    This variable defines how to start the microcode
    in the segment.
    normal(1): Use NVRAM information and flash ROM
    microcode to start up the system.
    tftp-download(2):
    Always download the new version of
    microcode into RAM and start it.
    bootp-get-ip(3):
    Get the IP information from the BootP server,
    and then start up the microcode in flash ROM.
    bootp-download(4):
    Get the IP information from the BootP server,
    and then download the microcode from the
    TFTP server.
    no-bootp-tftp-request(5):
    Shut down the BootP and TFTP request, even
    though the IP information or the microcode
    in flash ROM is corrupt. If you want to
    download from out-of-band, set to 5.
    bootp-upgrade(6):
    Get the IP information from the BootP server,
    and then download the microcode from the
    TFTP server. After download has completed,
    upgrade the microcode in system flash ROM.

    Parsed from file IBM8225.MIB.txt
    Company: ibm
    Module: IBM-8225-MIB

    Information by oid_info

    Vendor: IBM
    Module: IBM-8225-MIB (IBM8225.MIB)
    Type: TABULAR
    Access: read-write
    Syntax: INTEGER

    Automatically extracted from www.mibdepot.com

    Information by mibdepot

    basicNmmBootupOption OBJECT-TYPE SYNTAX INTEGER { normal(1), tftp-download(2), bootp-get-ip(3), bootp-download(4), no-bootp-tftp-request(5), bootp-upgrade(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable defines how to start the microcode in the segment. normal(1): Use NVRAM information and flash ROM microcode to start up the system. tftp-download(2): Always download the new version of microcode into RAM and start it. bootp-get-ip(3): Get the IP information from the BootP server, and then start up the microcode in flash ROM. bootp-download(4): Get the IP information from the BootP server, and then download the microcode from the TFTP server. no-bootp-tftp-request(5): Shut down the BootP and TFTP request, even though the IP information or the microcode in flash ROM is corrupt. If you want to download from out-of-band, set to 5. bootp-upgrade(6): Get the IP information from the BootP server, and then download the microcode from the TFTP server. After download has completed, upgrade the microcode in system flash ROM." ::= { basicNmmEntry 8 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.2)

    Bob Moore

    Brothers (8)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.1 basicNmmHubIndex 0 0 ID number of a hub unit, used to select it.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.2 basicNmmType 0 0 Management board model number. If the value of
    nmmType is not-present(1), the MIB variable below in
    this branch is meaningless.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.3 basicNmmHwVer 0 0 Hardware version of the NMM.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.4 basicNmmFwMajorVer 0 0 Microcode major version of the NMM.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.5 basicNmmFwMinorVer 0 0 Microcode minor version of the NMM.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.6 basicNmmSegment 0 0 Segment ID of the NMM.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.7 basicNmmPhysAddr 0 0 Address of the NMM.
    1.3.6.1.4.1.2.6.37.2.2.1.3.2.1.9 basicNmmStatus 0 0 Status of this NMM entry. Each segment allows
    an SNMP master.
    master(2): The agent in this segment is a master agent.
    backup(3): …