AISLCASYNC-MIB

File: AISLCASYNC-MIB.mib (12800 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
DisplayString TruthValue

Defined Types

PositiveInteger  
INTEGER 1..2147483647    

AISLCAsyncEntry  
SEQUENCE    
  aislcasyLinkNumber PositiveInteger
  aislcasyApplication INTEGER
  aislcasyDirectConnectAlias DisplayString
  aislcasyXonInterval INTEGER
  aislcasyCallState DisplayString
  aislcasyMinimizeLatency TruthValue

AISLCAsyncConnOptEntry  
SEQUENCE    
  aislcacoLinkNumber PositiveInteger
  aislcacoOnActiveDSR TruthValue
  aislcacoOnActiveDCD TruthValue
  aislcacoOnIncomingChar TruthValue
  aislcacoDirectConnect TruthValue
  aislcacoRetryTimer INTEGER
  aislcacoConnectString DisplayString

AISLCAsyncDiscOptEntry  
SEQUENCE    
  aislcadoLinkNumber PositiveInteger
  aislcadoOnLostDSR TruthValue
  aislcadoOnLostDCD TruthValue
  aislcadoOnBreak TruthValue
  aislcadoInactivityTimer INTEGER
  aislcadoDisconnectString DisplayString
  aislcadoInactivityReceive TruthValue

AISLCAsyncModemOptEntry  
SEQUENCE    
  aislcmdmLinkNumber PositiveInteger
  aislcmdmInitString DisplayString
  aislcmdmTermString DisplayString
  aislcmdmTimeToConnect INTEGER
  aislcmdmMaxDialAttempts INTEGER
  aislcmdmDtrConnState INTEGER
  aislcmdmDtrDconnState INTEGER
  aislcmdmRtsConnState INTEGER
  aislcmdmRtsDconnState INTEGER

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSLCAsync 1.3.6.1.4.1.539.23
MIB module for SLCs with asynchronous links.
MODULE-IDENTITY    

aiSLCAsyncTable 1.3.6.1.4.1.539.23.1
Table of asynchronous link information indexed by link number. Includes link appplication and direct connect alias.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AISLCAsyncEntry

aiSLCAsyncEntry 1.3.6.1.4.1.539.23.1.1
Entry of aiSLCAsyncTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AISLCAsyncEntry  

aislcasyLinkNumber 1.3.6.1.4.1.539.23.1.1.1
Link number to which this table row applies.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aislcasyApplication 1.3.6.1.4.1.539.23.1.1.2
Application configured for the this link. login(1): Link provides a login prompt. destination(2): Link is only a destination and cannot be used to place calls. directConnect(3): Link connects directly to the destination stored in aislcasyDirectConnectAlias. callMenu(4): Link provides a menu of destinations to which calls can be placed.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER login(1), destination(2), directConnect(3), callMenu(4)  

aislcasyDirectConnectAlias 1.3.6.1.4.1.539.23.1.1.3
Alias used when aislcasyApplication is directConnect(3). Maximum length is 255 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

aislcasyXonInterval 1.3.6.1.4.1.539.23.1.1.4
Time between sending successive XON characters. Maximum is 120 seconds. Zero disables sending periodic XONs.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..120  

aislcasyCallState 1.3.6.1.4.1.539.23.1.1.5
Read only string describing the current link call state.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

aislcasyMinimizeLatency 1.3.6.1.4.1.539.23.1.1.6
Minimizes buffer latency.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aiSLCAsyncConnOptTable 1.3.6.1.4.1.539.23.2
Table of asynchronous link connect options indexed by link number. Includes settings for when and how to establish connections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AISLCAsyncConnOptEntry

aiSLCAsyncConnOptEntry 1.3.6.1.4.1.539.23.2.1
Entry of aiSLCAsyncConnOptTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AISLCAsyncConnOptEntry  

aislcacoLinkNumber 1.3.6.1.4.1.539.23.2.1.1
Link number to which this table row applies.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aislcacoOnActiveDSR 1.3.6.1.4.1.539.23.2.1.2
Consider link active when DSR is active.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcacoOnActiveDCD 1.3.6.1.4.1.539.23.2.1.3
Consider link active when DCD is active.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcacoOnIncomingChar 1.3.6.1.4.1.539.23.2.1.4
Consider link active when characters are received.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcacoDirectConnect 1.3.6.1.4.1.539.23.2.1.5
Connect to destination specified in aislcasyDirectConnectAlias as soon as the link is enabled. This overrides other connection options.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcacoRetryTimer 1.3.6.1.4.1.539.23.2.1.6
Wait interval after unsuccessful call. Maximum is 32767 seconds. Zero disables retry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

aislcacoConnectString 1.3.6.1.4.1.539.23.2.1.7
String to send immediately after a call is established. Maximum length is 80 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

aiSLCAsyncDiscOptTable 1.3.6.1.4.1.539.23.3
Table of asynchronous link disconnect options indexed by link number. Includes settings for when and how to close connections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AISLCAsyncDiscOptEntry

aiSLCAsyncDiscOptEntry 1.3.6.1.4.1.539.23.3.1
Entry of aiSLCAsyncDiscOptTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AISLCAsyncDiscOptEntry  

aislcadoLinkNumber 1.3.6.1.4.1.539.23.3.1.1
Link number to which this table row applies.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aislcadoOnLostDSR 1.3.6.1.4.1.539.23.3.1.2
Disconnect call when DSR is lost.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcadoOnLostDCD 1.3.6.1.4.1.539.23.3.1.3
Disconnect call when DCD is lost.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcadoOnBreak 1.3.6.1.4.1.539.23.3.1.4
Disconnect call when a break character is received.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aislcadoInactivityTimer 1.3.6.1.4.1.539.23.3.1.5
Interval of inactivity after which a call is disconnected. Maximum is 32767 seconds. Zero disables disconnect-on-inactivty.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..32767  

aislcadoDisconnectString 1.3.6.1.4.1.539.23.3.1.6
String to send immediately before a call is disconnected. Maximum length is 80 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

aislcadoInactivityReceive 1.3.6.1.4.1.539.23.3.1.7
Inactivity Timer enabled when link receives calls.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

aiSLCAsyncModemOptTable 1.3.6.1.4.1.539.23.4
Table of asynchronous link modem options indexed by link number. Includes settings for modem strings, dialing timeout, retry limit, and signal lead options.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AISLCAsyncModemOptEntry

aiSLCAsyncModemOptEntry 1.3.6.1.4.1.539.23.4.1
Entry of aiSLCAsyncModemOptTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AISLCAsyncModemOptEntry  

aislcmdmLinkNumber 1.3.6.1.4.1.539.23.4.1.1
Link number to which this table row applies.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aislcmdmInitString 1.3.6.1.4.1.539.23.4.1.2
String to send when a link is enabled or restarted, possibly to place a modem in auto-answer mode, to cause a modem to dial a remote location, or to prepare a modem in some other way. Maximum length is 80 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

aislcmdmTermString 1.3.6.1.4.1.539.23.4.1.3
String to send immediately after the disconnect string, before a call is disconnected, possibly for the bennefit of an attached modem. Maximum length is 80 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..80)  

aislcmdmTimeToConnect 1.3.6.1.4.1.539.23.4.1.4
Number of seconds to wait for modem to connect after dialing. Maximum is 300 seconds. Minimum is 5 seconds
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

aislcmdmMaxDialAttempts 1.3.6.1.4.1.539.23.4.1.5
Maximum number of times to dial when placing an outgoing call. Maximum is 100 attempts. Zero retrys dialing forever.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

aislcmdmDtrConnState 1.3.6.1.4.1.539.23.4.1.6
State of DTR when connected or connecting. on(1): DTR is on when link is connected or connecting. off(2): DTR is off when link is connected or connecting.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

aislcmdmDtrDconnState 1.3.6.1.4.1.539.23.4.1.7
State of DTR when disconnected. on(1): DTR is on when link is disconnected. off(2): DTR is off when link is disconnected. toggle(3): DTR toggles on-to-off when link disconnects.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), toggle(3)  

aislcmdmRtsConnState 1.3.6.1.4.1.539.23.4.1.8
State of DTR when connected or connecting. on(1), RTS is on when link is connected or connecting. off(2), RTS is off when link is connected or connecting. followsDSR(3), RTS follows the state of DSR when link is connected or connecting. xmitFlowControl(4), RTS is on when the DTE has data to send, and DTE sends only when DCE asserts CTS on. bidirectionalFlowControl(5) RTS is on when DTE is ready to accept data from DCE, and DTE sends only when DCE asserts CTS on followsData(6), RTS is asserted only when data is transmitted.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), followsDSR(3), xmitFlowControl(4), bidirectionalFlowControl(5), followsData(6)  

aislcmdmRtsDconnState 1.3.6.1.4.1.539.23.4.1.9
State of RTS when disconnected. on(1): RTS is on when link is disconnected. off(2): RTS is off when link is disconnected. toggle(3): DTR toggles on-to-off when link disconnects.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), toggle(3)