SWITCH-PORTSTATISTIC-MIB: View SNMP OID List / Download MIB

VENDOR: BEIJING RAISECOM SCIENTIFIC N TECHNOLOGY DEV.


 Home MIB: SWITCH-PORTSTATISTIC-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
 rcPortStatistics 1.3.6.1.4.1.8886.6.1.7
port statistic mib.
     rcPortStatsTable 1.3.6.1.4.1.8886.6.1.7.1 no-access
A table of port statistic.
         rcPortStatsEntry 1.3.6.1.4.1.8886.6.1.7.1.1 no-access
Table entry of port statistic.
             rcStatsPortIndex 1.3.6.1.4.1.8886.6.1.7.1.1.1 integer read-only
An index based 1 that uniquely identifies a system interface.
             rcStatsInPacket 1.3.6.1.4.1.8886.6.1.7.1.1.2 counter64 read-only
count of packets received.
             rcStatInPktType 1.3.6.1.4.1.8886.6.1.7.1.1.3 integer read-write
port ingress packet Statistic type Enumeration: 'goodPacket': 1, 'badPacket': 2, 'localPacket': 3.
             rcStatsOutPacket 1.3.6.1.4.1.8886.6.1.7.1.1.4 counter64 read-only
count of packets transmitted.
             rcStatOutPktType 1.3.6.1.4.1.8886.6.1.7.1.1.5 integer read-write
port egress packet Statistic type Enumeration: 'goodPacket': 1, 'badPacket': 2, 'abortPacket': 3.
             rcStatsClear 1.3.6.1.4.1.8886.6.1.7.1.1.6 truthvalue read-write
clear port statistics
     rcPortStatsAllBitsTable 1.3.6.1.4.1.8886.6.1.7.2 no-access
A table of port statistic about all bits transmitted or received.
         rcPortStatsAllBitsEntry 1.3.6.1.4.1.8886.6.1.7.2.1 no-access
Table entry of port statistic about all bits transmitted or received.
             rcStatsInAllBits 1.3.6.1.4.1.8886.6.1.7.2.1.1 counter64 read-only
The total number of bits received on the interface, including framing characters. 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 ifCounterDiscontinuityTime.
             rcStatsOutAllBits 1.3.6.1.4.1.8886.6.1.7.2.1.2 counter64 read-only
The total number of bits transmitted out of the interface, including framing characters. 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 ifCounterDiscontinuityTime.