ASYNC-MIB

File: ASYNC-MIB.mib (12827 bytes)

Imported modules

RFC1155-SMI SCANET-MIB RFC-1212

Imported symbols

Counter scanet OBJECT-TYPE

Defined Types

AsyncConfigEntry  
SEQUENCE    
  asyncConfigIndex INTEGER
  asyncConfigDialMode INTEGER
  asyncConfigAutoInit INTEGER
  asyncConfigDialString OCTET STRING
  asyncConfigInitString1 OCTET STRING
  asyncConfigInitString2 OCTET STRING

AsyncMonEntry  
SEQUENCE    
  asyncMonIndex INTEGER
  asyncMonMode INTEGER
  asyncMonTransmitFailedErrors Counter
  asyncMonTransmitCongestions Counter
  asyncMonReceiveLostEndMarkers Counter
  asyncMonReceiveOverflows Counter
  asyncMonReceiveStuffingErrors Counter
  asyncMonReceiveCRCErrors Counter
  asyncMonReceiveShortPackets Counter
  asyncMonReceiveLongPackets Counter
  asyncMonReceiveUartOverrunErrors Counter
  asyncMonReceiveUartParityErrors Counter
  asyncMonReceiveUartFramingErrors Counter
  asyncMonReceiveUartBreakErrors Counter
  asyncMonCallDirection INTEGER

AsyncPcmciaEntry  
SEQUENCE    
  asyncPcmciaIndex INTEGER
  asyncPcmciaManufacturerName OCTET STRING
  asyncPcmciaProductName OCTET STRING
  asyncPcmciaProductVersionMajor INTEGER
  asyncPcmciaProductVersionMinor INTEGER
  asyncPcmciaPcmciaSupported INTEGER

Defined Values

async 1.3.6.1.4.1.208.45
OBJECT IDENTIFIER    

asyncConfig 1.3.6.1.4.1.208.45.1
OBJECT IDENTIFIER    

asyncMon 1.3.6.1.4.1.208.45.2
OBJECT IDENTIFIER    

asyncPcmcia 1.3.6.1.4.1.208.45.3
OBJECT IDENTIFIER    

asyncConfigTable 1.3.6.1.4.1.208.45.1.1
A list of configuration entries. Each entry contains the configuration of a PCMCIA interface when this is used with an asynchronous modem.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsyncConfigEntry

asyncConfigEntry 1.3.6.1.4.1.208.45.1.1.1
Every configuration option available for the PC-Card modem driver.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsyncConfigEntry  

asyncConfigIndex 1.3.6.1.4.1.208.45.1.1.1.1
The ifIndex for the modem interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asyncConfigDialMode 1.3.6.1.4.1.208.45.1.1.1.2
The dialing mode. Note that the pulse mode may not be compatible with all countries unless advanced country information is setup with the init strings.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tone(1), pulse(2)  

asyncConfigAutoInit 1.3.6.1.4.1.208.45.1.1.1.3
When auto-init is enabled the modem brand is detected and a predefined init string suited to the modem is used. When auto-init is disabled the user editable init string is used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

asyncConfigDialString 1.3.6.1.4.1.208.45.1.1.1.4
The phone number to dial, with special characters to control the dialing, like pauses and waits for new dial tones. The special characters may vary amongst the modem brands.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(40)  

asyncConfigInitString1 1.3.6.1.4.1.208.45.1.1.1.5
The first half of the user-editable init string. The two init strings are combined before use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(40)  

asyncConfigInitString2 1.3.6.1.4.1.208.45.1.1.1.6
The second half of the user-editable init string.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(40)  

asyncMonTable 1.3.6.1.4.1.208.45.2.1
A list of monitor entries. Each entry contains the monitorable data of a PCMCIA interface when this is used with an asynchronous modem.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsyncMonEntry

asyncMonEntry 1.3.6.1.4.1.208.45.2.1.1
Every value that can be monitored for the PCMCIA interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsyncMonEntry  

asyncMonIndex 1.3.6.1.4.1.208.45.2.1.1.1
The ifIndex for the modem interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asyncMonMode 1.3.6.1.4.1.208.45.2.1.1.2
The current internal state of the modem driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noConfiguration(1), noValidModem(2), initializingModem(3), resettingModem(4), waitingForResetAck(5), hangingUp(6), waitingForHangupAck(7), standBy(8), acceptingCall(9), connected(10), reserved(11), dialing(12), waitingForAnswer(13), other(14)  

asyncMonTransmitFailedErrors 1.3.6.1.4.1.208.45.2.1.1.3
The number of aborted packet transmits due to a disconnect while packets were queued for transmission.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonTransmitCongestions 1.3.6.1.4.1.208.45.2.1.1.4
The number of packet transmissions that failed due to lack of resources.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveLostEndMarkers 1.3.6.1.4.1.208.45.2.1.1.5
The number of packets discarded because the packet end signature was missing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveOverflows 1.3.6.1.4.1.208.45.2.1.1.6
The number of packets discarded due to lack of free receive buffers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveStuffingErrors 1.3.6.1.4.1.208.45.2.1.1.7
In data transmissions via an asynchrounous modem, certain characters are reserved for use with the modem, e.g. to indicate the start and end of data packets. If these reserved characters occur in the data stream, an 'Escape character' followed by a 'Substitute character' are used to represent it. This is known as stuffing. This parameter shows the number of packets discarded due to illegal combinations of the Escape character with Substitute characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveCRCErrors 1.3.6.1.4.1.208.45.2.1.1.8
The number of packets discarded due to errors in the packet detected using the packet checksum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveShortPackets 1.3.6.1.4.1.208.45.2.1.1.9
The number of packets discarded because the packets were shorter than the minimum legal packet length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveLongPackets 1.3.6.1.4.1.208.45.2.1.1.10
The number of packets discarded because the packets were larger than the maximum legal packet length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveUartOverrunErrors 1.3.6.1.4.1.208.45.2.1.1.11
The number of packets discarded because the incoming data exceeded the receive buffer size in the UART.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveUartParityErrors 1.3.6.1.4.1.208.45.2.1.1.12
The number of packets discarded because of errors in the packet detected using the parity bit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveUartFramingErrors 1.3.6.1.4.1.208.45.2.1.1.13
The number of packets discarded because of errors during receiving the bit stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonReceiveUartBreakErrors 1.3.6.1.4.1.208.45.2.1.1.14
The number of packets discarded because of a temporary loss of the received data flow.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

asyncMonCallDirection 1.3.6.1.4.1.208.45.2.1.1.15
Direction of the current call.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER incoming(1), outgoing(2), none(3)  

asyncPcmciaTable 1.3.6.1.4.1.208.45.3.1
A list of PC-Card (PCMCIA) information entries. Each entry contains the information available from the modems PCMCIA-interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsyncPcmciaEntry

asyncPcmciaEntry 1.3.6.1.4.1.208.45.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsyncPcmciaEntry  

asyncPcmciaIndex 1.3.6.1.4.1.208.45.3.1.1.1
The ifIndex for the modem interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asyncPcmciaManufacturerName 1.3.6.1.4.1.208.45.3.1.1.2
The company name of the modem manufacturer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(100)  

asyncPcmciaProductName 1.3.6.1.4.1.208.45.3.1.1.3
The brand name of the modem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(100)  

asyncPcmciaProductVersionMajor 1.3.6.1.4.1.208.45.3.1.1.4
The modem hardware major version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asyncPcmciaProductVersionMinor 1.3.6.1.4.1.208.45.3.1.1.5
The modem hardware minor version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

asyncPcmciaPcmciaSupported 1.3.6.1.4.1.208.45.3.1.1.6
This value is yes when the modem can be used with the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)