CISCO-REMOTE-ACCESS-MONITOR-MIB
- Registered at
- 1.3.6.1.4.1.9.9.392
- Last updated
- 2020-10-04 00:00
- Organization
- Cisco Systems
- Revisions
- 2020-10-04 00:00, 2008-08-28 00:00
- Namespace
- cisco
- Source file
CISCO-REMOTE-ACCESS-MONITOR-MIB- Digest
sha256:f683ba5a26434aa77758d2b2ec69ea0b7548767dd3786478cbff4b0925def2c9
Description
Acronyms and Definitions The following acronyms and terms are used in this document: IPSec: Secure IP Protocol VPN: Virtual Private Network RAS: Remote Access Service ISP: Internet Service Provider. LAN: Local Area Network Group: A collection of remote access users grouped and managed together as a single entity for administrative convenience. Session: A Remote Access Session. SVC: SSL VPN Client Webvpn: VPN connection established using web browser. Overview of the MIB This is a MIB Module for monitoring the structures in Virtual Private Networks based remote access networks. The MIB seeks to create a common model of Remote Access across implementations of the service on layer 2 (PPTP, L2TP, L2F), layer 3 (IPsec) and layer 4 (SSL) virtual private networks. The MIB defines counters and objects of interest to performance/fault monitoring in a way which is independent of the technology of the remote access implementation. MIB contains eight major groups of objects which are used to manage Remote Access connections: a) Remote Access capacity group This section defines metrics to gauge the limits of resources on this device which are critical to RAS service. b) Remote Access resource usage group This section defines metrics to gauge the usage of resources on this device which are critical to RAS service service. c) Current activity and performance of RAS service This section defines metrics to gauge the current remote access activity. d) Remote Access Service failures This section defines metrics to monitor session failures and failures of the service itself, measured at aggregate level, session level and group level. e) Security violations in the Remote Access service This section defines metrics which reflect the state of remote access service of interest to Security Operations staff in an enterprise. f) Threshold group (allows definition of high water marks) This section allows the management entity to define thresholds to set high water marks on critical metrics. g) Notifications This section defines notifications to signal significant events pertaining to the Remote Access Service.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso, zeroDotZero |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp, 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-REMOTE-ACCESS-MONITOR-MIB CISCO-SMI INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| FailureRecordIndex TEXTUAL-CONVENTION The type used to index failure records in the failure archive. | current | |||
| RasProtocol TEXTUAL-CONVENTION The protocol immediately underlying the remote access session. The value 'other' has been listed to allow for the MIB to be supported on proprietary protocols not listed here. | current | |||
| SessionAuthAlgo TEXTUAL-CONVENTION The authentication algorithm used by to perform packet authentication in the remote access session. The value 'other' has been listed to allow for the MIB to support packet validation algorithms not listed here. | current | |||
| SessionCompressionAlgo TEXTUAL-CONVENTION The compression algorithm used in the remote access session. The value 'other' has been listed to allow for the MIB to support compression not listed here. | current | |||
| SessionEncrAlgo TEXTUAL-CONVENTION The encryption algorithm used to secure the remote access session. | current | |||
| SessionIndex TEXTUAL-CONVENTION The type used to index a remote access session. | current | |||
| SessionStatus TEXTUAL-CONVENTION The status of a remote access session. initializing: the session is in the process of being established established : the session is established and is ready to carry application traffic. Sessions in this state may also be referred to as 'active' sessions. terminating : the session is in the process of termination. Objects of this type may be used to terminate an established session by setting value of the object to terminating(3). Management entity may not write values initializing(1) or established(2) onto objects of this type. Doing so would cause the managed entity to return an error condition. | current | |||
| UserAuthenMethod TEXTUAL-CONVENTION The mechanism used to authenticate the user. The value 'other' has been listed to allow for the MIB to support proprietary authentication methods not listed here. | current | |||
| UserAuthorMethod TEXTUAL-CONVENTION The mechanism used to authorize the user. The value 'other' has been listed to allow for the MIB to support proprietary authorization mechanisms not listed here. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoRasMonitorMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.0 | |||
| ciscoRasMonitorMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1 | |||
| crasCapacity OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.1 | |||
| crasMaxSessionsSupportable OBJECT-TYPE The maximum number of remote access sessions that may be supported on this device. If the device imposes no arbitrary limit on the maximum number of sessions, it should return a value of 0. | 1.3.6.1.4.1.9.9.392.1.1.1 | Integer32 (0..2147483647) | read-only | current |
| crasMaxUsersSupportable OBJECT-TYPE The maximum number of remote access users for whom Remote Access sessions may be supported on this device. If the device imposes no arbitrary limit on the maximum number of users, it should return a value of 0. | 1.3.6.1.4.1.9.9.392.1.1.2 | Integer32 (0..2147483647) | read-only | current |
| crasMaxGroupsSupportable OBJECT-TYPE The maximum number of remote access groups that may be defined on this device. 'Group' refers to a collection of users grouped together for administrative convenience. If the device imposes no arbitrary limit on the maximum number of groups, it should return a value of 0. | 1.3.6.1.4.1.9.9.392.1.1.3 | Integer32 (0..2147483647) | read-only | current |
| crasNumCryptoAccelerators OBJECT-TYPE The maximum number of hardware crypto accelerators which can be installed on this device to support remote access sessions. 'cryptoaccelerator' denotes a hardware/software entity which the managed entity uses to offload some or all computations pertaining to cryptographic operations. If the device imposes no arbitrary limit on the number of crypto accelerators to support Remote Access function, it should return a value of 0. | 1.3.6.1.4.1.9.9.392.1.1.4 | Integer32 (0..2147483647) | read-only | current |
| crasResourceUsage OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.2 | |||
| crasGlobalBwUsage OBJECT-TYPE The average bandwidth used by all the active remote access sessions. | 1.3.6.1.4.1.9.9.392.1.2.1 | Gauge32 | read-only | current |
| crasActivity OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.3 | |||
| crasNumSessions OBJECT-TYPE The number of currently active sessions. A session is a connection terminating on the managed entity which has been established to provide remote access connectivity to a user. A session is said to be 'active' if it is ready to carry application traffic between the user and the managed entity. A session which is not active is defined to be 'dormant'. | 1.3.6.1.4.1.9.9.392.1.3.1 | Gauge32 | read-only | current |
| crasNumPrevSessions OBJECT-TYPE The number of remote access sessions which were previously active but which where since terminated. Measured since the last reboot of the device. | 1.3.6.1.4.1.9.9.392.1.3.2 | Counter32 | read-only | current |
| crasNumUsers OBJECT-TYPE The number of users who have active sessions. | 1.3.6.1.4.1.9.9.392.1.3.3 | Gauge32 | read-only | current |
| crasNumGroups OBJECT-TYPE The number of user groups whose members have active sessions. | 1.3.6.1.4.1.9.9.392.1.3.4 | Gauge32 | read-only | current |
| crasGlobalInPkts OBJECT-TYPE The total number of packets received by all currently and previously active remote access sessions. | 1.3.6.1.4.1.9.9.392.1.3.5 | Counter64 | read-only | current |
| crasGlobalOutPkts OBJECT-TYPE The total number of packets transmitted by all currently and previously active remote access sessions. | 1.3.6.1.4.1.9.9.392.1.3.6 | Counter64 | read-only | current |
| crasGlobalInOctets OBJECT-TYPE The total number of octets received by all currently and previously active remote access sessions. This value is accumulated BEFORE determining whether or not the packet should be decompressed. | 1.3.6.1.4.1.9.9.392.1.3.7 | Counter64 | read-only | current |
| crasGlobalInDecompOctets OBJECT-TYPE The total number of decompressed octets received by all current and previous remote access sessions. This value is accumulated AFTER the packet is decompressed. If compression is not being used, this value will match the value of crasGlobalInOctets. | 1.3.6.1.4.1.9.9.392.1.3.8 | Counter64 | read-only | current |
| crasGlobalOutOctets OBJECT-TYPE The total number of octets transmitted by all currently and previously active remote access sessions. This value is accumulated AFTER determining whether or not the packet should be compressed. | 1.3.6.1.4.1.9.9.392.1.3.9 | Counter64 | read-only | current |
| crasGlobalOutUncompOctets OBJECT-TYPE The total number of uncompressed octets sent by all current and previous remote access sessions. This value is accumulated BEFORE the packet is compressed. If compression is not being used, this value will match the value of crasGlobalOutOctets. | 1.3.6.1.4.1.9.9.392.1.3.10 | Counter64 | read-only | current |
| crasGlobalInDropPkts OBJECT-TYPE The total number of packets which were dropped during receive processing by all currently and previously active remote access sessions. | 1.3.6.1.4.1.9.9.392.1.3.11 | Counter64 | read-only | current |
| crasGlobalOutDropPkts OBJECT-TYPE The total number of packets which were dropped during receive processing by all currently and previously active remote access sessions. | 1.3.6.1.4.1.9.9.392.1.3.12 | Counter64 | read-only | current |
| crasSessionTable OBJECT-TYPE This table lists all the currently active sessions. For each session, it lists the attributes (user, group, protocol, security), statistics (packet and octets) and status. | 1.3.6.1.4.1.9.9.392.1.3.21 | not-accessible | current | |
| crasSessionEntry OBJECT-TYPE Each entry contains the attributes, statistics and status of an active session. | 1.3.6.1.4.1.9.9.392.1.3.21.1 | not-accessible | current | |
| crasUsername OBJECT-TYPE The name of the user associated with this remote access session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.1 | SnmpAdminString (SIZE(0..128)) | not-accessible | current |
| crasGroup OBJECT-TYPE The name of the user group to which this remote access session belongs. | 1.3.6.1.4.1.9.9.392.1.3.21.1.2 | SnmpAdminString | read-only | current |
| crasSessionIndex OBJECT-TYPE Unique index to distinguish between multiple Remote Access Sessions associated with the same user. The value of crasSessionIndex must increase monotonically till it wraps. An implementation may choose to wrap this index before the value of 2147483647. | 1.3.6.1.4.1.9.9.392.1.3.21.1.3 | SessionIndex | not-accessible | current |
| crasAuthenMethod OBJECT-TYPE The method used to authenticate the user prior to establishing the session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.4 | UserAuthenMethod | read-only | current |
| crasAuthorMethod OBJECT-TYPE The method used to authorize the user prior to establishing the session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.5 | UserAuthorMethod | read-only | current |
| crasSessionDuration OBJECT-TYPE The number of seconds elapsed since this session was established. | 1.3.6.1.4.1.9.9.392.1.3.21.1.6 | Counter32 | read-only | current |
| crasLocalAddressType OBJECT-TYPE The type of the address returned in 'crasLocalAddress'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.7 | InetAddressType | read-only | current |
| crasLocalAddress OBJECT-TYPE The IP address assigned to the client of this session in the private network assigned by the managed entity. | 1.3.6.1.4.1.9.9.392.1.3.21.1.8 | InetAddress | read-only | current |
| crasISPAddressType OBJECT-TYPE The type of the address returned in 'crasISPAddress'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.9 | InetAddressType | read-only | current |
| crasISPAddress OBJECT-TYPE The IP address of the peer (client) assigned by the ISP. This is the address of the client device in the public network. | 1.3.6.1.4.1.9.9.392.1.3.21.1.10 | InetAddress | read-only | current |
| crasSessionProtocol OBJECT-TYPE The protocol underlying this remote access session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.11 | RasProtocol | read-only | current |
| crasProtocolElement OBJECT-TYPE A reference to MIB definitions specific to the protocol underlying corresponding to the session or tunnel used to realized the remote access session corresponding to this conceptual row. For instance, if this remote access session is based on IPsec, then this object must contain the complete instance identifier of the IPsec tunnel corresponding to this remote access session. If no MIB definitions specific to the underlying protocol are available, the value should be set to the OBJECT IDENTIFIER { 0 0 }. | 1.3.6.1.4.1.9.9.392.1.3.21.1.12 | OBJECT IDENTIFIER | read-only | current |
| crasSessionEncryptionAlgo OBJECT-TYPE The algorithm used by this remote access session to encrypt its payload. | 1.3.6.1.4.1.9.9.392.1.3.21.1.13 | SessionEncrAlgo | read-only | current |
| crasSessionPktAuthenAlgo OBJECT-TYPE The algorithm used by this remote access session to to validate packets. | 1.3.6.1.4.1.9.9.392.1.3.21.1.14 | SessionAuthAlgo | read-only | current |
| crasSessionCompressionAlgo OBJECT-TYPE The algorithm used by this remote access session to compress packets. | 1.3.6.1.4.1.9.9.392.1.3.21.1.15 | SessionCompressionAlgo | read-only | current |
| crasHeartbeatInterval OBJECT-TYPE The interval in seconds between two successive heartbeats employed by this session. Value of 0 denotes that no heartbeat is used. | 1.3.6.1.4.1.9.9.392.1.3.21.1.16 | Unsigned32 (0..4294967295) | read-only | current |
| crasClientVendorString OBJECT-TYPE The string identifying the vendor of the client application initiating this Remote Access session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.17 | SnmpAdminString | read-only | current |
| crasClientVersionString OBJECT-TYPE The string identifying the version of the of the client application initiating the Remote Access session. This can be used by the administrator to identify which users are running unsupported client versions. | 1.3.6.1.4.1.9.9.392.1.3.21.1.18 | SnmpAdminString | read-only | current |
| crasClientOSVendorString OBJECT-TYPE The string identifying the vendor of the operating system on which the client application initiating the Remote Access Session is running. | 1.3.6.1.4.1.9.9.392.1.3.21.1.19 | SnmpAdminString | read-only | current |
| crasClientOSVersionString OBJECT-TYPE The string identifying the version of the operating system of the entity which initiated this Remote Access session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.20 | SnmpAdminString | read-only | current |
| crasPrimWINSServerAddrType OBJECT-TYPE The type of the address returned in 'crasPrimWINSServer'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.21 | InetAddressType | read-only | current |
| crasPrimWINSServer OBJECT-TYPE The IP address of the primary WINS server assigned managed entity to this client session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.22 | InetAddress | read-only | current |
| crasSecWINSServerAddrType OBJECT-TYPE The type of the address returned in 'crasSecWINSServer'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.23 | InetAddressType | read-only | current |
| crasSecWINSServer OBJECT-TYPE The IP address of the secondary WINS server assigned by the managed entity to this client session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.24 | InetAddress | read-only | current |
| crasPrimDNSServerAddrType OBJECT-TYPE The type of the address returned in 'crasPrimDNSServer'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.25 | InetAddressType | read-only | current |
| crasPrimDNSServer OBJECT-TYPE The IP address of the primary DNS server assigned by the managed entity to this client session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.26 | InetAddress | read-only | current |
| crasSecDNSServerAddrType OBJECT-TYPE The type of the address returned in 'crasSecDNSServer'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.27 | InetAddressType | read-only | current |
| crasSecDNSServer OBJECT-TYPE The IP address of the secondary DNS server assigned by the managed entity to this client session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.28 | InetAddress | read-only | current |
| crasDHCPServerAddrType OBJECT-TYPE The type of the address returned in 'crasDHCPServer'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.29 | InetAddressType | read-only | current |
| crasDHCPServer OBJECT-TYPE The IP address of the DHCP server assigned by the managed entity to this client session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.30 | InetAddress | read-only | current |
| crasSessionInPkts OBJECT-TYPE The total number of packets received by this Remote Access session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.31 | Counter64 | read-only | current |
| crasSessionOutPkts OBJECT-TYPE The total number of packets transmitted by this Remote Access Session. | 1.3.6.1.4.1.9.9.392.1.3.21.1.32 | Counter64 | read-only | current |
| crasSessionInDropPkts OBJECT-TYPE The total number of packets received for processing on this session which were dropped by the managed entity. | 1.3.6.1.4.1.9.9.392.1.3.21.1.33 | Counter64 | read-only | current |
| crasSessionOutDropPkts OBJECT-TYPE The total number of outgoing packets on this session which were dropped during transmit processing by the managed entity. | 1.3.6.1.4.1.9.9.392.1.3.21.1.34 | Counter64 | read-only | current |
| crasSessionInOctets OBJECT-TYPE The total number of octets received by this Remote Access Session. This value is accumulated BEFORE determining whether or not the packet should be decompressed. | 1.3.6.1.4.1.9.9.392.1.3.21.1.35 | Counter64 | read-only | current |
| crasSessionOutOctets OBJECT-TYPE The total number of octets transmitted by this Remote Access Session. This value is accumulated AFTER determining whether or not the packet should be compressed. | 1.3.6.1.4.1.9.9.392.1.3.21.1.36 | Counter64 | read-only | current |
| crasSessionState OBJECT-TYPE The state of the remote access session corresponding to this conceptual row. The management entity may use this object to terminate an established session by setting value of the object to 'terminating'. | 1.3.6.1.4.1.9.9.392.1.3.21.1.37 | SessionStatus | read-write | current |
| crasActGroupTable OBJECT-TYPE This table lists all the currently active remote access user groups. For each group, it lists the attributes (group, aggregate activity, aggregate traffic), and status. | 1.3.6.1.4.1.9.9.392.1.3.22 | not-accessible | current | |
| crasActGroupEntry OBJECT-TYPE Each entry contains the attributes, statistics and status of an active session. | 1.3.6.1.4.1.9.9.392.1.3.22.1 | not-accessible | current | |
| crasActGrpName OBJECT-TYPE The name of the active user group corresponding to this entry. | 1.3.6.1.4.1.9.9.392.1.3.22.1.1 | SnmpAdminString (SIZE(0..64)) | not-accessible | current |
| crasActGrNumUsers OBJECT-TYPE The number of users in this group currently connected to the managed device. | 1.3.6.1.4.1.9.9.392.1.3.22.1.2 | Integer32 (1..2147483647) | read-only | current |
| crasActGrpInPkts OBJECT-TYPE The total number of packets received by this session. | 1.3.6.1.4.1.9.9.392.1.3.22.1.3 | Counter64 | read-only | current |
| crasActGrpOutPkts OBJECT-TYPE The total number of packets transmitted by this session. | 1.3.6.1.4.1.9.9.392.1.3.22.1.4 | Counter64 | read-only | current |
| crasActGrpInDropPkts OBJECT-TYPE The total number of packets dropped by this session which were received for processing. | 1.3.6.1.4.1.9.9.392.1.3.22.1.5 | Counter64 | read-only | current |
| crasActGrpOutDropPkts OBJECT-TYPE The total number of outgoing packets which were dropped during transmit processing by this session. | 1.3.6.1.4.1.9.9.392.1.3.22.1.6 | Counter64 | read-only | current |
| crasActGrpInOctets OBJECT-TYPE The total number of octets received by this session. | 1.3.6.1.4.1.9.9.392.1.3.22.1.7 | Counter64 | read-only | current |
| crasActGrpOutOctets OBJECT-TYPE The total number of octets transmitted by this session. | 1.3.6.1.4.1.9.9.392.1.3.22.1.8 | Counter64 | read-only | current |
| crasEmailNumSessions OBJECT-TYPE The number of currently active Email proxy sessions. | 1.3.6.1.4.1.9.9.392.1.3.23 | Gauge32 | read-only | current |
| crasEmailCumulateSessions OBJECT-TYPE The number of cumulative Email proxy sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.24 | Counter32 | read-only | current |
| crasEmailPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent Email proxy sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.25 | Unsigned32 | read-only | current |
| crasIPSecNumSessions OBJECT-TYPE The number of currently active IPSec sessions. | 1.3.6.1.4.1.9.9.392.1.3.26 | Gauge32 | read-only | current |
| crasIPSecCumulateSessions OBJECT-TYPE The number of cumulative IPSec sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.27 | Counter32 | read-only | current |
| crasIPSecPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent Email proxy sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.28 | Unsigned32 | read-only | current |
| crasL2LNumSessions OBJECT-TYPE The number of currently active LAN to LAN sessions. | 1.3.6.1.4.1.9.9.392.1.3.29 | Gauge32 | read-only | current |
| crasL2LCumulateSessions OBJECT-TYPE The number of cumulative LAN to LAN sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.30 | Counter32 | read-only | current |
| crasL2LPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent LAN to LAN sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.31 | Unsigned32 | read-only | current |
| crasLBNumSessions OBJECT-TYPE The number of currently active Load Balancing sessions. | 1.3.6.1.4.1.9.9.392.1.3.32 | Gauge32 | read-only | current |
| crasLBCumulateSessions OBJECT-TYPE The number of cumulative Load Balancing sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.33 | Counter32 | read-only | current |
| crasLBPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent Load Balancing sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.34 | Unsigned32 | read-only | current |
| crasSVCNumSessions OBJECT-TYPE The number of currently active SVC sessions. | 1.3.6.1.4.1.9.9.392.1.3.35 | Gauge32 | read-only | current |
| crasSVCCumulateSessions OBJECT-TYPE The number of cumulative SVC sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.36 | Counter32 | read-only | current |
| crasSVCPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent SVC sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.37 | Unsigned32 | read-only | current |
| crasWebvpnNumSessions OBJECT-TYPE The number of currently active Webvpn sessions. | 1.3.6.1.4.1.9.9.392.1.3.38 | Gauge32 | read-only | current |
| crasWebvpnCumulateSessions OBJECT-TYPE The number of cumulative Webvpn sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.39 | Counter32 | read-only | current |
| crasWebvpnPeakConcurrentSessions OBJECT-TYPE The number of peak concurrent Webvpn sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.40 | Unsigned32 | read-only | current |
| crasNumPeakSessions OBJECT-TYPE The number of peak RA sessions since system up. | 1.3.6.1.4.1.9.9.392.1.3.41 | Unsigned32 | read-only | current |
| crasFailures OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.4 | |||
| crasFailuresGlobals OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.4.1 | |||
| crasNumTotalFailures OBJECT-TYPE The number of attempts to establish sessions which failed, since the last reboot of the managed device. | 1.3.6.1.4.1.9.9.392.1.4.1.1 | Counter64 | read-only | current |
| crasNumDeclinedSessions OBJECT-TYPE The number of session setup attempts, counted since the last time the notification 'ciscoRasTooManyFailedAuths' was issued, which were declined due to authentication or authorization failure. | 1.3.6.1.4.1.9.9.392.1.4.1.2 | Unsigned32 (0..4294967295) | read-only | current |
| crasNumSetupFailInsufResources OBJECT-TYPE The number of session setup attempts that failed due to insufficient resources. | 1.3.6.1.4.1.9.9.392.1.4.1.3 | Counter64 | read-only | current |
| crasNumAbortedSessions OBJECT-TYPE The number of sessions which were successfully setup but were since terminated abnormally. | 1.3.6.1.4.1.9.9.392.1.4.1.4 | Counter64 | read-only | current |
| crasFailGlobalCntl OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.4.2 | |||
| crasFailTableSize OBJECT-TYPE The window size of the Remote Access Failure tables. The failure tables for session and group failures maintain only the last crasFailTableSize number of failure records. A value of 0 for this MIB variable indicates that archiving of the failures is disabled. An implementation may choose suitable minimum and maximum values for this element based on the local policy and available resources. If an SNMP SET request specifies a value outside this window for this element, a BAD VALUE may be returned. | 1.3.6.1.4.1.9.9.392.1.4.2.1 | Unsigned32 (0..4294967295) | read-write | current |
| crasSessFailures OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.4.3 | |||
| crasSessFailTable OBJECT-TYPE This table records the last 'N' session failures, where 'N' is the value of the MIB element 'crasFailTableSize' defined earlier. A failure could be a failure to establish a session ('setup' failure) or a failure of a session after it was established ('operational' failure). | 1.3.6.1.4.1.9.9.392.1.4.3.1 | not-accessible | current | |
| crasSessFailEntry OBJECT-TYPE Each entry contains the attributes associated with a remote access session failure. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1 | not-accessible | current | |
| crasSessFailIndex OBJECT-TYPE The index of the session failure table. The value of the index is a number which begins at one and is incremented with each session failure. The value of this object will wrap at 4,294,967,295. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.1 | FailureRecordIndex | not-accessible | current |
| crasSessFailUsername OBJECT-TYPE The name of the user associated with this failed remote access session. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.2 | SnmpAdminString | read-only | current |
| crasSessFailGroupname OBJECT-TYPE The name of the user group to which this failed remote access session belongs. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.3 | SnmpAdminString | read-only | current |
| crasSessFailType OBJECT-TYPE The type of the failure: 1 = failure occurred during session setup 2 = failed occurred after the session was setup successfully. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.4 | INTEGER {setupFailure(1), operationalFailure(2)} | read-only | current |
| crasSessFailReason OBJECT-TYPE The reason for the failure. Possible reasons include: 1 = other (error which cannot be classified in any of the types listed below). 2 = internal error occurred 3 = failed to authenticate the peer/user 4 = failed to authorize the peer/user 5 = system capacity exceeded (memory, cpu, max users etc) 6 = peer requested to abort the session or the setup 7 = lost peer's heartbeat 8 = local management request. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.5 | INTEGER {other(1), internalError(2), authenticationFailure(3), authorizationFailure(4), sysCapExceeded(5), peerAbortRequest(6), peerLost(7), operRequest(8)} | read-only | current |
| crasSessFailTime OBJECT-TYPE The value of the MIB element 'sysUpTime' at the time of the failure. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.6 | TimeStamp | read-only | current |
| crasSessFailSessionIndex OBJECT-TYPE The index of the session which failed (in case this was an operational failure). In case of setup failures (where the value of 'crasSessFailType' of this conceptual row is 'operationalFailure'), the value of this object is undefined and should not be processed. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.7 | SessionIndex | read-only | current |
| crasSessFailISPAddrType OBJECT-TYPE The type of the address returned in 'crasSessFailISPAddr'. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.8 | InetAddressType | read-only | current |
| crasSessFailISPAddr OBJECT-TYPE The public address of the peer. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.9 | InetAddress | read-only | current |
| crasSessFailLocalAddrType OBJECT-TYPE The type of the address returned in 'crasSessFailLocalAddr'. | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.10 | InetAddressType | read-only | current |
| crasSessFailLocalAddr OBJECT-TYPE The address assigned to the peer by the local address management mechanism. In case no address was assigned to the peer when the failure occurred, this MIB variable would contain the IPv4 address value 0.0.0.0 | 1.3.6.1.4.1.9.9.392.1.4.3.1.1.11 | InetAddress | read-only | current |
| crasFailLastFailIndex OBJECT-TYPE The value of column 'crasSessFailIndex' corresponding to the last row added to the crasSessFailTable. The value of this object is undefined and should not be processed by the management entity if the value of the object 'crasFailTableSize' is 0. | 1.3.6.1.4.1.9.9.392.1.4.3.2 | FailureRecordIndex | read-only | current |
| crasGroupFailures OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.4.4 | |||
| crasGrpFailTable OBJECT-TYPE This table records the last 'N' occurrences of failures (setup or operational) per user group, where 'N' is the value of the MIB element 'crasFailTableSize' defined earlier. When 'N' entries have been created, the failure information about a new user group must be created by deleting the oldest entry in this table. | 1.3.6.1.4.1.9.9.392.1.4.4.1 | not-accessible | current | |
| crasGrpFailEntry OBJECT-TYPE Each entry contains the summary of failures for a specific user group. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1 | not-accessible | current | |
| crasGrpFailGroupname OBJECT-TYPE The name of the user group to which this failure record corresponds. This is the index of the group failure table. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.1 | SnmpAdminString (SIZE(0..64)) | not-accessible | current |
| crasGrpFailNumFailAuths OBJECT-TYPE The number of sessions belonging to this group which failed authentication; counted since last reboot. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.2 | Counter64 | read-only | current |
| crasGrpFailNumResourceFailures OBJECT-TYPE The number of session setup attempts which failed due to insufficient resources. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.3 | Counter64 | read-only | current |
| crasGrpFailNumDeclined OBJECT-TYPE The number of session setup attempts which were declined by the managed entity due to local policy. These would include sessions which were denied due to rate control settings. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.4 | Counter64 | read-only | current |
| crasGrpFailNumTerminatedMgmt OBJECT-TYPE The number of established sessions which were terminated by explicit management action. The termination may have been triggered locally or based on a request from the peer. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.5 | Counter64 | read-only | current |
| crasGrpFailNumTerminatedOther OBJECT-TYPE The number of established sessions which were terminated due to insufficient reasons, internal error or other reasons not caused by management action. | 1.3.6.1.4.1.9.9.392.1.4.4.1.1.6 | Counter64 | read-only | current |
| crasSecurity OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.5 | |||
| crasSecurityGlobals OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.5.1 | |||
| crasNumDisabledAccounts OBJECT-TYPE The total number of user accounts which were disabled due to repeated login failures. | 1.3.6.1.4.1.9.9.392.1.5.1.1 | Counter64 | read-only | current |
| crasThresholds OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.6 | |||
| crasThrMaxSessions OBJECT-TYPE The maximum number of sessions which are successfully setup after which the managed entity should alert the network management entity using the notification 'ciscoRasTooManySessions', if the notification has been enabled. A value of 0 indicates that the threshold has not been set. | 1.3.6.1.4.1.9.9.392.1.6.1 | Integer32 (0..2147483647) | read-only | current |
| crasThrMaxFailedAuths OBJECT-TYPE The value of object 'crasNumDeclinedSessions' at which the managed entity should alert the network management entity using the notification 'ciscoRasTooManyFailedAuths', if the notification has been enabled. A value of 0 indicates that the threshold has not been set. | 1.3.6.1.4.1.9.9.392.1.6.2 | Unsigned32 (0..4294967295) | read-only | current |
| crasThrMaxThroughput OBJECT-TYPE The highest throughput of the Remote Access Service at which the managed entity should alert the network management entity using the notification 'ciscoRasTooHighThroughput', if the notification has been enabled. The notification is disabled till the value of the aggregate throughput of the managed entity drops below the value of this object. A value of 0 indicates that the threshold has not been set. | 1.3.6.1.4.1.9.9.392.1.6.3 | Integer32 (0..2147483647) | read-only | current |
| crasNotifCntl OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.1.7 | |||
| crasCntlTooManySessions OBJECT-TYPE This object defines the administrative state of sending the trap to signal the violation of the Max session threshold. | 1.3.6.1.4.1.9.9.392.1.7.1 | TruthValue | read-write | current |
| crasCntlTooManyFailedAuths OBJECT-TYPE This object defines the administrative state of sending the trap to signal the violation of the Max authentication failure count threshold. | 1.3.6.1.4.1.9.9.392.1.7.2 | TruthValue | read-write | current |
| crasCntlTooHighThroughput OBJECT-TYPE This object defines the administrative state of sending the trap to signal the violation of the Max throughput threshold. | 1.3.6.1.4.1.9.9.392.1.7.3 | TruthValue | read-write | current |
| ciscoRasMonitorMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.2 | |||
| ciscoRasMonitorMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.2.1 | |||
| ciscoRasMonitorMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.392.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoRasTooManySessions NOTIFICATION-TYPE This notification is generated when the managed entity detects that the number of sessions established exceeds the set threshold crasThrMaxSessions. Once the notification has been issued, further notifications are suppressed till the value returns below the specified threshold. | 1.3.6.1.4.1.9.9.392.0.1 | current |
| ciscoRasTooManyFailedAuths NOTIFICATION-TYPE This notification is generated when the managed entity detects that the number of login attempts (over all users) exceeds the set threshold for throughput (crasThrMaxFailedAuths). Once the notification has been issued, further notifications are suppressed till the value returns below the specified threshold. | 1.3.6.1.4.1.9.9.392.0.2 | current |
| ciscoRasTooHighThroughput NOTIFICATION-TYPE This notification is generated when the managed entity detects that the current throughput of the device exceeds the set threshold for throughput (crasThrMaxThroughput). Once the notification has been issued, further notiifcations are suppressed till the value returns below the specified threshold. | 1.3.6.1.4.1.9.9.392.0.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoRasMonitorMIBCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities the Cisco Remote Access Monitoring MIB. | 1.3.6.1.4.1.9.9.392.2.1.1 | deprecated |
| ciscoRasMonitorMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for SNMP entities the Cisco Remote Access Monitoring MIB. | 1.3.6.1.4.1.9.9.392.2.1.2 | current |
| ciscoRasCapacityGroup OBJECT-GROUP This group consists of the MIB objects pertaining to Remote Access Service capacity parameters defined in the Cisco Remote Access MIB. | 1.3.6.1.4.1.9.9.392.2.2.1 | current |
| ciscoRasResourceUsageGroup OBJECT-GROUP This group consists of the MIB objects pertaining to Remote Access Service resource usage parameters defined in the Cisco Remote Access MIB. | 1.3.6.1.4.1.9.9.392.2.2.2 | current |
| ciscoRasActivityGroup OBJECT-GROUP This group consists of the MIB objects pertaining to the Cisco Remote Access MIB Activity group. Following are definitions of some terms used in this compliance group: User: A remote access user. Group: A collection of remote access users grouped and managed together as a single entity for administrative convenience. ISP: Internet Service Provider. Crypto Accelerator 'Crypto Accelerator' denotes a device which the managed entity uses to offload some or all computations pertaining to cryptographic operations. Session A connection terminating on the managed device which has been established to provide remote access connectivity to a user. | 1.3.6.1.4.1.9.9.392.2.2.3 | current |
| ciscoRasGrpActivityGroup OBJECT-GROUP This group consists of the MIB objects pertaining to activity of user groups. | 1.3.6.1.4.1.9.9.392.2.2.4 | current |
| ciscoRasMandatoryFailureGroup OBJECT-GROUP This group categorizes objects pertaining to failures in the Remote Access Service which are essential for successful monitoring of the service. | 1.3.6.1.4.1.9.9.392.2.2.5 | current |
| ciscoRasOptionalFailureGroup OBJECT-GROUP This group categorizes optional objects pertaining to failures in the Remote Access Service. | 1.3.6.1.4.1.9.9.392.2.2.6 | current |
| ciscoRasSecurityGroup OBJECT-GROUP This group categorizes objects pertaining to the monitoring state of security in the Remote Access Service. | 1.3.6.1.4.1.9.9.392.2.2.7 | current |
| ciscoRasThresholdsGroup OBJECT-GROUP This group categorizes objects which are used to establish baseline values of metrics instrumenting the Remote Access Service. | 1.3.6.1.4.1.9.9.392.2.2.8 | current |
| ciscoRasNotificationCntlGroup OBJECT-GROUP This group of objects controls the sending of notifications defined in this MIB module. | 1.3.6.1.4.1.9.9.392.2.2.9 | current |
| ciscoRasNotificationsGroup NOTIFICATION-GROUP This group contains the notifications for the Remote Access MIB. | 1.3.6.1.4.1.9.9.392.2.2.10 | current |
| ciscoRasActivityGroupRev1 OBJECT-GROUP This group contains activity information related to sessions. | 1.3.6.1.4.1.9.9.392.2.2.11 | current |