GERP-MIB: View SNMP OID List / Download MIB

VENDOR: GCOM TECHNOLOGIES CO.,LTD.


 Home MIB: GERP-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
 gerpMib 1.3.6.1.4.1.13464.1.2.4.7
The gerp MIB is targeted at easing gerp configuration via snmp tools.
     gerpMIBObjects 1.3.6.1.4.1.13464.1.2.4.7.1
         gerp 1.3.6.1.4.1.13464.1.2.4.7.1.1
             gerpOnoff 1.3.6.1.4.1.13464.1.2.4.7.1.1.1 integer read-write
Enable/disable gerp function for this bridge. Enumeration: 'enable': 1, 'disable': 2.
             gerpHealthTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.2 integer32 read-write
The hello timer is used by master or edge node for ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
             gerpHealthTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.3 integer32 read-write
The timeout value used by master during ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
             gerpMajorFaultTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.4 integer32 read-only
The timeout value used by assitant edge during ring health detection.
             gerpPrefwdTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.5 integer32 read-only
The block timeout value used by node when portup event occurs.
             gerpDomainTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.6 no-access
A table that contains domain-specific information.
                 gerpDomainEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1 no-access
A list of information maintained by every domain.
                     gerpDomainId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.1 integer32 no-access
The domain ID is used when network is managed in unit of domain, one domain should be a set of contiguous bridges.
                     gerpMVlanId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.2 integer32 read-write
The manage VLAN ID of the domain.
             gerpRingTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.7 no-access
A table that contains domain-and-ring-specific information.
                 gerpRingEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1 no-access
A list of information maintained by every ring.
                     gerpRingId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.1 integer32 no-access
The identifier of ethernet ring which reside in a domain.
                     gerpRingLevel 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.2 integer32 read-write
The ring level,0 means master ring, while 1 means sub ring.
                     gerpBrdgRole 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.3 integer read-write
The bridge role in ethernet ring. Enumeration: 'assEdge': 4, 'trans': 2, 'master': 1, 'edge': 3.
                     gerpPriComPortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.4 integer32 read-write
The primary port id when bridge is master or transmit,the common port id otherwise.
                     gerpSecEdgePortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.5 integer32 read-write
The secondary port id when bridge is master or transmit,the edge port id otherwise.
                     gerpRowStatus 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.6 rowstatus read-write
This object indicates the status of this ring. Enumeration: 'createAndWait': 5, 'notInService': 2, 'notReady': 3, 'createAndGo': 4, 'active': 1, 'destroy': 6.