Home/Catalog/RIVERSTONE-IF-MIB

RIVERSTONE-IF-MIB

This MIB module extends the IF-MIB.
Main OID:
rsIfMIB.1.3.6.1.4.1.5567.2.60
46
Objects
Active
Status
7
Dependencies

Imported Objects

Objects

46 total
Object Name
rsIfMIBThis MIB module extends the IF-MIB.
MODULE-IDENTITY
.1.3.6.1.4.1.5567.2.60
rsIfMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.5567.2.60.1
rsIfStatsTableThis table contains additional information for interfaces in the ifTable. An interface would be included in this table only if the value of its ifConnectorPresent is true.
SEQUENCE OF RsIfStatsEntry
.1.3.6.1.4.1.5567.2.60.1.1
rsIfStatsEntryThis entry provides additional information for the corresponding interface in the ifTable. Discontinuities in the values of this row can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. The objects in this entry complement other counters in IF-MIB, P/Q-BRIDGE-MIB, EtherLike-MIB. RMON-MIB
RsIfStatsEntry
.1.3.6.1.4.1.5567.2.60.1.1.1
rsIfStatsCapabilityThe validity of each counter in this table. Each bit refers to one counter. This object indicates if each counter in the row is supported.ro
Bits
.1.3.6.1.4.1.5567.2.60.1.1.1.1
rsIfQueuePolicyThe queuing policy used on this physical interface. On the RS platform, the user can see the queue policy by entering: 'qos show weighted-fair port <port>' in enabled mode.ro
RsQueuePolicy (RIVERSTONE-TC-MIB)
.1.3.6.1.4.1.5567.2.60.1.1.1.2
rsIfMruThe size of the largest frame which can be received by this physical network interface for a specific media type. Frames received that are larger than this size will be dropped and the generic ifInErrors counter will be incremented. Depending on the interface type, a specific (too big) counter will be incremented such as dot3StatsFrameTooLongs. On the RS platform, the user can see the MRU by entering: 'port show mtu <port>' in enabled mode.ro
Integer32 UNITS "octets"
.1.3.6.1.4.1.5567.2.60.1.1.1.3
rsIfForceEtherIIStateThe object indicates if the port is configured to force input encapsulation to be interpreted as 'Ethernet II'. If the value is false, this means the port is not an Ethernet port or the Ethernet port is not forcing this input encapsulation. On the RS platform, the user can check for the line 'port set <port> input-encapsulation forced-ethernet_ii' in config mode.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.5567.2.60.1.1.1.4
rsIfTotalUpTimeThe amount of time since the router boots up for which the interface is up. The sum of rsIfTotalUpTime and rsIfTotalDownTime is equal to sysUpTime.ro
Counter32 UNITS "seconds"
.1.3.6.1.4.1.5567.2.60.1.1.1.5
rsIfTotalDownTimeThe amount of time since the router boots up for which the interface is down. The sum of rsIfTotalUpTime and rsIfTotalDownTime is equal to sysUpTime.ro
Counter32 UNITS "seconds"
.1.3.6.1.4.1.5567.2.60.1.1.1.6
rsIfUpTransitionsThe number of times this interface has changed from link-down to link-up.ro
Counter32
.1.3.6.1.4.1.5567.2.60.1.1.1.7
rsIfDownTransitionsThe number of times this interface has changed from link-up to link-down.ro
Counter32
.1.3.6.1.4.1.5567.2.60.1.1.1.8
rsIfInCorrelatedLayer1ErrorsThe number of frames in error due to physical signal degradation. This counter is a close approximation of the actual number of frames dropped due to layer 1 errors. An empirical experiment was done to correlate the registers to the actual frames dropped in a controlled environment that simulates physical signal degradation. On the RS platform, a number of hardware registers were identified that approximate the actual number of frames dropped. The registers would be different for the different interfaces on the RS platform. Usually on WAN interface, this counter is not supported. Refer to the value of rsIfStatsCapability to determine if this interface supports this counter.ro
Counter32 UNITS "frames"
.1.3.6.1.4.1.5567.2.60.1.1.1.9
rsIfInBridgedOctetsThe number of bridged octets that are received by this interface. The sum of rsIfInBridgedOctets and rsIfInRoutedOctets is equal to ifInOctets. This object is similar to dot1dTpHCPortInFrames, but bytes are counted instead of frames.ro
Counter64 UNITS "octets"
.1.3.6.1.4.1.5567.2.60.1.1.1.10
rsIfInLocalFramesThe number of frames whose destination address is a local MAC address and whose etype is of L2 variety.ro
Counter64 UNITS "frames"
.1.3.6.1.4.1.5567.2.60.1.1.1.11
rsIfInL2TableMissesThe number of times that there is no entry in the Forwarding Database. As a result, this frame would go to a CPU.ro
Counter64
.1.3.6.1.4.1.5567.2.60.1.1.1.12
rsIfInRoutedOctetsThe number of routed octets received by this interface. The sum of rsIfInBridgedOctets and rsIfInRoutedOctets is equal to ifInOctets.ro
Counter64 UNITS "octets"
.1.3.6.1.4.1.5567.2.60.1.1.1.13
rsIfInRoutedSwitchedPacketsThe number of IP packets that were switched through the fabric without going to the CPU. On the RS platform with HRT disabled, when the L3 flow table does not have a flow entry for a packet, the first packet for the flow would go to the CPU first to establish a flow entry.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.1.1.14
rsIfInRoutedCpuPacketsThe number of IP packets sent to the CPU. This counter would increase when a packet is destined to the CPU and the L3 table has its flow entry.ro
Counter64 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.1.1.15
rsIfInIpTableMissesThe number of times that an appropriate flow for the packet is not found in the L3 flow table. As a result, this packet goes to the CPU to create a L3 flow entry. On the RS platform with HRT mode enabled, the packet would not go to the CPU.ro
Counter64
.1.3.6.1.4.1.5567.2.60.1.1.1.16
rsIfInInvalidMacEncapThe number of frames received by this interface that used invalid MAC encapsulation.ro
Counter32 UNITS "frames"
.1.3.6.1.4.1.5567.2.60.1.1.1.17
rsIfInVlanTableDiscardsThe number of frames received by this interface that were discarded due to VLAN related reasons. This object is similar to dot1qTpVlanPortInDiscards. It would have the same value if this interface belongs to only one VLAN. On some interfaces, this object is not valid. Refer to the value of rsIfStatsCapability to check its validity.ro
Counter32 UNITS "frames"
.1.3.6.1.4.1.5567.2.60.1.1.1.18
rsIfOutBridgedOctetsThe number of bridged octets that are transmitted by this interface. This object is similar to dot1dTpHCPortInFrames, but bytes are counted instead of frames.ro
Counter64 UNITS "octets"
.1.3.6.1.4.1.5567.2.60.1.1.1.19
rsIfOutRoutedOctetsThe number of routed octets transmitted by this interface. The sum of rsIfOutBridgedOctets and rsIfOutRoutedOctets is equal to ifOutOctets.ro
Counter64 UNITS "octets"
.1.3.6.1.4.1.5567.2.60.1.1.1.20
rsIfOutVlanTableDiscardsThe number of frames to be transmitted by this interface but were discarded due to VLAN related reasons. This object is similar to dot1qTpVlanPortOutDiscards. It would have the same value if this interface belongs to only one VLAN. On some interfaces, this object is not valid. Refer to the value of rsIfStatsCapability to check its validity.ro
Counter32 UNITS "frames"
.1.3.6.1.4.1.5567.2.60.1.1.1.21
rsIfGaugeTableThis table contains gauges for a port interface.
SEQUENCE OF RsIfGaugeEntry
.1.3.6.1.4.1.5567.2.60.1.2
rsIfGaugeEntryThis row contains gauges for a port interface. The number of updates done to caluculate the difference of a gauge in the one minute interval may vary across different software versions. If the updates are infrequent for example every 30 seconds, the user would observe a constant value for that 30 seconds. Discontinuities in the values of this row can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime.
RsIfGaugeEntry
.1.3.6.1.4.1.5567.2.60.1.2.1
rsIfGaugeCapabilityThe validity of each object in this table. Each bit refers to one object. This object indicates if each counter in the row is supported.ro
Bits
.1.3.6.1.4.1.5567.2.60.1.2.1.1
rsIfInOneMinBitsPerSecThe average receive rate across the one minute interval before the update.ro
Gauge32 UNITS "bits per second"
.1.3.6.1.4.1.5567.2.60.1.2.1.2
rsIfInOneMinPktsDiscardsThe number of packets received by this port that were discarded in the one minute interval before the update. On the RS platform, a reason for discarding the packets would be buffer overflow.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.3
rsIfInOneMinPktsErrorsThe number of packets with error received by this port in the one minute interval before the update. On the RS platform, the number of received packets with 'error' is a sum of: frames with invalid MAC encapsulation, oversize frames, jabbers, undersize frames, frames with bad alignment, frames with bad CRC, internal frame error, input VLAN dropped frames, carrier sense error frames.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.4
rsIfInOneMinUnicastPktsThe number of unicast packets received by this port in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.5
rsIfInOneMinMulticastPktsThe number of multicast packets received by this port in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.6
rsIfInOneMinBroadcastPktsThe number of broadcast packets received by this port in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.7
rsIfOutOneMinBitsPerSecThe average transmit rate across the one minute. before the update.ro
Gauge32 UNITS "bits per second"
.1.3.6.1.4.1.5567.2.60.1.2.1.8
rsIfOutOneMinPktsDiscardsThe number of packets to be transmitted that were discarded by the port interface in the minute before the update. On the RS platform, a reason for discarding the packets would be buffer overflow.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.9
rsIfOutOneMinPktsErrorsThe number of packets to be transmitted but may or may not have been discarded by the port interface because of 'error' in the one minute interval before the update. On the RS platform, the number of packets with 'error' is a sum of: single collision frames, multiple collision frames, frames dropped because of collisions, deferred transmissions, late collision frames, underruns, internal transmit errors.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.10
rsIfOutOneMinUnicastPktsThe number of unicast packets transmitted in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.11
rsIfOutOneMinMulticastPktsThe number of multicast packets transmitted in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.12
rsIfOutOneMinBroadcastPktsThe number of broadcast packets transmitted in the one minute interval before the update.ro
Gauge32 UNITS "packets"
.1.3.6.1.4.1.5567.2.60.1.2.1.13
rsIfConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.5567.2.60.2
rsIfCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.5567.2.60.2.1
rsIfComplianceThe compliance statement for RIVERSTONE-STATS-MIB.
Unknown
.1.3.6.1.4.1.5567.2.60.2.1.1
rsIfGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.5567.2.60.2.2
rsIfStatsGroupThe collection of objects representing additional port interface counters and state data.
Unknown
.1.3.6.1.4.1.5567.2.60.2.2.1
rsIfGaugeGroupThe collection of objects representing port interface gauges.
Unknown
.1.3.6.1.4.1.5567.2.60.2.2.2