All MIBs › ALTEON-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
| switch | OBJECT-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 symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| hardware | 1.3.6.1.4.1.1872.2.1.1 | |||
| STR hwPartNumber | 1.3.6.1.4.1.1872.2.1.1.1 | DisplayString | read-only | The hardware part number of the Alteon Switch. |
| STR hwRevision | 1.3.6.1.4.1.1872.2.1.1.2 | DisplayString | read-only | The hardware revision. If the revision is not available, a zero length string should be returned. |
| INT hwPowerSupplyStatus | 1.3.6.1.4.1.1872.2.1.1.3 | INTEGER | read-only | The status of the internal power supply. |
| INT hwRedundantPSPresent | 1.3.6.1.4.1.1872.2.1.1.4 | INTEGER | read-only | Existence of redundant power supply. |
| INT hwRedundantPSStatus | 1.3.6.1.4.1.1872.2.1.1.5 | INTEGER | read-only | The status of the redundant power supply. |
| INT hwSensor1Temp | 1.3.6.1.4.1.1872.2.1.1.6 | INTEGER | read-only | The temperature of the rear left sensor in degrees Celsius. |
| INT hwSensor2Temp | 1.3.6.1.4.1.1872.2.1.1.7 | INTEGER | read-only | The temperature of the rear middle sensor in degrees Celsius. |
| INT hwSensor3Temp | 1.3.6.1.4.1.1872.2.1.1.8 | INTEGER | read-only | The temperature of the front middle sensor in degrees Celsius. |
| INT hwSensor4Temp | 1.3.6.1.4.1.1872.2.1.1.9 | INTEGER | read-only | The temperature of the front right sensor in degrees Celsius. |
| agent | 1.3.6.1.4.1.1872.2.1.2 | |||
| agGeneral | 1.3.6.1.4.1.1872.2.1.2.1 | |||
| INT agSaveConfiguration | 1.3.6.1.4.1.1872.2.1.2.1.1 | INTEGER | read-write | This 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 agApplyConfiguration | 1.3.6.1.4.1.1872.2.1.2.1.2 | INTEGER | read-write | This 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 agApplyPending | 1.3.6.1.4.1.1872.2.1.2.1.3 | INTEGER | read-only | This 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 agReset | 1.3.6.1.4.1.1872.2.1.2.1.4 | INTEGER | read-write | This 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 agConfigForNxtReset | 1.3.6.1.4.1.1872.2.1.2.1.5 | INTEGER | read-write | The 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 agImageForNxtReset | 1.3.6.1.4.1.1872.2.1.2.1.6 | INTEGER | read-write | The software image to be booted from at next reset. The following values are writable: image1(2)...image 1 image2(3)...image 2 |
| STR agSoftwareVersion | 1.3.6.1.4.1.1872.2.1.2.1.7 | DisplayString | read-only | The 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 agBootVer | 1.3.6.1.4.1.1872.2.1.2.1.8 | DisplayString | read-only | The version of the boot code in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available. |
| STR agImage1Ver | 1.3.6.1.4.1.1872.2.1.2.1.9 | DisplayString | read-only | The 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 agImage2Ver | 1.3.6.1.4.1.1872.2.1.2.1.10 | DisplayString | read-only | The 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 agRtcDate | 1.3.6.1.4.1.1872.2.1.2.1.11 | DisplayString | read-write | The 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 agRtcTime | 1.3.6.1.4.1.1872.2.1.2.1.12 | DisplayString | read-write | The 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 agTftpServerIpAddr | 1.3.6.1.4.1.1872.2.1.2.1.13 | IpAddress | read-write | The TFTP server IP address. |
| STR agTftpImageFileName | 1.3.6.1.4.1.1872.2.1.2.1.14 | DisplayString | read-write | The image file name to be downloaded. |
| INT agTftpImage | 1.3.6.1.4.1.1872.2.1.2.1.15 | INTEGER | read-write | Whether the image file should be loaded in image1 or image2 in flash. |
| INT agTftpDownload | 1.3.6.1.4.1.1872.2.1.2.1.16 | INTEGER | read-write | This 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 agLastSetErrorReason | 1.3.6.1.4.1.1872.2.1.2.1.17 | DisplayString | read-only | The error reason of the last SET failure. |
| STR agTftpServer | 1.3.6.1.4.1.1872.2.1.2.1.18 | DisplayString | read-write | The TFTP server IP address or domain name. |
| STR agTftpCfgFileName | 1.3.6.1.4.1.1872.2.1.2.1.19 | DisplayString | read-write | The configuration file name. |
| STR agTftpDumpFileName | 1.3.6.1.4.1.1872.2.1.2.1.20 | DisplayString | read-write | The file name for core dump. |
| INT agTftpAction | 1.3.6.1.4.1.1872.2.1.2.1.21 | INTEGER | read-write | This 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 agTftpLastActionStatus | 1.3.6.1.4.1.1872.2.1.2.1.22 | DisplayString | read-only | The recorded status of the previous TFTP activity. |
| INT agRevert | 1.3.6.1.4.1.1872.2.1.2.1.23 | INTEGER | read-write | This 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 agRevertApply | 1.3.6.1.4.1.1872.2.1.2.1.24 | INTEGER | read-write | This 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 agEnabledSwFeatures | 1.3.6.1.4.1.1872.2.1.2.1.25 | DisplayString | read-only | The software features that are enabled on the switch. |
| INT agClrSyslogMsgs | 1.3.6.1.4.1.1872.2.1.2.1.26 | INTEGER | read-write | Clears all current Syslog messages. |
| INT agSavePending | 1.3.6.1.4.1.1872.2.1.2.1.27 | INTEGER | read-only | This 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 agEnabledGslbKey | 1.3.6.1.4.1.1872.2.1.2.1.28 | INTEGER | read-only | Query if software key Global slb enabled on switch. |
| INT agEnabledBwmKey | 1.3.6.1.4.1.1872.2.1.2.1.29 | INTEGER | read-only | Query if software key Bandwidth Mgmt. enabled on switch. |
| INT agSlotNumber | 1.3.6.1.4.1.1872.2.1.2.1.30 | INTEGER | read-only | Identifies 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 agEnabledRurlKey | 1.3.6.1.4.1.1872.2.1.2.1.31 | INTEGER | read-only | The status of the RURL software key. |
| agGeneralConfig | 1.3.6.1.4.1.1872.2.1.2.2 | |||
| IP agNewCfgSyslogHost | 1.3.6.1.4.1.1872.2.1.2.2.1 | IpAddress | read-write | The syslog host IP address, in the new_configuration block. |
| IP agCurCfgSyslogHost | 1.3.6.1.4.1.1872.2.1.2.2.2 | IpAddress | read-only | The syslog host IP address, as currently configured in the current_configuration block. |
| INT agNewCfgBootp | 1.3.6.1.4.1.1872.2.1.2.2.3 | INTEGER | read-write | Enable or disable the use of BootP, in the new_configuration block. |
| INT agCurCfgBootp | 1.3.6.1.4.1.1872.2.1.2.2.4 | INTEGER | read-only | Enable or disable the use of BootP, as currently configured in the current_configuration block. |
| INT agNewCfgSpanningTree | 1.3.6.1.4.1.1872.2.1.2.2.5 | INTEGER | read-write | Turn On or Off Spanning Tree Protocol for the switch, in the new_configuration block. |
| INT agCurCfgSpanningTree | 1.3.6.1.4.1.1872.2.1.2.2.6 | INTEGER | read-only | The state of Spanning Tree Protocol for the switch, as currently configured in the current_configuration block. |
| INT agTrapHostTableMaxEnt | 1.3.6.1.4.1.1872.2.1.2.2.7 | INTEGER | read-only | The maximum number of rows in the trap host table. |
| agCurCfgTrapHostTable | 1.3.6.1.4.1.1872.2.1.2.2.8 | not-accessible | The table of trap hosts which to send SNMP traps in the current_configuration block. | |
| agCurCfgTrapHostEntry | 1.3.6.1.4.1.1872.2.1.2.2.8.1 | not-accessible | A row in the trap host table in the current_configuration block. | |
| INT agCurCfgTrapHostIndx | 1.3.6.1.4.1.1872.2.1.2.2.8.1.1 | INTEGER | read-only | The index of the row in trap host table. |
| IP agCurCfgTrapHostIpAddr | 1.3.6.1.4.1.1872.2.1.2.2.8.1.2 | IpAddress | read-only | The IP address of a trap host. |
| STR agCurCfgTrapHostCommString | 1.3.6.1.4.1.1872.2.1.2.2.8.1.3 | DisplayString | read-only | The SNMP community string to use with the trap host |
| agNewCfgTrapHostTable | 1.3.6.1.4.1.1872.2.1.2.2.9 | not-accessible | The table of trap hosts which to send SNMP traps in the new_configuration block. | |
| agNewCfgTrapHostEntry | 1.3.6.1.4.1.1872.2.1.2.2.9.1 | not-accessible | A row in the trap host table in the new_configuration block. | |
| INT agNewCfgTrapHostIndx | 1.3.6.1.4.1.1872.2.1.2.2.9.1.1 | INTEGER | read-only | The index of the row in trap host table. |
| IP agNewCfgTrapHostIpAddr | 1.3.6.1.4.1.1872.2.1.2.2.9.1.2 | IpAddress | read-write | The IP address of a trap host. |
| STR agNewCfgTrapHostCommString | 1.3.6.1.4.1.1872.2.1.2.2.9.1.3 | DisplayString | read-write | The SNMP community string to use with the trap host |
| INT agCurCfgHttpServerPort | 1.3.6.1.4.1.1872.2.1.2.2.10 | INTEGER | read-only | The TCP port number that the HTTP server is listening to in the current_configuration block. |
| INT agNewCfgHttpServerPort | 1.3.6.1.4.1.1872.2.1.2.2.11 | INTEGER | read-write | The TCP port number that the HTTP server is listening to in the new_configuration block. |
| STR agCurCfgLoginBanner | 1.3.6.1.4.1.1872.2.1.2.2.12 | DisplayString | read-only | The user defined login banner. |
| STR agNewCfgLoginBanner | 1.3.6.1.4.1.1872.2.1.2.2.13 | DisplayString | read-write | The user defined login banner. |
| IP agNewCfgSyslog2Host | 1.3.6.1.4.1.1872.2.1.2.2.14 | IpAddress | read-write | The second syslog host IP address, in the new_configuration block. |
| IP agCurCfgSyslog2Host | 1.3.6.1.4.1.1872.2.1.2.2.15 | IpAddress | read-only | The second syslog host IP address, as currently configured in the current_configuration block. |
| INT agCurCfgSyslogFac | 1.3.6.1.4.1.1872.2.1.2.2.16 | INTEGER | read-only | The facility of syslog host in the current_configuration block. |
| INT agNewCfgSyslogFac | 1.3.6.1.4.1.1872.2.1.2.2.17 | INTEGER | read-write | The facility of syslog host in the new_configuration block. |
| INT agCurCfgSyslog2Fac | 1.3.6.1.4.1.1872.2.1.2.2.18 | INTEGER | read-only | The facility of syslog2 host in the current_configuration block. |
| INT agNewCfgSyslog2Fac | 1.3.6.1.4.1.1872.2.1.2.2.19 | INTEGER | read-write | The facility of syslogs host in the new_configuration block. |
| STR agCurCfgSmtpHost | 1.3.6.1.4.1.1872.2.1.2.2.20 | DisplayString | read-only | The user defined SMTP host. |
| STR agNewCfgSmtpHost | 1.3.6.1.4.1.1872.2.1.2.2.21 | DisplayString | read-write | The user defined SMTP host. |
| INT agCurCfgConsole | 1.3.6.1.4.1.1872.2.1.2.2.22 | INTEGER | read-only | Enable or disable console output of syslog messages. |
| INT agNewCfgConsole | 1.3.6.1.4.1.1872.2.1.2.2.23 | INTEGER | read-write | Enable or disable console output of syslog messages. |
| IP agCurCfgMgmtNetwork | 1.3.6.1.4.1.1872.2.1.2.2.24 | IpAddress | read-only | The management network - corresponding to the mnet command of the slb configuration menu. |
| IP agNewCfgMgmtNetwork | 1.3.6.1.4.1.1872.2.1.2.2.25 | IpAddress | read-write | The management network - corresponding to the mnet command of the system menu. |
| IP agCurCfgMgmtMask | 1.3.6.1.4.1.1872.2.1.2.2.26 | IpAddress | read-only | The management subnet mask - corresponding to the mmask command of the system configuration menu. |
| IP agNewCfgMgmtMask | 1.3.6.1.4.1.1872.2.1.2.2.27 | IpAddress | read-write | The management subnet mask - corresponding to the mmask command of the system configuration menu. |
| agNTP | 1.3.6.1.4.1.1872.2.1.2.2.28 | |||
| IP agCurCfgNTPServer | 1.3.6.1.4.1.1872.2.1.2.2.28.1 | IpAddress | read-only | The NTP Server Address. |
| IP agNewCfgNTPServer | 1.3.6.1.4.1.1872.2.1.2.2.28.2 | IpAddress | read-write | The NTP Server Address. |
| INT agCurCfgNTPResyncInterval | 1.3.6.1.4.1.1872.2.1.2.2.28.3 | INTEGER | read-only | The NTP Server resync interval in minutes. |
| INT agNewCfgNTPResyncInterval | 1.3.6.1.4.1.1872.2.1.2.2.28.4 | INTEGER | read-write | The NTP Server resync interval in minutes. |
| STR agCurCfgNTPTzone | 1.3.6.1.4.1.1872.2.1.2.2.28.5 | DisplayString | read-only | The NTP Server timezone offset from GMT in hours. |
| STR agNewCfgNTPTzone | 1.3.6.1.4.1.1872.2.1.2.2.28.6 | DisplayString | read-write | The NTP Server timezone offset from GMT in hours. |
| INT agCurCfgNTPDlight | 1.3.6.1.4.1.1872.2.1.2.2.28.7 | INTEGER | read-only | Enable/disable daylight savings time. |
| INT agNewCfgNTPDlight | 1.3.6.1.4.1.1872.2.1.2.2.28.8 | INTEGER | read-write | Enable/disable daylight savings time. |
| INT agCurCfgNTPService | 1.3.6.1.4.1.1872.2.1.2.2.28.9 | INTEGER | read-only | Enable/disable NTP Service. |
| INT agNewCfgNTPService | 1.3.6.1.4.1.1872.2.1.2.2.28.10 | INTEGER | read-write | Enable/disable NTP Service. |
| agLog | 1.3.6.1.4.1.1872.2.1.2.2.29 | |||
| INT agNewCfgSyslogTrapConsole | 1.3.6.1.4.1.1872.2.1.2.2.29.1 | INTEGER | read-write | Enable or disable console syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapConsole | 1.3.6.1.4.1.1872.2.1.2.2.29.2 | INTEGER | read-only | Enable or disable console syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapSystem | 1.3.6.1.4.1.1872.2.1.2.2.29.3 | INTEGER | read-write | Enable or disable system level syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapSystem | 1.3.6.1.4.1.1872.2.1.2.2.29.4 | INTEGER | read-only | Enable or disable system level syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapMgmt | 1.3.6.1.4.1.1872.2.1.2.2.29.5 | INTEGER | read-write | Enable or disable management(flash, config, login) syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapMgmt | 1.3.6.1.4.1.1872.2.1.2.2.29.6 | INTEGER | read-only | Enable or disable management(flash, config, login) syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapCli | 1.3.6.1.4.1.1872.2.1.2.2.29.7 | INTEGER | read-write | Enable or disable CLI generated error syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapCli | 1.3.6.1.4.1.1872.2.1.2.2.29.8 | INTEGER | read-only | Enable or disable CLI generated error syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapStp | 1.3.6.1.4.1.1872.2.1.2.2.29.9 | INTEGER | read-write | Enable or disable spanning tree syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapStp | 1.3.6.1.4.1.1872.2.1.2.2.29.10 | INTEGER | read-only | Enable or disable spanning tree syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapVlan | 1.3.6.1.4.1.1872.2.1.2.2.29.11 | INTEGER | read-write | Enable or disable VLAN syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapVlan | 1.3.6.1.4.1.1872.2.1.2.2.29.12 | INTEGER | read-only | Enable or disable VLAN syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapSlb | 1.3.6.1.4.1.1872.2.1.2.2.29.13 | INTEGER | read-write | Enable or disable SLB syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapSlb | 1.3.6.1.4.1.1872.2.1.2.2.29.14 | INTEGER | read-only | Enable or disable SLB syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapGslb | 1.3.6.1.4.1.1872.2.1.2.2.29.15 | INTEGER | read-write | Enable or disable GSLB syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapGslb | 1.3.6.1.4.1.1872.2.1.2.2.29.16 | INTEGER | read-only | Enable or disable GSLB syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapFilter | 1.3.6.1.4.1.1872.2.1.2.2.29.17 | INTEGER | read-write | Enable or disable filter syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapFilter | 1.3.6.1.4.1.1872.2.1.2.2.29.18 | INTEGER | read-only | Enable or disable filter syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapSsh | 1.3.6.1.4.1.1872.2.1.2.2.29.19 | INTEGER | read-write | Enable or disable SSH, RADIUS syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapSsh | 1.3.6.1.4.1.1872.2.1.2.2.29.20 | INTEGER | read-only | Enable or disable SSH, RADIUS syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapVrrp | 1.3.6.1.4.1.1872.2.1.2.2.29.21 | INTEGER | read-write | Enable or disable VRRP syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapVrrp | 1.3.6.1.4.1.1872.2.1.2.2.29.22 | INTEGER | read-only | Enable or disable VRRP syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapBgp | 1.3.6.1.4.1.1872.2.1.2.2.29.23 | INTEGER | read-write | Enable or disable BGP syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapBgp | 1.3.6.1.4.1.1872.2.1.2.2.29.24 | INTEGER | read-only | Enable or disable BGP syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapNtp | 1.3.6.1.4.1.1872.2.1.2.2.29.25 | INTEGER | read-write | Enable or disable NTP syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapNtp | 1.3.6.1.4.1.1872.2.1.2.2.29.26 | INTEGER | read-only | Enable or disable NTP syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapIsd | 1.3.6.1.4.1.1872.2.1.2.2.29.27 | INTEGER | read-write | Enable or disable ISD syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapIsd | 1.3.6.1.4.1.1872.2.1.2.2.29.28 | INTEGER | read-only | Enable or disable ISD syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapIp | 1.3.6.1.4.1.1872.2.1.2.2.29.31 | INTEGER | read-write | Enable or disable IP related syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapIp | 1.3.6.1.4.1.1872.2.1.2.2.29.32 | INTEGER | read-only | Enable or disable IP related syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapWeb | 1.3.6.1.4.1.1872.2.1.2.2.29.35 | INTEGER | read-write | Enable or disable WEBUI related syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapWeb | 1.3.6.1.4.1.1872.2.1.2.2.29.36 | INTEGER | read-only | Enable or disable WEBUI related syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapSynAtk | 1.3.6.1.4.1.1872.2.1.2.2.29.37 | INTEGER | read-write | Enable or disable SYN attack detection related syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapSynAtk | 1.3.6.1.4.1.1872.2.1.2.2.29.38 | INTEGER | read-only | Enable or disable SYN attack detection related syslog and SNMP trap, as currently configured in the current_configuration block. |
| INT agNewCfgSyslogTrapTcpLim | 1.3.6.1.4.1.1872.2.1.2.2.29.39 | INTEGER | read-write | Enable or disable TCP rate limiting related syslog and SNMP trap, in the new_configuration block. |
| INT agCurCfgSyslogTrapTcpLim | 1.3.6.1.4.1.1872.2.1.2.2.29.40 | INTEGER | read-only | Enable or disable TCP rate limiting related syslog and SNMP trap, as currently configured in the current_configuration block. |
| stats | 1.3.6.1.4.1.1872.2.1.8 | |||
| memStats | 1.3.6.1.4.1.1872.2.1.8.12 | |||
| CTR memStatsAllocs | 1.3.6.1.4.1.1872.2.1.8.12.1 | Counter | read-only | The total number of memory allocations. |
| CTR memStatsFrees | 1.3.6.1.4.1.1872.2.1.8.12.2 | Counter | read-only | The total number of memory frees. |
| CTR memStatsAllocFails | 1.3.6.1.4.1.1872.2.1.8.12.3 | Counter | read-only | The total number of memory allocations failed. |
| GAU memStatsBytesCurr | 1.3.6.1.4.1.1872.2.1.8.12.4 | Gauge | read-only | The outstanding memory in bytes have been allocated. |
| GAU memStatsBytesHiwat | 1.3.6.1.4.1.1872.2.1.8.12.5 | Gauge | read-only | Bytes allocated witch high water mark. |
| GAU memStatsPoolBytes | 1.3.6.1.4.1.1872.2.1.8.12.6 | Gauge | read-only | The total bytes in the memory pool. |
| GAU memStatsLargest | 1.3.6.1.4.1.1872.2.1.8.12.7 | Gauge | read-only | The largest block has been allocated. |
| pktStats | 1.3.6.1.4.1.1872.2.1.8.13 | |||
| CTR pktStatsAllocs | 1.3.6.1.4.1.1872.2.1.8.13.1 | Counter | read-only | The total packets have been allocated. |
| CTR pktStatsFrees | 1.3.6.1.4.1.1872.2.1.8.13.2 | Counter | read-only | The total packets have been freed. |
| CTR pktStatsAllocFails | 1.3.6.1.4.1.1872.2.1.8.13.3 | Counter | read-only | The total packet allocations failed. |
| CTR pktStatsMediums | 1.3.6.1.4.1.1872.2.1.8.13.4 | Counter | read-only | The number of medium size packets have been allocated. |
| CTR pktStatsJumbos | 1.3.6.1.4.1.1872.2.1.8.13.5 | Counter | read-only | The number of jumbo size packets have been allocated. |
| CTR pktStatsSmalls | 1.3.6.1.4.1.1872.2.1.8.13.6 | Counter | read-only | The number of small size packets have been allocated. |
| mpCpuStats | 1.3.6.1.4.1.1872.2.1.8.16 | |||
| INT mpCpuAStatsUtil1Second | 1.3.6.1.4.1.1872.2.1.8.16.1 | INTEGER | read-only | The utilization of MP CPU A over 1 second. It shows the percentage. |
| INT mpCpuBStatsUtil1Second | 1.3.6.1.4.1.1872.2.1.8.16.2 | INTEGER | read-only | The utilization of MP CPU B over 4 seconds. It shows the percentage. |
| INT mpCpuAStatsUtil4Seconds | 1.3.6.1.4.1.1872.2.1.8.16.3 | INTEGER | read-only | The utilization of MP CPU A over 4 seconds. It shows the percentage. |
| INT mpCpuBStatsUtil4Seconds | 1.3.6.1.4.1.1872.2.1.8.16.4 | INTEGER | read-only | The utilization of MP CPU B over 4 seconds. It shows the percentage. |
| INT mpCpuAStatsUtil64Seconds | 1.3.6.1.4.1.1872.2.1.8.16.5 | INTEGER | read-only | The utilization of MP CPU A over 64 seconds. It shows the percentage. |
| INT mpCpuBStatsUtil64Seconds | 1.3.6.1.4.1.1872.2.1.8.16.6 | INTEGER | read-only | The utilization of MP CPU B over 64 second. It shows the percentage. |
| information | 1.3.6.1.4.1.1872.2.1.9 | |||
| altswitchTraps | 1.3.6.1.4.1.1872.2.1.13 | |||
| operCmds | 1.3.6.1.4.1.1872.2.1.14 | |||
| radius | 1.3.6.1.4.1.1872.2.1.16 | |||
| IP radCurCfgPrimaryIpAddr | 1.3.6.1.4.1.1872.2.1.16.1 | IpAddress | read-only | The IP address of the Primary RADIUS server. |
| IP radNewCfgPrimaryIpAddr | 1.3.6.1.4.1.1872.2.1.16.2 | IpAddress | read-write | The IP address of the Primary RADIUS server. |
| IP radCurCfgSecondaryIpAddr | 1.3.6.1.4.1.1872.2.1.16.3 | IpAddress | read-only | The IP address of the Secondary RADIUS server. |
| IP radNewCfgSecondaryIpAddr | 1.3.6.1.4.1.1872.2.1.16.4 | IpAddress | read-write | The IP address of the Secondary RADIUS server. |
| INT radCurCfgPort | 1.3.6.1.4.1.1872.2.1.16.5 | INTEGER | read-only | Specify the RADIUS port number. |
| INT radNewCfgPort | 1.3.6.1.4.1.1872.2.1.16.6 | INTEGER | read-write | Speicfy the RADIUS port number. |
| INT radCurCfgTimeout | 1.3.6.1.4.1.1872.2.1.16.7 | INTEGER | read-only | The maximum number of seconds before resending authentication to RADIUS server. |
| INT radNewCfgTimeout | 1.3.6.1.4.1.1872.2.1.16.8 | INTEGER | read-write | The maximum number of seconds before resending authentication to RADIUS server. |
| INT radCurCfgRetries | 1.3.6.1.4.1.1872.2.1.16.9 | INTEGER | read-only | Number of retries to the RADIUS server. |
| INT radNewCfgRetries | 1.3.6.1.4.1.1872.2.1.16.10 | INTEGER | read-write | Number of retries to the RADIUS server. |
| INT radCurCfgState | 1.3.6.1.4.1.1872.2.1.16.11 | INTEGER | read-only | Enable or disbale RADIUS authentication. |
| INT radNewCfgState | 1.3.6.1.4.1.1872.2.1.16.12 | INTEGER | read-write | Enable or disable RADIUS authentication. |
| STR radCurCfgAuthenString | 1.3.6.1.4.1.1872.2.1.16.13 | DisplayString | read-only | The RADIUS authentication string. |
| STR radNewCfgAuthenString | 1.3.6.1.4.1.1872.2.1.16.14 | DisplayString | read-write | The RADIUS authentication string. |
| INT radCurCfgTelnet | 1.3.6.1.4.1.1872.2.1.16.15 | INTEGER | read-only | Enable or disbale RADIUS backdoor for telnet. |
| INT radNewCfgTelnet | 1.3.6.1.4.1.1872.2.1.16.16 | INTEGER | read-write | Enable 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.