SHIVA-FP-MIB

File: SHIVA-FP-MIB.mib (8889 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
SHIVA-MIB

Imported symbols

Counter TimeTicks DisplayString
OBJECT-TYPE fastpath

Defined Types

BufferTypeEntry  
SEQUENCE    
  bufferTypeIndex INTEGER
  bufferTypeType INTEGER
  bufferTypeDescr DisplayString
  bufferTypeCount INTEGER
  bufferTypeDrops INTEGER
  bufferTypeRequests INTEGER
  bufferTypeMaximum INTEGER

Defined Values

fpBuffer 1.3.6.1.4.1.166.2.1.1
OBJECT IDENTIFIER    

fpConf 1.3.6.1.4.1.166.2.1.2
OBJECT IDENTIFIER    

k-star 1.3.6.1.4.1.166.2.1.3
OBJECT IDENTIFIER    

bufferSize 1.3.6.1.4.1.166.2.1.1.1
The size of the buffers in the buffer pool. All buffers are the same size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferAvail 1.3.6.1.4.1.166.2.1.1.2
The total number of buffers initialized. This does not indicate the number of currently free buffers. Rather it is the total number of buffers which were created and made free at boot time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferDrops 1.3.6.1.4.1.166.2.1.1.3
The total number of times that a buffer was requested when none was available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

bufferTypeTable 1.3.6.1.4.1.166.2.1.1.4
Each row of this table describes statistics on buffers allocated for a specific purpose. The sum of bufferTypeCount for all rows should always equal the bufferAvail count.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BufferTypeEntry

bufferTypeEntry 1.3.6.1.4.1.166.2.1.1.4.1
The object type of the rows in bufferTypeTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BufferTypeEntry  

bufferTypeIndex 1.3.6.1.4.1.166.2.1.1.4.1.1
The enumeration of each buffer type row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferTypeType 1.3.6.1.4.1.166.2.1.1.4.1.2
enumerated type of buffer type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), free(2), localtalk(3), ethernet(4), arp(5), data(6), erbf(7), etbf(8), malloc(9), serial(10), tokenring(11)  

bufferTypeDescr 1.3.6.1.4.1.166.2.1.1.4.1.3
Text description of buffer type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

bufferTypeCount 1.3.6.1.4.1.166.2.1.1.4.1.4
The number of buffers of the type which is described by the value of bufferTypeType for this row.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferTypeDrops 1.3.6.1.4.1.166.2.1.1.4.1.5
The number of requests for buffers this type which were not fulfilled because no free buffers were available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferTypeRequests 1.3.6.1.4.1.166.2.1.1.4.1.6
The number of times buffers of this type were requested.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bufferTypeMaximum 1.3.6.1.4.1.166.2.1.1.4.1.7
A high water mark for buffers of this type. This number represents the greatest number of buffers of this type ever allocated concurrently.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

confReboot 1.3.6.1.4.1.166.2.1.2.1
The amount of time, in hundredths of a second, until the device reboots itself.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

confCheckSum 1.3.6.1.4.1.166.2.1.2.2
Indicates the validity of the FastPath's configuration. If written to, allows the management station to flush the configuration (by setting invalid), or to protect it (by setting valid).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

codeCheckSum 1.3.6.1.4.1.166.2.1.2.3
Indicates the validity of the FastPath's downloaded image. If written to, allows the management station to flush the downloaded image (by setting invalid), or to protect the it (by setting valid).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

promVersion 1.3.6.1.4.1.166.2.1.2.4
The version number of the PROM multiplied by 100, for instance, PROM version 4.1 would return 410.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

hwStatus 1.3.6.1.4.1.166.2.1.2.5
This integer is a bit mask which holds the following flags: (not all bits are valid for all products) 0x00000001 - LocalTalk failed tests 0x00000002 - LAN controller failed tests 0x00000004 - The battery is low 0x00000008 - Expansion RAM is present 0x00000010 - Ethernet 12V Fuse blown 0x00000020 - Expansion RAM failed tests 0x00000040 - Disable Enet CRS jumper installed 0x00000080 - Disable Enet SQE jumper installed 0x00000100 - Software Jumper 1 installed 0x00000200 - Software Jumper 2 installed 0x00000400 - Software Jumper 3 installed 0x00000800 - Software Jumper 4 installed 0x00007000 - EtherModule type field 0x00008000 - EtherModule type field is valid 0x00010000 - RAM Bank 3 is present 0x00020000 - RAM Bank 3 failed tests 0x00040000 - RAM Bank 4 is present 0x00080000 - RAM Bank 4 failed tests 0x00100000 - Downloader mode 0x00200000 - Software Jumper 5 installed 0x00400000 - Hardware has LocalTalk IOP 0x00800000 - VROM on top of 'sam' PROM 0x01000000 - Auxiliary memory board present 0x02000000 - Auxiliary memory board failed tests.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

confWhyReboot 1.3.6.1.4.1.166.2.1.2.6
Reason code for reboot scheduled by confReboot
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), hardware(2), firmware(3), software(4), config(5)  

confWhoReboot 1.3.6.1.4.1.166.2.1.2.7
Person responsible for reboot scheduled by confReboot
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

confRebootComment 1.3.6.1.4.1.166.2.1.2.8
Comment string for reboot scheduled by confReboot
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

confHowReboot 1.3.6.1.4.1.166.2.1.2.9
Action taken when reboot scheduled by confReboot occurs
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER cold(1), warm(2), ramdl(3), reset(4), romdl(5), dl(6), bstrap(7)  

confSerialNum 1.3.6.1.4.1.166.2.1.2.10
FastPath Serial Number
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER