IBMFRBRS-MIB: View SNMP OID List / Download MIB

VENDOR: IBM


 Home MIB: IBMFRBRS-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
 ibmfrBRS 1.3.6.1.4.1.2.6.119.4.4.4
     ibmfrBRSOperational 1.3.6.1.4.1.2.6.119.4.4.4.1
         ibmfrBRSInterfaceTable 1.3.6.1.4.1.2.6.119.4.4.4.1.1 no-access
FR BRS interface information.
             ibmfrBRSInterfaceEntry 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1 no-access
Information related to a particular FR BRS interface.
                 ibmfrBRSInterfaceMaxQueue 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1.1 integer32 read-only
The maximum queue length for each priority queue of each traffic class that is defined for a virtual circuit.
                 ibmfrBRSInterfaceMinQueue 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1.2 integer32 read-only
The minimum queue length for each priority queue of each traffic class that is defined for a virtual circuit.
                 ibmfrBRSInterfaceTotalBandwidth 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1.3 integer32 read-only
The total bandwidth which is a sum of the individual bandwidth allocations for each circuit class defined for this interface.
                 ibmfrBRSInterfaceTotalCircuitClasses 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1.4 integer32 read-only
The total number of circuit classes defined for this interface. This includes the predefined DEFAULT circuit class.
                 ibmfrBRSInterfaceDefaultCircuitClassName 1.3.6.1.4.1.2.6.119.4.4.4.1.1.1.5 displaystring read-only
The name of the circuit class that is considered the default circuit class. It is used for virtual circuits not explicitly assigned to any circuit class.
         ibmfrBRSCircuitClassTable 1.3.6.1.4.1.2.6.119.4.4.4.1.2 no-access
FR BRS circuit class information.
             ibmfrBRSCircuitClassEntry 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1 no-access
Information related to a particular circuit class defined for a given FR interface.
                 ibmfrBRSCircuitClassName 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.1 displaystring no-access
The name of a circuit class for this interface.
                 ibmfrBRSCircuitClassBandwidth 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.2 integer32 read-only
The designated percent of bandwidth associated with this circuit class.
                 ibmfrBRSCircuitClassPacketXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.3 counter32 read-only
The total number of packets that have been transmitted by this circuit class.
                 ibmfrBRSCircuitClassBytesXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.4 counter32 read-only
The total number of bytes for packets that have been transmitted by this circuit class.
                 ibmfrBRSCircuitClassBytesOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.5 counter32 read-only
The total number of bytes for packets that could not be transmitted for this circuit class. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSCircuitClassLastPacketXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.6 counter32 read-only
The last total number of packets that have been transmitted by this circuit class before the counter was being cleared.
                 ibmfrBRSCircuitClassLastBytesXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.7 counter32 read-only
The last total number of bytes for packets that have been transmitted by this circuit class before the counter was being cleared.
                 ibmfrBRSCircuitClassLastBytesOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.8 counter32 read-only
The last total number of bytes for packets that could not be transmitted for this circuit class before the counter was being cleared.
                 ibmfrBRSCircuitClassClearCounters 1.3.6.1.4.1.2.6.119.4.4.4.1.2.1.9 integer read-write
Clear all statistics counters associated with this circuit class. The counter is cleared immediately on completion of the set operation and the previous counter values are saved.
         ibmfrBRSCircuitTable 1.3.6.1.4.1.2.6.119.4.4.4.1.3 no-access
FR BRS virtual circuit information.
             ibmfrBRSCircuitEntry 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1 no-access
Information related to a particular FR virtual circuit assigned to a circuit class on this FR interface.
                 ibmfrBRSCircuitNumber 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.1 integer32 no-access
For PVC circuit this number is the FR DLCI identifying this virtual circuit. For SVC circuit this number is the unique identifier number. The SVC name can be obtained via ibmfrBRSCircuitSVCName, ibmfrBRSTrafficClassSVCName, or ibmfrBRSProtFiltSVCName.
                 ibmfrBRSCircuitMaxQueue 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.2 integer32 read-only
The maximum queue length for each priority queue of each traffic class that is defined for a virtual circuit. This value overrides the max queue length specified for the interface and indicated by ibmfrBRSInterfaceMaxQueue.
                 ibmfrBRSCircuitMinQueue 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.3 integer32 read-only
The minimum queue length for each priority queue of each traffic class that is defined for a virtual circuit. This value overrides the min queue length specified for the interface and indicated by ibmfrBRSInterfaceMinQueue.
                 ibmfrBRSCircuitTotalBandwidth 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.4 integer32 read-only
The total bandwidth which is a sum of the individual bandwidth allocations for each traffic class defined for this virtual circuit.
                 ibmfrBRSCircuitTotalTrafficClasses 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.5 integer32 read-only
The total number of traffic classes defined for this virtual circuit. This includes the predefined LOCAL and DEFAULT traffic classes.
                 ibmfrBRSCircuitDefaultTrafficClassName 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.6 displaystring read-only
The name of the traffic class that is considered the default traffic class. It is used for protocols and filters not explicitly assigned to any traffic class.
                 ibmfrBRSCircuitDefaultTrafficClassPrio 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.7 integer read-only
The priority of the default traffic class. Enumeration: 'high': 3, 'urgent': 4, 'low': 1, 'normal': 2.
                 ibmfrBRSCircuitSpecification 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.8 integer read-only
An indication of which traffic classes are being used by a virtual circuit. defaults(1) - No specific traffic classes have been defined and the virtual circuit is using the default traffic class definitions. specific(2) - Specific traffic classes have been defined and are being used by the virtual circuit. Enumeration: 'specific': 2, 'defaults': 1.
                 ibmfrBRSCircuitSuperClassName 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.9 displaystring read-only
The name of the traffic class that is considered the super traffic class. The protocols and filters assigned to the super class have the higher priority than those assigned to any other traffic classes. The null string indicates that the super class doesn't exist.
                 ibmfrBRSCircuitSVCName 1.3.6.1.4.1.2.6.119.4.4.4.1.3.1.10 displaystring read-only
The name of the SVC. This only applies to SVC circuit. A null string indicates that this circuit is a PVC.
         ibmfrBRSTrafficClassTable 1.3.6.1.4.1.2.6.119.4.4.4.1.4 no-access
FR BRS traffic class information.
             ibmfrBRSTrafficClassEntry 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1 no-access
Information related to a specific traffic class defined for a particular virtual circuit.
                 ibmfrBRSTrafficClassName 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.1 displaystring no-access
The name of a traffic class for this virtual circuit.
                 ibmfrBRSTrafficClassBandwidth 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.2 integer32 read-only
The designated percent of bandwidth associated with this traffic class. Since the super class has higher priority than any other traffic class, the percent of bandwidth is indicated by zero
                 ibmfrBRSTrafficClassTotalPacketXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.3 counter32 read-only
The total number of packets that have been transmitted by this traffic class.
                 ibmfrBRSTrafficClassPacketXmitLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.4 counter32 read-only
The total number of packets that have been transmitted by this traffic class at priority level of low.
                 ibmfrBRSTrafficClassPacketXmitNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.5 counter32 read-only
The total number of packets that have been transmitted by this traffic class at priority level of normal.
                 ibmfrBRSTrafficClassPacketXmitHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.6 counter32 read-only
The total number of packets that have been transmitted by this traffic class at priority level of high.
                 ibmfrBRSTrafficClassPacketXmitUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.7 counter32 read-only
The total number of packets that have been transmitted by this traffic class at priority level of urgent.
                 ibmfrBRSTrafficClassTotalBytesXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.8 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class.
                 ibmfrBRSTrafficClassBytesXmitLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.9 counter32 read-only
The total number of bytes that have been transmitted by this traffic class at priority level of low.
                 ibmfrBRSTrafficClassBytesXmitNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.10 counter32 read-only
The total number of bytes that have been transmitted by this traffic class at priority level of normal.
                 ibmfrBRSTrafficClassBytesXmitHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.11 counter32 read-only
The total number of bytes that have been transmitted by this traffic class at priority level of high.
                 ibmfrBRSTrafficClassBytesXmitUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.12 counter32 read-only
The total number of bytes that have been transmitted by this traffic class at priority level of urgent.
                 ibmfrBRSTrafficClassTotalBytesOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.13 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassBytesOverflowLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.14 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority level of low. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassBytesOverflowNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.15 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority level of normal. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassBytesOverflowHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.16 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority level of high. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassBytesOverflowUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.17 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority level of urgent. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassTotalPacketOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.18 counter32 read-only
The total number of packets that could not be transmitted for this traffic class. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassPacketOverflowLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.19 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of low. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassPacketOverflowNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.20 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of normal. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassPacketOverflowHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.21 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of high. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassPacketOverflowUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.22 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of urgent. This can be either the maximum queue-length was reached for a priority queue or the packet could not be queued because the priority queue was at the minimum queue length threshold and the packet came from an interface that was running low on receive buffers.
                 ibmfrBRSTrafficClassTotalLastPacketXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.23 counter32 read-only
The last total number of packets that have been transmitted by this traffic class before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketXmitLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.24 counter32 read-only
The last total number of packets that have been transmitted by this traffic class at priority level of low before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketXmitNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.25 counter32 read-only
The last total number of packets that have been transmitted by this traffic class at priority level of normal before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketXmitHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.26 counter32 read-only
The last total number of packets that have been transmitted by this traffic class at priority level of high before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketXmitUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.27 counter32 read-only
The last total number of packets that have been transmitted by this traffic class at priority level of urgent before the counter was being cleared.
                 ibmfrBRSTrafficClassTotalLastBytesXmit 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.28 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesXmitLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.29 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class at priority level of low before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesXmitNormal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.30 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class at priority level of normal before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesXmitHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.31 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class at priority level of high before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesXmitUrgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.32 counter32 read-only
The total number of bytes for packets that have been transmitted by this traffic class at priority level of urgent before the counter was being cleared.
                 ibmfrBRSTrafficClassTotalLastBytesOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.33 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesOverflowLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.34 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority level of low before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesOverflowNmal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.35 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority levle of normal before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesOverflowHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.36 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority levle of high before the counter was being cleared.
                 ibmfrBRSTrafficClassLastBytesOverflowUgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.37 counter32 read-only
The total number of bytes for packets that could not be transmitted for this traffic class at priority levle of urgent before the counter was being cleared.
                 ibmfrBRSTrafficClassTotalLastPacketOverflow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.38 counter32 read-only
The total number of packets that could not be transmitted for this traffic class before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketOverflowLow 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.39 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of low before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketOverflowNmal 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.40 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of low before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketOverflowHigh 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.41 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of high before the counter was being cleared.
                 ibmfrBRSTrafficClassLastPacketOverflowUgent 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.42 counter32 read-only
The total number of packets that could not be transmitted for this traffic class at priority level of urgent before the counter was being cleared.
                 ibmfrBRSTrafficClassClearCounters 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.43 integer read-write
Clear all the statistics counters associated with this traffic class. The counters are cleared immediately on completion of the set operation and the previous counter values are saved.
                 ibmfrBRSTrafficClassSVCName 1.3.6.1.4.1.2.6.119.4.4.4.1.4.1.44 displaystring read-only
The name of the SVC. This only applies to SVC circuit. A null string indicates that this circuit is a PVC.
         ibmfrBRSProtFiltTable 1.3.6.1.4.1.2.6.119.4.4.4.1.5 no-access
FR BRS protocol/filter information.
             ibmfrBRSProtFiltEntry 1.3.6.1.4.1.2.6.119.4.4.4.1.5.1 no-access
Information related to a protocol/filter related to a particular traffic class. Note that the LOCAL traffic class will never appear in this table since it never has a protocol/filter associated with it.
                 ibmfrBRSProtFiltId 1.3.6.1.4.1.2.6.119.4.4.4.1.5.1.1 displaystring no-access
The idenitifer for a protocol/filter.
                 ibmfrBRSProtFiltPrio 1.3.6.1.4.1.2.6.119.4.4.4.1.5.1.2 integer read-only
The priority of the protocol/filter within the particular traffic class. Enumeration: 'high': 3, 'urgent': 4, 'low': 1, 'normal': 2.
                 ibmfrBRSProtFiltDE 1.3.6.1.4.1.2.6.119.4.4.4.1.5.1.3 integer read-only
An indication of whether this traffic type should be considered discard eligible from a frame relay point of view. Enumeration: 'false': 2, 'true': 1.
                 ibmfrBRSProtFiltSVCName 1.3.6.1.4.1.2.6.119.4.4.4.1.5.1.4 displaystring read-only
The name of the SVC. This only applies to SVC circuit. A null string indicates that this circuit is a PVC.
     ibmfrBRSAdministravive 1.3.6.1.4.1.2.6.119.4.4.4.2