Fore-CES-MIB: View SNMP OID List / Download MIB

VENDOR: FORE SYSTEMS


 Home MIB: Fore-CES-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
 cesExtGroup 1.3.6.1.4.1.326.2.2.2.1.16
Fore Systems CES MIB Definitions
       cesExtTable 1.3.6.1.4.1.326.2.2.2.1.16.1 testandincr read-only
This indicates the value of the next available index to be used for CES creation
       cbrctConfTable 1.3.6.1.4.1.326.2.2.2.1.16.2 no-access
A table of CBR Cut-through configuration information.
           cbrctConfEntry 1.3.6.1.4.1.326.2.2.2.1.16.2.1 no-access
A table entry containing CBR Cut-through configuration information for each CES connection.
               cbrctState 1.3.6.1.4.1.326.2.2.2.1.16.2.1.1 integer read-write
This variable indicates whether the CBR Cut-through feature is enabled or disabled on the ingress connection . The values mean: enabled CBR Cut-through enabled disabled CBR Cut-through disabled Enumeration: 'disabled': 2, 'enabled': 1.
               cbrctIdleDetection 1.3.6.1.4.1.326.2.2.2.1.16.2.1.2 integer read-write
This variable identifies the idle detection mechanism used on this connection. The different values are: idlePattern(1) detection is based on idle pattern detection cas(2) detection is based on CAS signalling Enumeration: 'cas': 2, 'idlePattern': 1.
               cbrctIdleMask 1.3.6.1.4.1.326.2.2.2.1.16.2.1.3 integer32 read-write
This contains the mask pattern for idle detection.
               cbrctNoOfIdlePatterns 1.3.6.1.4.1.326.2.2.2.1.16.2.1.4 integer32 read-write
This variable contains the number of idle patterns configured for detection.
               cbrctIdlePatterns 1.3.6.1.4.1.326.2.2.2.1.16.2.1.5 integer32 read-write
This contains the patterns for idle detection. For detection based on both idle and mask patterns it contains the idle octet patterns. For detection based on signalling it contains the octet value of AB signalling bits (eg. 00000010 (02H), the bit 0 is B bit and bit 1 is A bit). Maximum of 4 idle patter ns are used. The idle patterns get filled from the least significant byte. The cbrctNoOfIdlePatterns gives the number of idle patterns.
               cbrctIdleIntPeriod 1.3.6.1.4.1.326.2.2.2.1.16.2.1.6 timeinterval read-write
This contains the integration period for idle detection.
               cbrctActiveIntPeriod 1.3.6.1.4.1.326.2.2.2.1.16.2.1.7 timeinterval read-write
This contains the integration period for active detection.