AIETHERPORT-MIB

File: AIETHERPORT-MIB.mib (3564 bytes)

Imported modules

RFC1213-MIB SNMPv2-SMI AISYSTEM-MIB

Imported symbols

DisplayString MODULE-IDENTITY OBJECT-TYPE
Counter32 Gauge32 enterprises
PositiveInteger

Defined Types

ETHERPortCnfEntry  
SEQUENCE    
  etherPortIndex PositiveInteger
  etherPortName DisplayString
  etherPortAdminStatus PositiveInteger
  etherPortSpeedCtrl PositiveInteger

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiEtherport 1.3.6.1.4.1.539.31
The MIB Module for Ether Port Control.
MODULE-IDENTITY    

aiEtherCnf 1.3.6.1.4.1.539.31.1
OBJECT IDENTIFIER    

etherPortCnfTable 1.3.6.1.4.1.539.31.1.1
Table of configuration information about Ether ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ETHERPortCnfEntry

etherPortCnfEntry 1.3.6.1.4.1.539.31.1.1.1
Entries of aiEtherPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ETHERPortCnfEntry  

etherPortIndex 1.3.6.1.4.1.539.31.1.1.1.1
This object identifies the port within the group for which this entry contains information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1024  

etherPortName 1.3.6.1.4.1.539.31.1.1.1.2
This is the name of the ether port.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..30)  

etherPortAdminStatus 1.3.6.1.4.1.539.31.1.1.1.3
The status of the ether port. The port status may be changed. If the port status is up, then that port is operational. If the port status is down, then that port has been disabled. This item follows the adminStatus of the MIB-II ifTable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

etherPortSpeedCtrl 1.3.6.1.4.1.539.31.1.1.1.4
The speed control setting for ether ports. Fiber ether ports are always 100 Mbps full duplex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), t10Half(2), t10Full(3), tx100Half(4), tx100Full(5)