ENTERASYS-TRACKED-OBJECTS-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-TRACKED-OBJECTS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 etsysTrackedObjectsMIB 1.3.6.1.4.1.5624.1.2.79
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.
       etsysTrackedObjects 1.3.6.1.4.1.5624.1.2.79.1
           etsysTrackedObjectsGlobals 1.3.6.1.4.1.5624.1.2.79.1.1
               etsysTrackedObjectsMaxObjects 1.3.6.1.4.1.5624.1.2.79.1.1.1 unsigned32 read-only
The maximum number of tracked objects that can be configured to monitor local entities.
               etsysTrackedObjectsObjectsUsed 1.3.6.1.4.1.5624.1.2.79.1.1.2 gauge32 read-only
The current number of tracked objects that are configured.
               etsysTrackedObjectsMaxProbes 1.3.6.1.4.1.5624.1.2.79.1.1.3 unsigned32 read-only
The maximum number of probes that can be configured to monitor remote entities.
               etsysTrackedObjectsProbesUsed 1.3.6.1.4.1.5624.1.2.79.1.1.4 gauge32 read-only
The current number of probes that are configured.
               etsysTrackedObjectsMaxAcvProbes 1.3.6.1.4.1.5624.1.2.79.1.1.5 unsigned32 read-only
The maximum number of Application Content Verification (ACV) probes that can be configured.
               etsysTrackedObjectsAcvProbesUsed 1.3.6.1.4.1.5624.1.2.79.1.1.6 gauge32 read-only
The current number of ACV probes that are configured.
               etsysTrackedObjectsMaxSessions 1.3.6.1.4.1.5624.1.2.79.1.1.7 unsigned32 read-only
The maximum number of probe sessions that can be configured by Enterasys client applications.
               etsysTrackedObjectsSessionsUsed 1.3.6.1.4.1.5624.1.2.79.1.1.8 gauge32 read-only
The current number of probe sessions that are currently used by Enterasys client applications.
               etsysTrackedObjectsMaxIntfAssoc 1.3.6.1.4.1.5624.1.2.79.1.1.9 unsigned32 read-only
The maximum number of system wide objects available to associate an InterfaceIndex with either a 'portGroup' or a 'portIfSpeed' tracked object.
               etsysTrackedObjectsIntfAssocUsed 1.3.6.1.4.1.5624.1.2.79.1.1.10 gauge32 read-only
The current number of system wide objects that are used to associate an InterfaceIndex with either a 'portGroup' or a 'portIfSpeed' tracked object.
           etsysTrackedObjectsTables 1.3.6.1.4.1.5624.1.2.79.1.2
               etsysTrackedObjectsProbeTable 1.3.6.1.4.1.5624.1.2.79.1.2.1 no-access
This 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.
                   etsysTrackedObjectsProbeEntry 1.3.6.1.4.1.5624.1.2.79.1.2.1.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsProbeTable.
                       etsysTrackedObjectsProbeName 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.1 snmpadminstring no-access
The name given to this probe.
                       etsysTrackedObjectsProbeIndex 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.2 unsigned32 read-only
A unique value assigned by the system for referencing this entry within other tables that have memory restrictions.
                       etsysTrackedObjectsProbeDefault 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.3 truthvalue read-only
Identifies 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.
                       etsysTrackedObjectsProbeType 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.4 integer read-only
The 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. Enumeration: 'udp': 2, 'icmp': 1, 'tcp': 3, 'icmpTs': 4.
                       etsysTrackedObjectsProbeAcvClose 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.5 snmpadminstring read-only
The 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'.
                       etsysTrackedObjectsProbeAcvReply 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.6 snmpadminstring read-only
The 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'.
                       etsysTrackedObjectsProbeAcvRequest 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.7 snmpadminstring read-only
The 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'.
                       etsysTrackedObjectsProbeAcvDepth 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.8 unsigned32 read-only
The 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'.
                       etsysTrackedObjectsProbeFdCount 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.9 unsigned32 read-only
The fail-detect count. This is the number of consecutive attempts that MUST fail prior to marking a session's state object, etsysTrackedObjectsSessionState, as 'down'.
                       etsysTrackedObjectsProbeFdInterval 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.10 unsigned32 read-only
The fail-detect interval. The number of seconds between attempts while any associated session's state object, etsysTrackedObjectsSessionState, is 'up'.
                       etsysTrackedObjectsProbePdCount 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.11 unsigned32 read-only
The pass-detect count. This is the number of consecutive attempts that MUST pass prior to marking a session's state object, etsysTrackedObjectsSessionState, as 'up'.
                       etsysTrackedObjectsProbePdInterval 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.12 unsigned32 read-only
The pass-detect interval. The number of seconds between attempts while any associated session's state object, etsysTrackedObjectsSessionState, is 'down'.
                       etsysTrackedObjectsProbeOpen 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.13 unsigned32 read-only
The amount of time to wait for the TCP 3-way handshake to complete. This object is only relevant when etsysTrackedObjectsProbeType is 'tcp'.
                       etsysTrackedObjectsProbeReceive 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.14 unsigned32 read-only
The amount of time to wait for a response to come back from the remote service.
                       etsysTrackedObjectsProbeInservice 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.15 truthvalue read-only
A 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.
                       etsysTrackedObjectsProbeDescription 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.16 snmpadminstring read-only
A user provided description of this entry.
                       etsysTrackedObjectsProbeStatus 1.3.6.1.4.1.5624.1.2.79.1.2.1.1.17 rowstatus read-only
This 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.
               etsysTrackedObjectsSessionTable 1.3.6.1.4.1.5624.1.2.79.1.2.2 no-access
This 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.
                   etsysTrackedObjectsSessionEntry 1.3.6.1.4.1.5624.1.2.79.1.2.2.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsSessionTable.
                       etsysTrackedObjectsSessionType 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.1 inetaddresstype no-access
The address family of the data contained in etsysTrackedObjectsSessionAddr.
                       etsysTrackedObjectsSessionAddr 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.2 inetaddress no-access
The destination address of the object to monitor.
                       etsysTrackedObjectsSessionPort 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.3 inetportnumber no-access
The port number of the service being monitored.
                       etsysTrackedObjectsSessionState 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.4 integer read-only
The 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. Enumeration: 'down': 2, 'disabled': 4, 'up': 1, 'pending': 3, 'collect': 5.
                       etsysTrackedObjectsSessionStateChanges 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.5 counter32 read-only
The number of times the etsysTrackedObjectsSessionState object has changed state.
                       etsysTrackedObjectsSessionLastChange 1.3.6.1.4.1.5624.1.2.79.1.2.2.1.6 timeticks read-only
The sysUpTime at which the etsysTrackedObjectsSessionState was last modified.
               etsysTrackedObjectsCommonTable 1.3.6.1.4.1.5624.1.2.79.1.2.3 no-access
This table contains the objects pertaining to the common attributes shared by the tracked objects.
                   etsysTrackedObjectsCommonEntry 1.3.6.1.4.1.5624.1.2.79.1.2.3.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsCommonTable.
                       etsysTrackedObjectsCommonName 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.1 snmpadminstring no-access
The name given to this tracked object.
                       etsysTrackedObjectsCommonType 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.2 integer read-only
The 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) - etsysTrackedObjectsPortIfSpeedTable Enumeration: 'interface': 1, 'ipRoute': 2, 'portIfspeed': 4, 'portGroup': 3.
                       etsysTrackedObjectsCommonState 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.3 integer read-only
The 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'). Enumeration: 'down': 2, 'disabled': 4, 'testing': 3, 'up': 1.
                       etsysTrackedObjectsCommonDelayUp 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.4 unsigned32 read-write
The 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.
                       etsysTrackedObjectsCommonDelayDown 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.5 unsigned32 read-write
The 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.
                       etsysTrackedObjectsCommonDescription 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.6 snmpadminstring read-write
A user provided description of this entry.
                       etsysTrackedObjectsCommonInservice 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.7 truthvalue read-write
A 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.
                       etsysTrackedObjectsCommonActionUp 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.8 snmpadminstring read-write
The 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.
                       etsysTrackedObjectsCommonActionDown 1.3.6.1.4.1.5624.1.2.79.1.2.3.1.9 snmpadminstring read-write
The 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.
               etsysTrackedObjectsIntfTable 1.3.6.1.4.1.5624.1.2.79.1.2.4 no-access
This 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.
                   etsysTrackedObjectsIntfEntry 1.3.6.1.4.1.5624.1.2.79.1.2.4.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsIntfTable.
                       etsysTrackedObjectsIntfIndex 1.3.6.1.4.1.5624.1.2.79.1.2.4.1.1 interfaceindex read-only
The MIB-II ifIndex of the interface being tracked. The value of this object MAY NOT be modified after creating the row.
                       etsysTrackedObjectsIntfOption 1.3.6.1.4.1.5624.1.2.79.1.2.4.1.2 integer read-only
The 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. Enumeration: 'lineProtocol': 1.
                       etsysTrackedObjectsIntfStatus 1.3.6.1.4.1.5624.1.2.79.1.2.4.1.3 rowstatus read-only
This 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.
               etsysTrackedObjectsRouteTable 1.3.6.1.4.1.5624.1.2.79.1.2.5 no-access
This 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.
                   etsysTrackedObjectsRouteEntry 1.3.6.1.4.1.5624.1.2.79.1.2.5.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsRouteTable.
                       etsysTrackedObjectsRouteType 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.1 inetaddresstype read-only
The 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.
                       etsysTrackedObjectsRoutePrefix 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.2 inetaddressprefixlength read-only
The address mask of etsysTrackedObjectsRoute. The value of this object MUST be set while creating the row and it MAY NOT be modified afterwards.
                       etsysTrackedObjectsRoute 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.3 inetaddress read-only
The 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.
                       etsysTrackedObjectsRouteOption 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.4 integer read-only
Dictates 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. Enumeration: 'reachability': 1, 'metric': 2.
                       etsysTrackedObjectsRouteMetricUpThresh 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.5 unsigned32 read-only
The 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'.
                       etsysTrackedObjectsRouteMetricDownThresh 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.6 unsigned32 read-only
The 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'.
                       etsysTrackedObjectsRouteStatus 1.3.6.1.4.1.5624.1.2.79.1.2.5.1.7 rowstatus read-only
This 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.
               etsysTrackedObjectsPortGroupTable 1.3.6.1.4.1.5624.1.2.79.1.2.6 no-access
This 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.
                   etsysTrackedObjectsPortGroupEntry 1.3.6.1.4.1.5624.1.2.79.1.2.6.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsPortGroupTable.
                       etsysTrackedObjectsPortGroupMemberMax 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.1 unsigned32 read-only
The maximum number of ports that may be members of this 'portGroup'.
                       etsysTrackedObjectsPortGroupMemberCount 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.2 gauge32 read-only
The number of ports that are members of this 'portGroup'.
                       etsysTrackedObjectsPortGroupStatus 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.3 rowstatus read-only
This 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.
                       etsysTrackedObjectsPortGroupUpCount 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.4 gauge32 read-only
The number of ports in the 'portGroup' that are up.
                       etsysTrackedObjectsPortGroupDownCount 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.5 gauge32 read-only
The number of ports in the 'portGroup' that are down.
                       etsysTrackedObjectsPortGroupUpThresh 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.6 unsigned32 read-only
The 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.
                       etsysTrackedObjectsPortGroupDownThresh 1.3.6.1.4.1.5624.1.2.79.1.2.6.1.7 unsigned32 read-only
The 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.
               etsysTrackedObjectsPortTable 1.3.6.1.4.1.5624.1.2.79.1.2.7 no-access
This 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.
                   etsysTrackedObjectsPortEntry 1.3.6.1.4.1.5624.1.2.79.1.2.7.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsPortTable.
                       etsysTrackedObjectsPortIfIndex 1.3.6.1.4.1.5624.1.2.79.1.2.7.1.1 interfaceindex no-access
The MIB-II ifIndex of the port.
                       etsysTrackedObjectsPortGroupName 1.3.6.1.4.1.5624.1.2.79.1.2.7.1.2 snmpadminstring read-write
The 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.
                       etsysTrackedObjectsPortState 1.3.6.1.4.1.5624.1.2.79.1.2.7.1.3 integer read-only
The 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. Enumeration: 'down': 2, 'notTracked': 4, 'testing': 3, 'up': 1.
                       etsysTrackedObjectsPortIfSpeedName 1.3.6.1.4.1.5624.1.2.79.1.2.7.1.4 snmpadminstring read-write
The 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.
               etsysTrackedObjectsProbeTsTable 1.3.6.1.4.1.5624.1.2.79.1.2.8 no-access
This table provides the configuration parameters for probes of type 'icmpTs'. Probes of this type collect timestamp information for the client applications.
                   etsysTrackedObjectsProbeTsEntry 1.3.6.1.4.1.5624.1.2.79.1.2.8.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsProbeTsEntry.
                       etsysTrackedObjectsProbeTsInterval 1.3.6.1.4.1.5624.1.2.79.1.2.8.1.1 unsigned32 read-write
The 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.
                       etsysTrackedObjectsProbeTsRecvWait 1.3.6.1.4.1.5624.1.2.79.1.2.8.1.2 unsigned32 read-write
The 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.
                       etsysTrackedObjectsProbeTsTOS 1.3.6.1.4.1.5624.1.2.79.1.2.8.1.3 unsigned32 read-write
The 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.
                       etsysTrackedObjectsProbeTsPCP 1.3.6.1.4.1.5624.1.2.79.1.2.8.1.4 unsigned32 read-write
The 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.
               etsysTrackedObjectsPortIfSpeedTable 1.3.6.1.4.1.5624.1.2.79.1.2.9 no-access
This 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.
                   etsysTrackedObjectsPortIfSpeedEntry 1.3.6.1.4.1.5624.1.2.79.1.2.9.1 no-access
An entry (conceptual row) in the etsysTrackedObjectsPortIfSpeedTable.
                       etsysTrackedObjectsPortIfSpeedMemberMax 1.3.6.1.4.1.5624.1.2.79.1.2.9.1.1 unsigned32 read-only
The maximum number of ports that may be members of this 'portIfSpeed' group.
                       etsysTrackedObjectsPortIfSpeedMemberCount 1.3.6.1.4.1.5624.1.2.79.1.2.9.1.2 gauge32 read-only
The number of ports that are members of this 'portIfSpeed' group.
                       etsysTrackedObjectsPortIfSpeedLow 1.3.6.1.4.1.5624.1.2.79.1.2.9.1.3 gauge32 read-only
The lowest interface speed among the ports associated with this tracked object.
                       etsysTrackedObjectsPortIfSpeedHigh 1.3.6.1.4.1.5624.1.2.79.1.2.9.1.4 gauge32 read-only
The highest interface speed among the ports associated with this tracked object.
                       etsysTrackedObjectsPortIfSpeedStatus 1.3.6.1.4.1.5624.1.2.79.1.2.9.1.5 rowstatus read-only
This 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.
       etsysTrackedObjectsConformance 1.3.6.1.4.1.5624.1.2.79.2
           etsysTrackedObjectsGroups 1.3.6.1.4.1.5624.1.2.79.2.1
               etsysTrackedObjectsGlobalGroup 1.3.6.1.4.1.5624.1.2.79.2.1.1
This group defines information pertaining to the global resources used by Enterasys Tracked Objects.
               etsysTrackedObjectsProbeGroup 1.3.6.1.4.1.5624.1.2.79.2.1.2
This group defines the attributes and configuration parameters for probe objects.
               etsysTrackedObjectsSessionGroup 1.3.6.1.4.1.5624.1.2.79.2.1.3
This group defines the session information, created by client applications.
               etsysTrackedObjectsCommonGroup 1.3.6.1.4.1.5624.1.2.79.2.1.4
This group defines the common attributes shared by tracked objects.
               etsysTrackedObjectsIfGroup 1.3.6.1.4.1.5624.1.2.79.2.1.5
This group defines the configuration parameters for tracking local interfaces.
               etsysTrackedObjectsRouteGroup 1.3.6.1.4.1.5624.1.2.79.2.1.6
This group defines the configuration parameters for tracking IP routes.
               etsysTrackedObjectsPortGroup 1.3.6.1.4.1.5624.1.2.79.2.1.7
This group defines the configuration parameters for tracking port groups.
               etsysTrackedObjectsPortGroupThresh 1.3.6.1.4.1.5624.1.2.79.2.1.8
This group defines the threshold parameters for tracking port groups.
               etsysTrackedObjectsProbeTsGroup 1.3.6.1.4.1.5624.1.2.79.2.1.9
This group defines the probe timestamp configuration parameters.
               etsysTrackedObjectsPortIfSpeedGroup 1.3.6.1.4.1.5624.1.2.79.2.1.10
This group defines the threshold parameters for tracking port if speed.
               etsysTrackedObjectsGlobalGroup2 1.3.6.1.4.1.5624.1.2.79.2.1.11
This group defines information pertaining to the global resources used by Enterasys Tracked Objects.
           etsysTrackedObjectsCompliances 1.3.6.1.4.1.5624.1.2.79.2.2
               etsysTrackedObjectsCompliance 1.3.6.1.4.1.5624.1.2.79.2.2.1
The compliance statement for devices that support etsysTrackedObjects.
               etsysTrackedObjectsCompliance2 1.3.6.1.4.1.5624.1.2.79.2.2.2
The compliance statement for devices that support etsysTrackedObjects.