Home/Catalog/ENTERASYS-TRACKED-OBJECTS-MIB

ENTERASYS-TRACKED-OBJECTS-MIB

AI MIB Summary

The ENTERASYS-TRACKED-OBJECTS-MIB enables SNMP-based configuration and monitoring of Enterasys Networks device probes and tracked objects, specifically managing the state, thresholds, and trigger conditions required for dynamic interface or service failover logic.

This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the Tracked Objects functionality. This MIB was designed to be used for configuring probes and tracked objects. Each probe and tracked object has configuration parameters that may also be controlled via this MIB.
Main OID:
etsysTrackedObjectsMIB.1.3.6.1.4.1.5624.1.2.79
110
Objects
Active
Status
7
Dependencies

Imported Objects

Objects

110 total
Object Name
etsysTrackedObjectsMIBThis MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to the Tracked Objects functionality. This MIB was designed to be used for configuring probes and tracked objects. Each probe and tracked object has configuration parameters that may also be controlled via this MIB.
MODULE-IDENTITY
.1.3.6.1.4.1.5624.1.2.79
etsysTrackedObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.1
etsysTrackedObjectsGlobals
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.1.1
etsysTrackedObjectsMaxObjectsThe maximum number of tracked objects that can be configured to monitor local entities.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.1.1
etsysTrackedObjectsObjectsUsedThe current number of tracked objects that are configured.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.1.2
etsysTrackedObjectsMaxProbesThe maximum number of probes that can be configured to monitor remote entities.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.1.3
etsysTrackedObjectsProbesUsedThe current number of probes that are configured.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.1.4
etsysTrackedObjectsMaxAcvProbesThe maximum number of Application Content Verification (ACV) probes that can be configured.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.1.5
etsysTrackedObjectsAcvProbesUsedThe current number of ACV probes that are configured.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.1.6
etsysTrackedObjectsMaxSessionsThe maximum number of probe sessions that can be configured by Enterasys client applications.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.1.7
etsysTrackedObjectsSessionsUsedThe current number of probe sessions that are currently used by Enterasys client applications.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.1.8
etsysTrackedObjectsMaxIntfAssocThe maximum number of system wide objects available to associate an InterfaceIndex with either a 'portGroup' or a 'portIfSpeed' tracked object.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.1.9
etsysTrackedObjectsIntfAssocUsedThe current number of system wide objects that are used to associate an InterfaceIndex with either a 'portGroup' or a 'portIfSpeed' tracked object.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.1.10
etsysTrackedObjectsTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.1.2
etsysTrackedObjectsProbeTableThis table provides the configuration parameters and attributes pertaining to probes. Client applications use probes to determine the status of remote services, such as HTTP servers.
SEQUENCE OF EtsysTrackedObjectsProbeEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.1
etsysTrackedObjectsProbeEntryAn entry (conceptual row) in the etsysTrackedObjectsProbeTable.
EtsysTrackedObjectsProbeEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1
etsysTrackedObjectsProbeNameThe name given to this probe.
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.1
etsysTrackedObjectsProbeIndexA unique value assigned by the system for referencing this entry within other tables that have memory restrictions.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.2
etsysTrackedObjectsProbeDefaultIdentifies whether this row entry is a default probe created by the system. A 'true' value indicates the system created the row entry, otherwise the value is 'false'. If the value of this object is 'true', the entry is read-only. Any attempt to modify the objects within this table results in the operation failing with a badValue error.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.3
etsysTrackedObjectsProbeTypeThe type of connection used when contacting the remote service. icmp(1) - Issues an ICMP echo request and expects an echo reply from the remote service. Probes of this type determine the state of the remote service. udp(2) - Sends a UDP request using either the etsysTrackedObjectsProbeAcvRequest string or a generic '\r\n'. If its an ACV request, the system expects an ACV reply. If its a generic request, no reply is expected. Probes of this type determine the state of the remote service. tcp(3) - Sets up a 3-way handshake with the remote service. If etsysTrackedObjectsProbeAcvRequest is configured, that string is sent over the connected socket, and an ACV reply is expected. If that object is not configured, then the connection is closed. Probes of this type determine the state of the remote service. icmpTs(4) - Issues an ICMP echo request and expects an echo reply. The echo request contains a timestamp of the transmit time. The echo reply includes the timestamp of the received echo request and the transmit timestamp of the echo reply. Upon receiving the echo reply, the application adds a final timestamp for the receive time. Hosts: L - Local Host, D - Destination Host Timestamps: ETxTs - Echo Request Transmit Timestamp ERxTs - Echo Request Receive Timestamp RTxTs - Echo Reply Transmit Timestamp RRxTs - Echo Reply Receive Timestamp L ----- Echo Request (ETxTs) --------------> D L <---- Echo Reply (ETxTs, ERxTs, RTxTs)---- D L (Adds RRxTs) Notes: In order for the echo reply to contain the extra timestamps, the destinaton host MUST be an Enterasys device that supports the 'icmpTs' type. However, it is not a requirement that the destination host be an Enterasys device, nor does an Enterasys device have to support the 'icmpTs' type for the probe to operate correctly. In this situation, the client applications will have to handle the ERxTs and RTxTs values being zero. Probes of this type collect timestamp information for the client applications. These probes DO NOT determine the state of the remote service. Additional objects are found in the etsysTrackedObjectsProbeTsTable. The value of this object MAY NOT be modified after creating the row.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.4
etsysTrackedObjectsProbeAcvCloseThe string that is sent prior to closing the connection to the remote service. This string is used to help the remote service close/cleanup its side of connection. This object MAY NOT be set when etsysTrackedObjectsProbeType is either 'icmp' or 'icmpTs'.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.5
etsysTrackedObjectsProbeAcvReplyThe string that must be found within the response to an ACV request in order for the transaction to be successful. The entire string must be found prior to exceeding the ACV search depth (etsysTrackedObjectsProbeAcvDepth). This object MAY NOT be set when etsysTrackedObjectsProbeType is either 'icmp' or 'icmpTs'.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.6
etsysTrackedObjectsProbeAcvRequestThe string that is sent to the remote host after a connection is established with the specified service. An ACV transaction will fail if an ACV request is sent and the ACV reply string (etsysTrackedObjectsProbeAcvReply) is not set. This object MAY NOT be set when etsysTrackedObjectsProbeType is either 'icmp' or 'icmpTs'.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.7
etsysTrackedObjectsProbeAcvDepthThe search depth at which to stop looking for the etsysTrackedObjectsProbeAcvReply within an ACV response. A successful match may stop prior to this search depth, but an unsuccessful match will not (unless the response from the server contains fewer characters than the specified search depth). This object MAY NOT be set when etsysTrackedObjectsProbeType is either 'icmp' or 'icmpTs'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.8
etsysTrackedObjectsProbeFdCountThe fail-detect count. This is the number of consecutive attempts that MUST fail prior to marking a session's state object, etsysTrackedObjectsSessionState, as 'down'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.9
etsysTrackedObjectsProbeFdIntervalThe fail-detect interval. The number of seconds between attempts while any associated session's state object, etsysTrackedObjectsSessionState, is 'up'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.10
etsysTrackedObjectsProbePdCountThe pass-detect count. This is the number of consecutive attempts that MUST pass prior to marking a session's state object, etsysTrackedObjectsSessionState, as 'up'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.11
etsysTrackedObjectsProbePdIntervalThe pass-detect interval. The number of seconds between attempts while any associated session's state object, etsysTrackedObjectsSessionState, is 'down'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.12
etsysTrackedObjectsProbeOpenThe amount of time to wait for the TCP 3-way handshake to complete. This object is only relevant when etsysTrackedObjectsProbeType is 'tcp'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.13
etsysTrackedObjectsProbeReceiveThe amount of time to wait for a response to come back from the remote service.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.14
etsysTrackedObjectsProbeInserviceA toggle mechanism that allows probe sessions to be put into service and taken out of service. Only the session entries in the etsysTrackedObjectsSessionTable that reference this probe are affected. Probe sessions are inservice when the value of this object is set to 'true'. In this case, those sessions MUST be scheduled to determine the status of the remote service. Probe sessions are not-inservice when the value of this object is set to 'false'. In this case, the sessions MUST NOT be scheduled.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.15
etsysTrackedObjectsProbeDescriptionA user provided description of this entry.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.16
etsysTrackedObjectsProbeStatusThis object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.1.1.17
etsysTrackedObjectsSessionTableThis table provides the information pertaining to individual probe sessions. Sessions are derived from probes and require a destination IP address and port number. Sessions determine whether a remote service is up or down. Session are created by client applications that wish to monitor the state of a remote service. The number and size of objects in this table SHOULD be minimized in order to provide the scalability needed to support a lot of entries.
SEQUENCE OF EtsysTrackedObjectsSessionEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.2
etsysTrackedObjectsSessionEntryAn entry (conceptual row) in the etsysTrackedObjectsSessionTable.
EtsysTrackedObjectsSessionEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1
etsysTrackedObjectsSessionTypeThe address family of the data contained in etsysTrackedObjectsSessionAddr.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.1
etsysTrackedObjectsSessionAddrThe destination address of the object to monitor.
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.2
etsysTrackedObjectsSessionPortThe port number of the service being monitored.
InetPortNumber (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.3
etsysTrackedObjectsSessionStateThe current state of the session. up(1) - The service on the remote session is up. The session has passed the criteria specified in the corresponding probe. down(2) - The service on the remote session is down. The session has not passed the criteria specified in the corresponding probe. pending(3) - The system is in the process of determining the initial state of the session. disabled(4) - The corresponding probe has been taken out of service (etsysTrackedObjectsProbeInservice has been set to 'false'). collect(5) - The system is actively collecting timestamp data to pass along to the client applications. Only the sessions whose corresponding probe type is 'icmpTs' (etsysTrackedObjectsProbeType) may be in this state.ro
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.4
etsysTrackedObjectsSessionStateChangesThe number of times the etsysTrackedObjectsSessionState object has changed state.ro
Counter32
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.5
etsysTrackedObjectsSessionLastChangeThe sysUpTime at which the etsysTrackedObjectsSessionState was last modified.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.6
etsysTrackedObjectsCommonTableThis table contains the objects pertaining to the common attributes shared by the tracked objects.
SEQUENCE OF EtsysTrackedObjectsCommonEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.3
etsysTrackedObjectsCommonEntryAn entry (conceptual row) in the etsysTrackedObjectsCommonTable.
EtsysTrackedObjectsCommonEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1
etsysTrackedObjectsCommonNameThe name given to this tracked object.
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.1
etsysTrackedObjectsCommonTypeThe object type that is tracked by this entry. The objects non-common attributes are in one of the following tables based on the type: interface(1) - etsysTrackedObjectsIntfTable ipRoute(2) - etsysTrackedObjectsRouteTable portGroup(3) - etsysTrackedObjectsPortGroupTable portIfSpeed(4) - etsysTrackedObjectsPortIfSpeedTablero
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.2
etsysTrackedObjectsCommonStateThe current state of the tracked object. up(1) - The tracked object has been detected as being up. down(2) - The tracked object has been detected as being down. testing(3) - The system is in the process of determining the initial state of the tracked object. disabled(4) - The tracked object has been taken out of service (etsysTrackedObjectsCommonInservice has been set to 'false').ro
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.3
etsysTrackedObjectsCommonDelayUpThe amount of time the system waits prior to informing the client applications of an 'up' status for the etsysTrackedObjectsState object. If the etsysTrackedObjectsState object transitions back to the 'down' state prior to the delay period expiring, the client applications are not informed.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.4
etsysTrackedObjectsCommonDelayDownThe amount of time the system waits prior to informing the client applications of a 'down' status for the etsysTrackedObjectsState object. If the etsysTrackedObjectsState object transitions back to the 'up' state prior to the delay period expiring, the client applications are not informed.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.5
etsysTrackedObjectsCommonDescriptionA user provided description of this entry.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.6
etsysTrackedObjectsCommonInserviceA toggle mechanism that allows the tracked object to be put into service and taken out of service. A tracked object is inservice when the value of this object is set to 'true'. In this case, the system is actively tracking the status of the object. A tracked object is not-inservice when the value of this object is set to 'false'. In this case, the system does not monitor the status of the tracked object.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.7
etsysTrackedObjectsCommonActionUpThe name of a script file local to the system that is provided to the client applications when informing them this tracked object transitioned to the 'up' state. It is the client applications responsibility to verify the contents of the file.rw
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.8
etsysTrackedObjectsCommonActionDownThe name of a script file local to the system that is provided to the client applications when informing them this tracked object transitioned to the 'down' state. It is the client applications responsibility to verify the contents of the file.rw
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.3.1.9
etsysTrackedObjectsIntfTableThis table provides the configuration parameters pertaining to local interface tracked objects. VLANs and tunnels are the supported interface types. The objects in this table cannot be modified after row creation with the exception of the RowStatus object. An entry created via this table will have a corresponding entry in the etsysTrackedObjectsCommonTable, which contains objects that are modifiable after row creation.
SEQUENCE OF EtsysTrackedObjectsIntfEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.4
etsysTrackedObjectsIntfEntryAn entry (conceptual row) in the etsysTrackedObjectsIntfTable.
EtsysTrackedObjectsIntfEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.4.1
etsysTrackedObjectsIntfIndexThe MIB-II ifIndex of the interface being tracked. The value of this object MAY NOT be modified after creating the row.rw
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.4.1.1
etsysTrackedObjectsIntfOptionThe following are the tracked object options available for interfaces. line-protocol(1) - Track the operational status of the interface. The value of this object MAY NOT be modified after creating the row.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.4.1.2
etsysTrackedObjectsIntfStatusThis object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.4.1.3
etsysTrackedObjectsRouteTableThis table provides the configuration parameters pertaining to local route tracked objects, such as routes in the FIB. The objects in this table cannot be modified after row creation with the exception of the RowStatus and metric thresholds object. An entry created via this table will have a corresponding entry in the etsysTrackedObjectsCommonTable, which contains objects that are modifiable after row creation.
SEQUENCE OF EtsysTrackedObjectsRouteEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.5
etsysTrackedObjectsRouteEntryAn entry (conceptual row) in the etsysTrackedObjectsRouteTable.
EtsysTrackedObjectsRouteEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1
etsysTrackedObjectsRouteTypeThe address family of this tracked object entry. This object dictates the valid input for the etsysTrackedObjectsRoutePrefix and etsysTrackedObjectsRoute objects. The value of this object MAY NOT be modified after creating the row.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.1
etsysTrackedObjectsRoutePrefixThe address mask of etsysTrackedObjectsRoute. The value of this object MUST be set while creating the row and it MAY NOT be modified afterwards.rw
InetAddressPrefixLength (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.2
etsysTrackedObjectsRouteThe address of the route that is monitored by this tracked object. The value of this object MUST be set while creating the row and it MAY NOT be modified afterwards.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.3
etsysTrackedObjectsRouteOptionDictates what to monitor in relation to the address. reachability(1) - Tracks the status of the route within the FIB. metric(2) - Uses metric thresholds to determine the status of the route. The value of this object MAY NOT be modified after creating the row.rw
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.4
etsysTrackedObjectsRouteMetricUpThreshThe threshold value the route metric MUST reach in order for the tracked object to transition to the 'up' state from the 'down' state. This value MUST be less than the value specified in etsysTrackedObjectsRouteMetricDownThresh. An inconsistentValue error is returned if the value of a set operation is greater than or equal to etsysTrackedObjectsRouteMetricDownThresh. This value only has meaning when etsysTrackedObjectsRouteOption is 'metric'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.5
etsysTrackedObjectsRouteMetricDownThreshThe threshold value the route metric MUST reach in order for the tracked object to transition to the 'down' state from the 'up' state. This value MUST be greater than the value specified in etsysTrackedObjectsRouteMetricUpThresh. An inconsistentValue error is returned if the value of a set operation is less than or equal to etsysTrackedObjectsRouteMetricUpThresh. This value only has meaning when etsysTrackedObjectsRouteOption is 'metric'.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.6
etsysTrackedObjectsRouteStatusThis object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.5.1.7
etsysTrackedObjectsPortGroupTableThis table provides the configuration parameters pertaining to a 'portGroup' tracked object. An entry created via this table will have a corresponding entry in the etsysTrackedObjectsCommonTable, which contains objects that are modifiable after row creation.
SEQUENCE OF EtsysTrackedObjectsPortGroupEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.6
etsysTrackedObjectsPortGroupEntryAn entry (conceptual row) in the etsysTrackedObjectsPortGroupTable.
EtsysTrackedObjectsPortGroupEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1
etsysTrackedObjectsPortGroupMemberMaxThe maximum number of ports that may be members of this 'portGroup'.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.1
etsysTrackedObjectsPortGroupMemberCountThe number of ports that are members of this 'portGroup'.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.2
etsysTrackedObjectsPortGroupStatusThis object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.3
etsysTrackedObjectsPortGroupUpCountThe number of ports in the 'portGroup' that are up.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.4
etsysTrackedObjectsPortGroupDownCountThe number of ports in the 'portGroup' that are down.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.5
etsysTrackedObjectsPortGroupUpThreshThe threshold used to determine when to set the tracked object's etsysTrackedObjectsCommonState to 'up'. If the value of etsysTrackedObjectsPortGroupUpCount is greater than or equal to this value, the etsysTrackedObjectsCommonState for this tracked object is set to 'up'. This value MUST be greater than the value specified in etsysTrackedObjectsPortGroupDownThresh. An inconsistentValue error is returned if the value of a set operation is less than or equal to etsysTrackedObjectsPortGroupDownThresh.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.6
etsysTrackedObjectsPortGroupDownThreshThe threshold used to determine when to set the tracked object's etsysTrackedObjectsCommonState to 'down'. If the value of etsysTrackedObjectsPortGroupUpCount is less than or equal to this value, the etsysTrackedObjectsCommonState for this tracked object is set to 'down'. This value MUST be less than the value specified in etsysTrackedObjectsPortGroupUpThresh. An inconsistentValue error is returned if the value of a set operation is greater than or equal to etsysTrackedObjectsPortGroupUpThresh.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.6.1.7
etsysTrackedObjectsPortTableThis table provides the ability to associate a port that has a MIB-II ifIndex to a 'portGroup' and 'portIfSpeed' tracked object. The tracked objects MUST exist prior to assigning the association.
SEQUENCE OF EtsysTrackedObjectsPortEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.7
etsysTrackedObjectsPortEntryAn entry (conceptual row) in the etsysTrackedObjectsPortTable.
EtsysTrackedObjectsPortEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.7.1
etsysTrackedObjectsPortIfIndexThe MIB-II ifIndex of the port.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.5624.1.2.79.1.2.7.1.1
etsysTrackedObjectsPortGroupNameThe name of the 'portGroup' tracked object this port is associated with. The tracked object MUST exist in the etsysTrackedObjectsPortGroupTable. An inconsistentValue error is returned if the tracked object does not exist. The empty string indicates this port is not associated with a 'portGroup' tracked object.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.7.1.2
etsysTrackedObjectsPortStateThe systems interpretation of the operational status of the port. up(1) - The state when the port is operationally up. down(2) - The state when the port has any other operational status other than 'up'. testing(3) - The state when the system is retrieving the status of the port. notTracked(4) - The state when etsysTrackedObjectsPortGroupName has its default value.ro
Enumeration
.1.3.6.1.4.1.5624.1.2.79.1.2.7.1.3
etsysTrackedObjectsPortIfSpeedNameThe name of the 'portIfSpeed' tracked object this port is associated with. The tracked object MUST exist in the etsysTrackedObjectsPortIfSpeedTable. An inconsistentValue error is returned if the tracked object does not exist. The empty string indicates this port is not associated with a 'portIfSpeed' tracked object.rw
SnmpAdminString
.1.3.6.1.4.1.5624.1.2.79.1.2.7.1.4
etsysTrackedObjectsProbeTsTableThis table provides the configuration parameters for probes of type 'icmpTs'. Probes of this type collect timestamp information for the client applications.
SEQUENCE OF EtsysTrackedObjectsProbeTsEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.8
etsysTrackedObjectsProbeTsEntryAn entry (conceptual row) in the etsysTrackedObjectsProbeTsEntry.
EtsysTrackedObjectsProbeTsEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.8.1
etsysTrackedObjectsProbeTsIntervalThe interval used for entries retrieving the timestamp data. This is the number of milliseconds between attempts. The value MUST be expressed in increments of 100. This value MUST be greater than etsysTrackedObjectsProbeTsRecvWait. A badValue error is returned if the value of a set operation is not an increment of 100. An inconsistentValue error is returned if the value of a set operation would make this value less than or equal to etsysTrackedObjectsProbeTsRecvWait.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.8.1.1
etsysTrackedObjectsProbeTsRecvWaitThe amount of time to wait for a response. This value MUST be less than etsysTrackedObjectsProbeTsInterval. An inconsistentValue error is returned if the value of a set operation would make this value greater than or equal to etsysTrackedObjectsProbeTsInterval.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.8.1.2
etsysTrackedObjectsProbeTsTOSThe type-of-service value to use in the IP header when transmitting packets for timestamp data. The value of the TOS is not checked for accuracy.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.8.1.3
etsysTrackedObjectsProbeTsPCPThe priority code point value to use in the VLAN header when transmitting packets for timestamp data. The value of the PCP is not checked for accuracy.rw
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.8.1.4
etsysTrackedObjectsPortIfSpeedTableThis table provides the configuration parameters pertaining to a 'portIfSpeed' tracked object. An entry created via this table will have a corresponding entry in the etsysTrackedObjectsCommonTable, which contains objects that are modifiable after row creation.
SEQUENCE OF EtsysTrackedObjectsPortIfSpeedEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.9
etsysTrackedObjectsPortIfSpeedEntryAn entry (conceptual row) in the etsysTrackedObjectsPortIfSpeedTable.
EtsysTrackedObjectsPortIfSpeedEntry
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1
etsysTrackedObjectsPortIfSpeedMemberMaxThe maximum number of ports that may be members of this 'portIfSpeed' group.ro
Unsigned32
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1.1
etsysTrackedObjectsPortIfSpeedMemberCountThe number of ports that are members of this 'portIfSpeed' group.ro
Gauge32
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1.2
etsysTrackedObjectsPortIfSpeedLowThe lowest interface speed among the ports associated with this tracked object.ro
Gauge32 UNITS "Megabits per second"
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1.3
etsysTrackedObjectsPortIfSpeedHighThe highest interface speed among the ports associated with this tracked object.ro
Gauge32 UNITS "Megabits per second"
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1.4
etsysTrackedObjectsPortIfSpeedStatusThis object permits management of the table by facilitating actions such as row creation and deletion. Creation and activation of a conceptual row in this table MUST be performed as a single operation by setting this object to createAndGo(4). Suspension of an active conceptual row is not supported. Consequently, setting this object to createAndWait(5) or notInService(2) SHALL fail.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.5624.1.2.79.1.2.9.1.5
etsysTrackedObjectsConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.2
etsysTrackedObjectsGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.2.1
etsysTrackedObjectsGlobalGroupThis group defines information pertaining to the global resources used by Enterasys Tracked Objects.deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.1
etsysTrackedObjectsProbeGroupThis group defines the attributes and configuration parameters for probe objects.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.2
etsysTrackedObjectsSessionGroupThis group defines the session information, created by client applications.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.3
etsysTrackedObjectsCommonGroupThis group defines the common attributes shared by tracked objects.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.4
etsysTrackedObjectsIfGroupThis group defines the configuration parameters for tracking local interfaces.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.5
etsysTrackedObjectsRouteGroupThis group defines the configuration parameters for tracking IP routes.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.6
etsysTrackedObjectsPortGroupThis group defines the configuration parameters for tracking port groups.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.7
etsysTrackedObjectsPortGroupThreshThis group defines the threshold parameters for tracking port groups.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.8
etsysTrackedObjectsProbeTsGroupThis group defines the probe timestamp configuration parameters.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.9
etsysTrackedObjectsPortIfSpeedGroupThis group defines the threshold parameters for tracking port if speed.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.10
etsysTrackedObjectsGlobalGroup2This group defines information pertaining to the global resources used by Enterasys Tracked Objects.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.1.11
etsysTrackedObjectsCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.5624.1.2.79.2.2
etsysTrackedObjectsComplianceThe compliance statement for devices that support etsysTrackedObjects.deprecated
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.2.1
etsysTrackedObjectsCompliance2The compliance statement for devices that support etsysTrackedObjects.
Unknown
.1.3.6.1.4.1.5624.1.2.79.2.2.2
ENTERASYS-TRACKED-OBJECTS-MIB - SNMP MIB Reference | MIBs Explorer