CISCO-VPDN-MGMT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
9
Rows
9
Columns
114
.1.3.6.1.4.1.9.10.24.1.1.4 · 1 row entry · 7 columns
Table of information about the VPDN system for all tunnel
types.
cvpdnSystemEntry entry .1.3.6.1.4.1.9.10.24.1.1.4.1
An entry in the table, containing information about a
single type of VPDN tunnel.
Indexes
cvpdnSystemTunnelType
Column Syntax OID
cvpdnSystemTunnelType
The tunnel type. This is the tunnel protocol.
TunnelType
Textual Convention: TunnelType Enumeration
Type Values:
1l2f
2l2tp
3pptp
.1.3.6.1.4.1.9.10.24.1.1.4.1.1
cvpdnSystemTunnelTotal
The total number of VPDN tunnels that are currently active
of this tunnel type.
tunnelsSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.2
cvpdnSystemSessionTotal
The total number of active sessions in all the active VPDN
tunnels of this tunnel type.
sessionsSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.3
cvpdnSystemDeniedUsersTotal
The total number of denied user attempts to all the VPDN
tunnels of this tunnel type since last system
re-initialization.
attemptsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.4
cvpdnSystemInitialConnReq
The total number tunnel connection attempts on all the VPDN
tunnels of this tunnel type since last system
re-initialization.
attemptsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.5
cvpdnSystemSuccessConnReq
The total number tunnel Successful connection attempts in VPDN
tunnels of this tunnel type since last system
re-initialization.
attemptsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.6
cvpdnSystemFailedConnReq
The total number tunnel Failed connection attempts in VPDN
tunnels of this tunnel type since last system
re-initialization.
attemptsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.1.4.1.7

cvpdnTunnelTable

table obsolete
.1.3.6.1.4.1.9.10.24.1.2.1 · 1 row entry · 15 columns
Table of information about the active VPDN tunnels.
cvpdnTunnelEntry entry .1.3.6.1.4.1.9.10.24.1.2.1.1
An entry in the table, containing information about a
single active VPDN tunnel.
Indexes
cvpdnTunnelTunnelId
Column Syntax OID
cvpdnTunnelTunnelId obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.1.1.1
cvpdnTunnelRemoteTunnelId obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.1.1.2
cvpdnTunnelLocalName obsolete
The local name of an active VPDN tunnel. It will be
the NAS/LAC name of the tunnel if the router serves as
the NAS/LAC, or the HGW/LNS name of the tunnel if the
system serves as the home gateway. Typically, the
local …
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.1.1.3
cvpdnTunnelRemoteName obsolete
The 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.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.1.1.4
cvpdnTunnelRemoteEndpointName obsolete
The 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.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.1.1.5
cvpdnTunnelLocalInitConnection obsolete
This object indicates whether the tunnel was generated
locally or not.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.2.1.1.6
cvpdnTunnelOrigCause obsolete
The cause which originated an active VPDN tunnel. The
tunnel can be projected via domain name, DNIS or a
stack group (SGBP).
Enumeration
Enumerated Values:
1domain
2dnis
3stack
.1.3.6.1.4.1.9.10.24.1.2.1.1.7
cvpdnTunnelState obsolete
The 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 j…
Enumeration
Enumerated Values:
1unknown
2opening
3open
4closing
.1.3.6.1.4.1.9.10.24.1.2.1.1.8
cvpdnTunnelActiveSessions obsolete
The total number of active session currently in the
tunnel.
sessionsSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.1.1.9
cvpdnTunnelDeniedUsers obsolete
A count of the accumulated total of denied users for
the tunnel.
callsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.1.1.10
cvpdnTunnelSoftshut obsolete
A 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.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.2.1.1.12
cvpdnTunnelNetworkServiceType obsolete
The type of network service used in the active tunnel.
For now it is IP only.
Enumeration
Enumerated Values:
1ip
.1.3.6.1.4.1.9.10.24.1.2.1.1.13
cvpdnTunnelLocalIpAddress obsolete
The local IP address of the tunnel. This IP address is
that of the interface at the local end of the tunnel.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.1.1.14
cvpdnTunnelSourceIpAddress obsolete
The source IP address of the tunnel. This IP address
is the user configurable IP address for Stack Group
Biding Protocol (SGBP) via the CLI command:
vpdn source-ip
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.1.1.15
cvpdnTunnelRemoteIpAddress obsolete
The remote IP address of the tunnel. This IP address
is that of the interface at the remote end of the
tunnel.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.1.1.16
.1.3.6.1.4.1.9.10.24.1.2.2 · 1 row entry · 21 columns
Table 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.
cvpdnTunnelAttrEntry entry .1.3.6.1.4.1.9.10.24.1.2.2.1
An entry in the table, containing information about a
single active VPDN tunnel.
Indexes
cvpdnSystemTunnelType cvpdnTunnelAttrTunnelId
Column Syntax OID
cvpdnTunnelAttrTunnelId
The Tunnel ID of an active VPDN tunnel. If this end is the
instigator of the tunnel, the ID is the TS tunnel ID,
otherwise it is the NAS tunnel ID.

Two distinct tunnels with the same tunnel ID may exist,…
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.9.10.24.1.2.2.1.1
cvpdnTunnelAttrRemoteTunnelId
The remote Tunnel ID of an active VPDN tunnel. If this end
is the instigator of the tunnel, the ID is the NAS tunnel
ID, otherwise it is the TS tunnel ID.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.9.10.24.1.2.2.1.2
cvpdnTunnelAttrLocalName
The local name of an active VPDN tunnel. It will be the
NAS name of the tunnel if the system serves as the NAS, or
the TS name of the tunnel if the system serves as the
tunnel server. Typically, the local name is the …
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.2.1.3
cvpdnTunnelAttrRemoteName
The remote name of an active VPDN tunnel. It will be the
tunnel server name of the tunnel if the system is a NAS,
or the NAS name of the tunnel if the system serves as the
tunnel server.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.2.1.4
cvpdnTunnelAttrRemoteEndpointName
The 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.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.2.2.1.5
cvpdnTunnelAttrLocalInitConnection
This object indicates whether the tunnel was originated
locally or not. If it's true, the tunnel was originated
locally.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.2.2.1.6
cvpdnTunnelAttrOrigCause
The cause which originated an active VPDN tunnel. The
tunnel can be projected via domain name, DNIS, stack group,
or L2 Xconnect.
Enumeration
Enumerated Values:
1domain
2dnis
3stack
4xconnect
.1.3.6.1.4.1.9.10.24.1.2.2.1.7
cvpdnTunnelAttrState
The 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.
Tunnels of type pptp will have states with the 'pptp'…
Enumeration
Enumerated Values:
1unknown
2l2fOpening
3l2fOpenWait
4l2fOpen
5l2fClosing
6l2fCloseWait
7l2tpIdle
8l2tpWaitCtlReply
9l2tpEstablished
10l2tpShuttingDown
11l2tpNoSessionLeft
12pptpIdle
13pptpWaitConnect
14pptpWaitCtlRequest
15pptpWaitCtlReply
16pptpEstablished
17pptpWaitStopReply
18pptpTerminal
.1.3.6.1.4.1.9.10.24.1.2.2.1.8
cvpdnTunnelAttrActiveSessions
The total number of active session currently in the
tunnel.
sessionsSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.2.1.9
cvpdnTunnelAttrDeniedUsers
A count of the accumulated total of denied users for the
tunnel.
callsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.2.2.1.10
cvpdnTunnelAttrSoftshut
A 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.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.2.2.1.11
cvpdnTunnelAttrNetworkServiceType
The type of network service used in the active tunnel.
Enumeration
Enumerated Values:
1ip
.1.3.6.1.4.1.9.10.24.1.2.2.1.12
cvpdnTunnelAttrLocalIpAddress deprecated
The local IP address of the tunnel. This IP address is
that of the interface at the local end of the tunnel.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.2.1.13
cvpdnTunnelAttrSourceIpAddress deprecated
The source IP address of the tunnel. This IP address is
the user configurable IP address for Stack Group Biding
Protocol.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.2.1.14
cvpdnTunnelAttrRemoteIpAddress deprecated
The remote IP address of the tunnel. This IP address is
that of the interface at the remote end of the tunnel.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.2.2.1.15
cvpdnTunnelAttrLocalInetAddressType
Indicates the type of address contained in
cvpdnTunnelAttrLocalInetAddress
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.2.2.1.16
cvpdnTunnelAttrLocalInetAddress
The local IP address of the tunnel. This IP address is
that of the interface at the local end of the tunnel.
The type of this address is determined by the value of
cvpdnTunnelAttrLocalInetAddressType.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.2.2.1.17
cvpdnTunnelAttrSourceInetAddressType
Indicates the type of address contained in
cvpdnTunnelAttrSourceInetAddress
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.2.2.1.18
cvpdnTunnelAttrSourceInetAddress
The source IP address of the tunnel. This IP address is
the user configurable IP address for Stack Group Biding
Protocol. The type of this address is determined by the
value of cvpdnTunnelAttrSourceInetAddressType.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.2.2.1.19
cvpdnTunnelAttrRemoteInetAddressType
Indicates the type of address contained in
cvpdnTunnelAttrRemoteInetAddress
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.2.2.1.20
cvpdnTunnelAttrRemoteInetAddress
The remote IP address of the tunnel. This IP address is
that of the interface at the remote end of the tunnel.
The type of this address is determined by the value of
cvpdnTunnelAttrRemoteInetAddressType.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.2.2.1.21
.1.3.6.1.4.1.9.10.24.1.3.1 · 1 row entry · 19 columns
Table 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.
cvpdnTunnelSessionEntry entry .1.3.6.1.4.1.9.10.24.1.3.1.1
An entry in the table, containing information about a
single user session within the tunnel.
Indexes
cvpdnTunnelTunnelId cvpdnTunnelSessionId
Column Syntax OID
cvpdnTunnelSessionId obsolete
The ID of an active VPDN tunnel user session.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.1
cvpdnTunnelSessionUserName obsolete
The name of the user of the user session.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.3.1.1.2
cvpdnTunnelSessionState obsolete
The current state of an active user session. Each state
code is explained below:

unknown: The current state of the tunnel's
session is unknown.

openi…
Enumeration
Enumerated Values:
1unknown
2opening
3open
4closing
5waitingForTunnel
.1.3.6.1.4.1.9.10.24.1.3.1.1.3
cvpdnTunnelSessionCallDuration obsolete
This object specifies the call duration of the current
active user session in value of system uptime.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.4
cvpdnTunnelSessionPacketsOut obsolete
The total number of output packets through this active
user session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.5
cvpdnTunnelSessionBytesOut obsolete
The total number of output bytes through this active
user session.
bytesSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.6
cvpdnTunnelSessionPacketsIn obsolete
The total number of input packets through this active
user session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.7
cvpdnTunnelSessionBytesIn obsolete
The total number of input bytes through this active
user session.
bytesSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.8
cvpdnTunnelSessionDeviceType obsolete
The 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 bee…
Enumeration
Enumerated Values:
1other
2asyncInternalModem
3async
4bchan
5sync
6virtualAccess
7xdsl
8cable
.1.3.6.1.4.1.9.10.24.1.3.1.1.9
cvpdnTunnelSessionDeviceCallerId obsolete
The 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
inform…
SNMPv2-TCDisplayString
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.3.1.1.10
cvpdnTunnelSessionDevicePhyId obsolete
The 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.
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.9.10.24.1.3.1.1.11
cvpdnTunnelSessionMultilink obsolete
This object indicates whether the session is part of a
multilink or not.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.3.1.1.12
cvpdnTunnelSessionModemSlotIndex obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.13
cvpdnTunnelSessionModemPortIndex obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.14
cvpdnTunnelSessionDS1SlotIndex obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.15
cvpdnTunnelSessionDS1PortIndex obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.16
cvpdnTunnelSessionDS1ChannelIndex obsolete
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.17
cvpdnTunnelSessionModemCallStartTime obsolete
The start time of the current modem call. Only a
session with a device of type asyncInternalModem will
have a valid value for this object.
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.4.1.9.10.24.1.3.1.1.18
cvpdnTunnelSessionModemCallStartIndex obsolete
Arbitrary small integer to distinguish modem calls that
occurred at the same time tick. Only session over
device asyncInternalModem will have a valid value for
this object.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.1.1.19
.1.3.6.1.4.1.9.10.24.1.3.2 · 1 row entry · 24 columns
Table 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.
cvpdnSessionAttrEntry entry .1.3.6.1.4.1.9.10.24.1.3.2.1
An entry in the table, containing information about a
single session within the tunnel.
Indexes
cvpdnSystemTunnelType cvpdnTunnelAttrTunnelId cvpdnSessionAttrSessionId
Column Syntax OID
cvpdnSessionAttrSessionId
The ID of an active VPDN session.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.4.1.9.10.24.1.3.2.1.1
cvpdnSessionAttrUserName
The name of the user of the session.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.3.2.1.2
cvpdnSessionAttrState
The 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:
Enumeration
Enumerated Values:
1unknown
2l2fOpening
3l2fOpen
4l2fCloseWait
5l2fWaitingForTunnel
6l2tpIdle
7l2tpWaitingTunnel
8l2tpWaitReply
9l2tpWaitConnect
10l2tpEstablished
11l2tpShuttingDown
12pptpWaitVAccess
13pptpPacEstablished
14pptpWaitTunnel
15pptpWaitOCRP
16pptpPnsEstablished
17pptpWaitCallDisc
18pptpTerminal
.1.3.6.1.4.1.9.10.24.1.3.2.1.3
cvpdnSessionAttrCallDuration
This object specifies the call duration of the current
active session.
SNMPv2-SMITimeTicks
Textual Convention: SNMPv2-SMITimeTicks Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.4
cvpdnSessionAttrPacketsOut
The total number of output packets through this active
session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.5
cvpdnSessionAttrBytesOut
The total number of output bytes through this active
session.
bytesSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.6
cvpdnSessionAttrPacketsIn
The total number of input packets through this active
session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.7
cvpdnSessionAttrBytesIn
The total number of input bytes through this active
session.
bytesSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.8
cvpdnSessionAttrDeviceType
The 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
Enumeration
Enumerated Values:
1other
2asyncInternalModem
3async
4bchan
5sync
6virtualAccess
7xdsl
8cable
.1.3.6.1.4.1.9.10.24.1.3.2.1.9
cvpdnSessionAttrDeviceCallerId
The 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 informatio…
SNMPv2-TCDisplayString
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.3.2.1.10
cvpdnSessionAttrDevicePhyId
The 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.
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.9.10.24.1.3.2.1.11
cvpdnSessionAttrMultilink
This object indicates whether the session is part of a
multilink PPP bundle, even if there is only one link or
session in the bundle. If it is multilink PPP, the value
is true.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.3.2.1.12
cvpdnSessionAttrModemSlotIndex
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.13
cvpdnSessionAttrModemPortIndex
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.14
cvpdnSessionAttrDS1SlotIndex
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.15
cvpdnSessionAttrDS1PortIndex
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.16
cvpdnSessionAttrDS1ChannelIndex
The 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.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.17
cvpdnSessionAttrModemCallStartTime
The 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.
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.4.1.9.10.24.1.3.2.1.18
cvpdnSessionAttrModemCallStartIndex
Arbitrary small integer to distinguish modem calls that
occurred at the same time tick. Only session over device
'asyncInternalModem' will have a valid value for this
object; otherwise, it is not instantiated.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.19
cvpdnSessionAttrVirtualCircuitID
The virtual circuit ID of an active Layer 2 VPN session.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.20
cvpdnSessionAttrSentPktsDropped
The total number of dropped packets that could not be sent
into this active session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.21
cvpdnSessionAttrRecvPktsDropped
The total number of dropped packets that were received from
this active session.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.3.2.1.22
cvpdnSessionAttrMultilinkBundle
This object specifies the name of the multilink bundle to
which this session belongs. The value of this object is
only valid when the value of cvpdnSessionAttrMultilink is
'true'. If the value of cvpdnSessionAttrMulti…
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.9.10.24.1.3.2.1.23
cvpdnSessionAttrMultilinkIfIndex
This object specifies the ifIndex of the multilink bundle
to which this session belongs. The value of this object is
only valid when the value of cvpdnSessionAttrMultilink is
'true'. If the value of cvpdnSessionAttrMu…
IF-MIBInterfaceIndexOrZero
Textual Convention: IF-MIBInterfaceIndexOrZero Integer32
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.9.10.24.1.3.2.1.24
.1.3.6.1.4.1.9.10.24.1.4.1 · 1 row entry · 16 columns
Table of the record of failure objects which can be
referenced 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.
cvpdnUserToFailHistInfoEntry entry .1.3.6.1.4.1.9.10.24.1.4.1.1
An entry in the table, containing failure history
relevant to an user name.
Indexes
cvpdnUnameToFailHistUname cvpdnUnameToFailHistTunnelId
Column Syntax OID
cvpdnUnameToFailHistUname
The user name for this failure entry.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.4.1.1.1
cvpdnUnameToFailHistTunnelId
The Tunnel ID for this failure entry. If it is the
instigator of the tunnel, the ID is the TS tunnel ID,
otherwise it is the NAS tunnel ID.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.4.1.1.2
cvpdnUnameToFailHistUserId
The user ID of this failure entry.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.4.1.1.3
cvpdnUnameToFailHistLocalInitConn
This object indicates whether the tunnel in which the
failure occurred was generated locally or not.
SNMPv2-TCTruthValue
Textual Convention: SNMPv2-TCTruthValue Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.9.10.24.1.4.1.1.4
cvpdnUnameToFailHistLocalName
The local name of the VPDN tunnel in which the failure
occurred. It will be the NAS name of the tunnel if the
system serves as the NAS, or the TS name of the tunnel
if the system serves as the tunnel server. The local…
SNMPv2-TCDisplayString
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.4.1.1.5
cvpdnUnameToFailHistRemoteName
The remote name of the VPDN tunnel in which the failure
occurred. It will be the tunnel server name of the
tunnel if the system is a NAS, or the NAS name of the
tunnel if the system serves as the tunnel server. This
o…
SNMPv2-TCDisplayString
Textual Convention: SNMPv2-TCDisplayString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.4.1.1.6
cvpdnUnameToFailHistSourceIp deprecated
The 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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.4.1.1.7
cvpdnUnameToFailHistDestIp deprecated
The 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.
SNMPv2-SMIIpAddress
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.9.10.24.1.4.1.1.8
cvpdnUnameToFailHistCount
This 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
b…
failuresSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.4.1.1.9
cvpdnUnameToFailHistFailTime
This object specifies the time when the failure is
occurred.
SNMPv2-TCTimeStamp
Textual Convention: SNMPv2-TCTimeStamp Unsigned32
.1.3.6.1.4.1.9.10.24.1.4.1.1.10
cvpdnUnameToFailHistFailType
The type of failure for the current failure record. It
comes in a form of a an ASCII string which describes
the type of failure.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.4.1.1.11
cvpdnUnameToFailHistFailReason
The reason of failure for the current failure record.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.4.1.1.12
cvpdnUnameToFailHistSourceInetType
Indicates the type of address contained in
cvpdnUnameToFailHistSourceInetAddr.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.4.1.1.13
cvpdnUnameToFailHistSourceInetAddr
The 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. The
instigator end is the peer which initiates the tunnel
estalishment. …
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.4.1.1.14
cvpdnUnameToFailHistDestInetType
Indicates the type of address contained in
cvpdnUnameToFailHistDestInetAddr.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.4.1.1.15
cvpdnUnameToFailHistDestInetAddr
The 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. The type
of this address is determined by the value of
cvpdnUnameTo…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.4.1.1.16
.1.3.6.1.4.1.9.10.24.1.5.1 · 1 row entry · 2 columns
Table of information about the VPDN templates.  The
VPDN template is a grouping mechanism that allows
configuration settings to be shared among multiple VPDN
groups.  One such setting is a limit on the number of
active sessions across all VPDN groups associated with
the template.  The template table allows customers to
monitor template-wide information such as tracking the
allocation of sessions across templates.
cvpdnTemplateEntry entry .1.3.6.1.4.1.9.10.24.1.5.1.1
An entry in the table, containing information about a
single VPDN template.
Indexes
cvpdnTemplateName
Column Syntax OID
cvpdnTemplateName
The name of the VPDN template.
OctetString
Constraints:
range: 1-255
.1.3.6.1.4.1.9.10.24.1.5.1.1.1
cvpdnTemplateActiveSessions
The total number of active session in all groups
associated with the template.
sessionsSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.5.1.1.2
.1.3.6.1.4.1.9.10.24.1.6.4 · 1 row entry · 7 columns
Table that describes the multilink PPP attributes of the
active VPDN sessions.
cvpdnBundleEntry entry .1.3.6.1.4.1.9.10.24.1.6.4.1
An entry in this table represents an active multilink PPP
bundle that belongs to a VPDN tunnel.
Indexes
cvpdnBundleName
Column Syntax OID
cvpdnBundleName
The name of the multilink PPP bundle associated with a VPDN
tunnel.
OctetString
Constraints:
range: 1-64
.1.3.6.1.4.1.9.10.24.1.6.4.1.1
cvpdnBundleLinkCount
The total number of active links in a multilink PPP bundle
associated with a VPDN tunnel.
linksSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.6.4.1.2
cvpdnBundleEndpointType deprecated
The multilink PPP bundle discriminator type associated with
a VPDN tunnel. The value of this object represents the type
of discriminator used in cvpdnBundleEndpoint.

none: No endpoint discrimi…
Enumeration
Enumerated Values:
1none
2hostname
3string
4macAddress
5ipV4Address
6ipV6Address
7phone
8magicNumber
.1.3.6.1.4.1.9.10.24.1.6.4.1.3
cvpdnBundleEndpoint
Indicates the discriminator used in this bundle that is
associated with a VPDN tunnel.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.9.10.24.1.6.4.1.4
cvpdnBundlePeerIpAddrType
Indicates the type of address contained in
cvpdnBundlePeerIpAddr.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.9.10.24.1.6.4.1.5
cvpdnBundlePeerIpAddr
The IP address of the multilink PPP peer in a VPDN tunnel.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.10.24.1.6.4.1.6
cvpdnBundleEndpointClass
The multilink PPP bundle discriminator class associated
with a VPDN tunnel. The value of this object represents the
type of discriminator used in cvpdnBundleEndpoint.
EndpointClass
Textual Convention: EndpointClass Enumeration
Type Values:
1none
2local
3ipV4Address
4macAddress
5magicNumber
6phone
.1.3.6.1.4.1.9.10.24.1.6.4.1.7
.1.3.6.1.4.1.9.10.24.1.6.6 · 1 row entry · 3 columns
A table that exposes the containment relationship between a
multilink PPP bundle and a VPDN tunnel.
cvpdnBundleChildEntry entry .1.3.6.1.4.1.9.10.24.1.6.6.1
An entry in this table represents a session that belongs to
a VPDN tunnel and to a multilink PPP bundle.
Indexes
cvpdnBundleName cvpdnBundleChildTunnelType cvpdnBundleChildTunnelId cvpdnBundleChildSessionId
Column Syntax OID
cvpdnBundleChildTunnelType
The tunnel type. This is the tunnel protocol of an active
VPDN session that is associated with a multilink PPP
bundle.
TunnelType
Textual Convention: TunnelType Enumeration
Type Values:
1l2f
2l2tp
3pptp
.1.3.6.1.4.1.9.10.24.1.6.6.1.1
cvpdnBundleChildTunnelId
The Tunnel ID of an active VPDN session that is associated
with a multilink PPP bundle.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.6.6.1.2
cvpdnBundleChildSessionId
The ID of an active VPDN session that is associated with a
multilink PPP bundle.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.10.24.1.6.6.1.3