RIVERSTONE-IF-MIB: View SNMP OID List / Download MIB

VENDOR: RIVERSTONE NETWORKS


 Home MIB: RIVERSTONE-IF-MIB
Download as:   

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


Object Name OID Type Access Info
 rsIfMIB 1.3.6.1.4.1.5567.2.60
This MIB module extends the IF-MIB.
       rsIfMIBObjects 1.3.6.1.4.1.5567.2.60.1
           rsIfStatsTable 1.3.6.1.4.1.5567.2.60.1.1 no-access
This 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.
               rsIfStatsEntry 1.3.6.1.4.1.5567.2.60.1.1.1 no-access
This 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
                   rsIfStatsCapability 1.3.6.1.4.1.5567.2.60.1.1.1.1 bits read-only
The validity of each counter in this table. Each bit refers to one counter. This object indicates if each counter in the row is supported. Bits: 'ifInIpTableMisses': 11, 'ifInRoutedCpuPackets': 10, 'ifOutBridgedOctets': 14, 'ifOutRoutedOctets': 15, 'ifInRoutedOctets': 8, 'ifInL2TableMisses': 7, 'ifTotalDownTime': 1, 'ifUpTransitions': 2, 'ifInLocalFrames': 6, 'ifInVlanTableDiscards': 13, 'ifInInvalidMacEncap': 12, 'ifTotalUpTime': 0, 'ifInRoutedSwitchedPackets': 9, 'ifInCorrelatedLayer1Errors': 4, 'ifOutVlanTableDiscards': 16, 'ifInBridgedOctets': 5, 'ifDownTransitions': 3.
                   rsIfQueuePolicy 1.3.6.1.4.1.5567.2.60.1.1.1.2 rsqueuepolicy read-only
The 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 ' in enabled mode.
                   rsIfMru 1.3.6.1.4.1.5567.2.60.1.1.1.3 integer32 read-only
The 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 ' in enabled mode.
                   rsIfForceEtherIIState 1.3.6.1.4.1.5567.2.60.1.1.1.4 truthvalue read-only
The 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 input-encapsulation forced-ethernet_ii' in config mode.
                   rsIfTotalUpTime 1.3.6.1.4.1.5567.2.60.1.1.1.5 counter32 read-only
The amount of time since the router boots up for which the interface is up. The sum of rsIfTotalUpTime and rsIfTotalDownTime is equal to sysUpTime.
                   rsIfTotalDownTime 1.3.6.1.4.1.5567.2.60.1.1.1.6 counter32 read-only
The amount of time since the router boots up for which the interface is down. The sum of rsIfTotalUpTime and rsIfTotalDownTime is equal to sysUpTime.
                   rsIfUpTransitions 1.3.6.1.4.1.5567.2.60.1.1.1.7 counter32 read-only
The number of times this interface has changed from link-down to link-up.
                   rsIfDownTransitions 1.3.6.1.4.1.5567.2.60.1.1.1.8 counter32 read-only
The number of times this interface has changed from link-up to link-down.
                   rsIfInCorrelatedLayer1Errors 1.3.6.1.4.1.5567.2.60.1.1.1.9 counter32 read-only
The 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.
                   rsIfInBridgedOctets 1.3.6.1.4.1.5567.2.60.1.1.1.10 counter64 read-only
The 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.
                   rsIfInLocalFrames 1.3.6.1.4.1.5567.2.60.1.1.1.11 counter64 read-only
The number of frames whose destination address is a local MAC address and whose etype is of L2 variety.
                   rsIfInL2TableMisses 1.3.6.1.4.1.5567.2.60.1.1.1.12 counter64 read-only
The number of times that there is no entry in the Forwarding Database. As a result, this frame would go to a CPU.
                   rsIfInRoutedOctets 1.3.6.1.4.1.5567.2.60.1.1.1.13 counter64 read-only
The number of routed octets received by this interface. The sum of rsIfInBridgedOctets and rsIfInRoutedOctets is equal to ifInOctets.
                   rsIfInRoutedSwitchedPackets 1.3.6.1.4.1.5567.2.60.1.1.1.14 counter64 read-only
The 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.
                   rsIfInRoutedCpuPackets 1.3.6.1.4.1.5567.2.60.1.1.1.15 counter64 read-only
The 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.
                   rsIfInIpTableMisses 1.3.6.1.4.1.5567.2.60.1.1.1.16 counter64 read-only
The 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.
                   rsIfInInvalidMacEncap 1.3.6.1.4.1.5567.2.60.1.1.1.17 counter32 read-only
The number of frames received by this interface that used invalid MAC encapsulation.
                   rsIfInVlanTableDiscards 1.3.6.1.4.1.5567.2.60.1.1.1.18 counter32 read-only
The 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.
                   rsIfOutBridgedOctets 1.3.6.1.4.1.5567.2.60.1.1.1.19 counter64 read-only
The number of bridged octets that are transmitted by this interface. This object is similar to dot1dTpHCPortInFrames, but bytes are counted instead of frames.
                   rsIfOutRoutedOctets 1.3.6.1.4.1.5567.2.60.1.1.1.20 counter64 read-only
The number of routed octets transmitted by this interface. The sum of rsIfOutBridgedOctets and rsIfOutRoutedOctets is equal to ifOutOctets.
                   rsIfOutVlanTableDiscards 1.3.6.1.4.1.5567.2.60.1.1.1.21 counter32 read-only
The 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.
           rsIfGaugeTable 1.3.6.1.4.1.5567.2.60.1.2 no-access
This table contains gauges for a port interface.
               rsIfGaugeEntry 1.3.6.1.4.1.5567.2.60.1.2.1 no-access
This 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.
                   rsIfGaugeCapability 1.3.6.1.4.1.5567.2.60.1.2.1.1 bits read-only
The validity of each object in this table. Each bit refers to one object. This object indicates if each counter in the row is supported. Bits: 'ifOutOneMinPktsDiscards': 7, 'ifInOneMinUnicastPkts': 3, 'ifOutOneMinPktsErrors': 8, 'ifInOneMinBitsPerSec': 0, 'ifInOneMinPktsErrors': 2, 'ifOutOneMinUnicastPkts': 9, 'ifInOneMinMulticastPkts': 4, 'ifInOneMinPktsDiscards': 1, 'ifOutOneMinBroadcastPkts': 11, 'ifOutOneMinBitsPerSec': 6, 'ifInOneMinBroadcastPkts': 5, 'ifOutOneMinMulticastPkts': 10.
                   rsIfInOneMinBitsPerSec 1.3.6.1.4.1.5567.2.60.1.2.1.2 gauge32 read-only
The average receive rate across the one minute interval before the update.
                   rsIfInOneMinPktsDiscards 1.3.6.1.4.1.5567.2.60.1.2.1.3 gauge32 read-only
The 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.
                   rsIfInOneMinPktsErrors 1.3.6.1.4.1.5567.2.60.1.2.1.4 gauge32 read-only
The 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.
                   rsIfInOneMinUnicastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.5 gauge32 read-only
The number of unicast packets received by this port in the one minute interval before the update.
                   rsIfInOneMinMulticastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.6 gauge32 read-only
The number of multicast packets received by this port in the one minute interval before the update.
                   rsIfInOneMinBroadcastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.7 gauge32 read-only
The number of broadcast packets received by this port in the one minute interval before the update.
                   rsIfOutOneMinBitsPerSec 1.3.6.1.4.1.5567.2.60.1.2.1.8 gauge32 read-only
The average transmit rate across the one minute. before the update.
                   rsIfOutOneMinPktsDiscards 1.3.6.1.4.1.5567.2.60.1.2.1.9 gauge32 read-only
The 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.
                   rsIfOutOneMinPktsErrors 1.3.6.1.4.1.5567.2.60.1.2.1.10 gauge32 read-only
The 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.
                   rsIfOutOneMinUnicastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.11 gauge32 read-only
The number of unicast packets transmitted in the one minute interval before the update.
                   rsIfOutOneMinMulticastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.12 gauge32 read-only
The number of multicast packets transmitted in the one minute interval before the update.
                   rsIfOutOneMinBroadcastPkts 1.3.6.1.4.1.5567.2.60.1.2.1.13 gauge32 read-only
The number of broadcast packets transmitted in the one minute interval before the update.
       rsIfConformance 1.3.6.1.4.1.5567.2.60.2
           rsIfCompliances 1.3.6.1.4.1.5567.2.60.2.1
               rsIfCompliance 1.3.6.1.4.1.5567.2.60.2.1.1
The compliance statement for RIVERSTONE-STATS-MIB.
           rsIfGroups 1.3.6.1.4.1.5567.2.60.2.2
               rsIfStatsGroup 1.3.6.1.4.1.5567.2.60.2.2.1
The collection of objects representing additional port interface counters and state data.
               rsIfGaugeGroup 1.3.6.1.4.1.5567.2.60.2.2.2
The collection of objects representing port interface gauges.