ALTEON-TIGON-SWITCH-MIB

MIB Reference — IPNetwork Monitor

All MIBsALTEON-TIGON-SWITCH-MIB

Category: Vendor: Alteon

Description:

Alteon Tigon switch MIB for managing the Tigon application switch platform configuration and operational status.

Imported Objects

From ALTEON-ROOT-MIB

switchOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress
NetworkAddress
enterprises
mgmt

From RFC1213-MIB

DisplayString
PhysAddress

What Is ALTEON-TIGON-SWITCH-MIB?

ALTEON-TIGON-SWITCH-MIB is Alteon Networks' (Tigon) vendor-specific MIB for their application switch platform, covering configuration and operational status management. It exposes hardware inventory and identification data (part number, hardware revision), power supply and redundancy status, multiple onboard temperature sensor readings, and agent-level configuration-save/apply operations and status. Objects under the ALTEON-TIGON-SWITCH-MIB OID tree are organized separately for hardware status (hw*) and agent configuration (ag*) prefixes. Its monitoring emphasis is squarely on hardware health: hwPowerSupplyStatus and hwRedundantPSStatus/hwRedundantPSPresent let an administrator confirm main and backup power supplies are functioning, while the hwSensor1Temp through hwSensor4Temp objects provide multi-point chassis temperature monitoring to catch overheating before it causes a failure, complemented by agent-side objects tracking whether a pending configuration change has been saved or applied. It functions as a fairly self-contained hardware/agent status MIB, though it would typically be used alongside standard interface and switching MIBs for full switch visibility. It is deployed in data centers and enterprise networks using Alteon (Tigon) application switches for server load balancing and traffic switching.

IPNetwork Monitor allows you to monitor SNMP objects defined in ALTEON-TIGON-SWITCH-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • power supply status
  • redundant power supply presence/status
  • chassis temperature (multiple sensors)
  • hardware part number/revision
  • pending/applied configuration status

Supported Devices

  • Alteon Networks Tigon application switch

Monitoring Examples

An administrator would poll hwPowerSupplyStatus and hwRedundantPSPresent/hwRedundantPSStatus to confirm both the primary and backup power supplies of an Alteon Tigon switch are healthy, and check hwSensor1Temp through hwSensor4Temp for any sensor reporting an abnormally high chassis temperature that could indicate a cooling fan failure. The hwPartNumber and hwRevision objects would be used to confirm exact hardware model/revision during an inventory audit or firmware-compatibility check. Separately, agApplyPending combined with agSaveConfiguration/agApplyConfiguration objects let an operator verify whether a staged configuration change has actually been committed to the running switch configuration.

OIDs
OID symbolicOID numericTypeAccessDescription
hardware1.3.6.1.4.1.1872.2.1.1
STR hwPartNumber1.3.6.1.4.1.1872.2.1.1.1DisplayStringread-onlyThe hardware part number of the Alteon Switch.
STR hwRevision1.3.6.1.4.1.1872.2.1.1.2DisplayStringread-onlyThe hardware revision. If the revision is not available, a zero length string should be returned.
INT hwPowerSupplyStatus1.3.6.1.4.1.1872.2.1.1.3INTEGERread-onlyThe status of the internal power supply.
INT hwRedundantPSPresent1.3.6.1.4.1.1872.2.1.1.4INTEGERread-onlyExistence of redundant power supply.
INT hwRedundantPSStatus1.3.6.1.4.1.1872.2.1.1.5INTEGERread-onlyThe status of the redundant power supply.
INT hwSensor1Temp1.3.6.1.4.1.1872.2.1.1.6INTEGERread-onlyThe temperature of the rear left sensor in degrees Celsius.
INT hwSensor2Temp1.3.6.1.4.1.1872.2.1.1.7INTEGERread-onlyThe temperature of the rear middle sensor in degrees Celsius.
INT hwSensor3Temp1.3.6.1.4.1.1872.2.1.1.8INTEGERread-onlyThe temperature of the front middle sensor in degrees Celsius.
INT hwSensor4Temp1.3.6.1.4.1.1872.2.1.1.9INTEGERread-onlyThe temperature of the front right sensor in degrees Celsius.
agent1.3.6.1.4.1.1872.2.1.2
agGeneral1.3.6.1.4.1.1872.2.1.2.1
INT agSaveConfiguration1.3.6.1.4.1.1872.2.1.2.1.1INTEGERread-writeThis is an action object to write current configuration to nonvolatile storage. When issued with the saveActive, the active configuration in flash is saved to backup in flash and then the new configuration is saved to the active configuration in flash. When issued with notSaveActive, the active configuration is NOT saved to the flash and the active configuration is overwritten with the new configuration. ok(1) is returned always when read.
INT agApplyConfiguration1.3.6.1.4.1.1872.2.1.2.1.2INTEGERread-writeThis is an action object to apply the changes made to configuration of the switch. By setting the value to apply(2), all the changes made since the last apply are written to the new_config block. other(1) is returned when this object ie read.
INT agApplyPending1.3.6.1.4.1.1872.2.1.2.1.3INTEGERread-onlyThis object, when read, gives the user information whether an apply action is needed and that the configuration has been chaged by the user actions. The user then can apply the changes by setting proper value to the object agApplyConfiguration described above.
INT agReset1.3.6.1.4.1.1872.2.1.2.1.4INTEGERread-writeThis is an action object to reboot the agent. other(1) is returned always when read. The following values are writable: coldReset(2)... warmReset(3)...
INT agConfigForNxtReset1.3.6.1.4.1.1872.2.1.2.1.5INTEGERread-writeThe configuration information to be loaded from at next reset. The following values are writable: active(2)...active configuration block backup(3)...backup configuration block default(4)..default configuration block
INT agImageForNxtReset1.3.6.1.4.1.1872.2.1.2.1.6INTEGERread-writeThe software image to be booted from at next reset. The following values are writable: image1(2)...image 1 image2(3)...image 2
STR agSoftwareVersion1.3.6.1.4.1.1872.2.1.2.1.7DisplayStringread-onlyThe version of the software image that is currently running on the system in the form of 'major.minor.maintenance.bugfix'. A zero length string is returned if version is not available.
STR agBootVer1.3.6.1.4.1.1872.2.1.2.1.8DisplayStringread-onlyThe version of the boot code in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available.
STR agImage1Ver1.3.6.1.4.1.1872.2.1.2.1.9DisplayStringread-onlyThe version of the software image stored in image 1 storage in the form of 'major.minor.maintenance.bugfix'. A zero length string is returned if version is not available or there is no valid software image.
STR agImage2Ver1.3.6.1.4.1.1872.2.1.2.1.10DisplayStringread-onlyThe version of the software image stored in image 2 storage in the form of 'major.minor.maintenance.bugfix'. A zero length string is returned if version is not available or there is no valid software image.
STR agRtcDate1.3.6.1.4.1.1872.2.1.2.1.11DisplayStringread-writeThe date on the real time clock in the form of 'mm/dd/yy'. A zero length string is returned if date is not available.
STR agRtcTime1.3.6.1.4.1.1872.2.1.2.1.12DisplayStringread-writeThe time on the real time clock in the form of 'hh:mm:ss'. A zero length string is returned if time is not available.
IP agTftpServerIpAddr1.3.6.1.4.1.1872.2.1.2.1.13IpAddressread-writeThe TFTP server IP address.
STR agTftpImageFileName1.3.6.1.4.1.1872.2.1.2.1.14DisplayStringread-writeThe image file name to be downloaded.
INT agTftpImage1.3.6.1.4.1.1872.2.1.2.1.15INTEGERread-writeWhether the image file should be loaded in image1 or image2 in flash.
INT agTftpDownload1.3.6.1.4.1.1872.2.1.2.1.16INTEGERread-writeThis is an action object to cause to download software image according to the setup of agTftpServerIpAddr, agTftpImageFileName, agTftpImage when download(2) is issued. other(1) is returned always when read.
STR agLastSetErrorReason1.3.6.1.4.1.1872.2.1.2.1.17DisplayStringread-onlyThe error reason of the last SET failure.
STR agTftpServer1.3.6.1.4.1.1872.2.1.2.1.18DisplayStringread-writeThe TFTP server IP address or domain name.
STR agTftpCfgFileName1.3.6.1.4.1.1872.2.1.2.1.19DisplayStringread-writeThe configuration file name.
STR agTftpDumpFileName1.3.6.1.4.1.1872.2.1.2.1.20DisplayStringread-writeThe file name for core dump.
INT agTftpAction1.3.6.1.4.1.1872.2.1.2.1.21INTEGERread-writeThis is an action object to perform various TFTP Get or Put functions. The TFTP sever is specified in agTftpServer object. img-get(2) - Download switch image from a specified image file (agTftpImageFileName) on the TFTP server to the destinated storage (agTftpImage). cfg-get(3) - Download switch configuration from a specified file (agTftpCfgFileName) on the TFTP server. cfg-put(4) - Upload switch configuration to a specified file (agTftpCfgFileName) on the TFTP server. dump-put(5)- Download switch core dump to a specified file (agTftpDumpFileName) on the TFTP server. other(1) is returned always when read.
STR agTftpLastActionStatus1.3.6.1.4.1.1872.2.1.2.1.22DisplayStringread-onlyThe recorded status of the previous TFTP activity.
INT agRevert1.3.6.1.4.1.1872.2.1.2.1.23INTEGERread-writeThis is an action object to revert the unapplied changes made to the switch. By setting the value to revert(2), all the unapplied changes will be reverted. This action will copy the current_config to the new_config block. other(1) is returned when this object is read.
INT agRevertApply1.3.6.1.4.1.1872.2.1.2.1.24INTEGERread-writeThis is an action object to revert the unsaved changes made to the switch. By setting the value to revertApply(2), all the unsaved as well as unapplied changes will be reverted. other(1) is returned when this object is read.
STR agEnabledSwFeatures1.3.6.1.4.1.1872.2.1.2.1.25DisplayStringread-onlyThe software features that are enabled on the switch.
INT agClrSyslogMsgs1.3.6.1.4.1.1872.2.1.2.1.26INTEGERread-writeClears all current Syslog messages.
INT agSavePending1.3.6.1.4.1.1872.2.1.2.1.27INTEGERread-onlyThis object, when read, gives the user information whether an save action is needed and that the configuration has been applied but not saved to the flash.
INT agEnabledGslbKey1.3.6.1.4.1.1872.2.1.2.1.28INTEGERread-onlyQuery if software key Global slb enabled on switch.
INT agEnabledBwmKey1.3.6.1.4.1.1872.2.1.2.1.29INTEGERread-onlyQuery if software key Bandwidth Mgmt. enabled on switch.
INT agSlotNumber1.3.6.1.4.1.1872.2.1.2.1.30INTEGERread-onlyIdentifies the slot in which this switch is installed. If the agent implementing this MIB is not a blade in a chassis this value has no meaning.
INT agEnabledRurlKey1.3.6.1.4.1.1872.2.1.2.1.31INTEGERread-onlyThe status of the RURL software key.
agGeneralConfig1.3.6.1.4.1.1872.2.1.2.2
IP agNewCfgSyslogHost1.3.6.1.4.1.1872.2.1.2.2.1IpAddressread-writeThe syslog host IP address, in the new_configuration block.
IP agCurCfgSyslogHost1.3.6.1.4.1.1872.2.1.2.2.2IpAddressread-onlyThe syslog host IP address, as currently configured in the current_configuration block.
INT agNewCfgBootp1.3.6.1.4.1.1872.2.1.2.2.3INTEGERread-writeEnable or disable the use of BootP, in the new_configuration block.
INT agCurCfgBootp1.3.6.1.4.1.1872.2.1.2.2.4INTEGERread-onlyEnable or disable the use of BootP, as currently configured in the current_configuration block.
INT agNewCfgSpanningTree1.3.6.1.4.1.1872.2.1.2.2.5INTEGERread-writeTurn On or Off Spanning Tree Protocol for the switch, in the new_configuration block.
INT agCurCfgSpanningTree1.3.6.1.4.1.1872.2.1.2.2.6INTEGERread-onlyThe state of Spanning Tree Protocol for the switch, as currently configured in the current_configuration block.
INT agTrapHostTableMaxEnt1.3.6.1.4.1.1872.2.1.2.2.7INTEGERread-onlyThe maximum number of rows in the trap host table.
agCurCfgTrapHostTable1.3.6.1.4.1.1872.2.1.2.2.8not-accessibleThe table of trap hosts which to send SNMP traps in the current_configuration block.
agCurCfgTrapHostEntry1.3.6.1.4.1.1872.2.1.2.2.8.1not-accessibleA row in the trap host table in the current_configuration block.
INT agCurCfgTrapHostIndx1.3.6.1.4.1.1872.2.1.2.2.8.1.1INTEGERread-onlyThe index of the row in trap host table.
IP agCurCfgTrapHostIpAddr1.3.6.1.4.1.1872.2.1.2.2.8.1.2IpAddressread-onlyThe IP address of a trap host.
STR agCurCfgTrapHostCommString1.3.6.1.4.1.1872.2.1.2.2.8.1.3DisplayStringread-onlyThe SNMP community string to use with the trap host
agNewCfgTrapHostTable1.3.6.1.4.1.1872.2.1.2.2.9not-accessibleThe table of trap hosts which to send SNMP traps in the new_configuration block.
agNewCfgTrapHostEntry1.3.6.1.4.1.1872.2.1.2.2.9.1not-accessibleA row in the trap host table in the new_configuration block.
INT agNewCfgTrapHostIndx1.3.6.1.4.1.1872.2.1.2.2.9.1.1INTEGERread-onlyThe index of the row in trap host table.
IP agNewCfgTrapHostIpAddr1.3.6.1.4.1.1872.2.1.2.2.9.1.2IpAddressread-writeThe IP address of a trap host.
STR agNewCfgTrapHostCommString1.3.6.1.4.1.1872.2.1.2.2.9.1.3DisplayStringread-writeThe SNMP community string to use with the trap host
INT agCurCfgHttpServerPort1.3.6.1.4.1.1872.2.1.2.2.10INTEGERread-onlyThe TCP port number that the HTTP server is listening to in the current_configuration block.
INT agNewCfgHttpServerPort1.3.6.1.4.1.1872.2.1.2.2.11INTEGERread-writeThe TCP port number that the HTTP server is listening to in the new_configuration block.
STR agCurCfgLoginBanner1.3.6.1.4.1.1872.2.1.2.2.12DisplayStringread-onlyThe user defined login banner.
STR agNewCfgLoginBanner1.3.6.1.4.1.1872.2.1.2.2.13DisplayStringread-writeThe user defined login banner.
IP agNewCfgSyslog2Host1.3.6.1.4.1.1872.2.1.2.2.14IpAddressread-writeThe second syslog host IP address, in the new_configuration block.
IP agCurCfgSyslog2Host1.3.6.1.4.1.1872.2.1.2.2.15IpAddressread-onlyThe second syslog host IP address, as currently configured in the current_configuration block.
INT agCurCfgSyslogFac1.3.6.1.4.1.1872.2.1.2.2.16INTEGERread-onlyThe facility of syslog host in the current_configuration block.
INT agNewCfgSyslogFac1.3.6.1.4.1.1872.2.1.2.2.17INTEGERread-writeThe facility of syslog host in the new_configuration block.
INT agCurCfgSyslog2Fac1.3.6.1.4.1.1872.2.1.2.2.18INTEGERread-onlyThe facility of syslog2 host in the current_configuration block.
INT agNewCfgSyslog2Fac1.3.6.1.4.1.1872.2.1.2.2.19INTEGERread-writeThe facility of syslogs host in the new_configuration block.
STR agCurCfgSmtpHost1.3.6.1.4.1.1872.2.1.2.2.20DisplayStringread-onlyThe user defined SMTP host.
STR agNewCfgSmtpHost1.3.6.1.4.1.1872.2.1.2.2.21DisplayStringread-writeThe user defined SMTP host.
INT agCurCfgConsole1.3.6.1.4.1.1872.2.1.2.2.22INTEGERread-onlyEnable or disable console output of syslog messages.
INT agNewCfgConsole1.3.6.1.4.1.1872.2.1.2.2.23INTEGERread-writeEnable or disable console output of syslog messages.
IP agCurCfgMgmtNetwork1.3.6.1.4.1.1872.2.1.2.2.24IpAddressread-onlyThe management network - corresponding to the mnet command of the slb configuration menu.
IP agNewCfgMgmtNetwork1.3.6.1.4.1.1872.2.1.2.2.25IpAddressread-writeThe management network - corresponding to the mnet command of the system menu.
IP agCurCfgMgmtMask1.3.6.1.4.1.1872.2.1.2.2.26IpAddressread-onlyThe management subnet mask - corresponding to the mmask command of the system configuration menu.
IP agNewCfgMgmtMask1.3.6.1.4.1.1872.2.1.2.2.27IpAddressread-writeThe management subnet mask - corresponding to the mmask command of the system configuration menu.
agNTP1.3.6.1.4.1.1872.2.1.2.2.28
IP agCurCfgNTPServer1.3.6.1.4.1.1872.2.1.2.2.28.1IpAddressread-onlyThe NTP Server Address.
IP agNewCfgNTPServer1.3.6.1.4.1.1872.2.1.2.2.28.2IpAddressread-writeThe NTP Server Address.
INT agCurCfgNTPResyncInterval1.3.6.1.4.1.1872.2.1.2.2.28.3INTEGERread-onlyThe NTP Server resync interval in minutes.
INT agNewCfgNTPResyncInterval1.3.6.1.4.1.1872.2.1.2.2.28.4INTEGERread-writeThe NTP Server resync interval in minutes.
STR agCurCfgNTPTzone1.3.6.1.4.1.1872.2.1.2.2.28.5DisplayStringread-onlyThe NTP Server timezone offset from GMT in hours.
STR agNewCfgNTPTzone1.3.6.1.4.1.1872.2.1.2.2.28.6DisplayStringread-writeThe NTP Server timezone offset from GMT in hours.
INT agCurCfgNTPDlight1.3.6.1.4.1.1872.2.1.2.2.28.7INTEGERread-onlyEnable/disable daylight savings time.
INT agNewCfgNTPDlight1.3.6.1.4.1.1872.2.1.2.2.28.8INTEGERread-writeEnable/disable daylight savings time.
INT agCurCfgNTPService1.3.6.1.4.1.1872.2.1.2.2.28.9INTEGERread-onlyEnable/disable NTP Service.
INT agNewCfgNTPService1.3.6.1.4.1.1872.2.1.2.2.28.10INTEGERread-writeEnable/disable NTP Service.
agLog1.3.6.1.4.1.1872.2.1.2.2.29
INT agNewCfgSyslogTrapConsole1.3.6.1.4.1.1872.2.1.2.2.29.1INTEGERread-writeEnable or disable console syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapConsole1.3.6.1.4.1.1872.2.1.2.2.29.2INTEGERread-onlyEnable or disable console syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapSystem1.3.6.1.4.1.1872.2.1.2.2.29.3INTEGERread-writeEnable or disable system level syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapSystem1.3.6.1.4.1.1872.2.1.2.2.29.4INTEGERread-onlyEnable or disable system level syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapMgmt1.3.6.1.4.1.1872.2.1.2.2.29.5INTEGERread-writeEnable or disable management(flash, config, login) syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapMgmt1.3.6.1.4.1.1872.2.1.2.2.29.6INTEGERread-onlyEnable or disable management(flash, config, login) syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapCli1.3.6.1.4.1.1872.2.1.2.2.29.7INTEGERread-writeEnable or disable CLI generated error syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapCli1.3.6.1.4.1.1872.2.1.2.2.29.8INTEGERread-onlyEnable or disable CLI generated error syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapStp1.3.6.1.4.1.1872.2.1.2.2.29.9INTEGERread-writeEnable or disable spanning tree syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapStp1.3.6.1.4.1.1872.2.1.2.2.29.10INTEGERread-onlyEnable or disable spanning tree syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapVlan1.3.6.1.4.1.1872.2.1.2.2.29.11INTEGERread-writeEnable or disable VLAN syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapVlan1.3.6.1.4.1.1872.2.1.2.2.29.12INTEGERread-onlyEnable or disable VLAN syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapSlb1.3.6.1.4.1.1872.2.1.2.2.29.13INTEGERread-writeEnable or disable SLB syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapSlb1.3.6.1.4.1.1872.2.1.2.2.29.14INTEGERread-onlyEnable or disable SLB syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapGslb1.3.6.1.4.1.1872.2.1.2.2.29.15INTEGERread-writeEnable or disable GSLB syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapGslb1.3.6.1.4.1.1872.2.1.2.2.29.16INTEGERread-onlyEnable or disable GSLB syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapFilter1.3.6.1.4.1.1872.2.1.2.2.29.17INTEGERread-writeEnable or disable filter syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapFilter1.3.6.1.4.1.1872.2.1.2.2.29.18INTEGERread-onlyEnable or disable filter syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapSsh1.3.6.1.4.1.1872.2.1.2.2.29.19INTEGERread-writeEnable or disable SSH, RADIUS syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapSsh1.3.6.1.4.1.1872.2.1.2.2.29.20INTEGERread-onlyEnable or disable SSH, RADIUS syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapVrrp1.3.6.1.4.1.1872.2.1.2.2.29.21INTEGERread-writeEnable or disable VRRP syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapVrrp1.3.6.1.4.1.1872.2.1.2.2.29.22INTEGERread-onlyEnable or disable VRRP syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapBgp1.3.6.1.4.1.1872.2.1.2.2.29.23INTEGERread-writeEnable or disable BGP syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapBgp1.3.6.1.4.1.1872.2.1.2.2.29.24INTEGERread-onlyEnable or disable BGP syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapNtp1.3.6.1.4.1.1872.2.1.2.2.29.25INTEGERread-writeEnable or disable NTP syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapNtp1.3.6.1.4.1.1872.2.1.2.2.29.26INTEGERread-onlyEnable or disable NTP syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapIsd1.3.6.1.4.1.1872.2.1.2.2.29.27INTEGERread-writeEnable or disable ISD syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapIsd1.3.6.1.4.1.1872.2.1.2.2.29.28INTEGERread-onlyEnable or disable ISD syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapIp1.3.6.1.4.1.1872.2.1.2.2.29.31INTEGERread-writeEnable or disable IP related syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapIp1.3.6.1.4.1.1872.2.1.2.2.29.32INTEGERread-onlyEnable or disable IP related syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapWeb1.3.6.1.4.1.1872.2.1.2.2.29.35INTEGERread-writeEnable or disable WEBUI related syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapWeb1.3.6.1.4.1.1872.2.1.2.2.29.36INTEGERread-onlyEnable or disable WEBUI related syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapSynAtk1.3.6.1.4.1.1872.2.1.2.2.29.37INTEGERread-writeEnable or disable SYN attack detection related syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapSynAtk1.3.6.1.4.1.1872.2.1.2.2.29.38INTEGERread-onlyEnable or disable SYN attack detection related syslog and SNMP trap, as currently configured in the current_configuration block.
INT agNewCfgSyslogTrapTcpLim1.3.6.1.4.1.1872.2.1.2.2.29.39INTEGERread-writeEnable or disable TCP rate limiting related syslog and SNMP trap, in the new_configuration block.
INT agCurCfgSyslogTrapTcpLim1.3.6.1.4.1.1872.2.1.2.2.29.40INTEGERread-onlyEnable or disable TCP rate limiting related syslog and SNMP trap, as currently configured in the current_configuration block.
stats1.3.6.1.4.1.1872.2.1.8
memStats1.3.6.1.4.1.1872.2.1.8.12
CTR memStatsAllocs1.3.6.1.4.1.1872.2.1.8.12.1Counterread-onlyThe total number of memory allocations.
CTR memStatsFrees1.3.6.1.4.1.1872.2.1.8.12.2Counterread-onlyThe total number of memory frees.
CTR memStatsAllocFails1.3.6.1.4.1.1872.2.1.8.12.3Counterread-onlyThe total number of memory allocations failed.
GAU memStatsBytesCurr1.3.6.1.4.1.1872.2.1.8.12.4Gaugeread-onlyThe outstanding memory in bytes have been allocated.
GAU memStatsBytesHiwat1.3.6.1.4.1.1872.2.1.8.12.5Gaugeread-onlyBytes allocated witch high water mark.
GAU memStatsPoolBytes1.3.6.1.4.1.1872.2.1.8.12.6Gaugeread-onlyThe total bytes in the memory pool.
GAU memStatsLargest1.3.6.1.4.1.1872.2.1.8.12.7Gaugeread-onlyThe largest block has been allocated.
pktStats1.3.6.1.4.1.1872.2.1.8.13
CTR pktStatsAllocs1.3.6.1.4.1.1872.2.1.8.13.1Counterread-onlyThe total packets have been allocated.
CTR pktStatsFrees1.3.6.1.4.1.1872.2.1.8.13.2Counterread-onlyThe total packets have been freed.
CTR pktStatsAllocFails1.3.6.1.4.1.1872.2.1.8.13.3Counterread-onlyThe total packet allocations failed.
CTR pktStatsMediums1.3.6.1.4.1.1872.2.1.8.13.4Counterread-onlyThe number of medium size packets have been allocated.
CTR pktStatsJumbos1.3.6.1.4.1.1872.2.1.8.13.5Counterread-onlyThe number of jumbo size packets have been allocated.
CTR pktStatsSmalls1.3.6.1.4.1.1872.2.1.8.13.6Counterread-onlyThe number of small size packets have been allocated.
mpCpuStats1.3.6.1.4.1.1872.2.1.8.16
INT mpCpuAStatsUtil1Second1.3.6.1.4.1.1872.2.1.8.16.1INTEGERread-onlyThe utilization of MP CPU A over 1 second. It shows the percentage.
INT mpCpuBStatsUtil1Second1.3.6.1.4.1.1872.2.1.8.16.2INTEGERread-onlyThe utilization of MP CPU B over 4 seconds. It shows the percentage.
INT mpCpuAStatsUtil4Seconds1.3.6.1.4.1.1872.2.1.8.16.3INTEGERread-onlyThe utilization of MP CPU A over 4 seconds. It shows the percentage.
INT mpCpuBStatsUtil4Seconds1.3.6.1.4.1.1872.2.1.8.16.4INTEGERread-onlyThe utilization of MP CPU B over 4 seconds. It shows the percentage.
INT mpCpuAStatsUtil64Seconds1.3.6.1.4.1.1872.2.1.8.16.5INTEGERread-onlyThe utilization of MP CPU A over 64 seconds. It shows the percentage.
INT mpCpuBStatsUtil64Seconds1.3.6.1.4.1.1872.2.1.8.16.6INTEGERread-onlyThe utilization of MP CPU B over 64 second. It shows the percentage.
information1.3.6.1.4.1.1872.2.1.9
altswitchTraps1.3.6.1.4.1.1872.2.1.13
operCmds1.3.6.1.4.1.1872.2.1.14
radius1.3.6.1.4.1.1872.2.1.16
IP radCurCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.16.1IpAddressread-onlyThe IP address of the Primary RADIUS server.
IP radNewCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.16.2IpAddressread-writeThe IP address of the Primary RADIUS server.
IP radCurCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.16.3IpAddressread-onlyThe IP address of the Secondary RADIUS server.
IP radNewCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.16.4IpAddressread-writeThe IP address of the Secondary RADIUS server.
INT radCurCfgPort1.3.6.1.4.1.1872.2.1.16.5INTEGERread-onlySpecify the RADIUS port number.
INT radNewCfgPort1.3.6.1.4.1.1872.2.1.16.6INTEGERread-writeSpeicfy the RADIUS port number.
INT radCurCfgTimeout1.3.6.1.4.1.1872.2.1.16.7INTEGERread-onlyThe maximum number of seconds before resending authentication to RADIUS server.
INT radNewCfgTimeout1.3.6.1.4.1.1872.2.1.16.8INTEGERread-writeThe maximum number of seconds before resending authentication to RADIUS server.
INT radCurCfgRetries1.3.6.1.4.1.1872.2.1.16.9INTEGERread-onlyNumber of retries to the RADIUS server.
INT radNewCfgRetries1.3.6.1.4.1.1872.2.1.16.10INTEGERread-writeNumber of retries to the RADIUS server.
INT radCurCfgState1.3.6.1.4.1.1872.2.1.16.11INTEGERread-onlyEnable or disbale RADIUS authentication.
INT radNewCfgState1.3.6.1.4.1.1872.2.1.16.12INTEGERread-writeEnable or disable RADIUS authentication.
STR radCurCfgAuthenString1.3.6.1.4.1.1872.2.1.16.13DisplayStringread-onlyThe RADIUS authentication string.
STR radNewCfgAuthenString1.3.6.1.4.1.1872.2.1.16.14DisplayStringread-writeThe RADIUS authentication string.
INT radCurCfgTelnet1.3.6.1.4.1.1872.2.1.16.15INTEGERread-onlyEnable or disbale RADIUS backdoor for telnet.
INT radNewCfgTelnet1.3.6.1.4.1.1872.2.1.16.16INTEGERread-writeEnable or disable RADIUS backdoor for telnet.

FAQ

How would I use ALTEON-TIGON-SWITCH-MIB to catch a failing power supply on a Tigon switch?
hwPowerSupplyStatus and hwRedundantPSStatus/hwRedundantPSPresent report whether the main and backup power supplies are functioning, so an operator can alert on a status change before it causes an outage.

What else does ALTEON-TIGON-SWITCH-MIB monitor besides power?
It also provides multi-point chassis temperature via hwSensor1Temp through hwSensor4Temp to catch overheating, plus hardware part number/revision and agent-side objects tracking whether a pending configuration change has been saved or applied.

RFC description

Radcom (formerly Alteon Networks) vendor-private MIB for the TIGON application switch, defining managed objects for load balancing, server pool management, and appliance monitoring.

Start monitoring Alteon Networks Tigon application switch (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ALTEON-TIGON-SWITCH-MIB