Home/Catalog/ATI-8324SX-MIB

ATI-8324SX-MIB

AI MIB Summary

Standard SNMP MIB module defining data structures for ATI-8324SX-MIB.

53
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

53 total
Object Name
private
OBJECT IDENTIFIER
.1.3.6.1.4
enterprises
OBJECT IDENTIFIER
.1.3.6.1.4.1
alliedTelesyn
OBJECT IDENTIFIER
.1.3.6.1.4.1.207
products
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1
switches
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4
ati8324SX
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42
switchInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.1
switchNumberThe total number of switches present on this system.ro
Integer32
.1.3.6.1.4.1.207.1.4.42.1.1
switchInfoTableTable of descriptive and status information about switches in this system.
SEQUENCE OF SwitchInfoEntry
.1.3.6.1.4.1.207.1.4.42.1.2
switchInfoEntryAn entry in the table, containing information about a single switch in this system.
SwitchInfoEntry
.1.3.6.1.4.1.207.1.4.42.1.2.1
swUnitIndexThis object identifies the switch within the system for which this entry contains information. This value can never be greater than switchNumber.
Integer32
.1.3.6.1.4.1.207.1.4.42.1.2.1.1
swMainBoardHwVerHardware version of the main board.ro
DisplayString
.1.3.6.1.4.1.207.1.4.42.1.2.1.2
swMainBoardFwVerFirmware version of the main board.ro
DisplayString
.1.3.6.1.4.1.207.1.4.42.1.2.1.3
swAgentBoardHwVerHardware version of the agent board.ro
DisplayString
.1.3.6.1.4.1.207.1.4.42.1.2.1.4
swAgentBoardFwVerFirmware version of the agent board.ro
DisplayString
.1.3.6.1.4.1.207.1.4.42.1.2.1.5
swAgentBoardPOSTCodeVerPOST code version of the agent board.ro
DisplayString
.1.3.6.1.4.1.207.1.4.42.1.2.1.6
swPortNumberThe total port number of this switch ( including expansion slot).ro
Integer32
.1.3.6.1.4.1.207.1.4.42.1.2.1.7
swPowerStatusIndicates the switch using internalPower(1), redundantPower(2) or both(3)ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.1.2.1.8
swExpansionSlot1Type of expansion module in this switch slot 1.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.1.2.1.9
swExpansionSlot2Type of expansion module in this switch slot 2.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.1.2.1.10
swRoleInSystemIndicates the switch is master(1), backupMaster(2) or slave(3) in this system.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.1.2.1.11
switchPortMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.2
switchPortMgtTableTable of descriptive and status information about configuration of each switch ports(including expansion slot) in this system.
SEQUENCE OF SwitchPortMgtEntry
.1.3.6.1.4.1.207.1.4.42.2.1
switchPortMgtEntryAn entry in the table, containing information about configuration in one switch port of the switch.
SwitchPortMgtEntry
.1.3.6.1.4.1.207.1.4.42.2.1.1
swPortMgtIndexThis object identifies the port within the switch for which this entry contains information.
Integer32
.1.3.6.1.4.1.207.1.4.42.2.1.1.1
swPortMgtPortTypeIndicates the port type.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.2.1.1.2
swPortMgtSpeedDpxAdminSet the port speed and duplex mode as follows: halfDuplex10(1) - 10Mbps and half duplex mode fullDuplex10(2) - 10Mbps and full duplex mode halfDuplex100(3) - 100Mbps and half duplex mode fullDuplex100(4) - 100Mbps and full duplex mode halfDuplex1000(5) - 1000Mbps and half duplex mode fullDuplex1000(6) - 1000Mbps and full duplex mode autoNegotiation(7) - let the switch to negotiate with the other end of connection. hundredBaseTX port can be set as halfDuplex10(1) fullDuplex10(2) halfDuplex100(3) fullDuplex100(4) autoNegotiation(7) hundredBaseFX port can be set as halfDuplex100(3) fullDuplex100(4) thousandBaseSX port can be set as halfDuplex1000(5) fullDuplex1000(6) autoNegotiation(7) The actual operating speed and duplex of the port is given by swPortMgtSpeedDpxInUse.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.2.1.1.3
swPortMgtSpeedDpxInUseThe operating speed and duplex mode of the switched port.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.2.1.1.4
swPortMgtFlowCtrlAdmin(1) Flow control mechanism is enabled. If the port type is hundredBaseTX or thousandBaseSX: When the port is operating in halfDuplex mode, the port uses backPressure flow control mechanism. When the port is operating in fullDuplex mode, the port uses IEEE 802.3x flow control mechanism. If the port type is hundredBaseFX: When the port is operating in halfDuplex mode, the port uses backPressure flow control mechanism. When the port is operating in fullDuplex mode, Flow control mechanism will not function. (2) Flow control mechanism is disabled. (3) Flow control mechanism is backPressure. when the port is in fullDuplex mode.This flow control mechanism will not function. (4) Flow control mechanism is IEEE 802.3x flow control. when the port is in halfDuplex mode.This flow control mechanism will not function. hundredBaseTX and thousandBaseSX port can be set as: enabled(1), disabled(2), backPressure(3), dot3xFlowControl(4). hundredBaseFX port can be set as: enabled(1), disabled(2), backPressure(3). The actual flow control mechanism is used given by swPortMgtFlowCtrlInUse.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.2.1.1.5
swPortMgtFlowCtrlInUse(1) BackPressure flow control machanism is used. (2) IEEE 802.3 flow control machanism is used. (3) Flow control mechanism is disabled.ro
Enumeration
.1.3.6.1.4.1.207.1.4.42.2.1.1.6
systemSTAMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.3
systemSTAStatusGlobal spanning tree status. (1) Spanning tree protocol is enabled. (2) Spanning tree protocol is disabled.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.3.1
tftpDownloadMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.4
tftpDownloadServerIPThe IP address of a TFTP server from which a firmware image can be downloaded.rw
IpAddress
.1.3.6.1.4.1.207.1.4.42.4.1
tftpDownloadAgentBoardFwFileNamerw
DisplayString
.1.3.6.1.4.1.207.1.4.42.4.2
tftpDownloadAgentBoardFwDownloadModeIndicates whether a newly upgraded firmware version should write to flash. When this object is temporary(2), following a successful upgrade the system will switch to run the new firmware but will not upgrade the new firmware to flash. That means after a power cycle, system will run the firmware residing the flash. When this object is permanent(1), following a successful firmware upgrade, the flash will be upgraded and the system will automatically switch to run the new firmware.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.4.3
tftpDownloadStatusSetting this object to active(1) triger the TFTP download action. Setting this object to notActive(2) has no effect. The system always returns the value notActive(2) when this object is read.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.4.4
restartMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.5
restartOptionPOSTSetting this object as enabled. The system will do POST when it restartrw
Enumeration
.1.3.6.1.4.1.207.1.4.42.5.1
restartOptionReloadFactoryDefaultSetting this object as enabled. The system will do factory reset when it restartrw
Enumeration
.1.3.6.1.4.1.207.1.4.42.5.2
restartOptionKeepIpSettingSetting this object as enabled. The system will keep IP setting when it do factory reset.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.5.3
restartOptionKeepUserAuthenticationSetting this object as enabled. The system will keep user authentication setting when it do factory reset.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.5.4
restartActionSetting this object to active(1) triger the system restart. Setting this object to notActive(2) has no effect. The system always returns the value notActive(2) when this object is read.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.5.5
portMirrorMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.6
portMirrorStatusPort mirroring function status. (1) mirroring function is enabled. (2) mirroring function is disabled.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.6.1
portMirrorSnifferPortLinear port number of sniffer port to which all frames to/from mirrored ports are sent. Frames are only mirrored if the portMirrorStatus object is set to enabled(1).rw
Integer32
.1.3.6.1.4.1.207.1.4.42.6.2
portMirrorMirroredPortLinear port number of mirrored port. The traffic of mirrored port will be 'copied' to sniffer port.rw
Integer32
.1.3.6.1.4.1.207.1.4.42.6.3
igmpMgt
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.1.4.42.7
igmpStatusParameter to enable or disable IGMP snooping on the device. When enabled, the device will examine IGMP packets and set up filters for IGMP ports.rw
Enumeration
.1.3.6.1.4.1.207.1.4.42.7.1
igmpQueryCountMaximum number of queries that have not been heard on the system before the system starts taking action to solicit reports.rw
INTEGER
.1.3.6.1.4.1.207.1.4.42.7.2
igmpReportDelayTimeout value (seconds) between IGMP reports received on a port for an IP Multicast Address that can pass before the system sends an IGMP Query out the port and removes it from the list.rw
INTEGER
.1.3.6.1.4.1.207.1.4.42.7.3
mibObject
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.8
atiTrapAttrs
OBJECT IDENTIFIER
.1.3.6.1.4.1.207.9