GERP-MIB

File: GERP-MIB.mib (7587 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC GREENTECH-MASTER-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Unsigned32 TimeTicks
TimeInterval RowStatus TruthValue
DisplayString TEXTUAL-CONVENTION MacAddress
gbnL2 MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

GerpDomainEntry  
SEQUENCE    
  gerpDomainId Integer32
  gerpMVlanId Integer32

GerpRingEntry  
SEQUENCE    
  gerpRingId Integer32
  gerpRingLevel Integer32
  gerpBrdgRole INTEGER
  gerpPriComPortId Integer32
  gerpSecEdgePortId Integer32
  gerpRowStatus RowStatus

Defined Values

gerpMib 1.3.6.1.4.1.13464.1.2.4.7
The gerp MIB is targeted at easing gerp configuration via snmp tools.
MODULE-IDENTITY    

gerpMIBObjects 1.3.6.1.4.1.13464.1.2.4.7.1
OBJECT IDENTIFIER    

gerp 1.3.6.1.4.1.13464.1.2.4.7.1.1
OBJECT IDENTIFIER    

gerpOnoff 1.3.6.1.4.1.13464.1.2.4.7.1.1.1
Enable/disable gerp function for this bridge.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

gerpHealthTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.2
The hello timer is used by master or edge node for ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

gerpHealthTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.3
The timeout value used by master during ring health detection. The correct operational formula: FailedTimer >= 3 * HelloTimer
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3..30  

gerpMajorFaultTime 1.3.6.1.4.1.13464.1.2.4.7.1.1.4
The timeout value used by assitant edge during ring health detection.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 2..29  

gerpPrefwdTimeout 1.3.6.1.4.1.13464.1.2.4.7.1.1.5
The block timeout value used by node when portup event occurs.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 3..30  

gerpDomainTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.6
A table that contains domain-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GerpDomainEntry

gerpDomainEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1
A list of information maintained by every domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  GerpDomainEntry  

gerpDomainId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.1
The domain ID is used when network is managed in unit of domain, one domain should be a set of contiguous bridges.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

gerpMVlanId 1.3.6.1.4.1.13464.1.2.4.7.1.1.6.1.2
The manage VLAN ID of the domain.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4093  

gerpRingTable 1.3.6.1.4.1.13464.1.2.4.7.1.1.7
A table that contains domain-and-ring-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GerpRingEntry

gerpRingEntry 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1
A list of information maintained by every ring.
Status: current Access: not-accessible
OBJECT-TYPE    
  GerpRingEntry  

gerpRingId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.1
The identifier of ethernet ring which reside in a domain.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

gerpRingLevel 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.2
The ring level,0 means master ring, while 1 means sub ring.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1  

gerpBrdgRole 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.3
The bridge role in ethernet ring.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER master(1), trans(2), edge(3), assEdge(4)  

gerpPriComPortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.4
The primary port id when bridge is master or transmit,the common port id otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

gerpSecEdgePortId 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.5
The secondary port id when bridge is master or transmit,the edge port id otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..255  

gerpRowStatus 1.3.6.1.4.1.13464.1.2.4.7.1.1.7.1.6
This object indicates the status of this ring.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)