CT-DAWAN-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CT-DAWAN-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ctSSA | 1.3.6.1.4.1.52.4497 | |||
ctDAWanDevices | 1.3.6.1.4.1.52.4497.16 | |||
ctDAWanDeviceNumDevices | 1.3.6.1.4.1.52.4497.16.1 | integer | read-only |
This is the total number of devices currently in the local system cache. |
ctDAWanDevicesTable | 1.3.6.1.4.1.52.4497.16.2 | no-access |
A list of Demand Access remote WAN devices. This list reflects the contents of the local system cache. The local cache maintains an account for each device. Each entry in the local cache is a conceptual row in the SNMP table. |
|
1.3.6.1.4.1.52.4497.16.2.1 | no-access |
An entry containing wan device information and statistics. |
||
ctDAWanDeviceIndex | 1.3.6.1.4.1.52.4497.16.2.1.1 | integer | read-only |
This is the index into this table. This index uniquely identifies the device. |
ctDAWanDeviceIfIndex | 1.3.6.1.4.1.52.4497.16.2.1.2 | integer | read-only |
This is the ifIndex value of the wan connection group. If the ifIndex value is unknown, the value of this object will be zero. |
ctDAWanDeviceSessionID | 1.3.6.1.4.1.52.4497.16.2.1.3 | gauge | read-only |
This is the unique identifier of the last session when a wan device was in the active state. |
ctDAWanDeviceState | 1.3.6.1.4.1.52.4497.16.2.1.4 | integer | read-only |
This is the state of the device. Enumeration: 'active': 3, 'inactive': 1, 'connecting': 2, 'disconnecting': 4. |
ctDAWanDeviceDescr | 1.3.6.1.4.1.52.4497.16.2.1.5 | displaystring | read-only |
A textual string that identifies the peer device. |
ctDAWanDeviceConnectControl | 1.3.6.1.4.1.52.4497.16.2.1.6 | integer | read-write |
This object controls the desired state of the wan device. Setting this object to connect(1) will initiate the set of actions to bring the wan device to the active state. Only set the object to connect(1) when the current value of ctDAWanDeviceState is inactive. Setting this object to disconnect(2) will initiate the set of actions to bring the wan device to the inactive state. Only set this object to disconnect(2) when the ctDAWanDeviceState is active. After setting the device to connect(1) or disconnect(2), refer to ctDAWanDeviceState to determine the state of the wan device. Queries to ctDAWanDeviceConnectControl return unknown results. Enumeration: 'unknown': 3, 'disconnect': 2, 'connect': 1. |
ctDAWanDeviceConnectType | 1.3.6.1.4.1.52.4497.16.2.1.7 | integer | read-only |
This specifies the type of the wan connection. Enumeration: 'analogCircuit': 2, 'digitalCircuit': 1. |
ctDAWanDeviceL2Encapsulation | 1.3.6.1.4.1.52.4497.16.2.1.8 | integer | read-only |
This is the type of layer 2 encapsulation used when connecting to this device. Enumeration: 'unknown': 1, 'ppp': 2. |
ctDAWanDeviceNumConnections | 1.3.6.1.4.1.52.4497.16.2.1.9 | integer | read-only |
This is the current number of wan connections to this device. |
ctDAWanDeviceCurrentBandwidth | 1.3.6.1.4.1.52.4497.16.2.1.10 | gauge | read-only |
This is the aggregate bandwidth of all current connections. |
ctDAWanDeviceInitialBandwidth | 1.3.6.1.4.1.52.4497.16.2.1.11 | gauge | read-only |
This is the desired initial bandwidth in bits per second used when calling this peer object. The system will bring up enough connections to meet the bandwidth requirement. The value only represents dial type connections. It does not include leased circuits. |
ctDAWanDeviceMaxBandwidth | 1.3.6.1.4.1.52.4497.16.2.1.12 | gauge | read-only |
This is the maximum amount of bandwidth in bits per seconde used when calling this peer wan device object. This value only represents dial type connections. It does not include leased line circuits. |
ctDAWanDeviceH0Support | 1.3.6.1.4.1.52.4497.16.2.1.13 | integer | read-only |
Indicates whether an H0 connection can be used when calling this peer wan device object. Enumeration: 'false': 2, 'true': 1. |
ctDAWanDeviceChargedUnits | 1.3.6.1.4.1.52.4497.16.2.1.14 | gauge | read-only |
The total number of charging units applying to this peer device since this row was created. Only the charging units applying to the local interface,i.e. for originated calls or for calls with 'Reverse charging' being active, will be counted here. |
ctDAWanDeviceSuccessCalls | 1.3.6.1.4.1.52.4497.16.2.1.15 | gauge | read-only |
Number of completed calls to this peer device. |
ctDAWanDeviceFailCalls | 1.3.6.1.4.1.52.4497.16.2.1.16 | gauge | read-only |
Number of failed call attempts to this peer device since the row was created. |
ctDAWanDeviceAcceptCalls | 1.3.6.1.4.1.52.4497.16.2.1.17 | gauge | read-only |
Number of calls from this peer device accepted since the row was created. |
ctDAWanDeviceRefuseCalls | 1.3.6.1.4.1.52.4497.16.2.1.18 | gauge | read-only |
Number of calls from this peer device refused since the row was created. |
ctDAWanDeviceConnectTime | 1.3.6.1.4.1.52.4497.16.2.1.19 | timestamp | read-only |
The value of sysUpTime at the time when the device entered its current active state. This object will be 0 if the device is currently inactive. This object will be upctDAted whenever there is a state transition to the active state. |
ctDAWanDeviceConnectDirection | 1.3.6.1.4.1.52.4497.16.2.1.20 | integer | read-only |
The direction from which the last connect occurred. Enumeration: 'out': 2, 'in': 1. |
ctDAWanDeviceLastDisconnectTime | 1.3.6.1.4.1.52.4497.16.2.1.21 | timestamp | read-only |
The value of sysUpTime when the last call to this peer device was disconnected. This object will be upctDAted whenever a call is disconnected. |
ctDAWanDeviceLastDisconnectDirection | 1.3.6.1.4.1.52.4497.16.2.1.22 | integer | read-only |
The direction from which the last disconnect occurred. Enumeration: 'out': 2, 'in': 1. |
ctDAWanDeviceLastDisconnectCause | 1.3.6.1.4.1.52.4497.16.2.1.23 | octet string | read-only |
The encoded network cause value associated with the last call. This object will be upctDAted 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. |
ctDAWanDeviceLastDisconnectText | 1.3.6.1.4.1.52.4497.16.2.1.24 | displaystring | read-only |
ASCII text describing the reason for the last 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 ctDAWanDeviceLastDisconnectCause. This object will be upctDAted whenever a call is started or cleared. |
ctDAWanTNListTable | 1.3.6.1.4.1.52.4497.16.3 | no-access |
A list of telephone numbers accessible to the wan device. |
|
1.3.6.1.4.1.52.4497.16.3.1 | no-access |
An entry containing a telephone number. |
||
ctDAWanTNListIndex | 1.3.6.1.4.1.52.4497.16.3.1.1 | integer | read-only |
This is the index into this table. This index uniquely identifies the telephone number. |
ctDAWanTN | 1.3.6.1.4.1.52.4497.16.3.1.2 | displaystring | read-only |
This is a telephone number for this wan device. |