CT-DAWANCONN-MIB

File: CT-DAWANCONN-MIB.mib (13520 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC-1212
CTRON-OIDS

Imported symbols

TimeStamp Gauge OBJECT-TYPE
cabletron

Defined Types

DisplayString  
OCTET STRING    

DaWanConnectionEntry  
SEQUENCE    
  daWanConnectionIndex INTEGER
  daWanConnectionIfIndex INTEGER
  daWanConnectionState INTEGER
  daWanConnectionConnectControl INTEGER
  daWanConnectionConnectType INTEGER
  daWanConnectionDeviceIndex INTEGER
  daWanConnectionConnectSpeed Gauge
  daWanConnectionPeerAddress DisplayString
  daWanConnectionLocalAddress DisplayString
  daWanConnectionSubAddress DisplayString
  daWanConnectionInfoType INTEGER
  daWanConnectionChargedUnits INTEGER
  daWanConnectionConnectTime TimeStamp
  daWanConnectionConnectDirection INTEGER
  daWanConnectionDisconnectTime TimeStamp
  daWanConnectionDisconnectDirection INTEGER
  daWanConnectionDisconnectCause INTEGER
  daWanConnectionDisconnectText DisplayString

Defined Values

ctSSA 1.3.6.1.4.1.52.4497
OBJECT IDENTIFIER    

daWanConnection 1.3.6.1.4.1.52.4497.17
OBJECT IDENTIFIER    

daWanNumConnections 1.3.6.1.4.1.52.4497.17.1
This is the total number of connection objects currently in the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

daWanConnectionTable 1.3.6.1.4.1.52.4497.17.2
A list of Demand Access remote WAN connections
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DaWanConnectionEntry

daWanConnectionEntry 1.3.6.1.4.1.52.4497.17.2.1
An entry containing wan connection information and statistics.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DaWanConnectionEntry  

daWanConnectionIndex 1.3.6.1.4.1.52.4497.17.2.1.1
This is the index into this table. This index uniquely identifies the Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

daWanConnectionIfIndex 1.3.6.1.4.1.52.4497.17.2.1.2
This is the ifIndex value of the wan connection group. If the ifIndex value is unknown, the value of this object will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

daWanConnectionState 1.3.6.1.4.1.52.4497.17.2.1.3
This is the state of the Connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), connecting(2), connected(3), active(4), disconnecting(5), disconnected(6)  

daWanConnectionConnectControl 1.3.6.1.4.1.52.4497.17.2.1.4
This object controls the desired state of the wan Connection. Setting this object to connect(1) will initiate the set of actions to bring the wan Connection to the active state. Only set the object to connect(1) when the current value of daWanConnectionState is inactive. Setting this object to disconnect(2) will initiate the set of actions to bring the wan Connection to the inactive state. Only set this object to disconnect(2) when the daWanConnectionState is active. After setting the Connection to connect(1) or disconnect(2), refer to daWanConnectionState to determine the state of the wan Connection. Queries to daWanConnectionConnectControl return unknown results.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER connect(1), disconnect(2), unknown(3)  

daWanConnectionConnectType 1.3.6.1.4.1.52.4497.17.2.1.5
This specifies the type of the wan connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER digitalCircuit(1), analogCircuit(2)  

daWanConnectionDeviceIndex 1.3.6.1.4.1.52.4497.17.2.1.6
This is the index of the device that is associated with this connection. This value will be zero if there is no device associated with this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

daWanConnectionConnectSpeed 1.3.6.1.4.1.52.4497.17.2.1.7
The information transfer speed in bits/second when calling this peer. The detailed media specific information, e.g. information type and information transfer rate for ISDN circuits, has to be extracted from this object. If the transfer speed to be used is unknown the value of this object may be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

daWanConnectionLocalAddress 1.3.6.1.4.1.52.4497.17.2.1.8
Call Address at which the connection will originate from. Think of this as the set of characters following 'ATDT ' or the 'phone number' included in a D channel call request. The structure of this information will be switch type specific. If there is no address information required for reaching the peer, i.e., for leased lines, this object will be a zero length string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

daWanConnectionPeerAddress 1.3.6.1.4.1.52.4497.17.2.1.9
Calling Party Number information element, as for example passed in an ISDN SETUP message by a PBX or switch, for incoming calls. This address can be used to identify the peer. If this address is either unknown or identical to daWanConnectionLocalAddress, this object will be a zero length string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

daWanConnectionSubAddress 1.3.6.1.4.1.52.4497.17.2.1.10
Subaddress at which the connection will originate from. If the subaddress is undefined for the given media or unused, then the value is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

daWanConnectionInfoType 1.3.6.1.4.1.52.4497.17.2.1.11
The Information Transfer Capability to be used for this connection. speech(2) refers to a non-data connection, whereas audio31(6) and audio7(7) refer to data mode connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), speech(2), unrestrictedDigital(3), unrestrictedDigital56(4), restrictedDigital(5), audio31(6), audio7(7), video(8), packetSwitched(9), fax(10)  

daWanConnectionChargedUnits 1.3.6.1.4.1.52.4497.17.2.1.12
The number of charged units for this connection. For incoming calls or if charging information is not supplied by the switch, the value of this object will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

daWanConnectionConnectTime 1.3.6.1.4.1.52.4497.17.2.1.13
The value of sysUpTime when this connection was completed. This object will be updated whenever a call is completed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

daWanConnectionConnectDirection 1.3.6.1.4.1.52.4497.17.2.1.14
The direction from which this connect occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER in(1), out(2)  

daWanConnectionDisconnectTime 1.3.6.1.4.1.52.4497.17.2.1.15
The value of sysUpTime when this call was disconnected. This object will be updated whenever a call is disconnected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeStamp  

daWanConnectionDisconnectDirection 1.3.6.1.4.1.52.4497.17.2.1.16
The direction from which this disconnect occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER in(1), out(2)  

daWanConnectionDisconnectCause 1.3.6.1.4.1.52.4497.17.2.1.17
The encoded network cause value associated with this call. This object will be updated whenever a call is started or cleared. The value of this object will depend on the interface type as well as on the protocol and protocol version being used on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

daWanConnectionDisconnectText 1.3.6.1.4.1.52.4497.17.2.1.18
ASCII text describing the reason for this call termination. This object exists because it would be impossible for a management station to store all possible cause values for all types of interfaces. It should be used only if a management station is unable to decode the value of daWanConnectionDisconnectCause. This object will be updated whenever a call is started or cleared.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)