EICON-MIB-PORT

File: EICON-MIB-PORT.mib (6145 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB

Imported symbols

Counter Gauge TimeTicks
enterprises OBJECT-TYPE TRAP-TYPE
DisplayString sysName

Defined Types

OperState  
INTEGER other(1), disabled(2), ready(3), active(4), busy(5)    

AdminState  
INTEGER start(1), stop(2), dump(3), test(4), invalid(5)    

ActionState  
INTEGER done(1), failed(2), in-progress(3)    

CardRef  
INTEGER 1..6    

PortRef  
INTEGER 1..48    

PortName  
DisplayString Size(1..15)    

PositiveInteger  
INTEGER 0..2147483647    

PortEntry  
SEQUENCE    
  portIndex PortRef
  portLanaNo PortRef
  portName PortName
  portCardLocation CardRef
  portDescription DisplayString
  portOperState OperState
  portAdminStateCtr AdminState
  portOpenTime TimeTicks
  portProtocols INTEGER
  portDialerType INTEGER
  portActionState ActionState
  portActionError INTEGER

Defined Values

eicon 1.3.6.1.4.1.434
OBJECT IDENTIFIER    

management 1.3.6.1.4.1.434.2
OBJECT IDENTIFIER    

mibv2 1.3.6.1.4.1.434.2.2
OBJECT IDENTIFIER    

module 1.3.6.1.4.1.434.2.2.4
OBJECT IDENTIFIER    

port 1.3.6.1.4.1.434.2.2.3
OBJECT IDENTIFIER    

portNumberOfPorts 1.3.6.1.4.1.434.2.2.3.1
The number of existing ports on all installed EiconCards, as seen by the Agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

portTable 1.3.6.1.4.1.434.2.2.3.2
The table of the ports seen by the agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortEntry

portEntry 1.3.6.1.4.1.434.2.2.3.2.1
The set of attributes for one port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PortEntry  

portIndex 1.3.6.1.4.1.434.2.2.3.2.1.1
The index of the port generated by the Agent. Used in all other tables refering to ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

portLanaNo 1.3.6.1.4.1.434.2.2.3.2.1.2
The LANA number of the port from the configuration, range: 1..48.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortRef  

portName 1.3.6.1.4.1.434.2.2.3.2.1.3
The unique port name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortName  

portCardLocation 1.3.6.1.4.1.434.2.2.3.2.1.4
The card reference. It should match the cardIndex (from the cardTable) of the card that this port belongs to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardRef  

portDescription 1.3.6.1.4.1.434.2.2.3.2.1.5
A general description of the port set by the Operator.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..256)  

portOperState 1.3.6.1.4.1.434.2.2.3.2.1.6
The operational state of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OperState  

portAdminStateCtr 1.3.6.1.4.1.434.2.2.3.2.1.7
The parameter that can be modified by the Operator in order to change the state of the port. The value 'locked' is used to stop the port, the value 'unlocked' isued to start the port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AdminState  

portOpenTime 1.3.6.1.4.1.434.2.2.3.2.1.8
The time the port was activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

portProtocols 1.3.6.1.4.1.434.2.2.3.2.1.9
The mask indicating what is running on the port: lapb=0x1, sdlc=0x2, x25=0x4, frbs=0x8, dialer=0x100, ppp=0x1000.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portDialerType 1.3.6.1.4.1.434.2.2.3.2.1.10
The dialer type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER direct(1), v25bis(2), v22bis(3), at-cmd(4), isdn-stat(5), v32bis(6), none(7), other(8)  

portActionState 1.3.6.1.4.1.434.2.2.3.2.1.11
The state of the operation performed on the port by the Agent as a result of setting the values to the portAdminStateCtr. The Management station will poll that variable after initiating an action on the port. The value done(1) indicates that the action terminated successfully. The value failed(2) indicates that the action terminated with an error. In this case the variable portActionError indicates the error code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  ActionState  

portActionError 1.3.6.1.4.1.434.2.2.3.2.1.12
The error code after the unsuccessful operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no-error(0), err-WARNING(1), err-PARTIAL(2), err-ABORT(3), err-FAILED(4)  

portTrapStateChange 31
The trap indicates that the port has changed state.
TRAP-TYPE