MIBs Depot

CISCO-SSLVPN-MIB

Registered at
1.3.6.1.4.1.9.9.829
Last updated
2015-11-17 00:00
Organization
Cisco Systems, Inc.
Revisions
2015-11-17 00:00, 2015-10-14 12:00
Namespace
cisco
Source file
CISCO-SSLVPN-MIB
Digest
sha256:4f709db2865ecbb625ae3716a655d23e07900a51eb7c0e1a9287c3dc354703dc

Description

This MIB module defines management objects for configuration and monitoring of the Cisco secure gateway that implements SSLVPN. Glossary: AnyConnect - Cisco AnyConnect a unified agent that delivers multiple security services to help enable and protect the enterprise. SSL - Secure Sockets Layer URL - Uniform Resource Locator VPN - Virtual Private Network

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-vpn@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, TEXTUAL-CONVENTION

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-SMI
CISCO-SSLVPN-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoSslvpnMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.0
ciscoSslvpnMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.1
csslvpnGlobalStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.1.1
csslvpnMaxSessionAllowed
OBJECT-TYPE
This object indicates the maximum number of active SSLVPN sessions that are supported by the device.
1.3.6.1.4.1.9.9.829.1.1.1Unsigned32read-onlycurrent
csslvpnActiveSessions
OBJECT-TYPE
This object indicates the total number of active SSLVPN sessions.
1.3.6.1.4.1.9.9.829.1.1.2Unsigned32read-onlycurrent
csslvpnPeakSessions
OBJECT-TYPE
This object indicates the total number of sessions during peak time.
1.3.6.1.4.1.9.9.829.1.1.3Unsigned32read-onlycurrent
csslvpnInControlPackets
OBJECT-TYPE
This object indicates the total number of control packets received by the Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.4Counter64read-onlycurrent
csslvpnInDataPackets
OBJECT-TYPE
This object indicates the total number of data packets received by the Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.5Counter64read-onlycurrent
csslvpnOutControlPackets
OBJECT-TYPE
This object indicates the total number of control packets sent by the Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.6Counter64read-onlycurrent
csslvpnOutDataPackets
OBJECT-TYPE
This object indicates the total number of data packets sent by the Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.7Counter64read-onlycurrent
csslvpnAuthFailures
OBJECT-TYPE
This object indicates the total number of authentication failures.
1.3.6.1.4.1.9.9.829.1.1.8Unsigned32read-onlycurrent
csslvpnConnectFailures
OBJECT-TYPE
This object indicates the total number of connect failures.
1.3.6.1.4.1.9.9.829.1.1.9Unsigned32read-onlycurrent
csslvpnReconnectFailures
OBJECT-TYPE
This object indicates the total number of reconnect failures.
1.3.6.1.4.1.9.9.829.1.1.10Unsigned32read-onlycurrent
csslvpnDpdTimeouts
OBJECT-TYPE
This object indicates the total number of Dead Peer Detection timeouts.
1.3.6.1.4.1.9.9.829.1.1.11Counter64read-onlycurrent
csslvpnAuthRequests
OBJECT-TYPE
This object indicates the total number of authentication requests.
1.3.6.1.4.1.9.9.829.1.1.12Counter64read-onlycurrent
csslvpnAuthResponses
OBJECT-TYPE
This object indicates the total number of authentication responses.
1.3.6.1.4.1.9.9.829.1.1.13Counter64read-onlycurrent
csslvpnInDpdRequests
OBJECT-TYPE
This object indicates the total number of Dead Peer Detection requests received by Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.14Counter64read-onlycurrent
csslvpnOutDpdRequests
OBJECT-TYPE
This object indicates the total number of Dead Peer Detection requests sent by Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.15Counter64read-onlycurrent
csslvpnInDpdResponses
OBJECT-TYPE
This object indicates the total number of Dead Peer Detection responses received by Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.16Counter64read-onlycurrent
csslvpnOutDpdResponses
OBJECT-TYPE
This object indicates the total number of Dead Peer Detection responses sent by Secure Gateway.
1.3.6.1.4.1.9.9.829.1.1.17Counter64read-onlycurrent
csslvpnSession
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.1.2
csslvpnSessionTable
OBJECT-TYPE
A list of SSLVPN sessions which has been successfully created by the secure gateway.
1.3.6.1.4.1.9.9.829.1.2.1not-accessiblecurrent
csslvpnSessionEntry
OBJECT-TYPE
An entry providing the management information of a SSLVPN session. An entry will be created when the SSLVPN session has been successfully provisioned by the secure gateway. An entry will be removed when the SSLVPN session has been removed by the secure gateway.
1.3.6.1.4.1.9.9.829.1.2.1.1not-accessiblecurrent
csslvpnSessionID
OBJECT-TYPE
This object indicates the index of a SSLVPN session. The value of csslvpnSessionID is assigned uniquely during session creation.
1.3.6.1.4.1.9.9.829.1.2.1.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
csslvpnSessionUser
OBJECT-TYPE
This object indicates the username with which session is authenticated.
1.3.6.1.4.1.9.9.829.1.2.1.1.2SnmpAdminStringread-onlycurrent
csslvpnSessionProfile
OBJECT-TYPE
This object indicates the SSL profile to which session is connected. The SSL profile defines authentication and accounting lists. Profile selection will be based on policy and URL values. Profile may also optionally associate with default authorization policy
1.3.6.1.4.1.9.9.829.1.2.1.1.3SnmpAdminStringread-onlycurrent
csslvpnSessionPolicy
OBJECT-TYPE
This object indicates the SSL policy to which session is connected. SSL policy defines the cipher suites to be supported and the trust point to be used during SSL negotiation. SSL policy is a container of all the parameters used in the SSL negotiation. The policy selection would be done by matching the session parameters against the parameters configured under the policy
1.3.6.1.4.1.9.9.829.1.2.1.1.4SnmpAdminStringread-onlycurrent
csslvpnSessionClientIpAddrType
OBJECT-TYPE
This object indicates the type of public IP Address of the client that initiated the session.
1.3.6.1.4.1.9.9.829.1.2.1.1.5InetAddressTyperead-onlycurrent
csslvpnSessionClientIpAddr
OBJECT-TYPE
This object indicates the public IP Address of the client that initiated the session. The type of this address is determined by the value of csslvpnSessionClientIpAddrType object.
1.3.6.1.4.1.9.9.829.1.2.1.1.6InetAddressread-onlycurrent
csslvpnSessionTunnelIpAddrType
OBJECT-TYPE
This object indicates the type of IP address assigned to AnyConnect client during tunnel bring up.
1.3.6.1.4.1.9.9.829.1.2.1.1.7InetAddressTyperead-onlycurrent
csslvpnSessionTunnelIpAddr
OBJECT-TYPE
This object indicates the IP address assigned to AnyConnect client during tunnel bring up. The type of this address is determined by the value of csslvpnSessionTunnelIpAddrType object.
1.3.6.1.4.1.9.9.829.1.2.1.1.8InetAddressread-onlycurrent
csslvpnSessionTunnelNetmask
OBJECT-TYPE
This object indicates the netmask assigned to the client during the session bring up. This object is always interpreted with the value of csslvpnSessionTunnelIpAddrType object.
1.3.6.1.4.1.9.9.829.1.2.1.1.9InetAddressPrefixLengthread-onlycurrent
csslvpnSessionNumConnections
OBJECT-TYPE
This object indicates the total number of connections associated with a particular session.
1.3.6.1.4.1.9.9.829.1.2.1.1.10Unsigned32read-onlycurrent
csslvpnSessionRxPackets
OBJECT-TYPE
This object indicates the total number of packets received during the session.
1.3.6.1.4.1.9.9.829.1.2.1.1.11Counter64read-onlycurrent
csslvpnSessionTxPackets
OBJECT-TYPE
This object indicates the total number of packets transmitted during the session.
1.3.6.1.4.1.9.9.829.1.2.1.1.12Counter64read-onlycurrent
csslvpnSessionRxBytes
OBJECT-TYPE
This object indicates the total number of bytes received during the session.
1.3.6.1.4.1.9.9.829.1.2.1.1.13Counter64read-onlycurrent
csslvpnSessionTxBytes
OBJECT-TYPE
This object indicates the total number of bytes transmitted during the session.
1.3.6.1.4.1.9.9.829.1.2.1.1.14Counter64read-onlycurrent
csslvpnSessionLastUsed
OBJECT-TYPE
This object indicates the time, when the session was last used.
1.3.6.1.4.1.9.9.829.1.2.1.1.15DateAndTimeread-onlycurrent
csslvpnSessionCreated
OBJECT-TYPE
This object indicates the time, when the session was created.
1.3.6.1.4.1.9.9.829.1.2.1.1.16DateAndTimeread-onlycurrent
csslvpnNotificationControl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.1.3
csslvpnNotificationEnable
OBJECT-TYPE
This object specifies whether a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then the specified notification can be generated. sessionLimit -- the csslvpnSessionLimitNotif notification. tunnelUp -- the csslvpnTunnelUpNotif notification. tunnelDown -- the csslvpnTunnelDownNotif notification.
1.3.6.1.4.1.9.9.829.1.3.1Bits {sessionLimit(0), tunnelUp(1), tunnelDown(2)}read-writecurrent
ciscoSslvpnMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.2
ciscoSslvpnMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.2.1
ciscoSslvpnMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.829.2.2

Notifications

NameOIDStatus
csslvpnSessionLimitNotif
NOTIFICATION-TYPE
This notification would be sent when the attempt of creating a new active sessions may exceed the maximum number of sessions supported by the device.
1.3.6.1.4.1.9.9.829.0.1current
csslvpnTunnelUpNotif
NOTIFICATION-TYPE
This notification would be sent when SSLVPN tunnel gets created.
1.3.6.1.4.1.9.9.829.0.2current
csslvpnTunnelDownNotif
NOTIFICATION-TYPE
This notification would be sent when SSLVPN tunnel tears down.
1.3.6.1.4.1.9.9.829.0.3current

Conformance

NameOIDStatus
ciscoSslvpnMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement CISCO-SSLVPN-MIB.
1.3.6.1.4.1.9.9.829.2.1.1current
csslvpnGlobalSessionGroup
OBJECT-GROUP
A collection of objects providing management information for global SSLVPN session statistics.
1.3.6.1.4.1.9.9.829.2.2.1current
csslvpnStatisticsGroup
OBJECT-GROUP
A collection of objects providing management information for global SSLVPN statistics.
1.3.6.1.4.1.9.9.829.2.2.2current
csslvpnSessionGroup
OBJECT-GROUP
A collection of objects providing management information for SSLVPN sessions.
1.3.6.1.4.1.9.9.829.2.2.3current
csslvpnNotificationGroup
NOTIFICATION-GROUP
A collection of SSLVPN notifications.
1.3.6.1.4.1.9.9.829.2.2.4current
csslvpnNotificationControlGroup
OBJECT-GROUP
A collection of objects providing control on the generation of SSLVPN notifications.
1.3.6.1.4.1.9.9.829.2.2.5current