BIANCA-BRICK-BINARY-MIB

File: BIANCA-BRICK-BINARY-MIB.mib (4491 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

NetworkAddress IpAddress Counter
Gauge TimeTicks OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

BinEntry  
SEQUENCE    
  binEntIndex INTEGER
  binEntNextIndex INTEGER
  binEntSetId INTEGER
  binEntData OCTET STRING

BinFileEntry  
SEQUENCE    
  binFileEntName DisplayString
  binFileEntSize INTEGER
  binFileEntSetId INTEGER

Defined Values

org 1.3
OBJECT IDENTIFIER    

dod 1.3.6
OBJECT IDENTIFIER    

internet 1.3.6.1
OBJECT IDENTIFIER    

private 1.3.6.1.4
OBJECT IDENTIFIER    

enterprises 1.3.6.1.4.1
OBJECT IDENTIFIER    

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

ipsec 1.3.6.1.4.1.272.4.26
OBJECT IDENTIFIER    

binTable 1.3.6.1.4.1.272.4.26.65
The binTable contains chunks of binary data which can be chained to larger amounts of data, allowing to store objects of an arbitrary size and format. This table is for internal use only.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BinEntry

binEntry 1.3.6.1.4.1.272.4.26.65.1
The binTableEntry objects contain a chunk of binary data each of a maximum of 255 byte in length and can be concatenated to sets of binary data of an arbitrary size and format using the binEntIndex and binEntNextIndex fields. The binEntSetId field is used to identify all blocks of the same set.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BinEntry  

binEntIndex 1.3.6.1.4.1.272.4.26.65.1.1
The Index is a unique identifier for this entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

binEntNextIndex 1.3.6.1.4.1.272.4.26.65.1.2
This object specifies the index of the next chunk of data in a set
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

binEntSetId 1.3.6.1.4.1.272.4.26.65.1.3
This object serves as a unique identifier for the binary data set this entry belongs to and is equal for all entries of a set
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

binEntData 1.3.6.1.4.1.272.4.26.65.1.4
This object contains a chunk of binary data
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING 0..255  

binFileTable 1.3.6.1.4.1.272.4.26.66
The binFileTable contains entries which combine a name and a set of binary data from the binTable to a file
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BinFileEntry

binFileEntry 1.3.6.1.4.1.272.4.26.66.1
The binFileEntry objects contain a file name and a set identifier referencing a data set from the binTable
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BinFileEntry  

binFileEntName 1.3.6.1.4.1.272.4.26.66.1.1
This object contains the file name
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

binFileEntSize 1.3.6.1.4.1.272.4.26.66.1.2
This object contains the current size of the file
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

binFileEntSetId 1.3.6.1.4.1.272.4.26.66.1.17
This object contains the set identifier as a reference to the binTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER