MADGEBOX-MIB: View SNMP OID List / Download MIB
VENDOR: MADGE NETWORKS
Home | MIB: MADGEBOX-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
madge | 1.3.6.1.4.1.494 | |||
madgeBox | 1.3.6.1.4.1.494.10 | |||
madgeConfig | 1.3.6.1.4.1.494.10.1 | |||
madgeConfigIPAddress | 1.3.6.1.4.1.494.10.1.1 | ipaddress | read-write |
The IP address of the device. |
madgeConfigIPGateway | 1.3.6.1.4.1.494.10.1.2 | ipaddress | read-write |
The default IP gateway for the device. |
madgeConfigIPSubnetMask | 1.3.6.1.4.1.494.10.1.3 | ipaddress | read-write |
The IP subnet mask of the device. |
madgeConfigSerialNumber | 1.3.6.1.4.1.494.10.1.4 | macaddress | read-only |
The burnt-in identifier of the device. This is a unique number and in most cases maps directly to the base MAC address of the device |
madgeConfigMCodeVersion | 1.3.6.1.4.1.494.10.1.5 | octet string | read-only |
Microcode version of the device. Stored in the format :- first Byte - not used - microcode major version number - microcode minor version number last Byte - microcode debug version number. |
madgeConfigBCodeVersion | 1.3.6.1.4.1.494.10.1.6 | octet string | read-only |
Bootcode version of the device and the hardware version. Stored in the format :- High Byte - hardware version number - bootcode major version number - bootcode minor version number Low Byte - bootcode debug version number. |
madgeConfigMCodeFilename | 1.3.6.1.4.1.494.10.1.7 | displaystring | read-only |
Original filename for the microcode that has been downloaded to the device. |
madgeConfigDeviceHealth | 1.3.6.1.4.1.494.10.1.8 | integer | read-only |
Current health of the device Normal - everything is fine warning - something the user should be aware of degraded - the box is operating at reduced functionality critical - a major problem exists with the device. Enumeration: 'degraded': 3, 'warning': 2, 'critical': 4, 'normal': 1. |
madgeConfigAdminStatus | 1.3.6.1.4.1.494.10.1.9 | integer | read-write |
The desired operating mode of the device. The mode can be changed by setting this object. If the device does not support the action it will return a bad value error. The behaviour of these states is device specific and some of the states may latch until the state is returned to normal. normal - standard operating mode / can be used to cancel a download or return the device from any latching state. reboot - force the device to reboot. The device will reboot into the version of flash identified by madgeConfigDefaultFlashVersion. identify - force the device to identify itself by flashing lights. This state may latch. test - force the device to do a self test. This state may latch. erase-config - erase all configuration info erase-flash - erase the version of microcode stored in the flash bank identifed by madgeConfigEraseFlashVersion. tftp-ip - force the device to start a TFTP download over IP tftp-ipx - force the device to start a TFTP download over IPX rpl-ipx - force the device to start a RPL download over IPX rpl-llc - force the device to start a RPL download over LLC halt - force the defice to shutdown ready for power off up-tftp-ip - force the device to start a TFTP upload over IP up-tftp-ipx - force the device to start a TFTP upload over IPX snapshot - force the device to take a snapshot of its current configuration Enumeration: 'erase-flash': 6, 'rpl-llc': 10, 'rpl-ipx': 9, 'halt': 11, 'normal': 1, 'tftp-ipx': 8, 'reboot': 2, 'up-tftp-ipx': 13, 'tftp-ip': 7, 'identify': 3, 'test': 4, 'erase-config': 5, 'snapshot': 14, 'up-tftp-ip': 12. |
madgeConfigPassword | 1.3.6.1.4.1.494.10.1.10 | displaystring | read-write |
The case insensitive password for the device. This password is used to authenticate all SNMP SET operations. Any GET operation on this object will return PUBLIC. If an attempt is made to set the password to a string greater than the maximum a BAD VALUE error will be returned |
madgeConfigLinkTest | 1.3.6.1.4.1.494.10.1.11 | integer | read-write |
An object that can be written with any value to test whether a management station knows the correct device password |
madgeConfigOperStatus | 1.3.6.1.4.1.494.10.1.12 | integer | read-only |
The current operating mode of the device. normal - standard operating mode reboot - the device is rebooting identify - the device is identifying itself test - the device is performing a self-test downloading - the device is performing a download uploading - the device is performing an upload NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB Enumeration: 'downloading': 5, 'normal': 1, 'uploading': 6, 'reboot': 2, 'identify': 3, 'test': 4. |
madgeConfigEraseFlashVersion | 1.3.6.1.4.1.494.10.1.13 | integer | read-write |
A valid version index for the bank of flash or a software component to erase when AdminStatus is set to erase-flash. NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB |
madgeConfigDefaultFlashVersion | 1.3.6.1.4.1.494.10.1.14 | integer | read-write |
The version index of the default flash bank that a device will reboot into when a standard reboot is performed. NOTE:This variable is only available on devices that support version 1.2 or greater of the Box MIB |
madgeConfigReadPassword | 1.3.6.1.4.1.494.10.1.15 | displaystring | read-write |
The case insensitive read password for the device. This password is used to authenticate all SNMP GET and GET-NEXT operations. Any GET operation on this object will return PUBLIC. If an attempt is made to set the password to a string greater than the maximum a BAD VALUE error will be returned |
madgeConfigSnapshotName | 1.3.6.1.4.1.494.10.1.16 | displaystring | read-write |
This specifies the name under which to store a snapshot of the current configuration. |
madgeConfigDefaultSnapshot | 1.3.6.1.4.1.494.10.1.17 | integer | read-write |
This contains the version index of the snapshot that the device should take its configuration from on the next reboot. |
madgeConfigPasswordTableSize | 1.3.6.1.4.1.494.10.1.20 | integer | read-only |
The size of the password table in the device. This should be a static value. A value of zero indicates no table, and that only madgeConfigPassword can be used. This object must be supported if the password table is supported. |
madgeConfigPasswordTable | 1.3.6.1.4.1.494.10.1.21 | no-access |
A static table containing a list of passwords that can be used to manage the device. Reading this table is only sensible to see a description of each password and whether it's implemented. The first entry to this table mirrors the original madgeConfigPassword and madgeConfigReadPassword. This means that it will default to Public, and that it should never be a string of zero length. Trying to set as such will result in BAD VALUE. |
|
1.3.6.1.4.1.494.10.1.21.1 | no-access |
An entry containing a password for the device, or not, plus a comment to remind the user which entries are what. |
||
madgeConfigPasswordIndex | 1.3.6.1.4.1.494.10.1.21.1.1 | integer | read-only |
Index into the password table |
madgeConfigPasswordRead | 1.3.6.1.4.1.494.10.1.21.1.2 | displaystring | read-write |
A case insensitive Read password for the device. Any GET operation on this object will return PUBLIC if this entry is used to store a password, and return a zero length string if no password is stored. If an attempt is made to set the password to a string greater than the maximum, a BAD VALUE error will be returned. If a SET is made with a zero length string, the Password is cleared. Note: for the special case of entry 1, the value is mirrored with madgeConfigReadPassword. |
madgeConfigPasswordWrite | 1.3.6.1.4.1.494.10.1.21.1.3 | displaystring | read-write |
A case insensitive Write password for the device. Any GET operation on this object will return PUBLIC if this entry is used to store a password, and return a zero length string if no password is stored. If an attempt is made to set the password to a string greater than the maximum, a BAD VALUE error will be returned. If a SET is made with a zero length string, the Password is cleared. Note: for the special case of entry 1, the value is mirrored with madgeConfigPassword. |
madgeConfigPasswordComment | 1.3.6.1.4.1.494.10.1.21.1.4 | displaystring | read-write |
A comment that can be used by the user to remember which passwords are which. |
madgeSecure | 1.3.6.1.4.1.494.10.2 | |||
madgeSecureCurrentTableSize | 1.3.6.1.4.1.494.10.2.1 | integer | read-only |
The size of the current users table in the device. A size of zero indicates that the table is not supported. |
madgeSecureCurrentTimeout | 1.3.6.1.4.1.494.10.2.2 | integer | read-write |
A time in seconds used to specify how long a management station will remain registered in the Current Users table if no requests are received from that management station. After this time the management station will be automatically removed from the table. Devices are not required to support the writable functionality for this variable. |
madgeSecureCurrentTable | 1.3.6.1.4.1.494.10.2.3 | no-access |
A table containing an address for all managers that are currently communicating with this device over SNMP. |
|
1.3.6.1.4.1.494.10.2.3.1 | no-access |
A entry containing an address for a manager that is currently communicating with this device over SNMP. |
||
madgeSecureCurrentIndex | 1.3.6.1.4.1.494.10.2.3.1.1 | integer | read-only |
Index into the table |
madgeSecureCurrentType | 1.3.6.1.4.1.494.10.2.3.1.2 | integer | read-only |
Identifies the format of the data stored in madgeSecureCurrentAddress not-used - this table entry does not contain valid data ip-address - this table entry contains a valid ip address ipx-address - this table entry contains a valid ipx address mac-address - this table entry contains a valid mac address Enumeration: 'not-used': 1, 'ipx-address': 3, 'ip-address': 2, 'mac-address': 4. |
madgeSecureCurrentAddress | 1.3.6.1.4.1.494.10.2.3.1.3 | octet string | read-only |
An address of a management station that is currently communicating with this device. The format of the address is determined by the associated entry in the madgeSecureCurrentType. For type ipx-address the format is |
madgeSecureCurrentUpdateTime | 1.3.6.1.4.1.494.10.2.3.1.4 | integer | read-only |
The time in seconds since the management station identified by this table entry last accessed this device. The table entry will be removed by the device once this UpdateTime reaches the value specified in madgeSecureCurrentTimeout |
madgeSecureCurrentIPAddress | 1.3.6.1.4.1.494.10.2.3.1.5 | ipaddress | read-only |
If madgeSecureCurrentType is set to ip-address, this variable returns the madgeSecureCurrentAddress encoded as an IP Address, rather than an Octet String |
madgeSecureAllowedEnabled | 1.3.6.1.4.1.494.10.2.4 | integer | read-write |
Enable / disable the allowed users feature. enabled - only management stations with an address in the AllowedTable will be allowed to get / set MIB variables in this device disabled - any management station is allowed to get / set MIB variables in this device Enumeration: 'disabled': 2, 'enabled': 1. |
madgeSecureAllowedTableSize | 1.3.6.1.4.1.494.10.2.5 | integer | read-only |
The size of the allowed users table in the device. A size of zero indicates that the table is not supported. |
madgeSecureAllowedTable | 1.3.6.1.4.1.494.10.2.6 | no-access |
A table containing an address for all managers that are allowed to get / set MIB variables in this device |
|
1.3.6.1.4.1.494.10.2.6.1 | no-access |
An entry containing an address for a manager that is allowed to get / set MIB variables in this device |
||
madgeSecureAllowedIndex | 1.3.6.1.4.1.494.10.2.6.1.1 | integer | read-only |
Index into the table |
madgeSecureAllowedType | 1.3.6.1.4.1.494.10.2.6.1.2 | integer | read-write |
Identifies the format of the data stored in madgeSecureAllowedAddress not-used - this table entry does not contain valid data ip-address - this table entry contains a valid ip address ipx-address - this table entry contains a valid ipx address mac-address - this table entry contains a valid mac address Enumeration: 'not-used': 1, 'ipx-address': 3, 'ip-address': 2, 'mac-address': 4. |
madgeSecureAllowedAddress | 1.3.6.1.4.1.494.10.2.6.1.3 | octet string | read-write |
An address of a management station that is allowed to get / set MIB variables in this device. The format of the address is determined by the associated entry in the madgeSecureAllowedType. For type ipx-address the format is |
madgeSecureAllowedIPAddress | 1.3.6.1.4.1.494.10.2.6.1.4 | ipaddress | read-write |
If madgeSecureAllowedType is set to ip-address, this variable is equivalent to madgeSecureAllowedAddress encoded as an IP Address, rather than an Octet String |
madgeSecureTrapDestEnabled | 1.3.6.1.4.1.494.10.2.7 | integer | read-write |
Enable / disable the trap destination feature. enabled - any SNMP traps generated by this device will only be sent to management stations with an address in the madgeSecureTrapDestTable disabled - any SNMP traps generated by this device will be sent to all management stations currently known by this device. Enumeration: 'disabled': 2, 'enabled': 1. |
madgeSecureTrapDestTableSize | 1.3.6.1.4.1.494.10.2.8 | integer | read-only |
The size of the trap destinations table in the device. A size of zero indicates that this table is not supported. |
madgeSecureTrapDestTable | 1.3.6.1.4.1.494.10.2.9 | no-access |
A table containing the address for all managers that are to receive SNMP traps generated by this device |
|
1.3.6.1.4.1.494.10.2.9.1 | no-access |
An entry containing the address for a manager that is to receive SNMP traps generated by this device |
||
madgeSecureTrapDestIndex | 1.3.6.1.4.1.494.10.2.9.1.1 | integer | read-only |
Index into the table |
madgeSecureTrapDestType | 1.3.6.1.4.1.494.10.2.9.1.2 | integer | read-write |
Identifies the format of the data stored in madgeSecureTrapDestAddress not-used - this table entry does not contain valid data ip-address - this table entry contains a valid ip address ipx-address - this table entry contains a valid ipx address mac-address - this table entry contains a valid mac address Enumeration: 'not-used': 1, 'ipx-address': 3, 'ip-address': 2, 'mac-address': 4. |
madgeSecureTrapDestAddress | 1.3.6.1.4.1.494.10.2.9.1.3 | octet string | read-write |
An address for a management station that is to receive any SNMP traps generated by this device. The format of the address is determined by the associated entry in the madgeSecureTrapDestType. For type ipx-address the format is |
madgeSecureTrapDestIPAddress | 1.3.6.1.4.1.494.10.2.9.1.4 | ipaddress | read-write |
If madgeSecureTrapDestType is set to ip-address, this variable is equivalent to madgeSecureTrapDestAddress encoded as an IP Address, rather than an Octet String |
madgeDownload | 1.3.6.1.4.1.494.10.3 | |||
madgeDownloadIPAddress | 1.3.6.1.4.1.494.10.3.1 | ipaddress | read-write |
The IP address of the server to use for the download when using TFTP-IP |
madgeDownloadIPGateway | 1.3.6.1.4.1.494.10.3.2 | ipaddress | read-write |
The IP gateway to be used to access the server. If this variable is zero then use the default gateway in madgeConfigIPGateway. |
madgeDownloadIPXAddress | 1.3.6.1.4.1.494.10.3.3 | octet string | read-write |
The IPX address of the server to use for the download when using TFTP-IPX or RPL-IPX. The format of the address is |
madgeDownloadNodeAddress | 1.3.6.1.4.1.494.10.3.4 | macaddress | read-write |
The Node address of the server to use for the download when using RPL-LLC |
madgeDownloadFileName | 1.3.6.1.4.1.494.10.3.5 | displaystring | read-write |
The filename of the microcode to download. The maximum length of this string is device specific. If a string that is too long is written to this variable BAD VALUE will be returned. |
madgeDownloadDestination | 1.3.6.1.4.1.494.10.3.6 | integer | read-write |
The destination for the download. This will contain the madgeVersionIndex for the download destination. |
madgeDownloadState | 1.3.6.1.4.1.494.10.3.7 | integer | read-only |
The current state of the download Enumeration: 'tftp-running-ipx': 5, 'rpl-waiting-ipx': 8, 'idle': 1, 'running-xmodem': 7, 'rpl-running-ipx': 9, 'tftp-running-ip': 3, 'waiting-xmodem': 6, 'rpl-waiting-llc': 10, 'tftp-waiting-ip': 2, 'tftp-waiting-ipx': 4, 'rpl-running-llc': 11. |
madgeDownloadFailureCode | 1.3.6.1.4.1.494.10.3.8 | integer | read-only |
While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'madgedownloadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated. Enumeration: 'access-violation': 102, 'busy': 3, 'file-too-big': 7, 'no-error': 1, 'file-not-found': 101, 'no-such-user': 107, 'undefined-error': 100, 'protocol-error': 8, 'flash-write-error': 9, 'config-error': 2, 'file-already-exists': 106, 'timeout': 4, 'incompatible-file': 6, 'cancelled': 5, 'out-of-memory': 103, 'illegal-operation': 104, 'unknown-transfer-id': 105. |
madgeDownloadStatusText | 1.3.6.1.4.1.494.10.3.9 | displaystring | read-only |
A display string describing the status of the download in progress, or the reason for failure of the last download. If FailureCode = no-error then StatusText may be empty. |
madgeDownloadSize | 1.3.6.1.4.1.494.10.3.10 | integer | read-only |
While a download is in progress this indicates the number of bytes transferred so far. After the download is completed this remains at the final size downloaded. |
madgeIP | 1.3.6.1.4.1.494.10.4 | |||
madgeIPCurrentAddress | 1.3.6.1.4.1.494.10.4.1 | ipaddress | read-only |
The IP address that is currently being used by this device. The IP address could have been obtained from madgeConfigIPAddress or by some other means indicated by madgeIPDiscoveryMethod |
madgeIPCurrentGateway | 1.3.6.1.4.1.494.10.4.2 | ipaddress | read-only |
The IP gateway that is currently being used by this device. The IP gateway could have been obtained from madgeConfigIPGateway or by some other means indicated by madgeIPDiscoveryMethod |
madgeIPCurrentSubnetMask | 1.3.6.1.4.1.494.10.4.3 | ipaddress | read-only |
The IP Subnet Mask that is currently being used by this device. The IP Subnet Mask could have been obtained from madgeConfigIPSubnetMask or by some other means indicated by madgeIPDiscoveryMethod |
madgeIPDiscoveryMethod | 1.3.6.1.4.1.494.10.4.4 | integer | read-only |
The source of the currently used IP address, gateway and subnet mask. Enumeration: 'not-discovered': 1, 'via-rarp': 4, 'via-bootp': 3, 'via-dhcp': 5, 'via-config': 2. |
madgeIPBootpEnabled | 1.3.6.1.4.1.494.10.4.5 | integer | read-write |
Enable / Disable the use of BootP for IP address discovery Enumeration: 'disabled': 2, 'not-supported': 3, 'enabled': 1. |
madgeIPRarpEnabled | 1.3.6.1.4.1.494.10.4.6 | integer | read-write |
Enable / Disable the use of RARP for IP address discovery Enumeration: 'disabled': 2, 'not-supported': 3, 'enabled': 1. |
madgeIPDHCPEnabled | 1.3.6.1.4.1.494.10.4.7 | integer | read-write |
Enable / Disable the use of DHCP for IP address discovery Enumeration: 'disabled': 2, 'not-supported': 3, 'enabled': 1. |
madgeVersion | 1.3.6.1.4.1.494.10.5 | |||
madgeVersionTable | 1.3.6.1.4.1.494.10.5.1 | no-access |
A table containing version information for all hardware / software components in a device. |
|
1.3.6.1.4.1.494.10.5.1.1 | no-access |
An entry containing version information for a hardware / software component in a device. |
||
madgeVersionIndex | 1.3.6.1.4.1.494.10.5.1.1.1 | integer | no-access |
Index into the table |
madgeVersionDescription | 1.3.6.1.4.1.494.10.5.1.1.2 | displaystring | read-only |
A string containing a textual description for the component identified by this entry. |
madgeVersionLocation | 1.3.6.1.4.1.494.10.5.1.1.3 | displaystring | read-only |
A string containing a textual description of the location of the component identified by this entry. eg Flash Bank A Flash ROM Boot ROM Boot Bank A Base Hardware Hardware Module |
madgeVersionNumber | 1.3.6.1.4.1.494.10.5.1.1.4 | octet string | read-only |
Version number for the component. Stored in the format :- first Byte - major version number - minor version number last Byte - debug version number. |
madgeVersionType | 1.3.6.1.4.1.494.10.5.1.1.5 | integer | read-only |
The type of object that this table entry contains version information for. flash : code image resident in flash OR the flash bank itself boot-fixed : the version of the fixed boot ROM. boot-updateable : the current version of boot ROM code where the code can be updated. hardware-fixed : Hardware that cannot be upgraded. hardware-upgradeable : a plug in card that can be changed. sw-running : code image that is currently running in RAM. sw-config : a configuration file. This item may be uploaded or downloaded, to configure the device. sw-image : a subcomponent of the entire software. Can be resident in flash or ram. These items should be placed in the version table following the version of which they are a subcomponent. Enumeration: 'flash': 1, 'sw-image': 9, 'hardware-fixed': 4, 'boot-updateable': 3, 'hardware-upgradeable': 5, 'sw-running': 7, 'boot-fixed': 2, 'sw-config': 8, 'unknown': 20, 'other': 6. |
madgeVersionCount | 1.3.6.1.4.1.494.10.5.2 | integer | read-only |
The number of entries in the version table |
madgeTrap | 1.3.6.1.4.1.494.10.6 | |||
madgeTrapTable | 1.3.6.1.4.1.494.10.6.1 | no-access |
A table containing information about all of the traps that can be generated by a device. Each trap can be enabled / disabled, and a count is kept to indicate the number of traps generated. |
|
1.3.6.1.4.1.494.10.6.1.1 | no-access |
An entry containing information about a single trap. |
||
madgeTrapIndex | 1.3.6.1.4.1.494.10.6.1.1.1 | integer | no-access |
Index into the table |
madgeTrapDescription | 1.3.6.1.4.1.494.10.6.1.1.2 | displaystring | read-only |
A string containing a textual description for the trap identified by this entry. |
madgeTrapEnterprise | 1.3.6.1.4.1.494.10.6.1.1.3 | object identifier | read-only |
The enterprise identifier for the type of object generating the trap. |
madgeTrapSpecificTrap | 1.3.6.1.4.1.494.10.6.1.1.4 | integer | read-only |
Trap specific code to identify this trap. |
madgeTrapSeverity | 1.3.6.1.4.1.494.10.6.1.1.5 | integer | read-only |
The severity of this particular trap Enumeration: 'major': 3, 'unknown': 1, 'critical': 2, 'informational': 6, 'warning': 5, 'minor': 4. |
madgeTrapEnable | 1.3.6.1.4.1.494.10.6.1.1.6 | integer | read-write |
The enable state of this particular trap. Enumeration: 'disabled': 2, 'enabled': 1. |
madgeTrapEnableDefault | 1.3.6.1.4.1.494.10.6.1.1.7 | integer | read-only |
The default enable state for this particular trap When the device is reset or madgeTrapDefaultAll is set to reset. Enumeration: 'disabled': 2, 'enabled': 1. |
madgeTrapCounter | 1.3.6.1.4.1.494.10.6.1.1.8 | integer | read-only |
A count of the number of times this trap has been generated since the device was started, or since madgeTrapResetCounters was set to reset. |
madgeTrapEnableAll | 1.3.6.1.4.1.494.10.6.2 | integer | read-write |
Enable / disable the generation of all traps by the device. When set to disabled - no traps are generated. When set to enabled - only traps with madgeTrapEnable = enabled are generated. Enumeration: 'disabled': 2, 'enabled': 1. |
madgeTrapResetCounters | 1.3.6.1.4.1.494.10.6.3 | integer | read-write |
To reset all of the counters in the madgeTrap table set this variable to reset. During the reset the device will return 'resetting' in response to a GET request. When the reset is complete the device will return normal in response to a GET request. Enumeration: 'reset': 2, 'resetting': 3, 'normal': 1. |
madgeTrapDefaultAll | 1.3.6.1.4.1.494.10.6.4 | integer | read-write |
To return all of the entries in the madgeTrap table to their default enable state set this variable to reset. During the reset the device will return 'resetting' in response to a GET request. When the reset is complete the device will return normal in response to a GET request. Enumeration: 'reset': 2, 'resetting': 3, 'normal': 1. |
madgeTrapMessage | 1.3.6.1.4.1.494.10.6.5 | displaystring | read-only |
A textual description for the current trap. This variable can be included in an SNMP TRAP to provide a complete reason for the TRAP. |
madgeUpload | 1.3.6.1.4.1.494.10.7 | |||
madgeUploadIPAddress | 1.3.6.1.4.1.494.10.7.1 | ipaddress | read-write |
The IP address of the server to use for the upload when using TFTP-IP |
madgeUploadIPGateway | 1.3.6.1.4.1.494.10.7.2 | ipaddress | read-write |
The IP gateway to be used to access the server. If this variable is zero then use the default gateway in madgeConfigIPGateway. |
madgeUploadIPXAddress | 1.3.6.1.4.1.494.10.7.3 | octet string | read-write |
The IPX address of the server to use for the upload when using TFTP-IPX. The format of the address is |
madgeUploadFileName | 1.3.6.1.4.1.494.10.7.4 | displaystring | read-write |
The filename under which to store the uploaded microcode. The maximum length of this string is device specific. If a string that is too long is written to this variable BAD VALUE will be returned. |
madgeUploadSource | 1.3.6.1.4.1.494.10.7.5 | integer | read-write |
The source for the upload. This will contain the madgeVersionIndex for the upload source. |
madgeUploadState | 1.3.6.1.4.1.494.10.7.6 | integer | read-only |
The current state of the Upload Enumeration: 'tftp-running-ip': 3, 'idle': 1, 'tftp-running-ipx': 5, 'tftp-waiting-ip': 2, 'tftp-waiting-ipx': 4. |
madgeUploadFailureCode | 1.3.6.1.4.1.494.10.7.7 | integer | read-only |
While an upload is in progress this will always be 'no-error'. After an upload is complete this indicates the success or failure of the upload. If it is anything other than 'no-error' then 'madgeUploadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated. Enumeration: 'access-violation': 102, 'busy': 3, 'file-too-big': 7, 'no-error': 1, 'file-not-found': 101, 'no-such-user': 107, 'undefined-error': 100, 'protocol-error': 8, 'flash-write-error': 9, 'config-error': 2, 'file-already-exists': 106, 'timeout': 4, 'incompatible-file': 6, 'cancelled': 5, 'out-of-memory': 103, 'illegal-operation': 104, 'unknown-transfer-id': 105. |
madgeUploadStatusText | 1.3.6.1.4.1.494.10.7.8 | displaystring | read-only |
A display string describing the status of the upload in progress, or the reason for failure of the last upload. If FailureCode = no-error then StatusText may be empty. |
madgeUploadSize | 1.3.6.1.4.1.494.10.7.9 | integer | read-only |
While an upload is in progress this indicates the number of bytes transferred so far. After the upload is completed this remains at the final size uploaded. |