ADAPTECDURALINK-MIB

File: ADAPTECDURALINK-MIB.mib (16464 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

Counter enterprises OBJECT-TYPE
DisplayString PhysAddress

Defined Types

InterfaceStatsEntry  
SEQUENCE    
  iInterfaceIndex INTEGER
  iInterfaceName DisplayString
  iInterfacePorts INTEGER
  iPermNetAddress PhysAddress
  iCurrentNetAddress PhysAddress
  iDataRate INTEGER
  iTotalPacketsTransmitted Counter
  iTotalBytesTransmitted Counter
  iTotalPacketsReceived Counter
  iTotalBytesReceived Counter
  iTotalTransmitErrors Counter
  iTotalReceiveErrors Counter
  iInterfaceType INTEGER

PortStatsEntry  
SEQUENCE    
  pInterfaceIndex INTEGER
  pPortIndex INTEGER
  pPortName DisplayString
  pCardNumber INTEGER
  pCardPortNumber INTEGER
  pPermNetAddress PhysAddress
  pCurrentNetAddress PhysAddress
  pDataRate INTEGER
  pTotalPacketsTransmitted Counter
  pTotalBytesTransmitted Counter
  pTotalPacketsReceived Counter
  pTotalBytesReceived Counter
  pTotalTransmitErrors Counter
  pTotalReceiveErrors Counter
  pStatus INTEGER

CardInformationEntry  
SEQUENCE    
  cCardIndex INTEGER
  cCardDescription DisplayString
  cPortsOnCard INTEGER

CardPortInfoEntry  
SEQUENCE    
  cpCardIndex INTEGER
  cpPortIndex INTEGER
  cpInterfaceNumber INTEGER
  cpPortNumber INTEGER
  cpTableNumber1 INTEGER

Defined Values

adaptec 1.3.6.1.4.1.795
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.795.3
OBJECT IDENTIFIER    

nic 1.3.6.1.4.1.795.3.1
OBJECT IDENTIFIER    

npg 1.3.6.1.4.1.795.3.1.2
OBJECT IDENTIFIER    


information 1.3.6.1.4.1.795.3.1.2.3.1
OBJECT IDENTIFIER    

numInterfaces 1.3.6.1.4.1.795.3.1.2.3.1.1
The number of Adaptec network interfaces present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

numPorts 1.3.6.1.4.1.795.3.1.2.3.1.2
The number of Adaptec network ports present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

numCards 1.3.6.1.4.1.795.3.1.2.3.1.3
The number of Adaptec network adapters present on this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

interfaceStatsTable 1.3.6.1.4.1.795.3.1.2.3.2
The table listing Adaptec network interface statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    InterfaceStatsEntry

interfaceStatsEntry 1.3.6.1.4.1.795.3.1.2.3.2.1
Each entry lists statistics for a single network interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InterfaceStatsEntry  

iInterfaceIndex 1.3.6.1.4.1.795.3.1.2.3.2.1.1
A unique value assigned to each interface This is an increasing numeric value ranging between 1 and the value of NumInterfaces.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

iInterfaceName 1.3.6.1.4.1.795.3.1.2.3.2.1.2
The descriptive name assigned to the interface at the time the interface was configured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

iInterfacePorts 1.3.6.1.4.1.795.3.1.2.3.2.1.3
The number of ports in the interface. An interface may consist of one or more ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

iPermNetAddress 1.3.6.1.4.1.795.3.1.2.3.2.1.4
The permanent network address assigned to this interface. This is the node address stored permanently in the adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

iCurrentNetAddress 1.3.6.1.4.1.795.3.1.2.3.2.1.5
The network address currently assigned this interface. This address may be administered by software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

iDataRate 1.3.6.1.4.1.795.3.1.2.3.2.1.6
This is the rate at which data is transferred over this interface, measured in MPBS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

iTotalPacketsTransmitted 1.3.6.1.4.1.795.3.1.2.3.2.1.7
This is the total number of packets transmitted over this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iTotalBytesTransmitted 1.3.6.1.4.1.795.3.1.2.3.2.1.8
This is the total number of bytes transmitted over this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iTotalPacketsReceived 1.3.6.1.4.1.795.3.1.2.3.2.1.9
This is the total number of packets received over this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iTotalBytesReceived 1.3.6.1.4.1.795.3.1.2.3.2.1.10
This is the total number of bytes received over this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iTotalTransmitErrors 1.3.6.1.4.1.795.3.1.2.3.2.1.11
This is the total number of Transmit errors seen on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iTotalReceiveErrors 1.3.6.1.4.1.795.3.1.2.3.2.1.12
This is the total number of Receive errors seen on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

iInterfaceType 1.3.6.1.4.1.795.3.1.2.3.2.1.13
This is the interface type. standalone indicates a single port configuration. failover indicates a two port group supporting failover resiliency. loadBalanced indicates a multiple port group providing load balancing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER standalone(1), failover(2), loadBalanced(3)  

portStatsTable 1.3.6.1.4.1.795.3.1.2.3.3
The table listing Adaptec network port statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortStatsEntry

portStatsEntry 1.3.6.1.4.1.795.3.1.2.3.3.1
Each entry lists statistics for a single network port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortStatsEntry  

pInterfaceIndex 1.3.6.1.4.1.795.3.1.2.3.3.1.1
A unique value assigned to each interface This is an increasing numeric value ranging between 1 and the value of NumInterfaces.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pPortIndex 1.3.6.1.4.1.795.3.1.2.3.3.1.2
A unique value assigned to each port on a particular interface. This is an increasing numeric value ranging between 1 and the value of iInterfacePorts for the interface indexed by iInterfaceIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pPortName 1.3.6.1.4.1.795.3.1.2.3.3.1.3
The descriptive name assigned to the port. This may not be supported by all operating systems.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

pCardNumber 1.3.6.1.4.1.795.3.1.2.3.3.1.4
The value of cpCardIndex that corresponds to this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pCardPortNumber 1.3.6.1.4.1.795.3.1.2.3.3.1.5
The value of cpPortIndex that corresponds to this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pPermNetAddress 1.3.6.1.4.1.795.3.1.2.3.3.1.6
The permanent network address assigned to this port. This is the node address stored permanently in the adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

pCurrentNetAddress 1.3.6.1.4.1.795.3.1.2.3.3.1.7
The network address currently assigned to this port. This address may be administered by software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

pDataRate 1.3.6.1.4.1.795.3.1.2.3.3.1.8
This is the rate at which data is transferred over this port, measured in MPBS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pTotalPacketsTransmitted 1.3.6.1.4.1.795.3.1.2.3.3.1.9
This is the total number of packets transmitted over this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pTotalBytesTransmitted 1.3.6.1.4.1.795.3.1.2.3.3.1.10
This is the total number of bytes transmitted over this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pTotalPacketsReceived 1.3.6.1.4.1.795.3.1.2.3.3.1.11
This is the total number of packets received over this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pTotalBytesReceived 1.3.6.1.4.1.795.3.1.2.3.3.1.12
This is the total number of bytes received over this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pTotalTransmitErrors 1.3.6.1.4.1.795.3.1.2.3.3.1.13
This is the total number of transmit errors seen on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pTotalReceiveErrors 1.3.6.1.4.1.795.3.1.2.3.3.1.14
This is the total number of receive errors seen on this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

pStatus 1.3.6.1.4.1.795.3.1.2.3.3.1.15
The current status of the port. portActive indicates a functioning port. portDown indicates a port that is not functioning. portDisabled indicates a port that has been down for some time or has demonstrated a serious problem which should be addressed by the system administrator. portInStandby indicates a port which is designated as a backup in a failover interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER portActive(1), portDown(2), portInStandby(3), portDisabled(4)  

cardInformationTable 1.3.6.1.4.1.795.3.1.2.3.4
A table listing Adaptec network card information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardInformationEntry

cardInformationEntry 1.3.6.1.4.1.795.3.1.2.3.4.1
Each entry lists information about a single network card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardInformationEntry  

cCardIndex 1.3.6.1.4.1.795.3.1.2.3.4.1.1
A unique value assigned to each network card. This is an increasing numeric value ranging between 1 and the value of NumCards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cCardDescription 1.3.6.1.4.1.795.3.1.2.3.4.1.2
The descriptive name assigned to the network card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

cPortsOnCard 1.3.6.1.4.1.795.3.1.2.3.4.1.3
The number of ports on the network card.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cardPortInfoTable 1.3.6.1.4.1.795.3.1.2.3.5
This table indicates the interface and port number associated with each port on all installed network cards.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CardPortInfoEntry

cardPortInfoEntry 1.3.6.1.4.1.795.3.1.2.3.5.1
Each entry lists information for a single port on a network card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CardPortInfoEntry  

cpCardIndex 1.3.6.1.4.1.795.3.1.2.3.5.1.1
A unique value assigned to each network card. This is an increasing numeric value ranging between 1 and the value of NumCards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpPortIndex 1.3.6.1.4.1.795.3.1.2.3.5.1.2
A unique value assigned to each port on a particular network card. This is an increasing numeric value ranging between 1 and the value of cPortsOnCard for the card indexed by cCardIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpInterfaceNumber 1.3.6.1.4.1.795.3.1.2.3.5.1.3
The value of pInterfaceIndex that corresponds to this port. If this port is not part of an interface it will be set to 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpPortNumber 1.3.6.1.4.1.795.3.1.2.3.5.1.4
The value of pPortIndex that corresponds to this port. If this port is not part of an interface it will be set to 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpTableNumber1 1.3.6.1.4.1.795.3.1.2.3.5.1.5
The value of Lan Adapter component table rows that correspond to this port. This provides a mapping to entries in an SNMP implementation of the Desktop Management Interface Lan Adapter Component. If this port is not in use on the system this value will be set to 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

duralinkStatusTrap 1
The port status has changed.
TRAP-TYPE