BIANCA-BRICK-GRE-MIB

File: BIANCA-BRICK-GRE-MIB.mib (3613 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress Counter enterprises
DisplayString OBJECT-TYPE

Defined Types

GreIfEntry  
SEQUENCE    
  greIfIndex INTEGER
  greIfDescr DisplayString
  greIfMtu INTEGER
  greDstIpAddr IpAddress
  greKey INTEGER
  greUseKey INTEGER
  greSrcIpAddr IpAddress

Defined Values

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

vpn 1.3.6.1.4.1.272.4.23
OBJECT IDENTIFIER    

greIfTable 1.3.6.1.4.1.272.4.23.5
This Table contains configuration information for GRE interfaces. Each time a new entry is created here, a corresponding entry is created in the ifTable and biboAdmDeviceTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GreIfEntry

greIfEntry 1.3.6.1.4.1.272.4.23.5.1
Entries in this table are created by defining a new value for the field greDstIpAddr. Entries may be deleted by setting the field greUseKey to 'delete'.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  GreIfEntry  

greIfIndex 1.3.6.1.4.1.272.4.23.5.1.1
The index of the virtual interface. This object identifies a row in the ifTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

greIfDescr 1.3.6.1.4.1.272.4.23.5.1.2
The name of the virtual interface. The same name will be assigned to the corresponding ifDescr in the ifTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

greIfMtu 1.3.6.1.4.1.272.4.23.5.1.3
Determines size of the largest datagram which can be sent on the interface, specified in octets (see ifMtu).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..8192  

greDstIpAddr 1.3.6.1.4.1.272.4.23.5.1.4
The IP address of the GRE remote partner.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

greKey 1.3.6.1.4.1.272.4.23.5.1.5
The optional 32-bit key for this GRE tunnel. Multiple tunnels can be used simultaneously between the two same GRE partners provided each tunnel uses a different key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

greUseKey 1.3.6.1.4.1.272.4.23.5.1.6
This object indicates, whether the key value specified in greKey should be processed in GRE headers.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), yes(2), no(3)  

greSrcIpAddr 1.3.6.1.4.1.272.4.23.5.1.7
The source IP address used when sending GRE packets. If this value is set to 0.0.0.0, the IP address of the interface used to route packets towards the remote partner will be automatically selected for this purpose.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress