CISCO-REMOTE-ACCESS-MONITOR-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-REMOTE-ACCESS-MONITOR-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoRemoteAccessMonitorMIB 1.3.6.1.4.1.9.9.392
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.
         ciscoRasMonitorMIBNotifs 1.3.6.1.4.1.9.9.392.0
             ciscoRasTooManySessions 1.3.6.1.4.1.9.9.392.0.1
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.
             ciscoRasTooManyFailedAuths 1.3.6.1.4.1.9.9.392.0.2
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.
             ciscoRasTooHighThroughput 1.3.6.1.4.1.9.9.392.0.3
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.
         ciscoRasMonitorMIBObjects 1.3.6.1.4.1.9.9.392.1
             crasCapacity 1.3.6.1.4.1.9.9.392.1.1
                 crasMaxSessionsSupportable 1.3.6.1.4.1.9.9.392.1.1.1 integer32 read-only
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.
                 crasMaxUsersSupportable 1.3.6.1.4.1.9.9.392.1.1.2 integer32 read-only
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.
                 crasMaxGroupsSupportable 1.3.6.1.4.1.9.9.392.1.1.3 integer32 read-only
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.
                 crasNumCryptoAccelerators 1.3.6.1.4.1.9.9.392.1.1.4 integer32 read-only
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.
             crasResourceUsage 1.3.6.1.4.1.9.9.392.1.2
                 crasGlobalBwUsage 1.3.6.1.4.1.9.9.392.1.2.1 gauge32 read-only
The average bandwidth used by all the active remote access sessions.
             crasActivity 1.3.6.1.4.1.9.9.392.1.3
                 crasNumSessions 1.3.6.1.4.1.9.9.392.1.3.1 gauge32 read-only
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'.
                 crasNumPrevSessions 1.3.6.1.4.1.9.9.392.1.3.2 counter32 read-only
The number of remote access sessions which were previously active but which where since terminated. Measured since the last reboot of the device.
                 crasNumUsers 1.3.6.1.4.1.9.9.392.1.3.3 gauge32 read-only
The number of users who have active sessions.
                 crasNumGroups 1.3.6.1.4.1.9.9.392.1.3.4 gauge32 read-only
The number of user groups whose members have active sessions.
                 crasGlobalInPkts 1.3.6.1.4.1.9.9.392.1.3.5 counter64 read-only
The total number of packets received by all currently and previously active remote access sessions.
                 crasGlobalOutPkts 1.3.6.1.4.1.9.9.392.1.3.6 counter64 read-only
The total number of packets transmitted by all currently and previously active remote access sessions.
                 crasGlobalInOctets 1.3.6.1.4.1.9.9.392.1.3.7 counter64 read-only
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.
                 crasGlobalInDecompOctets 1.3.6.1.4.1.9.9.392.1.3.8 counter64 read-only
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.
                 crasGlobalOutOctets 1.3.6.1.4.1.9.9.392.1.3.9 counter64 read-only
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.
                 crasGlobalOutUncompOctets 1.3.6.1.4.1.9.9.392.1.3.10 counter64 read-only
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.
                 crasGlobalInDropPkts 1.3.6.1.4.1.9.9.392.1.3.11 counter64 read-only
The total number of packets which were dropped during receive processing by all currently and previously active remote access sessions.
                 crasGlobalOutDropPkts 1.3.6.1.4.1.9.9.392.1.3.12 counter64 read-only
The total number of packets which were dropped during receive processing by all currently and previously active remote access sessions.
                 crasSessionTable 1.3.6.1.4.1.9.9.392.1.3.21 no-access
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.
                       crasSessionEntry 1.3.6.1.4.1.9.9.392.1.3.21.1 no-access
Each entry contains the attributes, statistics and status of an active session.
                           crasUsername 1.3.6.1.4.1.9.9.392.1.3.21.1.1 snmpadminstring no-access
The name of the user associated with this remote access session.
                           crasGroup 1.3.6.1.4.1.9.9.392.1.3.21.1.2 snmpadminstring read-only
The name of the user group to which this remote access session belongs.
                           crasSessionIndex 1.3.6.1.4.1.9.9.392.1.3.21.1.3 sessionindex no-access
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.
                           crasAuthenMethod 1.3.6.1.4.1.9.9.392.1.3.21.1.4 userauthenmethod read-only
The method used to authenticate the user prior to establishing the session.
                           crasAuthorMethod 1.3.6.1.4.1.9.9.392.1.3.21.1.5 userauthormethod read-only
The method used to authorize the user prior to establishing the session.
                           crasSessionDuration 1.3.6.1.4.1.9.9.392.1.3.21.1.6 counter32 read-only
The number of seconds elapsed since this session was established.
                           crasLocalAddressType 1.3.6.1.4.1.9.9.392.1.3.21.1.7 inetaddresstype read-only
The type of the address returned in 'crasLocalAddress'.
                           crasLocalAddress 1.3.6.1.4.1.9.9.392.1.3.21.1.8 inetaddress read-only
The IP address assigned to the client of this session in the private network assigned by the managed entity.
                           crasISPAddressType 1.3.6.1.4.1.9.9.392.1.3.21.1.9 inetaddresstype read-only
The type of the address returned in 'crasISPAddress'.
                           crasISPAddress 1.3.6.1.4.1.9.9.392.1.3.21.1.10 inetaddress read-only
The IP address of the peer (client) assigned by the ISP. This is the address of the client device in the public network.
                           crasSessionProtocol 1.3.6.1.4.1.9.9.392.1.3.21.1.11 rasprotocol read-only
The protocol underlying this remote access session.
                           crasProtocolElement 1.3.6.1.4.1.9.9.392.1.3.21.1.12 object identifier read-only
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 }.
                           crasSessionEncryptionAlgo 1.3.6.1.4.1.9.9.392.1.3.21.1.13 sessionencralgo read-only
The algorithm used by this remote access session to encrypt its payload.
                           crasSessionPktAuthenAlgo 1.3.6.1.4.1.9.9.392.1.3.21.1.14 sessionauthalgo read-only
The algorithm used by this remote access session to to validate packets.
                           crasSessionCompressionAlgo 1.3.6.1.4.1.9.9.392.1.3.21.1.15 sessioncompressionalgo read-only
The algorithm used by this remote access session to compress packets.
                           crasHeartbeatInterval 1.3.6.1.4.1.9.9.392.1.3.21.1.16 unsigned32 read-only
The interval in seconds between two successive heartbeats employed by this session. Value of 0 denotes that no heartbeat is used.
                           crasClientVendorString 1.3.6.1.4.1.9.9.392.1.3.21.1.17 snmpadminstring read-only
The string identifying the vendor of the client application initiating this Remote Access session.
                           crasClientVersionString 1.3.6.1.4.1.9.9.392.1.3.21.1.18 snmpadminstring read-only
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.
                           crasClientOSVendorString 1.3.6.1.4.1.9.9.392.1.3.21.1.19 snmpadminstring read-only
The string identifying the vendor of the operating system on which the client application initiating the Remote Access Session is running.
                           crasClientOSVersionString 1.3.6.1.4.1.9.9.392.1.3.21.1.20 snmpadminstring read-only
The string identifying the version of the operating system of the entity which initiated this Remote Access session.
                           crasPrimWINSServerAddrType 1.3.6.1.4.1.9.9.392.1.3.21.1.21 inetaddresstype read-only
The type of the address returned in 'crasPrimWINSServer'.
                           crasPrimWINSServer 1.3.6.1.4.1.9.9.392.1.3.21.1.22 inetaddress read-only
The IP address of the primary WINS server assigned managed entity to this client session.
                           crasSecWINSServerAddrType 1.3.6.1.4.1.9.9.392.1.3.21.1.23 inetaddresstype read-only
The type of the address returned in 'crasSecWINSServer'.
                           crasSecWINSServer 1.3.6.1.4.1.9.9.392.1.3.21.1.24 inetaddress read-only
The IP address of the secondary WINS server assigned by the managed entity to this client session.
                           crasPrimDNSServerAddrType 1.3.6.1.4.1.9.9.392.1.3.21.1.25 inetaddresstype read-only
The type of the address returned in 'crasPrimDNSServer'.
                           crasPrimDNSServer 1.3.6.1.4.1.9.9.392.1.3.21.1.26 inetaddress read-only
The IP address of the primary DNS server assigned by the managed entity to this client session.
                           crasSecDNSServerAddrType 1.3.6.1.4.1.9.9.392.1.3.21.1.27 inetaddresstype read-only
The type of the address returned in 'crasSecDNSServer'.
                           crasSecDNSServer 1.3.6.1.4.1.9.9.392.1.3.21.1.28 inetaddress read-only
The IP address of the secondary DNS server assigned by the managed entity to this client session.
                           crasDHCPServerAddrType 1.3.6.1.4.1.9.9.392.1.3.21.1.29 inetaddresstype read-only
The type of the address returned in 'crasDHCPServer'.
                           crasDHCPServer 1.3.6.1.4.1.9.9.392.1.3.21.1.30 inetaddress read-only
The IP address of the DHCP server assigned by the managed entity to this client session.
                           crasSessionInPkts 1.3.6.1.4.1.9.9.392.1.3.21.1.31 counter64 read-only
The total number of packets received by this Remote Access session.
                           crasSessionOutPkts 1.3.6.1.4.1.9.9.392.1.3.21.1.32 counter64 read-only
The total number of packets transmitted by this Remote Access Session.
                           crasSessionInDropPkts 1.3.6.1.4.1.9.9.392.1.3.21.1.33 counter64 read-only
The total number of packets received for processing on this session which were dropped by the managed entity.
                           crasSessionOutDropPkts 1.3.6.1.4.1.9.9.392.1.3.21.1.34 counter64 read-only
The total number of outgoing packets on this session which were dropped during transmit processing by the managed entity.
                           crasSessionInOctets 1.3.6.1.4.1.9.9.392.1.3.21.1.35 counter64 read-only
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.
                           crasSessionOutOctets 1.3.6.1.4.1.9.9.392.1.3.21.1.36 counter64 read-only
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.
                           crasSessionState 1.3.6.1.4.1.9.9.392.1.3.21.1.37 sessionstatus read-write
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'.
                 crasActGroupTable 1.3.6.1.4.1.9.9.392.1.3.22 no-access
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.
                       crasActGroupEntry 1.3.6.1.4.1.9.9.392.1.3.22.1 no-access
Each entry contains the attributes, statistics and status of an active session.
                           crasActGrpName 1.3.6.1.4.1.9.9.392.1.3.22.1.1 snmpadminstring no-access
The name of the active user group corresponding to this entry.
                           crasActGrNumUsers 1.3.6.1.4.1.9.9.392.1.3.22.1.2 integer32 read-only
The number of users in this group currently connected to the managed device.
                           crasActGrpInPkts 1.3.6.1.4.1.9.9.392.1.3.22.1.3 counter64 read-only
The total number of packets received by this session.
                           crasActGrpOutPkts 1.3.6.1.4.1.9.9.392.1.3.22.1.4 counter64 read-only
The total number of packets transmitted by this session.
                           crasActGrpInDropPkts 1.3.6.1.4.1.9.9.392.1.3.22.1.5 counter64 read-only
The total number of packets dropped by this session which were received for processing.
                           crasActGrpOutDropPkts 1.3.6.1.4.1.9.9.392.1.3.22.1.6 counter64 read-only
The total number of outgoing packets which were dropped during transmit processing by this session.
                           crasActGrpInOctets 1.3.6.1.4.1.9.9.392.1.3.22.1.7 counter64 read-only
The total number of octets received by this session.
                           crasActGrpOutOctets 1.3.6.1.4.1.9.9.392.1.3.22.1.8 counter64 read-only
The total number of octets transmitted by this session.
                 crasEmailNumSessions 1.3.6.1.4.1.9.9.392.1.3.23 gauge32 read-only
The number of currently active Email proxy sessions.
                 crasEmailCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.24 counter32 read-only
The number of cumulative Email proxy sessions since system up.
                 crasEmailPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.25 unsigned32 read-only
The number of peak concurrent Email proxy sessions since system up.
                 crasIPSecNumSessions 1.3.6.1.4.1.9.9.392.1.3.26 gauge32 read-only
The number of currently active IPSec sessions.
                 crasIPSecCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.27 counter32 read-only
The number of cumulative IPSec sessions since system up.
                 crasIPSecPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.28 unsigned32 read-only
The number of peak concurrent Email proxy sessions since system up.
                 crasL2LNumSessions 1.3.6.1.4.1.9.9.392.1.3.29 gauge32 read-only
The number of currently active LAN to LAN sessions.
                 crasL2LCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.30 counter32 read-only
The number of cumulative LAN to LAN sessions since system up.
                 crasL2LPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.31 unsigned32 read-only
The number of peak concurrent LAN to LAN sessions since system up.
                 crasLBNumSessions 1.3.6.1.4.1.9.9.392.1.3.32 gauge32 read-only
The number of currently active Load Balancing sessions.
                 crasLBCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.33 counter32 read-only
The number of cumulative Load Balancing sessions since system up.
                 crasLBPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.34 unsigned32 read-only
The number of peak concurrent Load Balancing sessions since system up.
                 crasSVCNumSessions 1.3.6.1.4.1.9.9.392.1.3.35 gauge32 read-only
The number of currently active SVC sessions.
                 crasSVCCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.36 counter32 read-only
The number of cumulative SVC sessions since system up.
                 crasSVCPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.37 unsigned32 read-only
The number of peak concurrent SVC sessions since system up.
                 crasWebvpnNumSessions 1.3.6.1.4.1.9.9.392.1.3.38 gauge32 read-only
The number of currently active Webvpn sessions.
                 crasWebvpnCumulateSessions 1.3.6.1.4.1.9.9.392.1.3.39 counter32 read-only
The number of cumulative Webvpn sessions since system up.
                 crasWebvpnPeakConcurrentSessions 1.3.6.1.4.1.9.9.392.1.3.40 unsigned32 read-only
The number of peak concurrent Webvpn sessions since system up.
             crasFailures 1.3.6.1.4.1.9.9.392.1.4
                 crasFailuresGlobals 1.3.6.1.4.1.9.9.392.1.4.1
                     crasNumTotalFailures 1.3.6.1.4.1.9.9.392.1.4.1.1 counter64 read-only
The number of attempts to establish sessions which failed, since the last reboot of the managed device.
                     crasNumDeclinedSessions 1.3.6.1.4.1.9.9.392.1.4.1.2 unsigned32 read-only
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.
                     crasNumSetupFailInsufResources 1.3.6.1.4.1.9.9.392.1.4.1.3 counter64 read-only
The number of session setup attempts that failed due to insufficient resources.
                     crasNumAbortedSessions 1.3.6.1.4.1.9.9.392.1.4.1.4 counter64 read-only
The number of sessions which were successfully setup but were since terminated abnormally.
                 crasFailGlobalCntl 1.3.6.1.4.1.9.9.392.1.4.2
                     crasFailTableSize 1.3.6.1.4.1.9.9.392.1.4.2.1 unsigned32 read-write
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.
                 crasSessFailures 1.3.6.1.4.1.9.9.392.1.4.3
                     crasSessFailTable 1.3.6.1.4.1.9.9.392.1.4.3.1 no-access
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).
                         crasSessFailEntry 1.3.6.1.4.1.9.9.392.1.4.3.1.1 no-access
Each entry contains the attributes associated with a remote access session failure.
                             crasSessFailIndex 1.3.6.1.4.1.9.9.392.1.4.3.1.1.1 failurerecordindex no-access
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.
                             crasSessFailUsername 1.3.6.1.4.1.9.9.392.1.4.3.1.1.2 snmpadminstring read-only
The name of the user associated with this failed remote access session.
                             crasSessFailGroupname 1.3.6.1.4.1.9.9.392.1.4.3.1.1.3 snmpadminstring read-only
The name of the user group to which this failed remote access session belongs.
                             crasSessFailType 1.3.6.1.4.1.9.9.392.1.4.3.1.1.4 integer read-only
The type of the failure: 1 = failure occurred during session setup 2 = failed occurred after the session was setup successfully. Enumeration: 'operationalFailure': 2, 'setupFailure': 1.
                             crasSessFailReason 1.3.6.1.4.1.9.9.392.1.4.3.1.1.5 integer read-only
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. Enumeration: 'sysCapExceeded': 5, 'internalError': 2, 'authorizationFailure': 4, 'operRequest': 8, 'peerLost': 7, 'authenticationFailure': 3, 'peerAbortRequest': 6, 'other': 1.
                             crasSessFailTime 1.3.6.1.4.1.9.9.392.1.4.3.1.1.6 timestamp read-only
The value of the MIB element 'sysUpTime' at the time of the failure.
                             crasSessFailSessionIndex 1.3.6.1.4.1.9.9.392.1.4.3.1.1.7 sessionindex read-only
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.
                             crasSessFailISPAddrType 1.3.6.1.4.1.9.9.392.1.4.3.1.1.8 inetaddresstype read-only
The type of the address returned in 'crasSessFailISPAddr'.
                             crasSessFailISPAddr 1.3.6.1.4.1.9.9.392.1.4.3.1.1.9 inetaddress read-only
The public address of the peer.
                             crasSessFailLocalAddrType 1.3.6.1.4.1.9.9.392.1.4.3.1.1.10 inetaddresstype read-only
The type of the address returned in 'crasSessFailLocalAddr'.
                             crasSessFailLocalAddr 1.3.6.1.4.1.9.9.392.1.4.3.1.1.11 inetaddress read-only
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
                     crasFailLastFailIndex 1.3.6.1.4.1.9.9.392.1.4.3.2 failurerecordindex read-only
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.
                 crasGroupFailures 1.3.6.1.4.1.9.9.392.1.4.4
                     crasGrpFailTable 1.3.6.1.4.1.9.9.392.1.4.4.1 no-access
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.
                         crasGrpFailEntry 1.3.6.1.4.1.9.9.392.1.4.4.1.1 no-access
Each entry contains the summary of failures for a specific user group.
                             crasGrpFailGroupname 1.3.6.1.4.1.9.9.392.1.4.4.1.1.1 snmpadminstring no-access
The name of the user group to which this failure record corresponds. This is the index of the group failure table.
                             crasGrpFailNumFailAuths 1.3.6.1.4.1.9.9.392.1.4.4.1.1.2 counter64 read-only
The number of sessions belonging to this group which failed authentication; counted since last reboot.
                             crasGrpFailNumResourceFailures 1.3.6.1.4.1.9.9.392.1.4.4.1.1.3 counter64 read-only
The number of session setup attempts which failed due to insufficient resources.
                             crasGrpFailNumDeclined 1.3.6.1.4.1.9.9.392.1.4.4.1.1.4 counter64 read-only
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.
                             crasGrpFailNumTerminatedMgmt 1.3.6.1.4.1.9.9.392.1.4.4.1.1.5 counter64 read-only
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.
                             crasGrpFailNumTerminatedOther 1.3.6.1.4.1.9.9.392.1.4.4.1.1.6 counter64 read-only
The number of established sessions which were terminated due to insufficient reasons, internal error or other reasons not caused by management action.
             crasSecurity 1.3.6.1.4.1.9.9.392.1.5
                 crasSecurityGlobals 1.3.6.1.4.1.9.9.392.1.5.1
                     crasNumDisabledAccounts 1.3.6.1.4.1.9.9.392.1.5.1.1 counter64 read-only
The total number of user accounts which were disabled due to repeated login failures.
             crasThresholds 1.3.6.1.4.1.9.9.392.1.6
                 crasThrMaxSessions 1.3.6.1.4.1.9.9.392.1.6.1 integer32 read-only
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.
                 crasThrMaxFailedAuths 1.3.6.1.4.1.9.9.392.1.6.2 unsigned32 read-only
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.
                 crasThrMaxThroughput 1.3.6.1.4.1.9.9.392.1.6.3 integer32 read-only
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.
             crasNotifCntl 1.3.6.1.4.1.9.9.392.1.7
                 crasCntlTooManySessions 1.3.6.1.4.1.9.9.392.1.7.1 truthvalue read-write
This object defines the administrative state of sending the trap to signal the violation of the Max session threshold.
                 crasCntlTooManyFailedAuths 1.3.6.1.4.1.9.9.392.1.7.2 truthvalue read-write
This object defines the administrative state of sending the trap to signal the violation of the Max authentication failure count threshold.
                 crasCntlTooHighThroughput 1.3.6.1.4.1.9.9.392.1.7.3 truthvalue read-write
This object defines the administrative state of sending the trap to signal the violation of the Max throughput threshold.
         ciscoRasMonitorMIBConform 1.3.6.1.4.1.9.9.392.2
             ciscoRasMonitorMIBCompliances 1.3.6.1.4.1.9.9.392.2.1
                 ciscoRasMonitorMIBCompliance 1.3.6.1.4.1.9.9.392.2.1.1
The compliance statement for SNMP entities the Cisco Remote Access Monitoring MIB.
                 ciscoRasMonitorMIBComplianceRev1 1.3.6.1.4.1.9.9.392.2.1.2
The compliance statement for SNMP entities the Cisco Remote Access Monitoring MIB.
             ciscoRasMonitorMIBGroups 1.3.6.1.4.1.9.9.392.2.2
                 ciscoRasCapacityGroup 1.3.6.1.4.1.9.9.392.2.2.1
This group consists of the MIB objects pertaining to Remote Access Service capacity parameters defined in the Cisco Remote Access MIB.
                 ciscoRasResourceUsageGroup 1.3.6.1.4.1.9.9.392.2.2.2
This group consists of the MIB objects pertaining to Remote Access Service resource usage parameters defined in the Cisco Remote Access MIB.
                 ciscoRasActivityGroup 1.3.6.1.4.1.9.9.392.2.2.3
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.
                 ciscoRasGrpActivityGroup 1.3.6.1.4.1.9.9.392.2.2.4
This group consists of the MIB objects pertaining to activity of user groups.
                 ciscoRasMandatoryFailureGroup 1.3.6.1.4.1.9.9.392.2.2.5
This group categorizes objects pertaining to failures in the Remote Access Service which are essential for successful monitoring of the service.
                 ciscoRasOptionalFailureGroup 1.3.6.1.4.1.9.9.392.2.2.6
This group categorizes optional objects pertaining to failures in the Remote Access Service.
                 ciscoRasSecurityGroup 1.3.6.1.4.1.9.9.392.2.2.7
This group categorizes objects pertaining to the monitoring state of security in the Remote Access Service.
                 ciscoRasThresholdsGroup 1.3.6.1.4.1.9.9.392.2.2.8
This group categorizes objects which are used to establish baseline values of metrics instrumenting the Remote Access Service.
                 ciscoRasNotificationCntlGroup 1.3.6.1.4.1.9.9.392.2.2.9
This group of objects controls the sending of notifications defined in this MIB module.
                 ciscoRasNotificationsGroup 1.3.6.1.4.1.9.9.392.2.2.10
This group contains the notifications for the Remote Access MIB.
                 ciscoRasActivityGroupRev1 1.3.6.1.4.1.9.9.392.2.2.11
This group contains activity information related to sessions.