SNMP-REPEATER-MIB

File: SNMP-REPEATER-MIB.mib (51629 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1215
RFC-1212

Imported symbols

Counter TimeTicks Gauge
mib-2 DisplayString TRAP-TYPE
OBJECT-TYPE

Defined Types

MacAddress  
OCTET STRING Size(6)    

RptrGroupEntry  
SEQUENCE    
  rptrGroupIndex INTEGER
  rptrGroupDescr DisplayString
  rptrGroupObjectID OBJECT IDENTIFIER
  rptrGroupOperStatus INTEGER
  rptrGroupLastOperStatusChange TimeTicks
  rptrGroupPortCapacity INTEGER

RptrPortEntry  
SEQUENCE    
  rptrPortGroupIndex INTEGER
  rptrPortIndex INTEGER
  rptrPortAdminStatus INTEGER
  rptrPortAutoPartitionState INTEGER
  rptrPortOperStatus INTEGER

RptrMonitorGroupEntry  
SEQUENCE    
  rptrMonitorGroupIndex INTEGER
  rptrMonitorGroupTotalFrames Counter
  rptrMonitorGroupTotalOctets Counter
  rptrMonitorGroupTotalErrors Counter

RptrMonitorPortEntry  
SEQUENCE    
  rptrMonitorPortGroupIndex INTEGER
  rptrMonitorPortIndex INTEGER
  rptrMonitorPortReadableFrames Counter
  rptrMonitorPortReadableOctets Counter
  rptrMonitorPortFCSErrors Counter
  rptrMonitorPortAlignmentErrors Counter
  rptrMonitorPortFrameTooLongs Counter
  rptrMonitorPortShortEvents Counter
  rptrMonitorPortRunts Counter
  rptrMonitorPortCollisions Counter
  rptrMonitorPortLateEvents Counter
  rptrMonitorPortVeryLongEvents Counter
  rptrMonitorPortDataRateMismatches Counter
  rptrMonitorPortAutoPartitions Counter
  rptrMonitorPortTotalErrors Counter

RptrAddrTrackEntry  
SEQUENCE    
  rptrAddrTrackGroupIndex INTEGER
  rptrAddrTrackPortIndex INTEGER
  rptrAddrTrackLastSourceAddress MacAddress
  rptrAddrTrackSourceAddrChanges Counter
  rptrAddrTrackNewLastSrcAddress OCTET STRING

Defined Values

snmpDot3RptrMgt 1.3.6.1.2.1.22
OBJECT IDENTIFIER    

rptrBasicPackage 1.3.6.1.2.1.22.1
OBJECT IDENTIFIER    

rptrMonitorPackage 1.3.6.1.2.1.22.2
OBJECT IDENTIFIER    

rptrAddrTrackPackage 1.3.6.1.2.1.22.3
OBJECT IDENTIFIER    

rptrRptrInfo 1.3.6.1.2.1.22.1.1
OBJECT IDENTIFIER    

rptrGroupInfo 1.3.6.1.2.1.22.1.2
OBJECT IDENTIFIER    

rptrPortInfo 1.3.6.1.2.1.22.1.3
OBJECT IDENTIFIER    

rptrMonitorRptrInfo 1.3.6.1.2.1.22.2.1
OBJECT IDENTIFIER    

rptrMonitorGroupInfo 1.3.6.1.2.1.22.2.2
OBJECT IDENTIFIER    

rptrMonitorPortInfo 1.3.6.1.2.1.22.2.3
OBJECT IDENTIFIER    

rptrAddrTrackRptrInfo 1.3.6.1.2.1.22.3.1
OBJECT IDENTIFIER    

rptrAddrTrackGroupInfo 1.3.6.1.2.1.22.3.2
OBJECT IDENTIFIER    

rptrAddrTrackPortInfo 1.3.6.1.2.1.22.3.3
OBJECT IDENTIFIER    

rptrGroupCapacity 1.3.6.1.2.1.22.1.1.1
The rptrGroupCapacity is the number of groups that can be contained within the repeater. Within each managed repeater, the groups are uniquely numbered in the range from 1 to rptrGroupCapacity. Some groups may not be present in the repeater, in which case the actual number of groups present will be less than rptrGroupCapacity. The number of groups present will never be greater than rptrGroupCapacity. Note: In practice, this will generally be the number of field-replaceable units (i.e., modules, cards, or boards) that can fit in the physical repeater enclosure, and the group numbers will correspond to numbers marked on the physical enclosure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrOperStatus 1.3.6.1.2.1.22.1.1.2
The rptrOperStatus object indicates the operational state of the repeater. The rptrHealthText object may be consulted for more specific information about the state of the repeater's health. In the case of multiple kinds of failures (e.g., repeater failure and port failure), the value of this attribute shall reflect the highest priority failure in the following order, listed highest priority first: rptrFailure(3) groupFailure(4) portFailure(5) generalFailure(6).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), rptrFailure(3), groupFailure(4), portFailure(5), generalFailure(6)  

rptrHealthText 1.3.6.1.2.1.22.1.1.3
The health text object is a text string that provides information relevant to the operational state of the repeater. Agents may use this string to provide detailed information on current failures, including how they were detected, and/or instructions for problem resolution. The contents are agent-specific.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

rptrReset 1.3.6.1.2.1.22.1.1.4
Setting this object to reset(2) causes a transition to the START state of Fig 9-2 in section 9 [IEEE 802.3 Std]. Setting this object to noReset(1) has no effect. The agent will always return the value noReset(1) when this object is read. After receiving a request to set this variable to reset(2), the agent is allowed to delay the reset for a short period. For example, the implementor may choose to delay the reset long enough to allow the SNMP response to be transmitted. In any event, the SNMP response must be transmitted. This action does not reset the management counters defined in this document nor does it affect the portAdminStatus parameters. Included in this action is the execution of a disruptive Self-Test with the following characteristics: a) The nature of the tests is not specified. b) The test resets the repeater but without affecting management information about the repeater. c) The test does not inject packets onto any segment. d) Packets received during the test may or may not be transferred. e) The test does not interfere with management functions. After performing this self-test, the agent will update the repeater health information (including rptrOperStatus and rptrHealthText), and send a rptrHealth trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noReset(1), reset(2)  

rptrNonDisruptTest 1.3.6.1.2.1.22.1.1.5
Setting this object to selfTest(2) causes the repeater to perform a agent-specific, non- disruptive self-test that has the following characteristics: a) The nature of the tests is not specified. b) The test does not change the state of the repeater or management information about the repeater. c) The test does not inject packets onto any segment. d) The test does not prevent the relay of any packets. e) The test does not interfere with management functions. After performing this test, the agent will update the repeater health information (including rptrOperStatus and rptrHealthText) and send a rptrHealth trap. Note that this definition allows returning an 'okay' result after doing a trivial test. Setting this object to noSelfTest(1) has no effect. The agent will always return the value noSelfTest(1) when this object is read.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noSelfTest(1), selfTest(2)  

rptrTotalPartitionedPorts 1.3.6.1.2.1.22.1.1.6
This object returns the total number of ports in the repeater whose current state meets all three of the following criteria: rptrPortOperStatus does not have the value notPresent(3), rptrPortAdminStatus is enabled(1), and rptrPortAutoPartitionState is autoPartitioned(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

rptrGroupTable 1.3.6.1.2.1.22.1.2.1
Table of descriptive and status information about the groups of ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RptrGroupEntry

rptrGroupEntry 1.3.6.1.2.1.22.1.2.1.1
An entry in the table, containing information about a single group of ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RptrGroupEntry  

rptrGroupIndex 1.3.6.1.2.1.22.1.2.1.1.1
This object identifies the group within the repeater for which this entry contains information. This value is never greater than rptrGroupCapacity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrGroupDescr 1.3.6.1.2.1.22.1.2.1.1.2
A textual description of the group. This value should include the full name and version identification of the group's hardware type and indicate how the group is differentiated from other types of groups in the repeater. Plug-in Module, Rev A' or 'Barney Rubble 10BASE-T 4-port SIMM socket Version 2.1' are examples of valid group descriptions. It is mandatory that this only contain printable ASCII characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

rptrGroupObjectID 1.3.6.1.2.1.22.1.2.1.1.3
The vendor's authoritative identification of the group. This value may be allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides a straight-forward and unambiguous means for determining what kind of group is being managed. For example, this object could take the value 1.3.6.1.4.1.4242.1.2.14 if vendor 'Flintstones, Inc.' was assigned the subtree 1.3.6.1.4.1.4242, and had assigned the identifier 1.3.6.1.4.1.4242.1.2.14 to its 'Wilma Flintstone 6-Port FOIRL Plug-in Module.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

rptrGroupOperStatus 1.3.6.1.2.1.22.1.2.1.1.4
An object that indicates the operational status of the group. A status of notPresent(4) indicates that the group is temporarily or permanently physically and/or logically not a part of the repeater. It is an implementation-specific matter as to whether the agent effectively removes notPresent entries from the table. A status of operational(2) indicates that the group is functioning, and a status of malfunctioning(3) indicates that the group is malfunctioning in some way.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), operational(2), malfunctioning(3), notPresent(4), underTest(5), resetInProgress(6)  

rptrGroupLastOperStatusChange 1.3.6.1.2.1.22.1.2.1.1.5
An object that contains the value of sysUpTime at the time that the value of the rptrGroupOperStatus object for this group last changed. A value of zero indicates that the group's operational status has not changed since the agent last restarted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

rptrGroupPortCapacity 1.3.6.1.2.1.22.1.2.1.1.6
The rptrGroupPortCapacity is the number of ports that can be contained within the group. Valid range is 1-1024. Within each group, the ports are uniquely numbered in the range from 1 to rptrGroupPortCapacity. Note: In practice, this will generally be the number of ports on a module, card, or board, and the port numbers will correspond to numbers marked on the physical embodiment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrPortTable 1.3.6.1.2.1.22.1.3.1
Table of descriptive and status information about the ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RptrPortEntry

rptrPortEntry 1.3.6.1.2.1.22.1.3.1.1
An entry in the table, containing information about a single port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RptrPortEntry  

rptrPortGroupIndex 1.3.6.1.2.1.22.1.3.1.1.1
This object identifies the group containing the port for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrPortIndex 1.3.6.1.2.1.22.1.3.1.1.2
This object identifies the port within the group for which this entry contains information. This value can never be greater than rptrGroupPortCapacity for the associated group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrPortAdminStatus 1.3.6.1.2.1.22.1.3.1.1.3
Setting this object to disabled(2) disables the port. A disabled port neither transmits nor receives. Once disabled, a port must be explicitly enabled to restore operation. A port which is disabled when power is lost or when a reset is exerted shall remain disabled when normal operation resumes. The admin status takes precedence over auto- partition and functionally operates between the auto-partition mechanism and the AUI/PMA. Setting this object to enabled(1) enables the port and exerts a BEGIN on the port's auto-partition state machine. (In effect, when a port is disabled, the value of rptrPortAutoPartitionState for that port is frozen until the port is next enabled. When the port becomes enabled, the rptrPortAutoPartitionState becomes notAutoPartitioned(1), regardless of its pre-disabling state.)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

rptrPortAutoPartitionState 1.3.6.1.2.1.22.1.3.1.1.4
The autoPartitionState flag indicates whether the port is currently partitioned by the repeater's auto-partition protection. The conditions that cause port partitioning are specified in partition state machine in Section 9 [IEEE 802.3 Std]. They are not differentiated here.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notAutoPartitioned(1), autoPartitioned(2)  

rptrPortOperStatus 1.3.6.1.2.1.22.1.3.1.1.5
This object indicates the port's operational status. The notPresent(3) status indicates the port is physically removed (note this may or may not be possible depending on the type of port.) The operational(1) status indicates that the port is enabled (see rptrPortAdminStatus) and working, even though it might be auto-partitioned (see rptrPortAutoPartitionState). If this object has the value operational(1) and rptrPortAdminStatus is set to disabled(2), it is expected that this object's value will soon change to notOperational(2).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER operational(1), notOperational(2), notPresent(3)  

rptrMonitorTransmitCollisions 1.3.6.1.2.1.22.2.1.1
This counter is incremented every time the repeater state machine enters the TRANSMIT COLLISION state from any state other than ONE PORT LEFT (Ref: Fig 9-2, IEEE 802.3 Std). The approximate minimum time for rollover of this counter is 16 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorGroupTable 1.3.6.1.2.1.22.2.2.1
Table of performance and error statistics for the groups.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RptrMonitorGroupEntry

rptrMonitorGroupEntry 1.3.6.1.2.1.22.2.2.1.1
An entry in the table, containing total performance and error statistics for a single group. Regular retrieval of the information in this table provides a means of tracking the performance and health of the networked devices attached to this group's ports. The counters in this table are redundant in the sense that they are the summations of information already available through other objects. However, these sums provide a considerable optimization of network management traffic over the otherwise necessary retrieval of the individual counters included in each sum.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RptrMonitorGroupEntry  

rptrMonitorGroupIndex 1.3.6.1.2.1.22.2.2.1.1.1
This object identifies the group within the repeater for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrMonitorGroupTotalFrames 1.3.6.1.2.1.22.2.2.1.1.2
The total number of frames of valid frame length that have been received on the ports in this group and for which the FCSError and CollisionEvent signals were not asserted. This counter is the summation of the values of the rptrMonitorPortReadableFrames counters for all of the ports in the group. This statistic provides one of the parameters necessary for obtaining the packet error rate. The approximate minimum time for rollover of this counter is 80 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorGroupTotalOctets 1.3.6.1.2.1.22.2.2.1.1.3
The total number of octets contained in the valid frames that have been received on the ports in this group. This counter is the summation of the values of the rptrMonitorPortReadableOctets counters for all of the ports in the group. This statistic provides an indicator of the total data transferred. The approximate minimum time for rollover of this counter is 58 minutes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorGroupTotalErrors 1.3.6.1.2.1.22.2.2.1.1.4
The total number of errors which have occurred on all of the ports in this group. This counter is the summation of the values of the rptrMonitorPortTotalErrors counters for all of the ports in the group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortTable 1.3.6.1.2.1.22.2.3.1
Table of performance and error statistics for the ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RptrMonitorPortEntry

rptrMonitorPortEntry 1.3.6.1.2.1.22.2.3.1.1
An entry in the table, containing performance and error statistics for a single port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RptrMonitorPortEntry  

rptrMonitorPortGroupIndex 1.3.6.1.2.1.22.2.3.1.1.1
This object identifies the group containing the port for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrMonitorPortIndex 1.3.6.1.2.1.22.2.3.1.1.2
This object identifies the port within the group for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrMonitorPortReadableFrames 1.3.6.1.2.1.22.2.3.1.1.3
This object is the number of frames of valid frame length that have been received on this port. This counter is incremented by one for each frame received on this port whose OctetCount is greater than or equal to minFrameSize and less than or equal to maxFrameSize (Ref: IEEE 802.3 Std, 4.4.2.1) and for which the FCSError and CollisionEvent signals are not asserted. This statistic provides one of the parameters necessary for obtaining the packet error rate. The approximate minimum time for rollover of this counter is 80 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortReadableOctets 1.3.6.1.2.1.22.2.3.1.1.4
This object is the number of octets contained in valid frames that have been received on this port. This counter is incremented by OctetCount for each frame received on this port which has been determined to be a readable frame (i.e., including FCS octets but excluding framing bits and dribble bits). This statistic provides an indicator of the total data transferred. The approximate minimum time for rollover of this counter is 58 minutes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortFCSErrors 1.3.6.1.2.1.22.2.3.1.1.5
This counter is incremented by one for each frame received on this port with the FCSError signal asserted and the FramingError and CollisionEvent signals deasserted and whose OctetCount is greater than or equal to minFrameSize and less than or equal to maxFrameSize (Ref: 4.4.2.1, IEEE 802.3 Std). The approximate minimum time for rollover of this counter is 80 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortAlignmentErrors 1.3.6.1.2.1.22.2.3.1.1.6
This counter is incremented by one for each frame received on this port with the FCSError and FramingError signals asserted and CollisionEvent signal deasserted and whose OctetCount is greater than or equal to minFrameSize and less than or equal to maxFrameSize (Ref: IEEE 802.3 Std, 4.4.2.1). If rptrMonitorPortAlignmentErrors is incremented then the rptrMonitorPortFCSErrors Counter shall not be incremented for the same frame. The approximate minimum time for rollover of this counter is 80 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortFrameTooLongs 1.3.6.1.2.1.22.2.3.1.1.7
This counter is incremented by one for each frame received on this port whose OctetCount is greater than maxFrameSize (Ref: 4.4.2.1, IEEE 802.3 Std). If rptrMonitorPortFrameTooLongs is incremented then neither the rptrMonitorPortAlignmentErrors nor the rptrMonitorPortFCSErrors counter shall be incremented for the frame. The approximate minimum time for rollover of this counter is 61 days.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortShortEvents 1.3.6.1.2.1.22.2.3.1.1.8
This counter is incremented by one for each CarrierEvent on this port with ActivityDuration less than ShortEventMaxTime. ShortEventMaxTime is greater than 74 bit times and less than 82 bit times. ShortEventMaxTime has tolerances included to provide for circuit losses between a conformance test point at the AUI and the measurement point within the state machine. Note: shortEvents may indicate externally generated noise hits which will cause the repeater to transmit Runts to its other ports, or propagate a collision (which may be late) back to the transmitting DTE and damaged frames to the rest of the network. Implementors may wish to consider selecting the ShortEventMaxTime towards the lower end of the allowed tolerance range to accommodate bit losses suffered through physical channel devices not budgeted for within this standard. The approximate minimum time for rollover of this counter is 16 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortRunts 1.3.6.1.2.1.22.2.3.1.1.9
This counter is incremented by one for each CarrierEvent on this port that meets one of the following two conditions. Only one test need be made. a) The ActivityDuration is greater than ShortEventMaxTime and less than ValidPacketMinTime and the CollisionEvent signal is deasserted. b) The OctetCount is less than 64, the ActivityDuration is greater than ShortEventMaxTime and the CollisionEvent signal is deasserted. ValidPacketMinTime is greater than or equal to 552 bit times and less than 565 bit times. An event whose length is greater than 74 bit times but less than 82 bit times shall increment either the shortEvents counter or the runts counter but not both. A CarrierEvent greater than or equal to 552 bit times but less than 565 bit times may or may not be counted as a runt. ValidPacketMinTime has tolerances included to provide for circuit losses between a conformance test point at the AUI and the measurement point within the state machine. Runts usually indicate collision fragments, a normal network event. In certain situations associated with large diameter networks a percentage of collision fragments may exceed ValidPacketMinTime. The approximate minimum time for rollover of this counter is 16 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortCollisions 1.3.6.1.2.1.22.2.3.1.1.10
This counter is incremented by one for any CarrierEvent signal on any port for which the CollisionEvent signal on this port is also asserted. The approximate minimum time for rollover of this counter is 16 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortLateEvents 1.3.6.1.2.1.22.2.3.1.1.11
This counter is incremented by one for each CarrierEvent on this port in which the CollIn(X) variable transitions to the value SQE (Ref: 9.6.6.2, IEEE 802.3 Std) while the ActivityDuration is greater than the LateEventThreshold. Such a CarrierEvent is counted twice, as both a collision and as a lateEvent. The LateEventThreshold is greater than 480 bit times and less than 565 bit times. LateEventThreshold has tolerances included to permit an implementation to build a single threshold to serve as both the LateEventThreshold and ValidPacketMinTime threshold. The approximate minimum time for rollover of this counter is 81 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortVeryLongEvents 1.3.6.1.2.1.22.2.3.1.1.12
This counter is incremented by one for each CarrierEvent on this port whose ActivityDuration is greater than the MAU Jabber Lockup Protection timer TW3 (Ref: 9.6.1 & 9.6.5, IEEE 802.3 Std). Other counters may be incremented as appropriate.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortDataRateMismatches 1.3.6.1.2.1.22.2.3.1.1.13
This counter is incremented by one for each frame received on this port that meets all of the following conditions: a) The CollisionEvent signal is not asserted. b) The ActivityDuration is greater than ValidPacketMinTime. c) The frequency (data rate) is detectably mismatched from the local transmit frequency. The exact degree of mismatch is vendor specific and is to be defined by the vendor for conformance testing. When this event occurs, other counters whose increment conditions were satisfied may or may not also be incremented, at the implementor's discretion. Whether or not the repeater was able to maintain data integrity is beyond the scope of this standard.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortAutoPartitions 1.3.6.1.2.1.22.2.3.1.1.14
This counter is incremented by one for each time the repeater has automatically partitioned this port. The conditions that cause port partitioning are specified in the partition state machine in Section 9 [IEEE 802.3 Std]. They are not differentiated here.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrMonitorPortTotalErrors 1.3.6.1.2.1.22.2.3.1.1.15
The total number of errors which have occurred on this port. This counter is the summation of the values of other error counters (for the same port), namely: rptrMonitorPortFCSErrors, rptrMonitorPortAlignmentErrors, rptrMonitorPortFrameTooLongs, rptrMonitorPortShortEvents, rptrMonitorPortLateEvents, rptrMonitorPortVeryLongEvents, and rptrMonitorPortDataRateMismatches. This counter is redundant in the sense that it is the summation of information already available through other objects. However, it is included specifically because the regular retrieval of this object as a means of tracking the health of a port provides a considerable optimization of network management traffic over the otherwise necessary retrieval of the summed counters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrAddrTrackTable 1.3.6.1.2.1.22.3.3.1
Table of address mapping information about the ports.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RptrAddrTrackEntry

rptrAddrTrackEntry 1.3.6.1.2.1.22.3.3.1.1
An entry in the table, containing address mapping information about a single port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RptrAddrTrackEntry  

rptrAddrTrackGroupIndex 1.3.6.1.2.1.22.3.3.1.1.1
This object identifies the group containing the port for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrAddrTrackPortIndex 1.3.6.1.2.1.22.3.3.1.1.2
This object identifies the port within the group for which this entry contains information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

rptrAddrTrackLastSourceAddress 1.3.6.1.2.1.22.3.3.1.1.3
This object is the SourceAddress of the last readable frame (i.e., counted by rptrMonitorPortReadableFrames) received by this port. This object has been deprecated because its value is undefined when no frames have been observed on this port. The replacement object is rptrAddrTrackNewLastSrcAddress.
Status: deprecated Access: read-only
OBJECT-TYPE    
  MacAddress  

rptrAddrTrackSourceAddrChanges 1.3.6.1.2.1.22.3.3.1.1.4
This counter is incremented by one for each time that the rptrAddrTrackLastSourceAddress attribute for this port has changed. This may indicate whether a link is connected to a single DTE or another multi-user segment. The approximate minimum time for rollover of this counter is 81 hours.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rptrAddrTrackNewLastSrcAddress 1.3.6.1.2.1.22.3.3.1.1.5
This object is the SourceAddress of the last readable frame (i.e., counted by rptrMonitorPortReadableFrames) received by this port. If no frames have been received by this port since the agent began monitoring the port activity, the agent shall return a string of length zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..6)  

rptrHealth 1
The rptrHealth trap conveys information related to the operational status of the repeater. This trap is sent either when the value of rptrOperStatus changes, or upon completion of a non-disruptive test. The rptrHealth trap must contain the rptrOperStatus object. The agent may optionally include the rptrHealthText object in the varBind list. See the rptrOperStatus and rptrHealthText objects for descriptions of the information that is sent. The agent must throttle the generation of consecutive rptrHealth traps so that there is at least a five-second gap between traps of this type. When traps are throttled, they are dropped, not queued for sending at a future time. (Note that 'generating' a trap means sending to all configured recipients.)
TRAP-TYPE    

rptrGroupChange 2
This trap is sent when a change occurs in the group structure of a repeater. This occurs only when a group is logically or physically removed from or added to a repeater. The varBind list contains the identifier of the group that was removed or added. The agent must throttle the generation of consecutive rptrGroupChange traps for the same group so that there is at least a five-second gap between traps of this type. When traps are throttled, they are dropped, not queued for sending at a future time. (Note that 'generating' a trap means sending to all configured recipients.)
TRAP-TYPE    

rptrResetEvent 3
The rptrResetEvent trap conveys information related to the operational status of the repeater. This trap is sent on completion of a repeater reset action. A repeater reset action is defined as an a transition to the START state of Fig 9-2 in section 9 [IEEE 802.3 Std], when triggered by a management command (e.g., an SNMP Set on the rptrReset object). The agent must throttle the generation of consecutive rptrResetEvent traps so that there is at least a five-second gap between traps of this type. When traps are throttled, they are dropped, not queued for sending at a future time. (Note that 'generating' a trap means sending to all configured recipients.) The rptrResetEvent trap is not sent when the agent restarts and sends an SNMP coldStart or warmStart trap. However, it is recommended that a repeater agent send the rptrOperStatus object as an optional object with its coldStart and warmStart trap PDUs. The rptrOperStatus object must be included in the varbind list sent with this trap. The agent may optionally include the rptrHealthText object as well.
TRAP-TYPE