MADGEBOX-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for MADGEBOX-MIB.
71
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
71 total| Object Name |
|---|
madge OBJECT IDENTIFIER .1.3.6.1.4.1.494 |
RFC1155-SMI Unknown .1.3.6.1.4.1.494 |
madgeBox OBJECT IDENTIFIER .1.3.6.1.4.1.494.10 |
madgeConfig OBJECT IDENTIFIER .1.3.6.1.4.1.494.10.1 |
madgeConfigIPAddressThe IP address of the device.rw IpAddress .1.3.6.1.4.1.494.10.1.1 |
madgeConfigIPGatewayThe default IP gateway for the device.rw IpAddress .1.3.6.1.4.1.494.10.1.2 |
madgeConfigIPSubnetMaskThe IP subnet mask of the device.rw IpAddress .1.3.6.1.4.1.494.10.1.3 |
madgeConfigSerialNumberThe burnt-in identifier of the device. This is a
unique number and in most cases maps directly to
the base MAC address of the devicero MacAddress (SNMPv2-TC) .1.3.6.1.4.1.494.10.1.4 |
madgeConfigMCodeVersionMicrocode 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.ro OCTET STRING .1.3.6.1.4.1.494.10.1.5 |
madgeConfigBCodeVersionBootcode 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.ro OCTET STRING .1.3.6.1.4.1.494.10.1.6 |
madgeConfigMCodeFilenameOriginal filename for the microcode that has
been downloaded to the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.494.10.1.7 |
madgeConfigDeviceHealthCurrent 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.ro Enumeration .1.3.6.1.4.1.494.10.1.8 |
madgeConfigAdminStatusThe 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 LLCrw Enumeration .1.3.6.1.4.1.494.10.1.9 |
madgeConfigPasswordThe case insensitive password for the device. 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
returnedrw DisplayString .1.3.6.1.4.1.494.10.1.10 |
madgeConfigLinkTestAn object that can be written with any value to test
whether a management station knows the correct device
passwordrw INTEGER .1.3.6.1.4.1.494.10.1.11 |
madgeConfigOperStatusThe 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
NOTE:This variable is only available on devices
that support version 1.2 or greater of the Box MIBro Enumeration .1.3.6.1.4.1.494.10.1.12 |
madgeConfigEraseFlashVersionA valid version index for the bank of flash 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 MIBrw INTEGER .1.3.6.1.4.1.494.10.1.13 |
madgeConfigDefaultFlashVersionThe 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 MIBrw INTEGER .1.3.6.1.4.1.494.10.1.14 |
madgeSecure OBJECT IDENTIFIER .1.3.6.1.4.1.494.10.2 |
madgeSecureCurrentTableSizeThe size of the current users table in the device.
A size of zero indicates that the table is not
supported.ro INTEGER .1.3.6.1.4.1.494.10.2.1 |
madgeSecureCurrentTimeoutA 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.rw INTEGER .1.3.6.1.4.1.494.10.2.2 |
madgeSecureCurrentTableA table containing an address for all managers
that are currently communicating with this device SEQUENCE OF MadgeSecureCurrentEntry .1.3.6.1.4.1.494.10.2.3 |
madgeSecureCurrentEntryA entry containing an address for a manager
that is currently communicating with this device MadgeSecureCurrentEntry .1.3.6.1.4.1.494.10.2.3.1 |
madgeSecureCurrentIndexIndex into the tablero INTEGER .1.3.6.1.4.1.494.10.2.3.1.1 |
madgeSecureCurrentTypeIdentifies 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 addressro Enumeration .1.3.6.1.4.1.494.10.2.3.1.2 |
madgeSecureCurrentAddressAn 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 madgeSecureCurrentTypero OCTET STRING .1.3.6.1.4.1.494.10.2.3.1.3 |
madgeSecureCurrentUpdateTimeThe 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 madgeSecureCurrentTimeoutro INTEGER .1.3.6.1.4.1.494.10.2.3.1.4 |
madgeSecureCurrentIPAddressIf madgeSecureCurrentType is set to ip-address,
this variable returns the madgeSecureCurrentAddress
encoded as an IP Address, rather than an Octet Stringro IpAddress .1.3.6.1.4.1.494.10.2.3.1.5 |
madgeSecureAllowedEnabledEnable / 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 devicerw Enumeration .1.3.6.1.4.1.494.10.2.4 |
madgeSecureAllowedTableSizeThe size of the allowed users table in the device.
A size of zero indicates that the table is not
supported.ro INTEGER .1.3.6.1.4.1.494.10.2.5 |
madgeSecureAllowedTableA table containing an address for all managers
that are allowed to get / set MIB variables in this
device SEQUENCE OF MadgeSecureAllowedEntry .1.3.6.1.4.1.494.10.2.6 |
madgeSecureAllowedEntryAn entry containing an address for a manager
that is allowed to get / set MIB variables in this
device MadgeSecureAllowedEntry .1.3.6.1.4.1.494.10.2.6.1 |
madgeSecureAllowedIndexIndex into the tablero INTEGER .1.3.6.1.4.1.494.10.2.6.1.1 |
madgeSecureAllowedTypeIdentifies 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 addressrw Enumeration .1.3.6.1.4.1.494.10.2.6.1.2 |
madgeSecureAllowedAddressAn 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 madgeSecureAllowedTyperw OCTET STRING .1.3.6.1.4.1.494.10.2.6.1.3 |
madgeSecureAllowedIPAddressIf madgeSecureAllowedType is set to ip-address,
this variable is equivalent to madgeSecureAllowedAddress
encoded as an IP Address, rather than an Octet Stringrw IpAddress .1.3.6.1.4.1.494.10.2.6.1.4 |
madgeSecureTrapDestEnabledEnable / 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.rw Enumeration .1.3.6.1.4.1.494.10.2.7 |
madgeSecureTrapDestTableSizeThe size of the trap destinations table in the device.
A size of zero indicates that this table is not
supported.ro INTEGER .1.3.6.1.4.1.494.10.2.8 |
madgeSecureTrapDestTableA table containing the address for all managers
that are to receive SNMP traps generated by this
device SEQUENCE OF MadgeSecureTrapDestEntry .1.3.6.1.4.1.494.10.2.9 |
madgeSecureTrapDestEntryAn entry containing the address for a manager
that is to receive SNMP traps generated by this
device MadgeSecureTrapDestEntry .1.3.6.1.4.1.494.10.2.9.1 |
madgeSecureTrapDestIndexIndex into the tablero INTEGER .1.3.6.1.4.1.494.10.2.9.1.1 |
madgeSecureTrapDestTypeIdentifies 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 addressrw Enumeration .1.3.6.1.4.1.494.10.2.9.1.2 |
madgeSecureTrapDestAddressAn 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 madgeSecureTrapDestTyperw OCTET STRING .1.3.6.1.4.1.494.10.2.9.1.3 |
madgeSecureTrapDestIPAddressIf madgeSecureTrapDestType is set to ip-address,
this variable is equivalent to madgeSecureTrapDestAddress
encoded as an IP Address, rather than an Octet Stringrw IpAddress .1.3.6.1.4.1.494.10.2.9.1.4 |
madgeDownload OBJECT IDENTIFIER .1.3.6.1.4.1.494.10.3 |
madgeDownloadIPAddressThe IP address of the server to use for the
download when using TFTP-IPrw IpAddress .1.3.6.1.4.1.494.10.3.1 |
madgeDownloadIPGatewayThe IP gateway to be used to access the server.
If this variable is zero then use the default
gateway in madgeConfigIPGateway.rw IpAddress .1.3.6.1.4.1.494.10.3.2 |
madgeDownloadIPXAddressThe IPX address of the server to use for the
download when using TFTP-IPX or RPL-IPXrw OCTET STRING .1.3.6.1.4.1.494.10.3.3 |
madgeDownloadNodeAddressThe Node address of the server to use for the
download when using RPL-LLCrw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.494.10.3.4 |
madgeDownloadFileNameThe 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.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.494.10.3.5 |
madgeDownloadDestinationThe destination for the download. This will
contain the madgeVersionIndex for the download
destination.rw INTEGER .1.3.6.1.4.1.494.10.3.6 |
madgeDownloadStateThe current state of the downloadro Enumeration .1.3.6.1.4.1.494.10.3.7 |
madgeDownloadFailureCodeWhile 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.ro Enumeration .1.3.6.1.4.1.494.10.3.8 |
madgeDownloadStatusTextA 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.ro DisplayString .1.3.6.1.4.1.494.10.3.9 |
madgeDownloadSizeWhile 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.ro INTEGER .1.3.6.1.4.1.494.10.3.10 |
madgeIP OBJECT IDENTIFIER .1.3.6.1.4.1.494.10.4 |
madgeIPCurrentAddressThe 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 madgeIPDiscoveryMethodro IpAddress .1.3.6.1.4.1.494.10.4.1 |
madgeIPCurrentGatewayThe 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 madgeIPDiscoveryMethodro IpAddress .1.3.6.1.4.1.494.10.4.2 |
madgeIPCurrentSubnetMaskThe 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 madgeIPDiscoveryMethodro IpAddress .1.3.6.1.4.1.494.10.4.3 |
madgeIPDiscoveryMethodThe source of the currently used IP address,
gateway and subnet mask.ro Enumeration .1.3.6.1.4.1.494.10.4.4 |
madgeIPBootpEnabledEnable / Disable the use of BootP for IP address
discoveryrw Enumeration .1.3.6.1.4.1.494.10.4.5 |
madgeIPRarpEnabledEnable / Disable the use of Rarp for IP address
discoveryrw Enumeration .1.3.6.1.4.1.494.10.4.6 |
madgeVersion OBJECT IDENTIFIER .1.3.6.1.4.1.494.10.5 |
madgeVersionTableA table containing version information for all
hardware / software components in a device. SEQUENCE OF MadgeVersionEntry .1.3.6.1.4.1.494.10.5.1 |
madgeVersionEntryAn entry containing version information for a
hardware / software component in a device. MadgeVersionEntry .1.3.6.1.4.1.494.10.5.1.1 |
madgeVersionIndexIndex into the table INTEGER .1.3.6.1.4.1.494.10.5.1.1.1 |
madgeVersionDescriptionA string containing a textual description for
the component identified by this entry.ro DisplayString .1.3.6.1.4.1.494.10.5.1.1.2 |
madgeVersionLocationA 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 Modulero DisplayString .1.3.6.1.4.1.494.10.5.1.1.3 |
madgeVersionNumberVersion number for the component. Stored in the
format :-
first Byte - major version number
- minor version number
last Byte - debug version number.ro OCTET STRING .1.3.6.1.4.1.494.10.5.1.1.4 |
madgeVersionTypeThe type of object that this table entry contains
version information for.ro Enumeration .1.3.6.1.4.1.494.10.5.1.1.5 |
madgeVersionCountThe number of entries in the version tablero INTEGER .1.3.6.1.4.1.494.10.5.2 |