CISCO-PING-MIB
- Registered at
- 1.3.6.1.4.1.9.9.16
- Last updated
- 2001-08-28 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2001-08-28 00:00, 2001-05-14 00:00, 1999-10-08 00:00, 1994-11-11 00:00, 1994-07-22 00:00
- Namespace
- cisco
- Source file
CISCO-PING-MIB- Digest
sha256:60ec14c484202a51bbd4801038e545d2397672df65cf9cb6080b9c864dddd661
Description
Modified description of ciscoPingAddress object.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | CiscoNetworkAddress, CiscoNetworkProtocol |
| IF-MIB | OwnerString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
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-PING-MIB CISCO-SMI CISCO-TC IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoPingMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.1 | |||
| ciscoPingTable OBJECT-TYPE A table of ping request entries. | 1.3.6.1.4.1.9.9.16.1.1 | not-accessible | current | |
| ciscoPingEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1 | not-accessible | current | |
| ciscoPingSerialNumber OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| ciscoPingProtocol OBJECT-TYPE The protocol to use. Once an instance of this object is created, its value can not be changed. | 1.3.6.1.4.1.9.9.16.1.1.1.2 | CiscoNetworkProtocol | read-create | current |
| ciscoPingAddress OBJECT-TYPE The address of the device to be pinged. An instance of this object cannot be created until the associated instance of ciscoPingProtocol is created. | 1.3.6.1.4.1.9.9.16.1.1.1.3 | CiscoNetworkAddress | read-create | current |
| ciscoPingPacketCount OBJECT-TYPE Specifies the number of ping packets to send to the target in this sequence. | 1.3.6.1.4.1.9.9.16.1.1.1.4 | Integer32 (1..2147483647) | read-create | current |
| ciscoPingPacketSize OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.16.1.1.1.5 | Integer32 | read-create | current |
| ciscoPingPacketTimeout OBJECT-TYPE Specifies the amount of time to wait for a response to a transmitted packet before declaring the packet 'dropped.' | 1.3.6.1.4.1.9.9.16.1.1.1.6 | Integer32 (0..3600000) | read-create | current |
| ciscoPingDelay OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.7 | Integer32 (0..3600000) | read-create | current |
| ciscoPingTrapOnCompletion OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.8 | TruthValue | read-create | current |
| ciscoPingSentPackets OBJECT-TYPE The number of ping packets that have been sent to the target in this sequence. | 1.3.6.1.4.1.9.9.16.1.1.1.9 | Counter32 | read-only | current |
| ciscoPingReceivedPackets OBJECT-TYPE The number of ping packets that have been received from the target in this sequence. | 1.3.6.1.4.1.9.9.16.1.1.1.10 | Counter32 | read-only | current |
| ciscoPingMinRtt OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.11 | Integer32 | read-only | current |
| ciscoPingAvgRtt OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.12 | Integer32 | read-only | current |
| ciscoPingMaxRtt OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.13 | Integer32 | read-only | current |
| ciscoPingCompleted OBJECT-TYPE Set to true when all the packets in this sequence have been either responded to or timed out. | 1.3.6.1.4.1.9.9.16.1.1.1.14 | TruthValue | read-only | current |
| ciscoPingEntryOwner OBJECT-TYPE The entity that configured this entry. | 1.3.6.1.4.1.9.9.16.1.1.1.15 | OwnerString | read-create | current |
| ciscoPingEntryStatus OBJECT-TYPE 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). | 1.3.6.1.4.1.9.9.16.1.1.1.16 | RowStatus | read-create | current |
| ciscoPingVrfName OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.16.1.1.1.17 | OCTET STRING (SIZE(0..32)) | read-create | current |
| ciscoPingMIBTrapPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.2 | |||
| ciscoPingMIBTraps OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.2.0 | |||
| ciscoPingMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.3 | |||
| ciscoPingMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.3.1 | |||
| ciscoPingMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.16.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoPingCompletion NOTIFICATION-TYPE 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 | 1.3.6.1.4.1.9.9.16.2.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoPingMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Ping MIB | 1.3.6.1.4.1.9.9.16.3.1.1 | obsolete |
| ciscoPingMIBComplianceVpn MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco Ping MIB | 1.3.6.1.4.1.9.9.16.3.1.2 | current |
| ciscoPingMIBGroup OBJECT-GROUP A collection of objects providing ping (echo) ability to a Cisco agent. | 1.3.6.1.4.1.9.9.16.3.2.1 | obsolete |
| ciscoPingMIBGroupVpn OBJECT-GROUP A collection of objects providing ping (echo) ability to a Cisco agent. | 1.3.6.1.4.1.9.9.16.3.2.2 | current |
| ciscoPingMIBNotificationGroup NOTIFICATION-GROUP Set of notifications implemented in this module. | 1.3.6.1.4.1.9.9.16.3.2.3 | current |