CISCO-AAA-SESSION-MIB
- Registered at
- 1.3.6.1.4.1.9.9.150
- Last updated
- 2006-03-21 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2006-03-21 00:00, 2002-04-11 00:00, 1999-11-16 00:00
- Namespace
- cisco
- Source file
CISCO-AAA-SESSION-MIB- Digest
sha256:5427826d0d706b06fa2f4fc225dfa7068d972f6535922e49fd2a565e1fed493d
Description
This MIB module provides data for accounting sessions based on Authentication, Authorization, Accounting (AAA) protocols. References: RFC 2139 RADIUS Accounting The TACACS+ Protocol Version 1.78, Internet Draft
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-aaa@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndexOrZero |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowPointer, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-AAA-SESSION-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CasnSessionId TEXTUAL-CONVENTION Represents an Accounting Session Identifier. The session identifier is used as an unique identifier for a session within the system. | current | |||
| CctCallId TEXTUAL-CONVENTION Represents a Call Identifier. The call identifier is used as an unique identifier for an call within the system. A zero value indicates no call ID. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| casnMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.1 | |||
| casnActive OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.1.1 | |||
| casnActiveTableEntries OBJECT-TYPE Number of entries currently in casnActiveTable | 1.3.6.1.4.1.9.9.150.1.1.1 | Gauge32 | read-only | current |
| casnActiveTableHighWaterMark OBJECT-TYPE Maximum number of entries present in casnActiveTable since last system re-initialization. This corresponds to the maximum value reported by casnActiveTableEntries. | 1.3.6.1.4.1.9.9.150.1.1.2 | Gauge32 | read-only | current |
| casnActiveTable OBJECT-TYPE This table contains entries for active AAA accounting sessions in the system. | 1.3.6.1.4.1.9.9.150.1.1.3 | not-accessible | current | |
| casnActiveEntry OBJECT-TYPE The information regarding a single accounting session. Entries are created when a new accounting session is begun. Entries are removed when the accounting session is ended. Initiating termination of a session with the object casnDisconnect will cause removal of the entry when the session completes termination. | 1.3.6.1.4.1.9.9.150.1.1.3.1 | not-accessible | current | |
| casnSessionId OBJECT-TYPE This is the session identification used by the accounting protocol. This value is unique to a session within the system, even if multiple accounting protocols are in use. The value of this object corresponds to these accounting protocol attributes. RADIUS: attribute 44, Acct-Session-Id TACACS+: attribute 'task_id' | 1.3.6.1.4.1.9.9.150.1.1.3.1.1 | CasnSessionId | not-accessible | current |
| casnUserId OBJECT-TYPE The User login ID or zero length string if unavailable. The value of this object corresponds to these accounting protocol attributes. RADIUS: attribute 1, User-Name TACACS+: attribute 'user' | 1.3.6.1.4.1.9.9.150.1.1.3.1.2 | DisplayString (SIZE(0..255)) | read-only | current |
| casnIpAddr OBJECT-TYPE The IP address of the session or 0.0.0.0 if not applicable or unavailable. RADIUS: attribute 8, Framed-IP-Address TACACS+: attribute 'addr' | 1.3.6.1.4.1.9.9.150.1.1.3.1.3 | IpAddress | read-only | current |
| casnIdleTime OBJECT-TYPE The elapsed time that this session has been idle. This is the time since the last user-level data has been received or transmitted. Protocol level handshaking associated with the call is considered to be idle for this object. | 1.3.6.1.4.1.9.9.150.1.1.3.1.4 | Gauge32 | read-only | current |
| casnDisconnect OBJECT-TYPE This object is used to terminate this session. Setting the value to true(1) will initiate termination of this session. The entry will be removed once the session has completed termination. Once this object has been set to true(1), the session termination process can not be cancelled by setting the value false(2). | 1.3.6.1.4.1.9.9.150.1.1.3.1.5 | TruthValue | read-write | current |
| casnCallTrackerId OBJECT-TYPE The value of this object is the entry index in the CISCO-CALL-TRACKER-MIB cctActiveTable of the call corresponding to this accounting session. Using the value of this object to query the cctActiveTable will provide more detailed data regarding the session represented by this casnActiveEntry. | 1.3.6.1.4.1.9.9.150.1.1.3.1.6 | CctCallId | read-only | current |
| casnNasPort OBJECT-TYPE The value of this object identifies a particular conceptual row associated with the session identified by casnSessionId. The conceptual row that this object points to represents a port that is used to transport a session. If the port transporting the session cannot be determined, the value of this object will be zeroDotZero. For example, suppose a session is established using an ATM PVC. If the ifIndex of the ATM interface is 7, and the VPI/VCI values of the PVC are 1, 100 respectively, then the value of this object might be as follows: casnNasPort.15 = atmVclAdminStatus.7.1.100 ^ ^ ^ ^ | | | | casnSessionId --+ | | | ifIndex -------------------------+ | | atmVclVpi ---------------------------+ | atmVclVci ------------------------------+ where atmVclAdminStatus is the first accessible object of the atmVclTable of the ATM-MIB. | 1.3.6.1.4.1.9.9.150.1.1.3.1.7 | RowPointer | read-only | current |
| casnVaiIfIndex OBJECT-TYPE The ifIndex of the Virtual Access Interface (VAI) that is associated with the PPP session. This interface may not be represented in the IF-MIB in which case the value of this object will be zero. | 1.3.6.1.4.1.9.9.150.1.1.3.1.8 | InterfaceIndexOrZero | read-only | current |
| casnGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.1.2 | |||
| casnTotalSessions OBJECT-TYPE Total number of sessions since last system re-initialization. This value includes all sessions currently in the casnActiveTable and all previous sessions whether terminated via casnDisconnect or via other mechanisms. | 1.3.6.1.4.1.9.9.150.1.2.1 | Counter32 | read-only | current |
| casnDisconnectedSessions OBJECT-TYPE Total number of sessions which have been disconnected using casnDisconnect since last system re-initialization. This value includes any sessions still in the casnActiveTable with a casnDisconnect value of true(1) and all previous sessions which terminated as a result of setting casnDisconnect. | 1.3.6.1.4.1.9.9.150.1.2.2 | Counter32 | read-only | current |
| casnMIBNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.2 | |||
| casnMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.2.1 | |||
| casnMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.3 | |||
| casnMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.3.1 | |||
| casnMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.150.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| casnMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO AAA Session MIB | 1.3.6.1.4.1.9.9.150.3.1.1 | deprecated |
| casnMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO AAA Session MIB | 1.3.6.1.4.1.9.9.150.3.1.2 | current |
| casnActiveGroup OBJECT-GROUP A collection of objects providing the AAA session information. | 1.3.6.1.4.1.9.9.150.3.2.1 | current |
| casnGeneralGroup OBJECT-GROUP A collection of objects providing the AAA session information. | 1.3.6.1.4.1.9.9.150.3.2.2 | current |
| casnActiveGroupSup1 OBJECT-GROUP A collection of objects that supplements the casnActiveGroup. | 1.3.6.1.4.1.9.9.150.3.2.3 | current |