Reference record for OID 1.3.6.1.4.1.1991.1.1.2.1.7



parent
1.3.6.1.4.1.1991.1.1.2.1 (snAgentGbl)
node code
7
node name
snAgImgLoad
dot oid
1.3.6.1.4.1.1991.1.1.2.1.7
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) foundry(1991) products(1) switch(1) snAgentSys(2) snAgentGbl(1) snAgImgLoad(7)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • /iso/identified-organization/dod/internet/private/enterprises/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • /iso/org/dod/internet/private/enterprise/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • /iso/org/dod/internet/private/enterprises/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • /iso/iso-identified-organization/dod/internet/private/enterprise/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • /iso/iso-identified-organization/dod/internet/private/enterprises/foundry/products/switch/snAgentSys/snAgentGbl/snAgImgLoad
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/1991/1/1/2/1/7

    Description by mibdepot

    Action object to down/up load a new image
    to the agent. The following values:
    Error values: from normal(1) to operationError(17) and tftpWrongFileType(23).
    loading(18) .. operation is in process.

    The following values are used for set :
    uploadPrimary(19)..upload the Primary image from flash to tftp server.
    downloadPrimary(20)..download the Primary image from tftp server to flash.
    uploadSecondary(21)..upload the Secondary image from flash to tftp server.
    downloadSecondary(22)..download the Secondary image from tftp server to flash.

    The image filename is defined in
    snAgImgFname. The tftp server address is defined in snAgTftpServerIp.
    Atomic set of snAgImgLoad, snAgImgFname and
    snAgTftpServerIp is required to allow down/up load to happen.
    And the write request will be rejected during loading until error
    or normal.

    Parsed from file sn_agent.mib.txt
    Company: None
    Module: FOUNDRY-SN-AGENT-MIB

    Description by circitor

    Action object to down/up load a new image
    to the agent. The following values:
    Error values: from normal(1) to operationError(17) and tftpWrongFileType(23).
    loading(18) .. operation is in process.

    The following values are used for set :
    uploadMPPrimary(19)..upload the Primary image from MP flash to tftp server.
    downloadMPPrimary(20)..download the Primary image from tftp server to MP flash.
    uploadMPSecondary(21)..upload the Secondary image from MP flash to tftp server.
    downloadMPSecondary(22)..download the Secondary image from tftp server to MP flash.
    downloadSPPrimary(24)..download the Primary image from tftp server to SP flash.
    downloadSPSecondary(25)..download the Secondary image from tftp server to SP flash.
    uploadMPBootROM(26)..upload the Boot from flash image from MP flash to tftp server.
    downloadMPBootROM(27)..download the Boot from flash image from tftp server to MP flash.
    uploadMPBootTFTP(28)..upload the Boot from TFTP image from MP flash to tftp server.
    downloadMPBootTFTP(29)..download the Boot from TFTP image from tftp server to MP flash.
    uploadMPMonitor(30)..upload the Monitor image from MP flash to tftp server.
    downloadMPMonitor(31)..download the Monitor image from tftp server to MP flash.
    downloadSPBootROM(32)..download the Boot image from tftp server to SP flash.

    MP is the management processor, SP is the switch processor.

    The image filename is defined in
    snAgImgFname. The tftp server address is defined in snAgTftpServerIp.
    Atomic set of snAgImgLoad, snAgImgFname and
    snAgTftpServerIp is required to allow down/up load to happen.
    And the write request will be rejected during loading until error
    or normal.

    Parsed from file FOUNDRY-SN-AGENT-MIB.mib
    Module: FOUNDRY-SN-AGENT-MIB

    Information by oid_info

    Vendor: Foundry Networks, Inc.
    Module: FOUNDRY-SN-AGENT-MIB

    [Automatically extracted from oidview.com]

    Information by mibdepot

    snAgImgLoad OBJECT-TYPE SYNTAX INTEGER { normal(1), flashPrepareReadFailure(2), flashReadError(3), flashPrepareWriteFailure(4), flashWriteError(5), tftpTimeoutError(6), tftpOutOfBufferSpace(7), tftpBusy(8), tftpRemoteOtherErrors(9), tftpRemoteNoFile(10), tftpRemoteBadAccess(11), tftpRemoteDiskFull(12), tftpRemoteBadOperation(13), tftpRemoteBadId(14), tftpRemoteFileExists(15), tftpRemoteNoUser(16), operationError(17), loading(18), uploadPrimary(19), downloadPrimary(20), uploadSecondary(21), downloadSecondary(22), tftpWrongFileType(23) } ACCESS read-write STATUS mandatory DESCRIPTION "Action object to down/up load a new image to the agent. The following values: Error values: from normal(1) to operationError(17) and tftpWrongFileType(23). loading(18) .. operation is in process. The following values are used for set : uploadPrimary(19)..upload the Primary image from flash to tftp server. downloadPrimary(20)..download the Primary image from tftp server to flash. uploadSecondary(21)..upload the Secondary image from flash to tftp server. downloadSecondary(22)..download the Secondary image from tftp server to flash. The image filename is defined in snAgImgFname. The tftp server address is defined in snAgTftpServerIp. Atomic set of snAgImgLoad, snAgImgFname and snAgTftpServerIp is required to allow down/up load to happen. And the write request will be rejected during loading until error or normal." ::= { snAgentGbl 7 }

    Information by circitor

    snAgImgLoad OBJECT-TYPE SYNTAX INTEGER { normal(1), flashPrepareReadFailure(2), flashReadError(3), flashPrepareWriteFailure(4), flashWriteError(5), tftpTimeoutError(6), tftpOutOfBufferSpace(7), tftpBusy(8), tftpRemoteOtherErrors(9), tftpRemoteNoFile(10), tftpRemoteBadAccess(11), tftpRemoteDiskFull(12), tftpRemoteBadOperation(13), tftpRemoteBadId(14), tftpRemoteFileExists(15), tftpRemoteNoUser(16), operationError(17), loading(18), uploadMPPrimary(19), downloadMPPrimary(20), uploadMPSecondary(21), downloadMPSecondary(22), tftpWrongFileType(23), downloadSPPrimary(24), downloadSPSecondary(25), uploadMPBootROM(26), downloadMPBootROM(27), uploadMPBootTFTP(28), downloadMPBootTFTP(29), uploadMPMonitor(30), downloadMPMonitor(31), downloadSPBootROM(32) } ACCESS read-write STATUS mandatory DESCRIPTION "Action object to down/up load a new image to the agent. The following values: Error values: from normal(1) to operationError(17) and tftpWrongFileType(23). loading(18) .. operation is in process. The following values are used for set : uploadMPPrimary(19)..upload the Primary image from MP flash to tftp server. downloadMPPrimary(20)..download the Primary image from tftp server to MP flash. uploadMPSecondary(21)..upload the Secondary image from MP flash to tftp server. downloadMPSecondary(22)..download the Secondary image from tftp server to MP flash. downloadSPPrimary(24)..download the Primary image from tftp server to SP flash. downloadSPSecondary(25)..download the Secondary image from tftp server to SP flash. uploadMPBootROM(26)..upload the Boot from flash image from MP flash to tftp server. downloadMPBootROM(27)..download the Boot from flash image from tftp server to MP flash. uploadMPBootTFTP(28)..upload the Boot from TFTP image from MP flash to tftp server. downloadMPBootTFTP(29)..download the Boot from TFTP image from tftp server to MP flash. uploadMPMonitor(30)..upload the Monitor image from MP flash to tftp server. downloadMPMonitor(31)..download the Monitor image from tftp server to MP flash. downloadSPBootROM(32)..download the Boot image from tftp server to SP flash. MP is the management processor, SP is the switch processor. The image filename is defined in snAgImgFname. The tftp server address is defined in snAgTftpServerIp. Atomic set of snAgImgLoad, snAgImgFname and snAgTftpServerIp is required to allow down/up load to happen. And the write request will be rejected during loading until error or normal." ::= { snAgentGbl 7 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.1991)

    Kwong Raymond

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.1991.1.1.2.1.7.0 snAgImgLoad 0 0 None

    Brothers (61)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.1991.1.1.2.1.1 snAgReload 1 1 Action object to reboot the agent.
    The following values can only be read:
    other(1).....agent in unknown or other state
    running(2).…
    1.3.6.1.4.1.1991.1.1.2.1.2 snAgEraseNVRAM 1 1 Action object to erase NVRAM of the agent.
    The following values can only be read:
    normal(1)
    error(2)... operation failed or bad fl…
    1.3.6.1.4.1.1991.1.1.2.1.3 snAgWriteNVRAM 1 1 Action object to save all configuration info to
    NVRAM of the agent.
    The following values can only be read:
    normal(1)
    error(2)... op…
    1.3.6.1.4.1.1991.1.1.2.1.4 snAgConfigFromNVRAM 1 1 Action object to config the switch from NVRAM of the agent.
    The following values can only be read:
    normal(1)
    error(2)... operation…
    1.3.6.1.4.1.1991.1.1.2.1.5 snAgTftpServerIp 1 1 The tftp server address, this will be used for both download/upload
    image file and config file.
    1.3.6.1.4.1.1991.1.1.2.1.6 snAgImgFname 1 1 Name of the image file including path currently associated
    with the system. When the object is not used, the value is a
    zero leng…
    1.3.6.1.4.1.1991.1.1.2.1.8 snAgCfgFname 1 1 Name of the config file(s) including path currently associated
    with the system. Some agents in special
    situations may support a v…
    1.3.6.1.4.1.1991.1.1.2.1.9 snAgCfgLoad 1 1 Action object to down/up load a config image
    to the agent. The following values can be
    read :
    Error values: from normal(1) to oper…
    1.3.6.1.4.1.1991.1.1.2.1.10 snAgDefGwayIp 1 1 The default gateway (router) address.
    1.3.6.1.4.1.1991.1.1.2.1.11 snAgImgVer 1 1 The version of the running software in the form
    'major.minor.maintenance[letters]'.
    1.3.6.1.4.1.1991.1.1.2.1.12 snAgFlashImgVer 1 1 The version of the software image saved in local
    storage such as flash memory in the form
    'major.minor.maintenance[letters]'. If …
    1.3.6.1.4.1.1991.1.1.2.1.13 snAgGblIfIpAddr 1 1 The interface ip address.
    1.3.6.1.4.1.1991.1.1.2.1.14 snAgGblIfIpMask 1 1 The interface ip address mask.
    1.3.6.1.4.1.1991.1.1.2.1.15 snAgGblPassword 1 1 System Security Access Password and this is only
    allowed to use for setting but not for reading.
    An SNMP-Get will get an zero str…
    1.3.6.1.4.1.1991.1.1.2.1.16 snAgTrpRcvrCurEntry 1 1 The current total entries of the Trap
    Receiver Table are created.
    1.3.6.1.4.1.1991.1.1.2.1.19 snAgGblDataRetrieveMode 1 1 By default, this mode is set to nextbootCfg(0).
    The VLAN Table and Port-STP Table data will be retrieved
    according to this mode.
    n…
    1.3.6.1.4.1.1991.1.1.2.1.20 snAgSystemLog 1 1 The system log object to indicate whether any Network
    Management Station(NMS) has login. The first byte
    of the octet string is t…
    1.3.6.1.4.1.1991.1.1.2.1.21 snAgGblEnableColdStartTrap 1 1 Indicates whether the SNMP agent process is
    permitted to generate cold start traps.
    1.3.6.1.4.1.1991.1.1.2.1.22 snAgGblEnableLinkUpTrap 1 1 Indicates whether the SNMP agent process is
    permitted to generate link up traps.
    1.3.6.1.4.1.1991.1.1.2.1.23 snAgGblEnableLinkDownTrap 1 1 Indicates whether the SNMP agent process is
    permitted to generate link down traps.
    1.3.6.1.4.1.1991.1.1.2.1.24 snAgGblPasswordChangeMode 1 1 Specify which management entity is allowed to change
    the password. 'anyMgmtEntity' management entities are
    SNMP management statio…
    1.3.6.1.4.1.1991.1.1.2.1.25 snAgGblReadOnlyCommunity 1 1 SNMP read community string and this is only allowed
    to use for setting but not for reading. An SNMP-Get
    will get an zero length s…
    1.3.6.1.4.1.1991.1.1.2.1.26 snAgGblReadWriteCommunity 1 1 SNMP read-write community string and this is only
    allowed to use for setting but not for reading. An
    SNMP-Get will get an zero le…
    1.3.6.1.4.1.1991.1.1.2.1.27 snAgGblCurrentSecurityLevel 1 1 This represnts the current log-in security level.
    Each level of security requires a password to permit
    user for different system …
    1.3.6.1.4.1.1991.1.1.2.1.28 snAgGblSecurityLevelSet 1 1 This shows which the security level password to be set.
    1.3.6.1.4.1.1991.1.1.2.1.29 snAgGblLevelPasswordsMask 1 1 This shows the bitmap of level passwords which successfully assigned to the system.
    1.3.6.1.4.1.1991.1.1.2.1.30 snAgGblQueueOverflow 1 1 false - The device queues are not overflow.
    true - The device queues are overflow.
    1.3.6.1.4.1.1991.1.1.2.1.31 snAgGblBufferShortage 1 1 false - The device buffers are adequate.
    true - The device buffers are in shortage.
    1.3.6.1.4.1.1991.1.1.2.1.32 snAgGblDmaFailure 1 1 false - The device DMAs are in good condition.
    true - One of the DMAs in the device fails.
    1.3.6.1.4.1.1991.1.1.2.1.33 snAgGblResourceLowWarning 1 1 false - No, the device does not have resource-low-warning.
    true - Yes, the device does have resource-low-warning.
    1.3.6.1.4.1.1991.1.1.2.1.34 snAgGblExcessiveErrorWarning 1 1 false - No, the device does not have any excessive collision, FCS errors, alignment warning etc.
    true - Yes, the device does ha…
    1.3.6.1.4.1.1991.1.1.2.1.35 snAgGblCpuUtilData 1 1 The statistics collection of utilization of the CPU in the device.
    1.3.6.1.4.1.1991.1.1.2.1.36 snAgGblCpuUtilCollect 1 1 enable(1) - The beginning of statistics collection of utilization of the CPU in the device.
    disable(0) - The end of statistics …
    1.3.6.1.4.1.1991.1.1.2.1.37 snAgGblTelnetTimeout 1 1 Telnet session idling timeout value. Writing value 0 to
    this object never timeouts any telnet sessions. Each value
    unit is one mi…
    1.3.6.1.4.1.1991.1.1.2.1.38 snAgGblEnableWebMgmt 1 1 Enable/disable web management.
    1.3.6.1.4.1.1991.1.1.2.1.39 snAgGblSecurityLevelBinding 1 1 This represnts the binding of a given password to which
    security level. A value of 255 indicates an invalid
    binding.
    1.3.6.1.4.1.1991.1.1.2.1.40 snAgGblEnableSLB 1 1 Enable/disable Server Load Balancing.
    1.3.6.1.4.1.1991.1.1.2.1.41 snAgSoftwareFeature 1 1 A bit string representing the software feature of the running
    switch/router image. These features were conditional compiled
    to di…
    1.3.6.1.4.1.1991.1.1.2.1.42 snAgGblEnableModuleInsertedTrap 1 1 Indicates whether the SNMP agent process is permitted to
    generate hardware module inserted to chassis traps.
    1.3.6.1.4.1.1991.1.1.2.1.43 snAgGblEnableModuleRemovedTrap 1 1 Indicates whether the SNMP agent process is permitted to
    generate hardware module removed from chassis traps.
    1.3.6.1.4.1.1991.1.1.2.1.44 snAgGblTrapMessage 1 1 A generic trap message string.
    1.3.6.1.4.1.1991.1.1.2.1.45 snAgGblEnableTelnetServer 1 1 Enable or disable telnet server in device.
    1.3.6.1.4.1.1991.1.1.2.1.46 snAgGblTelnetPassword 1 1 Telnet Access Password and this is only
    allowed to use for setting but not for reading.
    An SNMP-Get will get an zero string.
    1.3.6.1.4.1.1991.1.1.2.1.47 snAgBuildDate 1 1 The date of the built software.
    1.3.6.1.4.1.1991.1.1.2.1.48 snAgBuildtime 1 1 The time of the built software.
    1.3.6.1.4.1.1991.1.1.2.1.49 snAgBuildVer 1 1 The version of the built software in the form
    'major.minor.maintenance[letters]'.
    1.3.6.1.4.1.1991.1.1.2.1.50 snAgGblCpuUtil1SecAvg 1 1 The statistics collection of 1 second CPU utilization.
    1.3.6.1.4.1.1991.1.1.2.1.51 snAgGblCpuUtil5SecAvg 1 1 The statistics collection of 5 second CPU utilization.
    1.3.6.1.4.1.1991.1.1.2.1.52 snAgGblCpuUtil1MinAvg 1 1 The statistics collection of 1 minute CPU utilization.
    1.3.6.1.4.1.1991.1.1.2.1.53 snAgGblDynMemUtil 1 1 The system dynamic memory utilization, in unit of percentage.
    1.3.6.1.4.1.1991.1.1.2.1.54 snAgGblDynMemTotal 1 1 The total amount of system dynamic memory, in number of bytes.
    1.3.6.1.4.1.1991.1.1.2.1.55 snAgGblDynMemFree 1 1 The free amount of system dynamic memory, in number of bytes.
    1.3.6.1.4.1.1991.1.1.2.1.56 snAgImgLoadSPModuleType 1 1 The switch processor module type of which that receives
    the downloaded image.
    1.3.6.1.4.1.1991.1.1.2.1.57 snAgImgLoadSPModuleNumber 1 1 The slot numner of a switch processor module that receives
    the downloaded image. Setting value 0 applies to all SP
    modules.
    1.3.6.1.4.1.1991.1.1.2.1.58 snAgTrapHoldTime 1 1 The time in seconds for which traps will be witheld
    during system initialization.
    1.3.6.1.4.1.1991.1.1.2.1.59 snAgSFlowSourceInterface 1 1 Use the ifIndex value here to specify the
    source interface to be used for sFlow packets.
    The interface should have IP address con…
    1.3.6.1.4.1.1991.1.1.2.1.60 snAgGblTelnetLoginTimeout 1 1 Telnet session login timeout value in minutes. Default is 1 minute.
    1.3.6.1.4.1.1991.1.1.2.1.61 snAgGblBannerExec 1 1 EXEC process creation banner. Insert newlines using '\n' within the string.
    1.3.6.1.4.1.1991.1.1.2.1.62 snAgGblBannerIncoming 1 1 Incoming terminal line banner. Insert newlines using '\n' within the string.
    1.3.6.1.4.1.1991.1.1.2.1.63 snAgGblBannerMotd 1 1 Message-of-the-day banner. Insert newlines using '\n' within the string.
    1.3.6.1.4.1.1991.1.1.2.1.64 snAgWebMgmtServerTcpPort 1 1 The TCP port number of web management interface.