CISCO-VPDN-MGMT-EXT-MIB

File: CISCO-VPDN-MGMT-EXT-MIB.mib (20276 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-VPDN-MGMT-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE TimeTicks
Integer32 Counter32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP DisplayString
TruthValue cvpdnTunnelAttrEntry cvpdnSessionAttrEntry
ciscoExperiment

Defined Types

CvpdnTunnelExtEntry  
SEQUENCE    
  cvpdnTunnelLocalPort Integer32
  cvpdnTunnelRemotePort Integer32
  cvpdnTunnelLastChange TimeTicks
  cvpdnTunnelPacketsOut Counter32
  cvpdnTunnelBytesOut Counter32
  cvpdnTunnelPacketsIn Counter32
  cvpdnTunnelBytesIn Counter32
  cvpdnTunnelBytesIn64 Counter64
  cvpdnTunnelBytesOut64 Counter64

CvpdnSessionExtEntry  
SEQUENCE    
  cvpdnSessionRemoteId Integer32
  cvpdnSessionInterfaceName DisplayString
  cvpdnSessionLastChange TimeTicks
  cvpdnSessionOutOfOrderPackets Counter32
  cvpdnSessionSequencing TruthValue
  cvpdnSessionSendSequence Integer32
  cvpdnSessionRecvSequence Integer32
  cvpdnSessionRemoteSendSequence Integer32
  cvpdnSessionRemoteRecvSequence Integer32
  cvpdnSessionSentZLB Counter32
  cvpdnSessionRecvZLB Counter32
  cvpdnSessionSentRBits Counter32
  cvpdnSessionRecvRBits Counter32
  cvpdnSessionLocalWindowSize Integer32
  cvpdnSessionRemoteWindowSize Integer32
  cvpdnSessionCurrentWindowSize Integer32
  cvpdnSessionMinimumWindowSize Integer32
  cvpdnSessionATOTimeouts Integer32
  cvpdnSessionOutGoingQueueSize Integer32
  cvpdnSessionCalculationType INTEGER
  cvpdnSessionAdaptiveTimeOut Integer32
  cvpdnSessionRoundTripTime Integer32
  cvpdnSessionPktProcessingDelay Integer32
  cvpdnSessionZLBTime Integer32

Defined Values

ciscoVpdnMgmtExtMIB 1.3.6.1.4.1.9.10.51
Cisco VPDN management MIB extension Module. This MIB is a supplement to CISCO-VPDN-MGMT-MIB.my. The main enhancements are: 1. Added cvpdnTunnelExtTable for more tunnel information. 2. Added cvpdnSessionExtTable for more session information. Please notice that objects in CvpdnTunnelEntry and CvpdnTunnelSessionEntry are still applicable to the corresponding tunnels and sessions.
MODULE-IDENTITY    

ciscoVpdnMgmtExtMIBObjects 1.3.6.1.4.1.9.10.51.1
OBJECT IDENTIFIER    

cvpdnTunnelExtInfo 1.3.6.1.4.1.9.10.51.1.1
OBJECT IDENTIFIER    

cvpdnSessionExtInfo 1.3.6.1.4.1.9.10.51.1.2
OBJECT IDENTIFIER    

cvpdnTunnelExtTable 1.3.6.1.4.1.9.10.51.1.1.1
Vpn Tunnel table includes all tunnels configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvpdnTunnelExtEntry

cvpdnTunnelExtEntry 1.3.6.1.4.1.9.10.51.1.1.1.1
Please notice that this entry is a supplement to CvpdnTunnelEntry in CISCO-VPDN-MGMT-MIB for the L2TP tunnels. Here more objects are used to reflect tunnel parameters. Included are tunnel statistics, UDP port numbers and the time of last state (cvpdnTunnelState) change.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvpdnTunnelExtEntry  

cvpdnTunnelLocalPort 1.3.6.1.4.1.9.10.51.1.1.1.1.1
The local port number of the tunnel. This is the UDP port of the interface at the local end of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnTunnelRemotePort 1.3.6.1.4.1.9.10.51.1.1.1.1.2
The remote port number of the tunnel. This is the UDP port of the interface at the remote end of the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnTunnelLastChange 1.3.6.1.4.1.9.10.51.1.1.1.1.3
The time of last state change reflected in cvpdnTunnelState.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cvpdnTunnelPacketsOut 1.3.6.1.4.1.9.10.51.1.1.1.1.4
The total number of output packets through the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnTunnelBytesOut 1.3.6.1.4.1.9.10.51.1.1.1.1.5
The total number of output bytes through the tunnel. cvpdnTunnelBytesOut object is superseded by cvpdnTunnelBytesOut64.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnTunnelPacketsIn 1.3.6.1.4.1.9.10.51.1.1.1.1.6
The total number of input packets through the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnTunnelBytesIn 1.3.6.1.4.1.9.10.51.1.1.1.1.7
The total number of input bytes through the tunnel. cvpdnTunnelBytesIn object is superseded by cvpdnTunnelBytesIn64.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnTunnelBytesIn64 1.3.6.1.4.1.9.10.51.1.1.1.1.8
The total number of input bytes through the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cvpdnTunnelBytesOut64 1.3.6.1.4.1.9.10.51.1.1.1.1.9
The total number of output bytes through the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cvpdnSessionExtTable 1.3.6.1.4.1.9.10.51.1.2.1
Session table includes all Sessions currently active.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvpdnSessionExtEntry

cvpdnSessionExtEntry 1.3.6.1.4.1.9.10.51.1.2.1.1
Please notice that this entry is a supplement to CvpdnTunnelSessionEntry in CISCO-VPDN-MGMT-MIB for the L2TP sessions. Here more objects are used to reflect session parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvpdnSessionExtEntry  

cvpdnSessionRemoteId 1.3.6.1.4.1.9.10.51.1.2.1.1.1
The remote end ID of an active VPN tunnel user session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionInterfaceName 1.3.6.1.4.1.9.10.51.1.2.1.1.2
The interface name (description) of the user session.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

cvpdnSessionLastChange 1.3.6.1.4.1.9.10.51.1.2.1.1.3
The time stamp of last change in cvpdnTunnelSessionState.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cvpdnSessionOutOfOrderPackets 1.3.6.1.4.1.9.10.51.1.2.1.1.4
The total number of out of order packets through this active user session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnSessionSequencing 1.3.6.1.4.1.9.10.51.1.2.1.1.5
The object indicates whether sequencing is on or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cvpdnSessionSendSequence 1.3.6.1.4.1.9.10.51.1.2.1.1.6
This object contains the next send sequence number for for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionRecvSequence 1.3.6.1.4.1.9.10.51.1.2.1.1.7
This object contains the next receive sequence number expected to be received on this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionRemoteSendSequence 1.3.6.1.4.1.9.10.51.1.2.1.1.8
This object contains the next send sequence number for for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionRemoteRecvSequence 1.3.6.1.4.1.9.10.51.1.2.1.1.9
This object contains the next receive sequence number expected to be received on this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionSentZLB 1.3.6.1.4.1.9.10.51.1.2.1.1.10
This object returns the total number of Zero Length Body acknowledgement packets transmitted on this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnSessionRecvZLB 1.3.6.1.4.1.9.10.51.1.2.1.1.11
This object returns the total number of Zero Length Body acknowlegement payload packets received for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnSessionSentRBits 1.3.6.1.4.1.9.10.51.1.2.1.1.12
This object contains the total number of sequence number resets (payload packets with the R-bit set) received on this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnSessionRecvRBits 1.3.6.1.4.1.9.10.51.1.2.1.1.13
This object contains the total number of sequence number resets (payload packets with the R-bit set) received on this session.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cvpdnSessionLocalWindowSize 1.3.6.1.4.1.9.10.51.1.2.1.1.14
This object returns the local send window size for this session. If the value of the object cvpdnSessionSequencing is false, then this object should return value zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionRemoteWindowSize 1.3.6.1.4.1.9.10.51.1.2.1.1.15
This object returns the initial remote send window size for this session. If the value of the object cvpdnSessionSequencingState is none(1) then this object should not be interpreted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionCurrentWindowSize 1.3.6.1.4.1.9.10.51.1.2.1.1.16
This object returns the local send window size for this session. If the value of the object cvpdnSessionSequencingState is none(1) then this object should not be interpreted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionMinimumWindowSize 1.3.6.1.4.1.9.10.51.1.2.1.1.17
This object returns the initial remote send window size for this session. If the value of the object cvpdnSessionSequencingState is none(1) then this object should not be interpreted.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionATOTimeouts 1.3.6.1.4.1.9.10.51.1.2.1.1.18
The object reflects the current adaptive timeout the system is using.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionOutGoingQueueSize 1.3.6.1.4.1.9.10.51.1.2.1.1.19
The object reflects the queue size of out going queue.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionCalculationType 1.3.6.1.4.1.9.10.51.1.2.1.1.20
The object reflects the round trip time calculation type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER manual(1), adaptive(2)  

cvpdnSessionAdaptiveTimeOut 1.3.6.1.4.1.9.10.51.1.2.1.1.21
The object reflects the configured session adaptive timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionRoundTripTime 1.3.6.1.4.1.9.10.51.1.2.1.1.22
The object reflects the round trip time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionPktProcessingDelay 1.3.6.1.4.1.9.10.51.1.2.1.1.23
The object reflects the number of packets in processing delay for this session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cvpdnSessionZLBTime 1.3.6.1.4.1.9.10.51.1.2.1.1.24
The object reflects the zero length body time interval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

ciscoVpdnMgtExtMIBNotificationPrefix 1.3.6.1.4.1.9.10.51.2
OBJECT IDENTIFIER    

ciscoVpdnMgmtExtMIBConformance 1.3.6.1.4.1.9.10.51.3
OBJECT IDENTIFIER    

ciscoVpdnMgmtExtMIBCompliances 1.3.6.1.4.1.9.10.51.3.1
OBJECT IDENTIFIER    

ciscoVpdnMgmtExtMIBGroups 1.3.6.1.4.1.9.10.51.3.2
OBJECT IDENTIFIER    

ciscoVpdnMgmtExtMIBBasicCompliance 1.3.6.1.4.1.9.10.51.3.1.1
The compliance statement for entities which implement the Cisco VPN Management MIB. ciscoVpdnMgmtExtMIBBasicCompliance is superseded by ciscoVpdnMgmtExtMIBBasicComplianceV2.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoVpdnMgmtExtMIBBasicComplianceV2 1.3.6.1.4.1.9.10.51.3.1.2
The compliance statement for entities which implement the Cisco VPN Management MIB Version 2.
Status: current Access: read-only
MODULE-COMPLIANCE    

cvpdnTunnelExtGroup 1.3.6.1.4.1.9.10.51.3.2.1
VPN Tunnel Group. cvpdnTunnelExtGroup is superseded by cvpdnTunnelExtGroupV2
Status: deprecated Access: read-only
OBJECT-GROUP    

cvpdnSessionExtGroup 1.3.6.1.4.1.9.10.51.3.2.2
VPDP Session Group.
Status: current Access: read-only
OBJECT-GROUP    

cvpdnTunnelExtGroupV2 1.3.6.1.4.1.9.10.51.3.2.3
VPN Tunnel Group Version 2.
Status: current Access: read-only
OBJECT-GROUP