Home/Catalog/CISCO-VPDN-MGMT-MIB

CISCO-VPDN-MGMT-MIB

AI MIB Summary

The CISCO-VPDN-MGMT-MIB monitors Cisco IOS Network Access Servers and Tunnel Servers to track L2F, L2TP, and PPTP tunnel states, active user sessions, and per-user failure history. It provides granular visibility into global VPDN configurations, tunnel establishment metrics, and authentication or connectivity failures for calls routed via domain name or DNIS.

The MIB module for VPDN. Overview of VPDN MIB MIB description This MIB is to support the Virtual Private Dialup Network (VPDN) feature of Cisco IOS. VPDN handles the forwarding of PPP links from an Internet Provider (ISP) to a Home Gateway. The VPDN MIB provides the operational information on Cisco's VPDN tunnelling implementation. The following entities are managed: 1) Global VPDN information 2) VPDN tunnel information 3) VPDN tunnel's user information 4) Failure history per user The following example configuration shows how the VPDN MIB returns VPDN information, from either CISCO A - Network Access Server (NAS) or CISCO B - Tunnel Server (TS). The User call is projected by either domain name or Dialed Number Identification Service (DNIS). The terms NAS and TS are generic terms refering to the VPDN systems. The following table shows the corresponding technology-specific terms. Network Access Server Tunnel Server ------------------------------ ------------------------- L2F Network Access Server (NAS) Home Gateway (HGW) L2TP L2TP Access Concentrator (LAC) L2TP Network Server (LNS) PPTP PPTP Access Concentrator (PAC) PPTP Network Server (PNS) (NAS) (TS) User ===== Cisco A ===== IP Network ===== Cisco B ===== Server | | +========== VPDN ==========+ 1) The VPDN global entry identifies the system wide VPDN information. 2) The VPDN tunnel table identifies the active VPDN tunnels on Cisco A and Cisco B. The table contains an entry for each active tunnel on the system. 3) The VPDN tunnel user table identifies the active users for each active tunnel on each system and provides relevant information for each user. 4) The VPDN failure history table identifies the last failure recorded per user and provides relevant information.
118
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

118 total
Object Name
ciscoVpdnMgmtMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24
SNMPv2-SMI-v1
Unknown
.1.3.6.1.4.1.9.10.24
ciscoVpdnMgmtMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.1
cvpdnSystemInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.1.1
cvpdnTunnelTotalThe total number of VPDN tunnels that are currently active within this system.rodeprecated
Gauge32 -- Units -- tunnels
.1.3.6.1.4.1.9.10.24.1.1.1
cvpdnSessionTotalThe total number of active users in all the active VPDN tunnels within this system.rodeprecated
Gauge32 -- Units -- users
.1.3.6.1.4.1.9.10.24.1.1.2
cvpdnDeniedUsersTotalThe total number of denied user attempts to all the active VPDN tunnels within this system.rodeprecated
Counter32 -- Units -- attempts
.1.3.6.1.4.1.9.10.24.1.1.3
cvpdnSystemTableTable of information about the VPDN system for all tunnel types.
SEQUENCE OF CvpdnSystemEntry
.1.3.6.1.4.1.9.10.24.1.1.4
cvpdnSystemEntryAn entry in the table, containing information about a single type of VPDN tunnel.
CvpdnSystemEntry
.1.3.6.1.4.1.9.10.24.1.1.4.1
cvpdnSystemTunnelTypeThe tunnel type. This is the tunnel protocol.
Enumeration
.1.3.6.1.4.1.9.10.24.1.1.4.1.1
cvpdnSystemTunnelTotalThe total number of VPDN tunnels that are currently active of this tunnel type.ro
Gauge32 -- Units -- tunnels
.1.3.6.1.4.1.9.10.24.1.1.4.1.2
cvpdnSystemSessionTotalThe total number of active sessions in all the active VPDN tunnels of this tunnel type.ro
Gauge32 -- Units -- sessions
.1.3.6.1.4.1.9.10.24.1.1.4.1.3
cvpdnSystemDeniedUsersTotalThe total number of denied user attempts to all the VPDN tunnels of this tunnel type since last system re-initialization.ro
Counter32 -- Units -- attempts
.1.3.6.1.4.1.9.10.24.1.1.4.1.4
cvpdnTunnelInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.1.2
cvpdnTunnelTableTable of information about the active VPDN tunnels.deprecated
SEQUENCE OF CvpdnTunnelEntry
.1.3.6.1.4.1.9.10.24.1.2.1
cvpdnTunnelEntryAn entry in the table, containing information about a single active VPDN tunnel.deprecated
CvpdnTunnelEntry
.1.3.6.1.4.1.9.10.24.1.2.1.1
cvpdnTunnelTunnelIdThe Tunnel ID of an active VPDN tunnel. If it is the instigator of the tunnel, the ID is the HGW/LNS tunnel ID, otherwise it is the NAS/LAC tunnel ID.deprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.2.1.1.1
cvpdnTunnelRemoteTunnelIdThe remote Tunnel ID of an active VPDN tunnel. If it is the instigator of the tunnel, the ID is the NAS/LAC tunnel ID, otherwise it is the HGW/LNS tunnel ID.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.2.1.1.2
cvpdnTunnelLocalNameThe local name of an active VPDN tunnel. It will be the NAS/LAC name of the tunnel if the router is serves as NAS/LAC, or the HGW/LNS name of the tunnel if the system serves as the home gateway. Typically, the local name is the configured host name of the router.rodeprecated
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.1.1.3
cvpdnTunnelRemoteNameThe remote name of an active VPDN tunnel. It will be the home gateway name of the tunnel if the system is a NAS/LAC, or the NAS/LAC name of the tunnel if the system serves as the home gateway.rodeprecated
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.1.1.4
cvpdnTunnelRemoteEndpointNameThe remote end point name of an active VPDN tunnel. This name is either the domain name or the DNIS that this tunnel is projected with.rodeprecated
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.1.1.5
cvpdnTunnelLocalInitConnectionThis object indicates whether the tunnel was generated locally or not.rodeprecated
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.10.24.1.2.1.1.6
cvpdnTunnelOrigCauseThe cause which originated an active VPDN tunnel. The tunnel can be projected via domain name, DNIS or a stack group (SGBP).rodeprecated
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.1.1.7
cvpdnTunnelStateThe current state of an active VPDN tunnel. Each state code is explained below: unknown: The current state of the tunnel is unknown. opening: The tunnel has just been instigated and is pending for a remote end reply to complete the process. open: The tunnel is active. closing: The tunnel has just been shut down and is pending for the remote end to reply to complete the process.rodeprecated
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.1.1.8
cvpdnTunnelActiveSessionsThe total number of active session currently in the tunnel.rodeprecated
Gauge32 -- Units -- sessions
.1.3.6.1.4.1.9.10.24.1.2.1.1.9
cvpdnTunnelDeniedUsersA count of the accumulated total of denied users for the tunnel.rodeprecated
Counter32 -- Units -- calls
.1.3.6.1.4.1.9.10.24.1.2.1.1.10
cvpdnTunnelSoftshutA VPDN tunnel can be put into a soft shut state to prevent any new user session to be added. This object specifies whether this tunnel has been soft shut.rodeprecated
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.10.24.1.2.1.1.12
cvpdnTunnelNetworkServiceTypeThe type of network service used in the active tunnel. For now it is IP only.rodeprecated
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.1.1.13
cvpdnTunnelLocalIpAddressThe local IP address of the tunnel. This IP address is that of the interface at the local end of the tunnel.rodeprecated
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.1.1.14
cvpdnTunnelSourceIpAddressThe Source IP address of the tunnel. This IP address is the user configurable IP address for Stack Group Bundling Protocol (SGBP) via the CLI command: vpdn source-iprodeprecated
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.1.1.15
cvpdnTunnelRemoteIpAddressThe remote IP address of the tunnel. This IP address is that of the interface at the remote end of the tunnel.rodeprecated
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.1.1.16
cvpdnTunnelAttrTableTable of information about the active VPDN tunnels. An entry is added to the table when a new tunnel is initiated and removed from the table when the tunnel is terminated.
SEQUENCE OF CvpdnTunnelAttrEntry
.1.3.6.1.4.1.9.10.24.1.2.2
cvpdnTunnelAttrEntryAn entry in the table, containing information about a single active VPDN tunnel.
CvpdnTunnelAttrEntry
.1.3.6.1.4.1.9.10.24.1.2.2.1
cvpdnTunnelAttrTunnelIdThe Tunnel ID of an active VPDN tunnel. If this end is the instigator of the tunnel, the ID is the HGW/LNS tunnel ID, otherwise it is the NAS/LAC tunnel ID. Two distinct tunnels with the same tunnel ID may exist, but with different tunnel types.
Integer32
.1.3.6.1.4.1.9.10.24.1.2.2.1.1
cvpdnTunnelAttrRemoteTunnelIdThe remote Tunnel ID of an active VPDN tunnel. If this end is the instigator of the tunnel, the ID is the NAS/LAC tunnel ID, otherwise it is the HGW/LNS tunnel ID.ro
Integer32
.1.3.6.1.4.1.9.10.24.1.2.2.1.2
cvpdnTunnelAttrLocalNameThe local name of an active VPDN tunnel. It will be the NAS/LAC name of the tunnel if the router is serves as NAS/LAC, or the HGW/LNS name of the tunnel if the system serves as the home gateway. Typically, the local name is the configured host name of the router.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.2.1.3
cvpdnTunnelAttrRemoteNameThe remote name of an active VPDN tunnel. It will be the home gateway name of the tunnel if the system is a NAS/LAC, or the NAS/LAC name of the tunnel if the system serves as the home gateway.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.2.1.4
cvpdnTunnelAttrRemoteEndpointNameThe remote end point name of an active VPDN tunnel. This name is either the domain name or the DNIS that this tunnel is projected with.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.2.2.1.5
cvpdnTunnelAttrLocalInitConnectionThis object indicates whether the tunnel was originated locally or not. If it's true, the tunnel was originated locally.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.10.24.1.2.2.1.6
cvpdnTunnelAttrOrigCauseThe cause which originated an active VPDN tunnel. The tunnel can be projected via domain name, DNIS or a stack group.ro
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.2.1.7
cvpdnTunnelAttrStateThe current state of an active VPDN tunnel. Tunnels of type l2f will have states with the 'l2f' prefix. Tunnels of type l2tp will have states with the 'l2tp' prefix. Each state codeis explained below: unknown: The current state of the tunnel is unknown. l2fOpening: The tunnel has just been initiated and is pending for a remote end reply to complete the process. l2fOpenWait: This end received a tunnel open request from the remote end and is waiting for the tunnel to be established. l2fOpen: The tunnel is active. l2fClosing: This end received a tunnel close request. l2fCloseWait: The tunnel has just been shut down and is pending for the remote end to reply to complete the process. l2tpIdle: No tunnel is initiated yet. l2tpWaitCtlReply: The tunnel has been initiated and is pending for a remote end reply to complete the process. l2tpEstablished: The tunnel is active. l2tpShuttingDown: The tunnel is in progress of shutting down. l2tpNoSessionLeft: There is no session left in the tunnel.ro
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.2.1.8
cvpdnTunnelAttrActiveSessionsThe total number of active session currently in the tunnel.ro
Gauge32 -- Units -- sessions
.1.3.6.1.4.1.9.10.24.1.2.2.1.9
cvpdnTunnelAttrDeniedUsersA count of the accumulated total of denied users for the tunnel.ro
Counter32 -- Units -- calls
.1.3.6.1.4.1.9.10.24.1.2.2.1.10
cvpdnTunnelAttrSoftshutA VPDN tunnel can be put into a soft shut state to prevent any new session to be added. This object specifies whether this tunnel has been soft shut. If its true, it has been soft shut.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.10.24.1.2.2.1.11
cvpdnTunnelAttrNetworkServiceTypeThe type of network service used in the active tunnel.ro
Enumeration
.1.3.6.1.4.1.9.10.24.1.2.2.1.12
cvpdnTunnelAttrLocalIpAddressThe local IP address of the tunnel. This IP address is that of the interface at the local end of the tunnel.ro
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.2.1.13
cvpdnTunnelAttrSourceIpAddressThe Source IP address of the tunnel. This IP address is the user configurable IP address for Stack Group Biding Protocolro
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.2.1.14
cvpdnTunnelAttrRemoteIpAddressThe remote IP address of the tunnel. This IP address is that of the interface at the remote end of the tunnel.ro
IpAddress
.1.3.6.1.4.1.9.10.24.1.2.2.1.15
cvpdnTunnelSessionInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.1.3
cvpdnTunnelSessionTableTable of information about individual user sessions within the active tunnels. Entry is added to the table when new user session is initiated and be removed from the table when the user session is terminated.deprecated
SEQUENCE OF CvpdnTunnelSessionEntry
.1.3.6.1.4.1.9.10.24.1.3.1
cvpdnTunnelSessionEntryAn entry in the table, containing information about a single user session within the tunnel.deprecated
CvpdnTunnelSessionEntry
.1.3.6.1.4.1.9.10.24.1.3.1.1
cvpdnTunnelSessionIdThe ID of an active VPDN tunnel user session.deprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.1
cvpdnTunnelSessionUserNameThe name of the user of the user session.rodeprecated
DisplayString
.1.3.6.1.4.1.9.10.24.1.3.1.1.2
cvpdnTunnelSessionStateThe current state of an active user session. Each state code is explained below: unknown: The current state of the tunnel's session is unknown. opening: The user session has just been initiated through a tunnel and is pending for the remote end reply to complete the process. open: The user session is active. closing: The user session has just been closed and is pending for the remote end reply to complete the process. waitingForTunnel: The user session is in this state when the tunnel which this session is going through is still in CLOSED state. It waits for the tunnel to become OPEN before the session is allow to be fully established.rodeprecated
Enumeration
.1.3.6.1.4.1.9.10.24.1.3.1.1.3
cvpdnTunnelSessionCallDurationThis object specifies the call duration of the current active user session in value of system uptime.rodeprecated
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.9.10.24.1.3.1.1.4
cvpdnTunnelSessionPacketsOutThe total number of output packets through this active user session.rodeprecated
Counter32 -- Units -- packets
.1.3.6.1.4.1.9.10.24.1.3.1.1.5
cvpdnTunnelSessionBytesOutThe total number of output bytes through this active user session.rodeprecated
Counter32 -- Units -- bytes
.1.3.6.1.4.1.9.10.24.1.3.1.1.6
cvpdnTunnelSessionPacketsInThe total number of input packets through this active user session.rodeprecated
Counter32 -- Units -- packets
.1.3.6.1.4.1.9.10.24.1.3.1.1.7
cvpdnTunnelSessionBytesInThe total number of input bytes through this active user session.rodeprecated
Counter32 -- Units -- bytes
.1.3.6.1.4.1.9.10.24.1.3.1.1.8
cvpdnTunnelSessionDeviceTypeThe type of physical devices that this user session is attached to for the local end of the tunnel. The meaning of each device type is explained below: other: Any device that has not been defined. asyncInternalModem: Modem Pool device of an access server. async: A regular asynchronous serial interface. sync: A regular synchronous serial interface. bchan: An ISDN call. xdsl: Future application with xDSL devices. cable: Future application with Cable modem devices.rodeprecated
Enumeration
.1.3.6.1.4.1.9.10.24.1.3.1.1.9
cvpdnTunnelSessionDeviceCallerIdThe incoming caller identification of the user. It is the originating number that called into the device that initiates the user session. This object can be empty since not all dial device can provide caller ID information.rodeprecated
DisplayString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.10.24.1.3.1.1.10
cvpdnTunnelSessionDevicePhyIdThe device ID of the physical interface for the user session. The object is the the interface index which points to the iftable. For virtual interface that is not in the iftable, it will have zero value.rodeprecated
InterfaceIndexOrZero -- Rsyntax Integer32
.1.3.6.1.4.1.9.10.24.1.3.1.1.11
cvpdnTunnelSessionModemSlotIndexThe Modem Pool database slot index if it is associated with this user session. Only a session with device of type asyncInternalModem will have a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.13
cvpdnTunnelSessionModemPortIndexThe Modem Pool database port index if it is associated with this user session. Only a session with a device of type asyncInternalModem will have a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.14
cvpdnTunnelSessionDS1SlotIndexThe DS1 database slot index if it is associated with this user session. Only a session with a device of type asyncInternalModem will have a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.15
cvpdnTunnelSessionDS1PortIndexThe DS1 database port index if it is associated with this user session. Only a session with a device of type asyncInternalModem will have a a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.16
cvpdnTunnelSessionDS1ChannelIndexThe DS1 database channel index if it is associated with this user session. Only a session over a device of type asyncInternalModem will have a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.17
cvpdnTunnelSessionModemCallStartTimeThe start time of the current modem call. Only a session with a device of type asyncInternalModem will have a valid value for this object.rodeprecated
TimeStamp -- Rsyntax TimeTicks
.1.3.6.1.4.1.9.10.24.1.3.1.1.18
cvpdnTunnelSessionModemCallStartIndexArbitrary small integer to distinguish modem calls that occured at the same time tick. Only session over device asyncInternalModem will have a valid value for this object.rodeprecated
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.1.1.19
cvpdnSessionAttrTableTable of information about individual sessions within the active tunnels. An entry is added to the table when a new session is initiated and removed from the table when the session is terminated.
SEQUENCE OF CvpdnSessionAttrEntry
.1.3.6.1.4.1.9.10.24.1.3.2
cvpdnSessionAttrEntryAn entry in the table, containing information about a single session within the tunnel.
CvpdnSessionAttrEntry
.1.3.6.1.4.1.9.10.24.1.3.2.1
cvpdnSessionAttrSessionIdThe ID of an active VPDN session.
Integer32
.1.3.6.1.4.1.9.10.24.1.3.2.1.1
cvpdnSessionAttrUserNameThe name of the user of the session.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.3.2.1.2
cvpdnSessionAttrStateThe current state of a tunnel session. L2F tunnel sessions will have states with the 'l2f' prefix. L2TP tunnel sessions will have states with the 'l2tp' prefix. Each state code is explained below: unknown: The current state of the tunnel's session is unknown. l2fOpening: The session has just been initiated through a tunnel and is pending for the remote end reply to complete the process. l2fOpen: The session is active. l2fCloseWait: The session has just been closed and is pending for the remote end reply to complete the process. l2fWaitingForTunnel: The session is in this state when the tunnel which this session is going through is still in CLOSED state. It waits for the tunnel to become OPEN before the session is allow to be fully established. l2tpIdle: No session is initiated yet. l2tpWaitingTunnel: The session is waiting for the tunnel to be established. l2tpWaitReply: The session has been initiated and is pending for the remote end reply to complete the process. l2tpWaitConnect: This end has acknowledged a connection request and is waiting for the remote end to connect. l2tpEstablished: The session is active. l2tpShuttingDown: The session is in progress of shutting down.ro
Enumeration
.1.3.6.1.4.1.9.10.24.1.3.2.1.3
cvpdnSessionAttrCallDurationThis object specifies the call duration of the current active session.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.9.10.24.1.3.2.1.4
cvpdnSessionAttrPacketsOutThe total number of output packets through this active session.ro
Counter32 -- Units -- packets
.1.3.6.1.4.1.9.10.24.1.3.2.1.5
cvpdnSessionAttrBytesOutThe total number of output bytes through this active session.ro
Counter32 -- Units -- bytes
.1.3.6.1.4.1.9.10.24.1.3.2.1.6
cvpdnSessionAttrPacketsInThe total number of input packets through this active session.ro
Counter32 -- Units -- packets
.1.3.6.1.4.1.9.10.24.1.3.2.1.7
cvpdnSessionAttrBytesInThe total number of input bytes through this active session.ro
Counter32 -- Units -- bytes
.1.3.6.1.4.1.9.10.24.1.3.2.1.8
cvpdnSessionAttrDeviceTypeThe type of physical devices that this session is attached to for the local end of the tunnel. The meaning of each device type is explained below: other: Any device that has not been defined. asyncInternalModem: Modem Pool device of an access server. async: A regular asynchronous serial interface. sync: A regular synchronous serial interface. bchan: An ISDN call. xdsl: xDSL interface. cable: cable modem interface.ro
Enumeration
.1.3.6.1.4.1.9.10.24.1.3.2.1.9
cvpdnSessionAttrDeviceCallerIdThe incoming caller identification of the user. It is the originating number that called into the device that initiates the session. This object can be empty since not all dial devices can provide caller ID information.ro
DisplayString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.10.24.1.3.2.1.10
cvpdnSessionAttrDevicePhyIdThe device ID of the physical interface for the session. The object is the the interface index which points to the iftable. For virtual interfaces that are not in the ifTable, the value will be zero.ro
InterfaceIndexOrZero -- Rsyntax Integer32
.1.3.6.1.4.1.9.10.24.1.3.2.1.11
cvpdnSessionAttrModemSlotIndexThe Modem Pool database slot index if it is associated with this session. Only a session with device of type 'asyncInternalModem' will have a valid value for this object; otherwise, it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.13
cvpdnSessionAttrModemPortIndexThe Modem Pool database port index if it is associated with this session. Only a session with a device of type 'asyncInternalModem' will have a valid value for this object; otherwise, it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.14
cvpdnSessionAttrDS1SlotIndexThe DS1 database slot index if it is associated with this session. Only a session with a device of type 'asyncInternalModem' will have a valid value for this object; otherwise it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.15
cvpdnSessionAttrDS1PortIndexThe DS1 database port index if it is associated with this session. Only a session with a device of type 'asyncInternalModem' will have a valid value for this object; otherwise it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.16
cvpdnSessionAttrDS1ChannelIndexThe DS1 database channel index if it is associated with this session. Only a session over a device of type 'asyncInternalModem' will have a valid value for this object; otherwise it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.17
cvpdnSessionAttrModemCallStartTimeThe start time of the current modem call. Only a session with a device of type 'asyncInternalModem' will have a valid value for this object; otherwise, it is not instantiated.ro
TimeStamp -- Rsyntax TimeTicks
.1.3.6.1.4.1.9.10.24.1.3.2.1.18
cvpdnSessionAttrModemCallStartIndexArbitrary small integer to distinguish modem calls that occured at the same time tick. Only session over device 'asyncInternalModem' will have a valid value for this object; otherwise, it is not instantiated.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.3.2.1.19
cvpdnUserToFailHistInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.1.4
cvpdnUserToFailHistInfoTableTable of the record of failure objects which are referencable by an user name. Only a name that has a valid item in the cisco IOS VPDN failure history table will yield a valid entry in this table. The table has a maximum size of 50 entries. Only the newest 50 entries will be kept in the table.
SEQUENCE OF CvpdnUserToFailHistInfoEntry
.1.3.6.1.4.1.9.10.24.1.4.1
cvpdnUserToFailHistInfoEntryAn entry in the table, containing failure history relevant to an user name.
CvpdnUserToFailHistInfoEntry
.1.3.6.1.4.1.9.10.24.1.4.1.1
cvpdnUnameToFailHistUnameThe user name for this failure entry.
DisplayString
.1.3.6.1.4.1.9.10.24.1.4.1.1.1
cvpdnUnameToFailHistTunnelIdThe Tunnel ID for this failure entry. If it is the instigator of the tunnel, the ID is the HGW/LNS tunnel ID, otherwise it is the NAS/LAC tunnel ID.
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.4.1.1.2
cvpdnUnameToFailHistUserIdThe user ID of this failure entry.ro
Unsigned32 -- Rsyntax Gauge32
.1.3.6.1.4.1.9.10.24.1.4.1.1.3
cvpdnUnameToFailHistLocalInitConnThis object indicates whether the tunnel in which the failure occurred was generated locally or not.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.10.24.1.4.1.1.4
cvpdnUnameToFailHistLocalNameThe local name of the VPDN tunnel in which the failure occurred. It will be the NAS/LAC name of the tunnel if the router is serves a NAS/LAC, or the HGW/LNS name of the tunnel if the system serves as the home gateway. The local name is the configured host name of the router. This object can be empty if the failure occurred prior to successful tunnel projection, thus no source name will be available.ro
DisplayString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.10.24.1.4.1.1.5
cvpdnUnameToFailHistRemoteNameThe remote name of the VPDN tunnel in which the failure occurred. It will be the home gateway name of the tunnel if the system is a NAS/LAC, or the NAS/LAC name of the tunnel if the system serves as the home gateway. This object can be empty if the failure occurred prior to successful tunnel projection, thus no source name will be available.ro
DisplayString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.10.24.1.4.1.1.6
cvpdnUnameToFailHistSourceIpThe source IP address of the tunnel in which the failure occurred. This IP address is that of the interface at the instigator end of the tunnel.ro
IpAddress
.1.3.6.1.4.1.9.10.24.1.4.1.1.7
cvpdnUnameToFailHistDestIpThe destination IP address of the tunnel in which the failure occurred. This IP address is that of the interface at the receiver end of the tunnel.ro
IpAddress
.1.3.6.1.4.1.9.10.24.1.4.1.1.8
cvpdnUnameToFailHistCountThis object is incremented when multiple failures has been experienced by this user on this tunnel. Seeing a delta of >1 is an indication that the current failure record is the latest of a series of failures that has been recorded.ro
Counter32 -- Units -- failures
.1.3.6.1.4.1.9.10.24.1.4.1.1.9
cvpdnUnameToFailHistFailTimeThis object specifies the time when the failure is occured.ro
TimeStamp -- Rsyntax TimeTicks
.1.3.6.1.4.1.9.10.24.1.4.1.1.10
cvpdnUnameToFailHistFailTypeThe type of failure for the current failure record. It comes in a form of a an ascii string which describes the type of failure.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.4.1.1.11
cvpdnUnameToFailHistFailReasonThe reason of failure for the current failure record.ro
DisplayString
.1.3.6.1.4.1.9.10.24.1.4.1.1.12
ciscoVpdnMgmtMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3
ciscoVpdnMgmtMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.1
ciscoVpdnMgmtMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.1.1
ciscoVpdnMgmtMIBComplianceRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.1.2
ciscoVpdnMgmtMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2
cvpdnSystemInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.1
cvpdnTunnelInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.2
cvpdnTunnelSessionInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.3
cvpdnUserToFailHistInfoGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.4
cvpdnSystemGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.5
cvpdnTunnelAttrGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.6
cvpdnSessionAttrGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.10.24.3.2.7
CISCO-VPDN-MGMT-MIB - SNMP MIB Reference | MIBs Explorer