Wellfleet-ASYNC-MIB

File: Wellfleet-ASYNC-MIB.mib (13793 bytes)

Imported modules

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

Imported symbols

IpAddress Counter Gauge
TimeTicks Opaque enterprises
mgmt OBJECT-TYPE TRAP-TYPE
DisplayString mib-2 wfLine

Defined Types

WfAsyncEntry  
SEQUENCE    
  wfAsyncDelete INTEGER
  wfAsyncDisable INTEGER
  wfAsyncState INTEGER
  wfAsyncSlot INTEGER
  wfAsyncConnector INTEGER
  wfAsyncCct INTEGER
  wfAsyncMtu INTEGER
  wfAsyncMadr OCTET STRING
  wfAsyncStartProtocol INTEGER
  wfAsyncRxOctets Counter
  wfAsyncTxOctets Counter
  wfAsyncRxErrors Counter
  wfAsyncTxErrors Counter
  wfAsyncRxLackRescs Counter
  wfAsyncTxLackRescs Counter
  wfAsyncTxUnderFlows Counter
  wfAsyncTxRejects Counter
  wfAsyncRxRejects Counter
  wfAsyncRxOverFlows Counter
  wfAsyncRxBadOctets Counter
  wfAsyncRxRunts Counter
  wfAsyncTxQueueLength INTEGER
  wfAsyncRxQueueLength INTEGER
  wfAsyncRxReplenMisses Counter
  wfAsyncLineNumber INTEGER
  wfAsyncRemoteAddress IpAddress
  wfAsyncRemotePort INTEGER
  wfAsyncLocalPort INTEGER
  wfAsyncBaud INTEGER
  wfAsyncIdleTimer INTEGER
  wfAsyncRxWindow INTEGER
  wfAsyncMinRxWindows Counter
  wfASyncSecTxQmaxs Counter
  wfASyncSecTxQlens Counter
  wfAsyncTCPKeepalive INTEGER
  wfAsyncTCPInactivityLimit INTEGER
  wfAsyncCfgTxQueueLength INTEGER
  wfAsyncCfgRxQueueLength INTEGER

Defined Values

wfAsyncTable 1.3.6.1.4.1.18.3.4.3
ASYNC line record
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfAsyncEntry

wfAsyncEntry 1.3.6.1.4.1.18.3.4.3.1
An entry in the ASYNC table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfAsyncEntry  

wfAsyncDelete 1.3.6.1.4.1.18.3.4.3.1.1
Create/Delete parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfAsyncDisable 1.3.6.1.4.1.18.3.4.3.1.2
Enable/Disable parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfAsyncState 1.3.6.1.4.1.18.3.4.3.1.3
Line Driver state variable, Not Present, DSR Wait, Init, Down, Up
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), init(3), notpresent(4), dsrwait(5)  

wfAsyncSlot 1.3.6.1.4.1.18.3.4.3.1.4
Instance ID Slot, filled in by driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfAsyncConnector 1.3.6.1.4.1.18.3.4.3.1.5
Instance ID Connector, filled in by driver. For the ASN this attribute is an encoded value and is equal to 'module'*10 + 'connector'. Where 'module' is defined in attribute 86 and 'connector' is defined in attribute 78 of this table. For non-ASN platforms this attribute is the physical connector number on the slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one(1), two(2), three(3), four(4)  

wfAsyncCct 1.3.6.1.4.1.18.3.4.3.1.6
CCT number for this line instance
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1023  

wfAsyncMtu 1.3.6.1.4.1.18.3.4.3.1.7
MTU parameter, this is buffer size for ASYNC media, fixed
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..1580  

wfAsyncMadr 1.3.6.1.4.1.18.3.4.3.1.8
Line MAC address, fixed - line driver fills in from the 48 bit address stored in the serial number prom for this connector.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

wfAsyncStartProtocol 1.3.6.1.4.1.18.3.4.3.1.9
Start protocol selection is provided via this parameter. The supported protocols can be selected per interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER loop(1), originate(2), answer(3)  

wfAsyncRxOctets 1.3.6.1.4.1.18.3.4.3.1.10
Number of octets received without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxOctets 1.3.6.1.4.1.18.3.4.3.1.11
Number of octets transmitted without error
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxErrors 1.3.6.1.4.1.18.3.4.3.1.12
Number of receive errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxErrors 1.3.6.1.4.1.18.3.4.3.1.13
Number of transmission errors
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxLackRescs 1.3.6.1.4.1.18.3.4.3.1.14
Number of Rx frames dropped due to lack of buffer resources
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxLackRescs 1.3.6.1.4.1.18.3.4.3.1.15
Number of frames clipped in driver's transmit routine due to transmit congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxUnderFlows 1.3.6.1.4.1.18.3.4.3.1.16
Number of transmission underflows, device FIFO went empty before next DMA request was granted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxRejects 1.3.6.1.4.1.18.3.4.3.1.17
Number of reject frames which were transmitted
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxRejects 1.3.6.1.4.1.18.3.4.3.1.18
Number of reject frames which were received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxOverFlows 1.3.6.1.4.1.18.3.4.3.1.19
Number of receive overflows, device FIFO overflowed before next DMA cycle granted. No buffer resources available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxBadOctets 1.3.6.1.4.1.18.3.4.3.1.20
Number of bad receive frames, caused by FCS errors or non octet aligned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncRxRunts 1.3.6.1.4.1.18.3.4.3.1.21
Number of runt frames received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTxQueueLength 1.3.6.1.4.1.18.3.4.3.1.22
Current Transmit Queue Length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfAsyncRxQueueLength 1.3.6.1.4.1.18.3.4.3.1.23
Current Receive Queue Length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfAsyncRxReplenMisses 1.3.6.1.4.1.18.3.4.3.1.24
Number of packet buffer misses while attempting to replenish driver receive ring.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncLineNumber 1.3.6.1.4.1.18.3.4.3.1.25
line number for this line instance
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfAsyncRemoteAddress 1.3.6.1.4.1.18.3.4.3.1.26
Remote TCP host IP address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

wfAsyncRemotePort 1.3.6.1.4.1.18.3.4.3.1.27
Remote port for TCP connection
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER port(7)  

wfAsyncLocalPort 1.3.6.1.4.1.18.3.4.3.1.28
Local port for TCP connection
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER default(2100)  

wfAsyncBaud 1.3.6.1.4.1.18.3.4.3.1.29
Async line speed
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER r300(300), r1200(1200), r2400(2400), r4800(4800), r9600(9600), r19200(19200)  

wfAsyncIdleTimer 1.3.6.1.4.1.18.3.4.3.1.30
Async line Idle timer
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

wfAsyncRxWindow 1.3.6.1.4.1.18.3.4.3.1.31
Configured TCP receive window
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 512..65535  

wfAsyncMinRxWindows 1.3.6.1.4.1.18.3.4.3.1.32
Low-water mark of receive window (for latest connection)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfASyncSecTxQmaxs 1.3.6.1.4.1.18.3.4.3.1.33
secondary TX queue hi-water mark (for this connection)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfASyncSecTxQlens 1.3.6.1.4.1.18.3.4.3.1.34
secondary TX queue present value
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfAsyncTCPKeepalive 1.3.6.1.4.1.18.3.4.3.1.35
Keepalive timer. A keepalive (probe) message is sent out if there is no activity in this number of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 3..180  

wfAsyncTCPInactivityLimit 1.3.6.1.4.1.18.3.4.3.1.36
Inactivity limit. Connection (eligable for) reset if no activity in this number of seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER -65536..65535  

wfAsyncCfgTxQueueLength 1.3.6.1.4.1.18.3.4.3.1.37
Configured Transmit Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

wfAsyncCfgRxQueueLength 1.3.6.1.4.1.18.3.4.3.1.38
Configured Receive Queue Length. Values other than zero over-ride the router selected values. A value of zero has a special meaning. Zero causes router based default values to be used. Values larger than the compiled ring size are truncated to the compiled ring size.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255