CISCO-SRP-MIB

File: CISCO-SRP-MIB.mib (113050 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
CISCO-SMI SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 Counter64
Unsigned32 MacAddress TruthValue
TimeStamp DisplayString TEXTUAL-CONVENTION
ifIndex ciscoExperiment MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

InterfaceSide  
An indication of the side of the interface. An SRP ring is composed of two fiber rings: Outer and Inner. Outer ring traffic flows clockwise. Inner ring traffic flows counter-clockwise. The side of a node with Outer ring receive fiber is identified as side A, the side of a node with Inner ring receive fiber is identified as B. Side A must be connected to side B. The SRP protocol operates by sending data traffic in one direction known as downstream and it's corresponding control information in the opposite direction known as upstream.
TEXTUAL-CONVENTION    
  INTEGER sideA(1), sideB(2)  

IpsMode  
An Intelligent Protection Switching mode. An SRP ring provides redundancy and protection from a failed node or a link/fiber cut through the use of IPS modes that are automatic or operator/user-configured. Automatic IPS modes take effect when the ring detects an event, a fiber cut, or a node failure and remain in effect until the wait-to-restore value expires. As the protection requests travel around the ring, the protection hierarchy is applied. All modes are signalled on the IPS messaging channel. If an node or fiber facility failure is detected, traffic going toward or coming from the failure direction is wrapped (looped) back to go in opposite direction on the other ring. The wrap around takes place on the nodes adjacent to the failure. This way the traffic is re-routed from the failed span. The ISP modes starting from the highest to the lowest level in the IPS protection hierarchy are: 'forcedSwitch' - an operator-configured mode which causes a high-priority protection switch wrap on each end of a specified span. 'signalFail' - an automatically-detected mode which causes a protection switch wrap on a span when a media signal failure is detected. 'signalDegrade' - an automatically-detected mode which causes protection switch wraps on a span when a media signal degrade is detected due to excessive Bit Error Rate. 'manualSwitch' - an operator-configured mode which causes a low-prioority protection switch wrap on each end of a specified span. 'waitToRestore' - an automatically-invoked mode which results in a waiting period after the working channel meets the restoration criteria after a signal fail or signal degrade condition disappears to prevent protection switch oscilation. 'normal' - a mode which can be configured by an operator, and/or is in effect when no other mode has been automatically detected/invoked.
TEXTUAL-CONVENTION    
  INTEGER noRequest(1), waitToRestore(2), manualSwitch(3), signalDegrade(4), signalFail(5), forcedSwitch(6)  

PerfCurrentCount64  
A gauge associated with a performance measurement in a current 15 minute measurement interval. The value of an object with an HCPerfCurrentCount syntax starts from zero and is increased when associated events occur, until the end of the 15 minute interval. At that time the value of the gauge is stored in the first 15 minute history interval, and the gauge is restarted at zero. In the case where the agent has no valid data available for the current interval, the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist. This count represents a non-negative integer, which may increase or decrease, but shall never exceed 2^64-1 (18446744073709551615 decimal), nor fall below 0. The value of an object with HCPerfCurrentCount syntax assumes its maximum value whenever the underlying count exceeds 2^64-1. If the underlying count subsequently decreases below 2^64-1 (due, e.g., to a retroactive adjustment as a result of entering or exiting unavailable time), then the object's value also decreases. Note that this TC is not strictly supported in SMIv2, because the 'always increasing' and 'counter wrap' semantics associated with the Counter64 base type are not preserved. It is possible that management applications which rely solely upon the (Counter64) ASN.1 tag to determine object semantics will mistakenly operate upon objects of this type as they would for Counter64 objects. This textual convention represents a limited and short- term solution, and may be deprecated as a long term solution is defined and deployed to replace it.
TEXTUAL-CONVENTION    
  Counter64  

PerfIntervalCount64  
A gauge associated with a performance measurement in a previous 15 minute measurement interval. In the case where the agent has no valid data available for a particular interval, the corresponding object instance is not available and upon a retrieval request a corresponding error message shall be returned to indicate that this instance does not exist. Let X be an object with HCPerfIntervalCount syntax Let Y be an object with HCPerfCurrentCount syntax. Let Z be an object with HCPerfTotalCount syntax. Then, in a system supporting a history of n intervals with X(1) and X(n) the most and least recent intervals respectively, the following applies at the end of a 15 minute interval: - discard the value of X(n) - the value of X(i) becomes that of X(i-1) for n >= i > 1 - the value of X(1) becomes that of Y. - the value of Z, if supported, is adjusted. This count represents a non-negative integer, which may increase or decrease, but shall never exceed 2^64-1 (18446744073709551615 decimal), nor fall below 0. The value of an object with HCPerfIntervalCount syntax assumes its maximum value whenever the underlying count exceeds 2^64-1. If the underlying count subsequently decreases below 2^64-1 (due, e.g., to a retroactive adjustment as a result of entering or exiting unavailable time), then the value of the object also decreases. Note that this TC is not strictly supported in SMIv2, because the 'always increasing' and 'counter wrap' semantics associated with the Counter64 base type are not preserved. It is possible that management applications which rely solely upon the (Counter64) ASN.1 tag to determine object semantics will mistakenly operate upon objects of this type as they would for Counter64 objects. This textual convention represents a limited and short- term solution, and may be deprecated as a long term solution is defined and deployed to replace it.
TEXTUAL-CONVENTION    
  Counter64  

SrpIfEntry  
SEQUENCE    
  srpMACAddress MacAddress
  srpPriorityThreshold Integer32
  srpNodesOnTheRing Integer32
  srpIpsState INTEGER
  srpIpsLockedOut TruthValue
  srpIpsWaitToRestoreTimer Integer32
  srpIfTimeElapsed Integer32
  srpIfValidIntervals Integer32

SrpMACSideEntry  
SEQUENCE    
  srpMACInterfaceSide InterfaceSide
  srpMACNeighborAddress MacAddress
  srpMACSideWrapped TruthValue
  srpMACIpsMgmtRequestedMode IpsMode
  srpMACIpsAutoDetectMode IpsMode
  srpMACIpsRemoteMode IpsMode
  srpMACIpsRemoteType INTEGER
  srpMACIpsActiveMode IpsMode
  srpMACIpsWrapCounter Counter32
  srpMACIpsLastWrapTimeStamp TimeStamp
  srpMACIpsLastUnWrapTimeStamp TimeStamp
  srpMACClockSourceMode INTEGER
  srpMACTopologyTimer Integer32

SrpRingTopologyMapEntry  
SEQUENCE    
  srpNodeHopsNumber Unsigned32
  srpNodeMACAddress MacAddress
  srpNodeWrapped TruthValue
  srpNodeName DisplayString

SrpMACCountersEntry  
SEQUENCE    
  srpMACCountPktsBySourceFlag TruthValue
  srpMACCountPktsBySourceAddress MacAddress
  srpMACSourceDiscontTimeStamp TimeStamp
  srpMACCountPktsBySource Counter64
  srpMACCountPktsByDestinationFlag TruthValue
  srpMACCountPktsByDestAddress MacAddress
  srpMACDestDiscontTimeStamp TimeStamp
  srpMACCountPktsByDest Counter64
  srpMACRejectPktsBySourceFlag TruthValue
  srpMACRejectPktsBySourceAddress MacAddress
  srpMACRejectPktsByDestFlag TruthValue
  srpMACRejectPktsByDestAddress MacAddress

SrpRingCountersCurrentEntry  
SEQUENCE    
  srpRingInterfaceSide InterfaceSide
  srpRingCurUcastLowPriPktsIn PerfCurrentCount64
  srpRingCurUcastLowPriOctetsIn PerfCurrentCount64
  srpRingCurMcastLowPriPktsIn PerfCurrentCount64
  srpRingCurMcastLowPriOctetsIn PerfCurrentCount64
  srpRingCurUcastHighPriPktsIn PerfCurrentCount64
  srpRingCurUcastHighPriOctetsIn PerfCurrentCount64
  srpRingCurMcastHighPriPktsIn PerfCurrentCount64
  srpRingCurMcastHighPriOctetsIn PerfCurrentCount64
  srpRingCurUcastLowPriPktsOut PerfCurrentCount64
  srpRingCurUcastLowPriOctetsOut PerfCurrentCount64
  srpRingCurMcastLowPriPktsOut PerfCurrentCount64
  srpRingCurMcastLowPriOctetsOut PerfCurrentCount64
  srpRingCurUcastHighPriPktsOut PerfCurrentCount64
  srpRingCurUcastHighPriOctetsOut PerfCurrentCount64
  srpRingCurMcastHighPriPktsOut PerfCurrentCount64
  srpRingCurMcastHighPriOctetsOut PerfCurrentCount64

SrpRingCountersIntervalEntry  
SEQUENCE    
  srpRingIntInterfaceSide InterfaceSide
  srpRingIntNumber Integer32
  srpRingIntWrapCounter Counter32
  srpRingIntUcastLowPriPktsIn PerfIntervalCount64
  srpRingIntUcastLowPriOctetsIn PerfIntervalCount64
  srpRingIntMcastLowPriPktsIn PerfIntervalCount64
  srpRingIntMcastLowPriOctetsIn PerfIntervalCount64
  srpRingIntUcastHighPriPktsIn PerfIntervalCount64
  srpRingIntUcastHighPriOctetsIn PerfIntervalCount64
  srpRingIntMcastHighPriPktsIn PerfIntervalCount64
  srpRingIntMcastHighPriOctetsIn PerfIntervalCount64
  srpRingIntUcastLowPriPktsOut PerfIntervalCount64
  srpRingIntUcastLowPriOctetsOut PerfIntervalCount64
  srpRingIntMcastLowPriPktsOut PerfIntervalCount64
  srpRingIntMcastLowPriOctetsOut PerfIntervalCount64
  srpRingIntUcastHighPriPktsOut PerfIntervalCount64
  srpRingIntUcastHighPriOctetsOut PerfIntervalCount64
  srpRingIntMcastHighPriPktsOut PerfIntervalCount64
  srpRingIntMcastHighPriOctetsOut PerfIntervalCount64

SrpHostCountersCurrentEntry  
SEQUENCE    
  srpHostInterfaceSide InterfaceSide
  srpHostCurUcastLowPriPktsIn PerfCurrentCount64
  srpHostCurUcastLowPriOctetsIn PerfCurrentCount64
  srpHostCurMcastLowPriPktsIn PerfCurrentCount64
  srpHostCurMcastLowPriOctetsIn PerfCurrentCount64
  srpHostCurUcastHighPriPktsIn PerfCurrentCount64
  srpHostCurUcastHighPriOctetsIn PerfCurrentCount64
  srpHostCurMcastHighPriPktsIn PerfCurrentCount64
  srpHostCurMcastHighPriOctetsIn PerfCurrentCount64
  srpHostCurUcastLowPriPktsOut PerfCurrentCount64
  srpHostCurUcastLowPriOctetsOut PerfCurrentCount64
  srpHostCurMcastLowPriPktsOut PerfCurrentCount64
  srpHostCurMcastLowPriOctetsOut PerfCurrentCount64
  srpHostCurUcastHighPriPktsOut PerfCurrentCount64
  srpHostCurUcastHighPriOctetsOut PerfCurrentCount64
  srpHostCurMcastHighPriPktsOut PerfCurrentCount64
  srpHostCurMcastHighPriOctetsOut PerfCurrentCount64

SrpHostCountersIntervalEntry  
SEQUENCE    
  srpHostIntInterfaceSide InterfaceSide
  srpHostIntNumber Integer32
  srpHostIntUcastLowPriPktsIn PerfIntervalCount64
  srpHostIntUcastLowPriOctetsIn PerfIntervalCount64
  srpHostIntMcastLowPriPktsIn PerfIntervalCount64
  srpHostIntMcastLowPriOctetsIn PerfIntervalCount64
  srpHostIntUcastHighPriPktsIn PerfIntervalCount64
  srpHostIntUcastHighPriOctetsIn PerfIntervalCount64
  srpHostIntMcastHighPriPktsIn PerfIntervalCount64
  srpHostIntMcastHighPriOctetsIn PerfIntervalCount64
  srpHostIntUcastLowPriPktsOut PerfIntervalCount64
  srpHostIntUcastLowPriOctetsOut PerfIntervalCount64
  srpHostIntMcastLowPriPktsOut PerfIntervalCount64
  srpHostIntMcastLowPriOctetsOut PerfIntervalCount64
  srpHostIntUcastHighPriPktsOut PerfIntervalCount64
  srpHostIntUcastHighPriOctetsOut PerfIntervalCount64
  srpHostIntMcastHighPriPktsOut PerfIntervalCount64
  srpHostIntMcastHighPriOctetsOut PerfIntervalCount64

SrpErrorsCountersCurrentEntry  
SEQUENCE    
  srpErrorsInterfaceSide InterfaceSide
  srpRingCurRxErrorsDataParity PerfCurrentCount64
  srpRingCurRxErrorsShortPackets PerfCurrentCount64
  srpRingCurRxErrorsGiantPackets PerfCurrentCount64
  srpRingCurRxErrorsSideBadPackets PerfCurrentCount64
  srpRingCurRxErrorsCRC PerfCurrentCount64
  srpHostCurRxErrorsDataParity PerfCurrentCount64
  srpHostCurRxErrorsShortPackets PerfCurrentCount64
  srpHostCurRxErrorsGiantPackets PerfCurrentCount64
  srpHostCurRxErrorsSideBadPackets PerfCurrentCount64

SrpErrorsCountersIntervalEntry  
SEQUENCE    
  srpErrorsIntervalInterfaceSide InterfaceSide
  srpErrorsIntervalNumber Integer32
  srpRingIntRxErrorsDataParity PerfIntervalCount64
  srpRingIntRxErrorsShortPackets PerfIntervalCount64
  srpRingIntRxErrorsGiantPackets PerfIntervalCount64
  srpRingIntRxErrorsSideBadPackets PerfIntervalCount64
  srpRingIntRxErrorsCRC PerfIntervalCount64
  srpHostIntRxErrorsDataParity PerfIntervalCount64
  srpHostIntRxErrorsShortPackets PerfIntervalCount64
  srpHostIntRxErrorsGiantPackets PerfIntervalCount64
  srpHostIntRxErrorsSideBadPackets PerfIntervalCount64

SrpErrCntCurrEntry  
SEQUENCE    
  srpErrCntCurrInterfaceSide InterfaceSide
  srpErrCntCurrRingRxTtlExpPkts PerfCurrentCount64
  srpErrCntCurrRingRxShortPkts PerfCurrentCount64
  srpErrCntCurrRingRxGiantPkts PerfCurrentCount64
  srpErrCntCurrRingRxAbortPkts PerfCurrentCount64
  srpErrCntCurrRingRxCRC PerfCurrentCount64
  srpErrCntCurrHostRxDiscardPkts PerfCurrentCount64
  srpErrCntCurrHostRxShortPkts PerfCurrentCount64
  srpErrCntCurrHostRxGiantPkts PerfCurrentCount64

SrpErrCntIntEntry  
SEQUENCE    
  srpErrCntIntInterfaceSide InterfaceSide
  srpErrCntIntNumber Integer32
  srpErrCntIntRingRxTtlExpPkts PerfIntervalCount64
  srpErrCntIntRingRxShortPkts PerfIntervalCount64
  srpErrCntIntRingRxGiantPkts PerfIntervalCount64
  srpErrCntIntRingRxAbortPkts PerfIntervalCount64
  srpErrCntIntRingRxCRC PerfIntervalCount64
  srpErrCntIntHostRxDiscardPkts PerfIntervalCount64
  srpErrCntIntHostRxShortPkts PerfIntervalCount64
  srpErrCntIntHostRxGiantPkts PerfIntervalCount64

Defined Values

ciscosrpMIB 1.3.6.1.4.1.9.10.60
The MIB module to describe objects for Spatial Reuse Protocol (SRP) interface layer.
MODULE-IDENTITY    

srpMAC 1.3.6.1.4.1.9.10.60.1
OBJECT IDENTIFIER    

srpRingCounters 1.3.6.1.4.1.9.10.60.2
OBJECT IDENTIFIER    

srpHostCounters 1.3.6.1.4.1.9.10.60.3
OBJECT IDENTIFIER    

srpErrorsCounters 1.3.6.1.4.1.9.10.60.4
OBJECT IDENTIFIER    

srpTrapsNotificationsPrefix 1.3.6.1.4.1.9.10.60.5
OBJECT IDENTIFIER    

srpTrapsNotifications 1.3.6.1.4.1.9.10.60.5.0
OBJECT IDENTIFIER    

srpConformance 1.3.6.1.4.1.9.10.60.6
OBJECT IDENTIFIER    

srpGroups 1.3.6.1.4.1.9.10.60.6.1
OBJECT IDENTIFIER    

srpCompliances 1.3.6.1.4.1.9.10.60.6.2
OBJECT IDENTIFIER    

srpIfTable 1.3.6.1.4.1.9.10.60.1.1
The SRP interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpIfEntry

srpIfEntry 1.3.6.1.4.1.9.10.60.1.1.1
There exists one such entry for every interface in the ifTable which has an ifType of SRP interface (151) Each of these entries are indexed by the value of ifIndex as defined in RFC2233.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpIfEntry  

srpMACAddress 1.3.6.1.4.1.9.10.60.1.1.1.1
The MAC's 48-bit individual MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

srpPriorityThreshold 1.3.6.1.4.1.9.10.60.1.1.1.2
The priority threshold value to be compared against the 3 bits of priority contained in each packet's SRP header. If a packet's priority is greater or equal to this threshold, that packet should be placed in the high priority transmit or transit queue. If a packet's priority is less than this threshold, it should be placed in the low priority transmit or transit queue. Since there are only two types of priority queues (High Priority and Low Priority) a packet is treated as either low or high priority once it is on the ring. Each node determines the threshold value for classifying what is considered a high priority packet and what is considered a low priority packet.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

srpNodesOnTheRing 1.3.6.1.4.1.9.10.60.1.1.1.3
The number of nodes in the SRP ring. When interface is down the value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..128  

srpIpsState 1.3.6.1.4.1.9.10.60.1.1.1.4
Each node in the Intelligent Protection Switching (IPS) is one of the following states. Idle - In this mode the node is ready to perform protection and it sends to both neighboring nodes idle IPS messages, which include self in the source address field {0, SELF, 0, S}. PassThrough - Node participate in a protection switch by passing the wrapped traffic and long path signalling through itself. This state is entered based on received IPS messages. Wrapped - Node participate in a protection switch with a wrap present. This state is entered based on protection request issued locally or based on received IPS messages. When interface is down the value for IPS state is passThrough.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), passThrough(2), wrapped(3)  

srpIpsLockedOut 1.3.6.1.4.1.9.10.60.1.1.1.5
The boolean flag to indicate node LockedOut of protection state. If it's true than Intelligent Protection Swiching is disabled and the node will not wrap on either side of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

srpIpsWaitToRestoreTimer 1.3.6.1.4.1.9.10.60.1.1.1.6
Indicates the length of time in seconds, to remain in the wrap state, after the cause of a wrap is removed. This mechanism prevents protection switch oscillations. Default value is 60 sec.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 10..600  

srpIfTimeElapsed 1.3.6.1.4.1.9.10.60.1.1.1.7
The number of seconds, including partial seconds, that have elapsed since the beginning of the current measurement interval as described in RFC 2493. If, for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..900  

srpIfValidIntervals 1.3.6.1.4.1.9.10.60.1.1.1.8
The number of previous 15-minute measurement intervals for which data was collected. A SRP interface must be capable of supporting at least n intervals. The minimum value of n is 4. The default of n is 32. The maximum value of n is 96. The value will be unless the measurement was (re-)started within the last (*15) minutes, in which case the value will be the number of complete 15 minute intervals for which the agent has at least some data. In certain cases (e.g., in the case where the agent is a proxy) it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which data is available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..96  

srpMACSideTable 1.3.6.1.4.1.9.10.60.1.2
A table of information about the sides of SRP interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpMACSideEntry

srpMACSideEntry 1.3.6.1.4.1.9.10.60.1.2.1
A list of information specific to a particular side of a particular SRP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpMACSideEntry  

srpMACInterfaceSide 1.3.6.1.4.1.9.10.60.1.2.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpMACNeighborAddress 1.3.6.1.4.1.9.10.60.1.2.1.2
The MAC's neighbor's 48-bit individual MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

srpMACSideWrapped 1.3.6.1.4.1.9.10.60.1.2.1.3
The boolean flag to indicate the node's wrapped state.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

srpMACIpsMgmtRequestedMode 1.3.6.1.4.1.9.10.60.1.2.1.4
The IPS mode requested by management for the local node that can affect the srpMACIpsActiveMode state of the SRP node, according to the set of rules describing IPS protocol. This variable value is one from the following subset (noRequest, manualSwitch, forcedSwitch).
Status: current Access: read-write
OBJECT-TYPE    
  IpsMode  

srpMACIpsAutoDetectMode 1.3.6.1.4.1.9.10.60.1.2.1.5
The current IPS mode as automatically detected by the the local node that can affect the srpMACIpsActiveMode state of the SRP node, according to the set of rules describing IPS protocol. This variable value is one from the following subset (SignalFail, SignalDegrade, WaitToRestore).
Status: current Access: read-only
OBJECT-TYPE    
  IpsMode  

srpMACIpsRemoteMode 1.3.6.1.4.1.9.10.60.1.2.1.6
The IPS mode indicated in IPS messages being received by the local node from other nodes on the ring, that can affect the srpMACIpsActiveMode state of the SRP node, according to the set of rules describing IPS protocol.
Status: current Access: read-only
OBJECT-TYPE    
  IpsMode  

srpMACIpsRemoteType 1.3.6.1.4.1.9.10.60.1.2.1.7
Indicates if srpMACIpsRemoteMode object value belongs to the adjacent node in the case of the shortPath or belongs to the non-adjacent node in the case of the longPath.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER shortPath(1), longPath(2)  

srpMACIpsActiveMode 1.3.6.1.4.1.9.10.60.1.2.1.8
The currently active IPS mode for the local node, which can be changed based on combined effect of the following variables: srpMACIpsMgmtRequestedMode, srpMACIpsAutoDetectMode, srpMACIpsRemoteMode, and srpMACIpsRemoteType according to the set of rules describing IPS protocol.
Status: current Access: read-only
OBJECT-TYPE    
  IpsMode  

srpMACIpsWrapCounter 1.3.6.1.4.1.9.10.60.1.2.1.9
The number of transition from unwrap to wrap state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

srpMACIpsLastWrapTimeStamp 1.3.6.1.4.1.9.10.60.1.2.1.10
The value of sysUpTime for the last wrap.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

srpMACIpsLastUnWrapTimeStamp 1.3.6.1.4.1.9.10.60.1.2.1.11
The value of sysUpTime for the last unwrap.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

srpMACClockSourceMode 1.3.6.1.4.1.9.10.60.1.2.1.12
Indicates the mode of the SRP interface clock source. Internal - mode specifies the clock source as internal, and is used when connecting between two routers over a dark fiber or over WDM system. The internal mode is used as a default value. Line - mode specifies the clock source as line, and is used when connecting a router to SONET/SDH ADM.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER internal(1), line(2)  

srpMACTopologyTimer 1.3.6.1.4.1.9.10.60.1.2.1.13
Indicates the topology-timer on a SRP ring, how frequently topology discovery messages are sent around ring to identify the nodes. Toplogy discovery is always on. The default value is 10 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..600  

srpRingTopologyMapTable 1.3.6.1.4.1.9.10.60.1.3
A list of SRP ring topology map entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpRingTopologyMapEntry

srpRingTopologyMapEntry 1.3.6.1.4.1.9.10.60.1.3.1
A MAC entry containing information specific to a particular node on the ring.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpRingTopologyMapEntry  

srpNodeHopsNumber 1.3.6.1.4.1.9.10.60.1.3.1.1
A value, between 0 and (srpNodesOnTheRing - 1), used to identify the particular node which is the number of hops around the ring (clock-wise) away from the local node.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..128  

srpNodeMACAddress 1.3.6.1.4.1.9.10.60.1.3.1.2
The node MAC's 48-bit individual MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

srpNodeWrapped 1.3.6.1.4.1.9.10.60.1.3.1.3
Indicates in general if the node is wrapped without specifying on which side.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

srpNodeName 1.3.6.1.4.1.9.10.60.1.3.1.4
The node name reported by the SRP protocol. If the name is not known then this field is left blank.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

srpMACCountersTable 1.3.6.1.4.1.9.10.60.1.6
The MAC layer traffic Counters table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpMACCountersEntry

srpMACCountersEntry 1.3.6.1.4.1.9.10.60.1.6.1
A packet counting and packet reject capability for a source and/or destination address on a particular SRP interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SrpMACCountersEntry  

srpMACCountPktsBySourceFlag 1.3.6.1.4.1.9.10.60.1.6.1.1
Indicates that packets are to be counted for a particular source address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

srpMACCountPktsBySourceAddress 1.3.6.1.4.1.9.10.60.1.6.1.2
Indicates the particular source address for which packets are to be counted when the corresponding instance of srpMACCountPktsBySourceFlag has the value 'true'.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

srpMACSourceDiscontTimeStamp 1.3.6.1.4.1.9.10.60.1.6.1.3
The value of sysUpTime on the most recent occasion when there was a change in the value of the corresponding instances of either srpMACCountPktsBySourceAddress or srpMACCountPktsBySourceFlag.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

srpMACCountPktsBySource 1.3.6.1.4.1.9.10.60.1.6.1.4
Counter for the number of packets received from a particular source node's MAC address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of srpMACSourceDiscontTimeStamp.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

srpMACCountPktsByDestinationFlag 1.3.6.1.4.1.9.10.60.1.6.1.5
Indicates that packets are to be counted for a particular destination address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

srpMACCountPktsByDestAddress 1.3.6.1.4.1.9.10.60.1.6.1.6
Indicates the particular destination address for which packets are to be counted when the corresponding instance of srpMACCountPktsByDestinationFlag has the value 'true'.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

srpMACDestDiscontTimeStamp 1.3.6.1.4.1.9.10.60.1.6.1.7
The value of sysUpTime on the most recent occasion when there was a change in the value of the corresponding instances of either srpMACCountPktsByDestAddress or srpMACCountPktsByDestinationFlag.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeStamp  

srpMACCountPktsByDest 1.3.6.1.4.1.9.10.60.1.6.1.8
Counter for the number of packets send to a particular destination node's MAC address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of srpMACDestDiscontTimeStamp.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter64  

srpMACRejectPktsBySourceFlag 1.3.6.1.4.1.9.10.60.1.6.1.9
Indicates that packets are to be rejected for a particular source address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

srpMACRejectPktsBySourceAddress 1.3.6.1.4.1.9.10.60.1.6.1.10
Indicates the particular source address for which packets are to rejected when the corresponding instance of srpMACRejectPktsBySourceFlag has the value 'true'.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

srpMACRejectPktsByDestFlag 1.3.6.1.4.1.9.10.60.1.6.1.11
Indicates that packets are to be rejected for a particular destination address.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

srpMACRejectPktsByDestAddress 1.3.6.1.4.1.9.10.60.1.6.1.12
Indicates the particular destination address for which packets are to rejected when the corresponding instance of srpMACRejectPktsByDestFlag has the value 'true'.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

srpRingCountersCurrentTable 1.3.6.1.4.1.9.10.60.2.1
The Physical medium dependent layer Current counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpRingCountersCurrentEntry

srpRingCountersCurrentEntry 1.3.6.1.4.1.9.10.60.2.1.1
Packets and octets statistics for the current interval for the Physical medium dependent layer of a particular side of a particular SRP interface. The corresponding instance of srpIfTimeElapsed indicates the number of seconds which have elapsed so far in the current interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpRingCountersCurrentEntry  

srpRingInterfaceSide 1.3.6.1.4.1.9.10.60.2.1.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpRingCurUcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.2.1.1.2
The counter associated with the number of low priority unicast packets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.2.1.1.3
The counter associated with the number of low priority unicast octets received from the Physical medium dependent layer in the current 15minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.2.1.1.4
The counter associated with the number of low priority multicast packets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.2.1.1.5
The counter associated with the number of low priority multicast octets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.2.1.1.6
The counter associated with the number of high priority unicast packets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.2.1.1.7
The counter associated with the number of high priority unicast octets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.2.1.1.8
The counter associated with the number of high priority multicast packets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.2.1.1.9
The counter associated with the number of high priority multicast octets received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.2.1.1.10
The counter associated with the number of low priority unicast packets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.2.1.1.11
The counter associated with the number of low priority unicast octets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.2.1.1.12
The counter associated with the number of low priority multicast packets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.2.1.1.13
The counter associated with the number of low priority multicast octets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.2.1.1.14
The counter associated with the number of high priority unicast packets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurUcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.2.1.1.15
The counter associated with the number of high priority unicast octets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.2.1.1.16
The counter associated with the number of high priority multicast packets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurMcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.2.1.1.17
The counter associated with the number of high priority multicast octets going to the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCountersIntervalTable 1.3.6.1.4.1.9.10.60.2.2
The Physical medium dependent layer Interval counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpRingCountersIntervalEntry

srpRingCountersIntervalEntry 1.3.6.1.4.1.9.10.60.2.2.1
Packets and octets statistics collected for a particular interval for the Physical medium dependent layer of a particular side of a particular SRP interface. The number of 15-minute intervals is between 1 and 96, identifies the intervals for which the set of and statistics is available.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpRingCountersIntervalEntry  

srpRingIntInterfaceSide 1.3.6.1.4.1.9.10.60.2.2.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpRingIntNumber 1.3.6.1.4.1.9.10.60.2.2.1.2
A number between 1 and 96, which identifies the intervals for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and interval identified by N is the interval immediately preceding the one identified by N-1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..96  

srpRingIntWrapCounter 1.3.6.1.4.1.9.10.60.2.2.1.3
The counter counts the number of transition from unwrap to wrap state for the last intervals described by the srpRingIntNumber variable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

srpRingIntUcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.2.2.1.4
The counter associated with the number of low priority unicast packets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.2.2.1.5
The counter associated with the number of low priority unicast octets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.2.2.1.6
The counter associated with the number of low priority multicast packets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.2.2.1.7
The counter associated with the number of low priority multicast octets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.2.2.1.8
The counter associated with the number of high priority unicast packets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.2.2.1.9
The counter associated with the number of high priority unicast octets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.2.2.1.10
The counter associated with the number of high priority multicast packets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.2.2.1.11
The counter associated with the number of high priority multicast octets received from the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.2.2.1.12
The counter associated with the number of low priority unicast packets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.2.2.1.13
The counter associated with the number of low priority unicast octets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.2.2.1.14
The counter associated with the number of low priority multicast packets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.2.2.1.15
The counter associated with the number of low priority multicast octets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.2.2.1.16
The counter associated with the number of high priority unicast packets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntUcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.2.2.1.17
The counter associated with the number of high priority unicast octets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.2.2.1.18
The counter associated with the number of high priority multicast packets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntMcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.2.2.1.19
The counter associated with the number of high priority multicast octets going to the Physical medium dependent layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostCountersCurrentTable 1.3.6.1.4.1.9.10.60.3.1
The Higher Layer Current counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpHostCountersCurrentEntry

srpHostCountersCurrentEntry 1.3.6.1.4.1.9.10.60.3.1.1
Packets and octets statistics for the current interval for the Higher Layer of a particular side of a particular SRP interface. The corresponding instance of srpIfTimeElapsed indicates the number of seconds which have elapsed so far in the current interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpHostCountersCurrentEntry  

srpHostInterfaceSide 1.3.6.1.4.1.9.10.60.3.1.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpHostCurUcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.3.1.1.2
The counter associated with the number of total unicast packets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.3.1.1.3
The counter associated with the number of total unicast octets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.3.1.1.4
The counter associated with the number of total multicast packets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.3.1.1.5
The counter associated with the number of total multicast octets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.3.1.1.6
The counter associated with the number of high priority unicast packets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.3.1.1.7
The counter associated with the number of high priority unicast octets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.3.1.1.8
The counter associated with the number of high priority multicast packets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.3.1.1.9
The counter associated with the number of high priority multicast octets received from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.3.1.1.10
The counter associated with the number of total unicast packets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.3.1.1.11
The counter associated with the number of total unicast octets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.3.1.1.12
The counter associated with the number of total multicast packets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.3.1.1.13
The counter associated with the number of total multicast octets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.3.1.1.14
The counter associated with the number of high priority unicast packets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurUcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.3.1.1.15
The counter associated with the number of high priority unicast octets going to from the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.3.1.1.16
The counter associated with the number of high priority multicast packets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurMcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.3.1.1.17
The counter associated with the number of high priority multicast octets going to the Higher Layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCountersIntervalTable 1.3.6.1.4.1.9.10.60.3.2
The Higher Layer Interval counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpHostCountersIntervalEntry

srpHostCountersIntervalEntry 1.3.6.1.4.1.9.10.60.3.2.1
Packets and octets statistics collected for a particular interval for the Higher Layer of a particular side of a particular SRP interface. The number of 15-minute intervals is between 1 and 96, and identifies the intervals for which the set of statistics is available.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpHostCountersIntervalEntry  

srpHostIntInterfaceSide 1.3.6.1.4.1.9.10.60.3.2.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpHostIntNumber 1.3.6.1.4.1.9.10.60.3.2.1.2
A number between 1 and 96, which identifies the interval for which the set od statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and interval identified by N is the interval immediately preceding the one identified by N-1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..96  

srpHostIntUcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.3.2.1.3
The counter associated with the number of total unicast packets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.3.2.1.4
The counter associated with the number of total unicast octets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastLowPriPktsIn 1.3.6.1.4.1.9.10.60.3.2.1.5
The counter associated with the number of total multicast packets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastLowPriOctetsIn 1.3.6.1.4.1.9.10.60.3.2.1.6
The counter associated with the number of total multicast octets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.3.2.1.7
The counter associated with the number of high priority unicast packets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.3.2.1.8
The counter associated with the number of high priority unicast octets received from from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastHighPriPktsIn 1.3.6.1.4.1.9.10.60.3.2.1.9
The counter associated with the number of high priority multicast packets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastHighPriOctetsIn 1.3.6.1.4.1.9.10.60.3.2.1.10
The counter associated with the number of high priority multicast octets received from the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.3.2.1.11
The counter associated with the number of total unicast packets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.3.2.1.12
The counter associated with the number of total unicast octets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastLowPriPktsOut 1.3.6.1.4.1.9.10.60.3.2.1.13
The counter associated with the number of total multicast packets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastLowPriOctetsOut 1.3.6.1.4.1.9.10.60.3.2.1.14
The counter associated with the number of total multicast octets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.3.2.1.15
The counter associated with the number of high priority unicast packets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntUcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.3.2.1.16
The counter associated with the number of high priority unicast octets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastHighPriPktsOut 1.3.6.1.4.1.9.10.60.3.2.1.17
The counter associated with the number of high priority multicast packets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntMcastHighPriOctetsOut 1.3.6.1.4.1.9.10.60.3.2.1.18
The counter associated with the number of high priority multicast octets going to the Higher Layer in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrorsCountersCurrentTable 1.3.6.1.4.1.9.10.60.4.1
The SRP Errors Current counters table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpErrorsCountersCurrentEntry

srpErrorsCountersCurrentEntry 1.3.6.1.4.1.9.10.60.4.1.1
Errors statistics for the current interval of a particular side of a particular SRP interface. The corresponding instance of srpIfTimeElapsed indicates the number of seconds which have elapsed so far in the current interval.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SrpErrorsCountersCurrentEntry  

srpErrorsInterfaceSide 1.3.6.1.4.1.9.10.60.4.1.1.1
An indication of the side of the interface for which this row contains information.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpRingCurRxErrorsDataParity 1.3.6.1.4.1.9.10.60.4.1.1.2
The counter associated with the number of data parity errors, received from the Physical medium dependent layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurRxErrorsShortPackets 1.3.6.1.4.1.9.10.60.4.1.1.3
The counter associated with the number of short packets, received from the Physical medium dependent layer in the current 15 minute interval. A short packet is 16 octets or less.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurRxErrorsGiantPackets 1.3.6.1.4.1.9.10.60.4.1.1.4
The counter associated with the number of giant packets, received from the Physical medium dependent layer in the current 15 minute interval. A giant packet is larger than max size MTU, which is 9216 octets.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurRxErrorsSideBadPackets 1.3.6.1.4.1.9.10.60.4.1.1.5
The counter associated with the current number of bad packets, received from the Physical medium dependent layer in the current 15 minute interval. A bad packet is an empty packet with a valid Start-Of-Packet signal causing an incorrect CRC.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpRingCurRxErrorsCRC 1.3.6.1.4.1.9.10.60.4.1.1.6
The counter associated with the current number of packets with CRC errors, received from the Physical medium dependent layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurRxErrorsDataParity 1.3.6.1.4.1.9.10.60.4.1.1.7
The counter associated with the current number of data parity errors, received from the Higher Layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurRxErrorsShortPackets 1.3.6.1.4.1.9.10.60.4.1.1.8
The counter associated with the current number of short packets, received from the Higher Layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurRxErrorsGiantPackets 1.3.6.1.4.1.9.10.60.4.1.1.9
The counter associated with the current number of giant packets, received from the Higher Layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpHostCurRxErrorsSideBadPackets 1.3.6.1.4.1.9.10.60.4.1.1.10
The counter associated with the current number of bad packets, received from the Higher Layer in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrorsCountersIntervalTable 1.3.6.1.4.1.9.10.60.4.2
The SRP Errors Interval counters table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpErrorsCountersIntervalEntry

srpErrorsCountersIntervalEntry 1.3.6.1.4.1.9.10.60.4.2.1
Error statistics collected for a particular interval of a particular side of a particular SRP interface. The number of 15-minute intervals is between 1 and 96, and identifies the intervals for which the set of statistics is available.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SrpErrorsCountersIntervalEntry  

srpErrorsIntervalInterfaceSide 1.3.6.1.4.1.9.10.60.4.2.1.1
An indication of the side of the interface for which this row contains information.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpErrorsIntervalNumber 1.3.6.1.4.1.9.10.60.4.2.1.2
A number between 1 and 96, which identifies the interval for which the set od statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and interval identified by N is the interval immediately preceding the one identified by N-1.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 1..96  

srpRingIntRxErrorsDataParity 1.3.6.1.4.1.9.10.60.4.2.1.3
The counter associated with the interval number of data parity errors, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntRxErrorsShortPackets 1.3.6.1.4.1.9.10.60.4.2.1.4
The counter associated with the interval number of short packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntRxErrorsGiantPackets 1.3.6.1.4.1.9.10.60.4.2.1.5
The counter associated with the interval number of giant packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntRxErrorsSideBadPackets 1.3.6.1.4.1.9.10.60.4.2.1.6
The counter associated with the interval number of bad packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpRingIntRxErrorsCRC 1.3.6.1.4.1.9.10.60.4.2.1.7
The counter associated with the interval number of packets with CRC errors, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntRxErrorsDataParity 1.3.6.1.4.1.9.10.60.4.2.1.8
The counter associated with the interval number of data parity errors, received from the higher layer in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntRxErrorsShortPackets 1.3.6.1.4.1.9.10.60.4.2.1.9
The counter associated with the interval number of short packets, received from the higher layer in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntRxErrorsGiantPackets 1.3.6.1.4.1.9.10.60.4.2.1.10
The counter associated with the interval number of giant packets, received from the higher layer in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpHostIntRxErrorsSideBadPackets 1.3.6.1.4.1.9.10.60.4.2.1.11
The counter associated with the interval number of bad packets, received from the higher layer in a particular 15-minute interval in the past 24 hours.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntCurrTable 1.3.6.1.4.1.9.10.60.4.3
The SRP Errors Current counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpErrCntCurrEntry

srpErrCntCurrEntry 1.3.6.1.4.1.9.10.60.4.3.1
Errors statistics for the current interval of a particular side of a particular SRP interface. The corresponding instance of srpIfTimeElapsed indicates the number of seconds which have elapsed so far in the current interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpErrCntCurrEntry  

srpErrCntCurrInterfaceSide 1.3.6.1.4.1.9.10.60.4.3.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpErrCntCurrRingRxTtlExpPkts 1.3.6.1.4.1.9.10.60.4.3.1.2
The counter associated with the number of packets discarded due to TTL expiry, received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrRingRxShortPkts 1.3.6.1.4.1.9.10.60.4.3.1.3
The counter associated with the number of short packets, received from the Physical medium dependent layer in the current 15 minute interval. A short packet is 16 octets or less.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrRingRxGiantPkts 1.3.6.1.4.1.9.10.60.4.3.1.4
The counter associated with the number of giant packets, received from the Physical medium dependent layer in the current 15 minute interval. A giant packet is larger than max size packet, which is 9216 octets.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrRingRxAbortPkts 1.3.6.1.4.1.9.10.60.4.3.1.5
The counter associated with the current number of aborted packets, received from the Physical medium dependent layer in the current 15 minute interval. Aborted packets are packets that have been aborted by an abort sequence code.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrRingRxCRC 1.3.6.1.4.1.9.10.60.4.3.1.6
The counter associated with the current number of packets with CRC errors, received from the Physical medium dependent layer in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrHostRxDiscardPkts 1.3.6.1.4.1.9.10.60.4.3.1.7
The counter associated with the current number of packets which were prevented from being delivered to the Higher Layer because of a resource limitation, in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrHostRxShortPkts 1.3.6.1.4.1.9.10.60.4.3.1.8
The counter associated with the current number of packets which were prevented from being delivered to the Higher Layer because of being too short, in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntCurrHostRxGiantPkts 1.3.6.1.4.1.9.10.60.4.3.1.9
The counter associated with the current number of packets discarded because of being too big for the higher layer, in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  PerfCurrentCount64  

srpErrCntIntTable 1.3.6.1.4.1.9.10.60.4.4
The SRP Errors Interval counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrpErrCntIntEntry

srpErrCntIntEntry 1.3.6.1.4.1.9.10.60.4.4.1
Error statistics collected for a particular interval of a particular side of a particular SRP interface. The number of 15-minute intervals is between 1 and 96, and identifies the intervals for which the set of statistics is available. The value of srpIfValidIntervals indicates how many intervals are currently available.
Status: current Access: not-accessible
OBJECT-TYPE    
  SrpErrCntIntEntry  

srpErrCntIntInterfaceSide 1.3.6.1.4.1.9.10.60.4.4.1.1
An indication of the side of the interface for which this row contains information.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceSide  

srpErrCntIntNumber 1.3.6.1.4.1.9.10.60.4.4.1.2
A number between 1 and 96, which identifies the interval for which the set od statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and interval identified by N is the interval immediately preceding the one identified by N-1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..96  

srpErrCntIntRingRxTtlExpPkts 1.3.6.1.4.1.9.10.60.4.4.1.3
The counter associated with the interval number of expired packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntRingRxShortPkts 1.3.6.1.4.1.9.10.60.4.4.1.4
The counter associated with the interval number of short packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntRingRxGiantPkts 1.3.6.1.4.1.9.10.60.4.4.1.5
The counter associated with the interval number of giant packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntRingRxAbortPkts 1.3.6.1.4.1.9.10.60.4.4.1.6
The counter associated with the interval number of aborted packets, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntRingRxCRC 1.3.6.1.4.1.9.10.60.4.4.1.7
The counter associated with the interval number of packets with CRC errors, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntHostRxDiscardPkts 1.3.6.1.4.1.9.10.60.4.4.1.8
The counter associated with the interval number of packets discarded due to resource limitations, received from the Layer 1 Physical medium in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntHostRxShortPkts 1.3.6.1.4.1.9.10.60.4.4.1.9
The counter associated with the interval number of packets discarded because of being too short for the higher layer, in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpErrCntIntHostRxGiantPkts 1.3.6.1.4.1.9.10.60.4.4.1.10
The counter associated with the interval number of packets discarded because of being too big for the higher layer, in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-TYPE    
  PerfIntervalCount64  

srpTrapRingWrapped 1.3.6.1.4.1.9.10.60.5.0.1
An srpTrapRingWrapped notification is sent when the value of an instance of srpMACIpsWrapCounter increments.
Status: current Access: read-only
NOTIFICATION-TYPE    

srpTrapRingRestored 1.3.6.1.4.1.9.10.60.5.0.2
An srpTrapRingRestored notification is sent when the value of an instance of rpMACIpsLastUnWrapTimeStamp is changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

srpIfGroup 1.3.6.1.4.1.9.10.60.6.1.1
A collection of objects providing information independent from a particular side A or B and is applicable to all SRP interfaces.
Status: current Access: read-only
OBJECT-GROUP    

srpMACSideGroup 1.3.6.1.4.1.9.10.60.6.1.2
A collection of objects providing information dependent from a particular side A or B and is specific to MAC and IPS (Intelligent protection Switching).
Status: current Access: read-only
OBJECT-GROUP    

srpRingTopologyMapGroup 1.3.6.1.4.1.9.10.60.6.1.3
A collection of objects providing information on the ring topology and nodes status.
Status: current Access: read-only
OBJECT-GROUP    

srpMACCountersGroup 1.3.6.1.4.1.9.10.60.6.1.4
A collection of objects providing information about packets received or rejected by a particular source or destination address.
Status: deprecated Access: read-only
OBJECT-GROUP    

srpRingCountersCurrentGroup 1.3.6.1.4.1.9.10.60.6.1.5
A collection of objects providing information about unicast or multicast packets and octets coming from the ring to a particular node in the current 15 minute interval.
Status: current Access: read-only
OBJECT-GROUP    

srpRingCountersIntervalGroup 1.3.6.1.4.1.9.10.60.6.1.6
A collection of objects providing information about uni or multicast packets and octets coming from the ring to a particular node in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-GROUP    

srpHostCountersCurrentGroup 1.3.6.1.4.1.9.10.60.6.1.7
A collection of objects providing information about uni or multicast packets and octets coming from the host to a particular node in the current 15 minute interval.
Status: current Access: read-only
OBJECT-GROUP    

srpHostCountersIntervalGroup 1.3.6.1.4.1.9.10.60.6.1.8
A collection of objects providing information about uni or multicast packets and octets coming from the host to a particular node in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-GROUP    

srpErrorsCountersCurrentGroup 1.3.6.1.4.1.9.10.60.6.1.9
A collection of objects providing information about errors coming from the ring to a particular node in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-GROUP    

srpErrorsCountersIntervalGroup 1.3.6.1.4.1.9.10.60.6.1.10
A collection of objects providing information about errors coming from the higher layer to a particular interface in the current 15 minute interval.
Status: deprecated Access: read-only
OBJECT-GROUP    

srpErrCntCurrGroup 1.3.6.1.4.1.9.10.60.6.1.11
A collection of objects providing information about received errors, in the current 15 minute interval.
Status: current Access: read-only
OBJECT-GROUP    

srpErrCntIntGroup 1.3.6.1.4.1.9.10.60.6.1.12
A collection of objects providing information about received errors, in a particular 15-minute interval in the past 24 hours.
Status: current Access: read-only
OBJECT-GROUP    

srpNotificationsGroup 1.3.6.1.4.1.9.10.60.6.1.13
The collection of notifications used to indicate wrapped and unwrapped node state information.
Status: current Access: read-only
NOTIFICATION-GROUP    

srpCompliance 1.3.6.1.4.1.9.10.60.6.2.1
The compliance statement for this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

srpComplianceOld 1.3.6.1.4.1.9.10.60.6.2.2
A compliance statement whose only purpose is to list explicitly the deprecated groups.
Status: deprecated Access: read-only
MODULE-COMPLIANCE