CISCO-PING-MIB

File: CISCO-PING-MIB.mib (17014 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI CISCO-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 TruthValue
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP OwnerString ciscoMgmt
CiscoNetworkProtocol CiscoNetworkAddress

Defined Types

CiscoPingEntry  
SEQUENCE    
  ciscoPingSerialNumber Integer32
  ciscoPingProtocol CiscoNetworkProtocol
  ciscoPingAddress CiscoNetworkAddress
  ciscoPingPacketCount Integer32
  ciscoPingPacketSize Integer32
  ciscoPingPacketTimeout Integer32
  ciscoPingDelay Integer32
  ciscoPingTrapOnCompletion TruthValue
  ciscoPingSentPackets Counter32
  ciscoPingReceivedPackets Counter32
  ciscoPingMinRtt Integer32
  ciscoPingAvgRtt Integer32
  ciscoPingMaxRtt Integer32
  ciscoPingCompleted TruthValue
  ciscoPingEntryOwner OwnerString
  ciscoPingEntryStatus RowStatus
  ciscoPingVrfName OCTET STRING

Defined Values

ciscoPingMIB 1.3.6.1.4.1.9.9.16
Modified description of ciscoPingAddress object.
MODULE-IDENTITY    

ciscoPingMIBObjects 1.3.6.1.4.1.9.9.16.1
OBJECT IDENTIFIER    

ciscoPingTable 1.3.6.1.4.1.9.9.16.1.1
A table of ping request entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoPingEntry

ciscoPingEntry 1.3.6.1.4.1.9.9.16.1.1.1
A ping request entry. A management station wishing to create an entry should first generate a pseudo-random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row owner objects. It must also, either in the same or in successive PDUs, create the associated instance of the protocol and address objects. It should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the ping sequence has been activated, it cannot be stopped -- it will run until the configured number of packets have been sent. Once the sequence completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPingEntry  

ciscoPingSerialNumber 1.3.6.1.4.1.9.9.16.1.1.1.1
Object which specifies a unique entry in the ciscoPingTable. A management station wishing to initiate a ping operation should use a pseudo-random value for this object when creating or modifying an instance of a ciscoPingEntry. The RowStatus semantics of the ciscoPingEntryStatus object will prevent access conflicts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ciscoPingProtocol 1.3.6.1.4.1.9.9.16.1.1.1.2
The protocol to use. Once an instance of this object is created, its value can not be changed.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoNetworkProtocol  

ciscoPingAddress 1.3.6.1.4.1.9.9.16.1.1.1.3
The address of the device to be pinged. An instance of this object cannot be created until the associated instance of ciscoPingProtocol is created.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoNetworkAddress  

ciscoPingPacketCount 1.3.6.1.4.1.9.9.16.1.1.1.4
Specifies the number of ping packets to send to the target in this sequence.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

ciscoPingPacketSize 1.3.6.1.4.1.9.9.16.1.1.1.5
Specifies the size of ping packets to send to the target in this sequence. The lower and upper boundaries of this object are protocol-dependent. An instance of this object cannot be modified unless the associated instance of ciscoPingProtocol has been created (so as to allow protocol-specific range checking on the new value).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

ciscoPingPacketTimeout 1.3.6.1.4.1.9.9.16.1.1.1.6
Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped.'
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..3600000  

ciscoPingDelay 1.3.6.1.4.1.9.9.16.1.1.1.7
Specifies the minimum amount of time to wait before sending the next packet in a sequence after receiving a response or declaring a timeout for a previous packet. The actual delay may be greater due to internal task scheduling.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..3600000  

ciscoPingTrapOnCompletion 1.3.6.1.4.1.9.9.16.1.1.1.8
Specifies whether or not a ciscoPingCompletion trap should be issued on completion of the sequence of pings. If such a trap is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the trap to be delivered.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

ciscoPingSentPackets 1.3.6.1.4.1.9.9.16.1.1.1.9
The number of ping packets that have been sent to the target in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoPingReceivedPackets 1.3.6.1.4.1.9.9.16.1.1.1.10
The number of ping packets that have been received from the target in this sequence.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoPingMinRtt 1.3.6.1.4.1.9.9.16.1.1.1.11
The minimum round trip time of all the packets that have been sent in this sequence. This object will not be created until the first ping response in a sequence is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoPingAvgRtt 1.3.6.1.4.1.9.9.16.1.1.1.12
The average round trip time of all the packets that have been sent in this sequence. This object will not be created until the first ping response in a sequence is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoPingMaxRtt 1.3.6.1.4.1.9.9.16.1.1.1.13
The maximum round trip time of all the packets that have been sent in this sequence. This object will not be created until the first ping response in a sequence is received.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ciscoPingCompleted 1.3.6.1.4.1.9.9.16.1.1.1.14
Set to true when all the packets in this sequence have been either responded to or timed out.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ciscoPingEntryOwner 1.3.6.1.4.1.9.9.16.1.1.1.15
The entity that configured this entry.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

ciscoPingEntryStatus 1.3.6.1.4.1.9.9.16.1.1.1.16
The status of this table entry. Once the entry status is set to active, the associate entry cannot be modified until the sequence completes (ciscoPingCompleted is true).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoPingVrfName 1.3.6.1.4.1.9.9.16.1.1.1.17
This field is used to specify the VPN name in which the ping will be used. For regular ping this field should not be configured. The agent will use this field to identify the VPN routing Table for this ping. This is the same ascii string used in the CLI to refer to this VPN.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

ciscoPingMIBTrapPrefix 1.3.6.1.4.1.9.9.16.2
OBJECT IDENTIFIER    

ciscoPingMIBTraps 1.3.6.1.4.1.9.9.16.2.0
OBJECT IDENTIFIER    

ciscoPingCompletion 1.3.6.1.4.1.9.9.16.2.0.1
A ciscoPingCompleted trap is sent at the completion of a sequence of pings if such a trap was requested when the sequence was initiated. In addition to the above listed objects (which are always present), the message will contain the following objects if any responses were received: ciscoPingMinRtt ciscoPingAvgRtt ciscoPingMaxRtt It will also contain the following object if the ping is to a VPN address: ciscoPingVrfName
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoPingMIBConformance 1.3.6.1.4.1.9.9.16.3
OBJECT IDENTIFIER    

ciscoPingMIBCompliances 1.3.6.1.4.1.9.9.16.3.1
OBJECT IDENTIFIER    

ciscoPingMIBGroups 1.3.6.1.4.1.9.9.16.3.2
OBJECT IDENTIFIER    

ciscoPingMIBCompliance 1.3.6.1.4.1.9.9.16.3.1.1
The compliance statement for entities which implement the Cisco Ping MIB
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

ciscoPingMIBComplianceVpn 1.3.6.1.4.1.9.9.16.3.1.2
The compliance statement for entities which implement the Cisco Ping MIB
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoPingMIBGroup 1.3.6.1.4.1.9.9.16.3.2.1
A collection of objects providing ping (echo) ability to a Cisco agent.
Status: obsolete Access: read-create
OBJECT-GROUP    

ciscoPingMIBGroupVpn 1.3.6.1.4.1.9.9.16.3.2.2
A collection of objects providing ping (echo) ability to a Cisco agent.
Status: current Access: read-create
OBJECT-GROUP    

ciscoPingMIBNotificationGroup 1.3.6.1.4.1.9.9.16.3.2.3
Set of notifications implemented in this module.
Status: current Access: read-create
NOTIFICATION-GROUP