CISCO-CDP-MIB
- Registered at
- 1.3.6.1.4.1.9.9.23
- Last updated
- 2005-03-21 00:00
- Organization
- Cisco System Inc.
- Revisions
- 2005-03-21 00:00, 2005-03-14 00:00, 2001-11-23 00:00, 2001-04-23 00:00, 2000-11-22 00:00, 1998-12-10 00:00, 1998-09-16 00:00, 1996-07-08 00:00, 1995-08-15 00:00, 1995-07-27 00:00, 1995-01-25 00:00
- Namespace
- cisco
- Source file
CISCO-CDP-MIB- Digest
sha256:b2e36548bc12aa2de8365f77750e29a6a5d7a27cf3b9cd6d8e0a83df3bb5ff02
Description
The MIB module for management of the Cisco Discovery Protocol in Cisco devices.
Contact
Cisco Systems Customer Service Postal: 170 West Tasman Drive, San Jose CA 95134-1706. USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | CiscoNetworkAddress, CiscoNetworkProtocol |
| CISCO-VTP-MIB | VlanIndex |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-CDP-MIB CISCO-SMI CISCO-TC CISCO-VTP-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB RMON-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoCdpMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.1 | |||
| cdpInterface OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.1.1 | |||
| cdpInterfaceTable OBJECT-TYPE The (conceptual) table containing the status of CDP on the device's interfaces. | 1.3.6.1.4.1.9.9.23.1.1.1 | not-accessible | current | |
| cdpInterfaceEntry OBJECT-TYPE An entry (conceptual row) in the cdpInterfaceTable, containing the status of CDP on an interface. | 1.3.6.1.4.1.9.9.23.1.1.1.1 | not-accessible | current | |
| cdpInterfaceIfIndex OBJECT-TYPE The ifIndex value of the local interface. For 802.3 Repeaters on which the repeater ports do not have ifIndex values assigned, this value is a unique value for the port, and greater than any ifIndex value supported by the repeater; in this case, the specific port is indicated by corresponding values of cdpInterfaceGroup and cdpInterfacePort, where these values correspond to the group number and port number values of RFC 1516. | 1.3.6.1.4.1.9.9.23.1.1.1.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| cdpInterfaceEnable OBJECT-TYPE An indication of whether the Cisco Discovery Protocol is currently running on this interface. This variable has no effect when CDP is disabled (cdpGlobalRun = FALSE). | 1.3.6.1.4.1.9.9.23.1.1.1.1.2 | TruthValue | read-write | current |
| cdpInterfaceMessageInterval OBJECT-TYPE The interval at which CDP messages are to be generated on this interface. The default value is 60 seconds. | 1.3.6.1.4.1.9.9.23.1.1.1.1.3 | INTEGER (5..254) | read-write | obsolete |
| cdpInterfaceGroup OBJECT-TYPE This object is only relevant to interfaces which are repeater ports on 802.3 repeaters. In this situation, it indicates the RFC1516 group number of the repeater port which corresponds to this interface. | 1.3.6.1.4.1.9.9.23.1.1.1.1.4 | Integer32 | read-only | current |
| cdpInterfacePort OBJECT-TYPE This object is only relevant to interfaces which are repeater ports on 802.3 repeaters. In this situation, it indicates the RFC1516 port number of the repeater port which corresponds to this interface. | 1.3.6.1.4.1.9.9.23.1.1.1.1.5 | Integer32 | read-only | current |
| cdpInterfaceName OBJECT-TYPE The name of the local interface as advertised by CDP in the Port-ID TLV | 1.3.6.1.4.1.9.9.23.1.1.1.1.6 | DisplayString | read-only | current |
| cdpInterfaceExtTable OBJECT-TYPE This table contains the additional CDP configuration on the device's interfaces. | 1.3.6.1.4.1.9.9.23.1.1.2 | not-accessible | current | |
| cdpInterfaceExtEntry OBJECT-TYPE An entry in the cdpInterfaceExtTable contains the values configured for Extented Trust TLV and COS (Class of Service) for Untrusted Ports TLV on an interface which supports the sending of these TLVs. | 1.3.6.1.4.1.9.9.23.1.1.2.1 | not-accessible | current | |
| cdpInterfaceExtendedTrust OBJECT-TYPE Indicates the value to be sent by Extended Trust TLV. If trusted(1) is configured, the value of Extended Trust TLV is one byte in length with its least significant bit equal to 1 to indicate extended trust. All other bits are 0. If noTrust(2) is configured, the value of Extended Trust TLV is one byte in length with its least significant bit equal to 0 to indicate no extended trust. All other bits are 0. | 1.3.6.1.4.1.9.9.23.1.1.2.1.1 | INTEGER {trusted(1), noTrust(2)} | read-write | current |
| cdpInterfaceCosForUntrustedPort OBJECT-TYPE Indicates the value to be sent by COS for Untrusted Ports TLV. | 1.3.6.1.4.1.9.9.23.1.1.2.1.2 | Unsigned32 (0..7) | read-write | current |
| cdpCache OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.1.2 | |||
| cdpCacheTable OBJECT-TYPE The (conceptual) table containing the cached information obtained via receiving CDP messages. | 1.3.6.1.4.1.9.9.23.1.2.1 | not-accessible | current | |
| cdpCacheEntry OBJECT-TYPE An entry (conceptual row) in the cdpCacheTable, containing the information received via CDP on one interface from one device. Entries appear when a CDP advertisement is received from a neighbor device. Entries disappear when CDP is disabled on the interface, or globally. | 1.3.6.1.4.1.9.9.23.1.2.1.1 | not-accessible | current | |
| cdpCacheIfIndex OBJECT-TYPE Normally, the ifIndex value of the local interface. For 802.3 Repeaters for which the repeater ports do not have ifIndex values assigned, this value is a unique value for the port, and greater than any ifIndex value supported by the repeater; the specific port number in this case, is given by the corresponding value of cdpInterfacePort. | 1.3.6.1.4.1.9.9.23.1.2.1.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| cdpCacheDeviceIndex OBJECT-TYPE A unique value for each device from which CDP messages are being received. | 1.3.6.1.4.1.9.9.23.1.2.1.1.2 | Integer32 (0..2147483647) | not-accessible | current |
| cdpCacheAddressType OBJECT-TYPE An indication of the type of address contained in the corresponding instance of cdpCacheAddress. | 1.3.6.1.4.1.9.9.23.1.2.1.1.3 | CiscoNetworkProtocol | read-only | current |
| cdpCacheAddress OBJECT-TYPE The (first) network-layer address of the device as reported in the Address TLV of the most recently received CDP message. For example, if the corresponding instance of cacheAddressType had the value 'ip(1)', then this object would be an IPv4-address. If the neighbor device is SNMP-manageable, it is supposed to generate its CDP messages such that this address is one at which it will receive SNMP messages. Use cdpCtAddressTable to extract the remaining addresses from the Address TLV received most recently. | 1.3.6.1.4.1.9.9.23.1.2.1.1.4 | CiscoNetworkAddress | read-only | current |
| cdpCacheVersion OBJECT-TYPE The Version string as reported in the most recent CDP message. The zero-length string indicates no Version field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.5 | DisplayString | read-only | current |
| cdpCacheDeviceId OBJECT-TYPE The Device-ID string as reported in the most recent CDP message. The zero-length string indicates no Device-ID field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.6 | DisplayString | read-only | current |
| cdpCacheDevicePort OBJECT-TYPE The Port-ID string as reported in the most recent CDP message. This will typically be the value of the ifName object (e.g., 'Ethernet0'). The zero-length string indicates no Port-ID field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.7 | DisplayString | read-only | current |
| cdpCachePlatform OBJECT-TYPE The Device's Hardware Platform as reported in the most recent CDP message. The zero-length string indicates that no Platform field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.8 | DisplayString | read-only | current |
| cdpCacheCapabilities OBJECT-TYPE The Device's Functional Capabilities as reported in the most recent CDP message. For latest set of specific values, see the latest version of the CDP specification. The zero-length string indicates no Capabilities field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.9 | OCTET STRING (SIZE(0..4)) | read-only | current |
| cdpCacheVTPMgmtDomain OBJECT-TYPE The VTP Management Domain for the remote device's interface, as reported in the most recently received CDP message. This object is not instantiated if no VTP Management Domain field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.10 | DisplayString (SIZE(0..32)) | read-only | current |
| cdpCacheNativeVLAN OBJECT-TYPE The remote device's interface's native VLAN, as reported in the most recent CDP message. The value 0 indicates no native VLAN field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.11 | VlanIndex | read-only | current |
| cdpCacheDuplex OBJECT-TYPE The remote device's interface's duplex mode, as reported in the most recent CDP message. The value unknown(1) indicates no duplex mode field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.12 | INTEGER {unknown(1), halfduplex(2), fullduplex(3)} | read-only | current |
| cdpCacheApplianceID OBJECT-TYPE The remote device's Appliance ID, as reported in the most recent CDP message. This object is not instantiated if no Appliance VLAN-ID field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.13 | Unsigned32 (0..255) | read-only | current |
| cdpCacheVlanID OBJECT-TYPE The remote device's VoIP VLAN ID, as reported in the most recent CDP message. This object is not instantiated if no Appliance VLAN-ID field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.14 | Unsigned32 (0..4095) | read-only | current |
| cdpCachePowerConsumption OBJECT-TYPE The amount of power consumed by remote device, as reported in the most recent CDP message. This object is not instantiated if no Power Consumption field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.15 | Unsigned32 | read-only | current |
| cdpCacheMTU OBJECT-TYPE Indicates the size of the largest datagram that can be sent/received by remote device, as reported in the most recent CDP message. This object is not instantiated if no MTU field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.16 | Unsigned32 | read-only | current |
| cdpCacheSysName OBJECT-TYPE Indicates the value of the remote device's sysName MIB object. By convention, it is the device's fully qualified domain name. This object is not instantiated if no sysName field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.17 | DisplayString (SIZE(0..255)) | read-only | current |
| cdpCacheSysObjectID OBJECT-TYPE Indicates the value of the remote device's sysObjectID MIB object. This object is not instantiated if no sysObjectID field (TLV) was reported in the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.18 | OBJECT IDENTIFIER | read-only | current |
| cdpCachePrimaryMgmtAddrType OBJECT-TYPE An indication of the type of address contained in the corresponding instance of cdpCachePrimaryMgmtAddress. | 1.3.6.1.4.1.9.9.23.1.2.1.1.19 | CiscoNetworkProtocol | read-only | current |
| cdpCachePrimaryMgmtAddr OBJECT-TYPE This object indicates the (first) network layer address at which the device will accept SNMP messages as reported in the first address in the Management-Address TLV of the most recently received CDP message. If the corresponding instance of cdpCachePrimaryMgmtAddrType has the value 'ip(1)', then this object would be an IP-address. If the remote device is not currently manageable via any network protocol, then it reports the special value of the IPv4 address 0.0.0.0, and that address is recorded in this object. If the most recently received CDP message did not contain the Management-Address TLV, then this object is not instanstiated. | 1.3.6.1.4.1.9.9.23.1.2.1.1.20 | CiscoNetworkAddress | read-only | current |
| cdpCacheSecondaryMgmtAddrType OBJECT-TYPE An indication of the type of address contained in the corresponding instance of cdpCacheSecondaryMgmtAddress. | 1.3.6.1.4.1.9.9.23.1.2.1.1.21 | CiscoNetworkProtocol | read-only | current |
| cdpCacheSecondaryMgmtAddr OBJECT-TYPE This object indicates the alternate network layer address at which the device will accept SNMP messages as reported in the second address in the Management-Address TLV of the most recently received CDP message. If the corresponding instance of cdpCacheSecondaryMgmtAddrType has the value 'ip(1)', then this object would be an IP-address. If the remote device reports the special value of the IPv4 address 0.0.0.0, that address is recorded in this object. If the most recently received CDP message did not contain the Management-Address TLV, or if that TLV contained only one address, then this object is not instanstiated. | 1.3.6.1.4.1.9.9.23.1.2.1.1.22 | CiscoNetworkAddress | read-only | current |
| cdpCachePhysLocation OBJECT-TYPE Indicates the physical location, as reported by the most recent CDP message, of a connector which is on, or physically connected to, the remote device's interface over which the CDP packet is sent. This object is not instantiated if no Physical Location field (TLV) was reported by the most recently received CDP message. | 1.3.6.1.4.1.9.9.23.1.2.1.1.23 | DisplayString | read-only | current |
| cdpCacheLastChange OBJECT-TYPE Indicates the time when this cache entry was last changed. This object is initialised to the current time when the entry gets created and updated to the current time whenever the value of any (other) object instance in the corresponding row is modified. | 1.3.6.1.4.1.9.9.23.1.2.1.1.24 | TimeStamp | read-only | current |
| cdpCtAddressTable OBJECT-TYPE The (conceptual) table containing the list of network-layer addresses of a neighbor interface, as reported in the Address TLV of the most recently received CDP message. The first address included in the Address TLV is saved in cdpCacheAddress. This table contains the remainder of the addresses in the Address TLV. | 1.3.6.1.4.1.9.9.23.1.2.2 | not-accessible | current | |
| cdpCtAddressEntry OBJECT-TYPE An entry (conceptual row) in the cdpCtAddressTable, containing the information on one address received via CDP on one interface from one device. Entries appear when a CDP advertisement is received from a neighbor device, with an Address TLV. Entries disappear when CDP is disabled on the interface, or globally. An entry or entries would also disappear if the most recently received CDP packet contain fewer address entries in the Address TLV, than are currently present in the CDP cache. | 1.3.6.1.4.1.9.9.23.1.2.2.1 | not-accessible | current | |
| cdpCtAddressIndex OBJECT-TYPE The index of the address entry for a given cdpCacheIfIndex,cdpCacheDeviceIndex pair. It has the value N-1 for the N-th address in the Address TLV | 1.3.6.1.4.1.9.9.23.1.2.2.1.3 | Integer32 (1..2147483647) | not-accessible | current |
| cdpCtAddressType OBJECT-TYPE An indication of the type of address contained in the corresponding instance of cdpCtAddress. | 1.3.6.1.4.1.9.9.23.1.2.2.1.4 | CiscoNetworkProtocol | read-only | current |
| cdpCtAddress OBJECT-TYPE The N-th network-layer address of the device as reported in the most recent CDP message's Address TLV, where N-1 is given by the value of cdpCtAddressIndex. For example, if the the corresponding instance of cdpCtAddressType had the value 'ip(1)', then this object would be an IPv4-address. NOTE - The 1st address received in the Address TLV is available using cdpCacheAddress | 1.3.6.1.4.1.9.9.23.1.2.2.1.5 | CiscoNetworkAddress | read-only | current |
| cdpGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.1.3 | |||
| cdpGlobalRun OBJECT-TYPE An indication of whether the Cisco Discovery Protocol is currently running. Entries in cdpCacheTable are deleted when CDP is disabled. | 1.3.6.1.4.1.9.9.23.1.3.1 | TruthValue | read-write | current |
| cdpGlobalMessageInterval OBJECT-TYPE The interval at which CDP messages are to be generated. The default value is 60 seconds. | 1.3.6.1.4.1.9.9.23.1.3.2 | INTEGER (5..254) | read-write | current |
| cdpGlobalHoldTime OBJECT-TYPE The time for the receiving device holds CDP message. The default value is 180 seconds. | 1.3.6.1.4.1.9.9.23.1.3.3 | INTEGER (10..255) | read-write | current |
| cdpGlobalDeviceId OBJECT-TYPE The device ID advertised by this device. The format of this device id is characterized by the value of cdpGlobalDeviceIdFormat object. | 1.3.6.1.4.1.9.9.23.1.3.4 | DisplayString | read-only | current |
| cdpGlobalLastChange OBJECT-TYPE Indicates the time when the cache table was last changed. It is the most recent time at which any row was last created, modified or deleted. | 1.3.6.1.4.1.9.9.23.1.3.5 | TimeStamp | read-only | current |
| cdpGlobalDeviceIdFormatCpb OBJECT-TYPE Indicate the Device-Id format capability of the device. serialNumber(0) indicates that the device supports using serial number as the format for its DeviceId. macAddress(1) indicates that the device supports using layer 2 MAC address as the format for its DeviceId. other(2) indicates that the device supports using its platform specific format as the format for its DeviceId. | 1.3.6.1.4.1.9.9.23.1.3.6 | Bits {serialNumber(0), macAddress(1), other(2)} | read-only | current |
| cdpGlobalDeviceIdFormat OBJECT-TYPE An indication of the format of Device-Id contained in the corresponding instance of cdpGlobalDeviceId. User can only specify the formats that the device is capable of as denoted in cdpGlobalDeviceIdFormatCpb object. serialNumber(1) indicates that the value of cdpGlobalDeviceId object is in the form of an ASCII string contain the device serial number. macAddress(2) indicates that the value of cdpGlobalDeviceId object is in the form of Layer 2 MAC address. other(3) indicates that the value of cdpGlobalDeviceId object is in the form of a platform specific ASCII string contain info that identifies the device. For example: ASCII string contains serialNumber appended/prepened with system name. | 1.3.6.1.4.1.9.9.23.1.3.7 | INTEGER {serialNumber(1), macAddress(2), other(3)} | read-write | current |
| ciscoCdpMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.2 | |||
| ciscoCdpMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.2.1 | |||
| ciscoCdpMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.23.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoCdpMIBCompliance MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.1 | obsolete |
| ciscoCdpMIBComplianceV11R01 MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.2 | obsolete |
| ciscoCdpMIBComplianceV11R02 MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.3 | obsolete |
| ciscoCdpMIBComplianceV12R02 MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.4 | obsolete |
| ciscoCdpMIBCompliance5 MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.5 | deprecated |
| ciscoCdpMIBComplianceV12R03 MODULE-COMPLIANCE The compliance statement for the CDP MIB. | 1.3.6.1.4.1.9.9.23.2.1.6 | current |
| ciscoCdpMIBGroup OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol. | 1.3.6.1.4.1.9.9.23.2.2.1 | obsolete |
| ciscoCdpMIBGroupV11R01 OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol. | 1.3.6.1.4.1.9.9.23.2.2.2 | obsolete |
| ciscoCdpMIBGroupV11R02 OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol. | 1.3.6.1.4.1.9.9.23.2.2.3 | obsolete |
| ciscoCdpMIBGroupV12R02 OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol. | 1.3.6.1.4.1.9.9.23.2.2.5 | deprecated |
| ciscoCdpV2MIBGroup OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol version 2. | 1.3.6.1.4.1.9.9.23.2.2.6 | current |
| ciscoCdpV2IfExtGroup OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol version 2 to configure the value for Extended Trust TLV and COS for Untrusted Port TLV. | 1.3.6.1.4.1.9.9.23.2.2.7 | current |
| ciscoCdpCtAddressGroup OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol to obtain the addresses from the Address TLV of a received CDP packet. | 1.3.6.1.4.1.9.9.23.2.2.8 | current |
| ciscoCdpMIBGroupV12R03 OBJECT-GROUP A collection of objects for use with the Cisco Discovery Protocol. | 1.3.6.1.4.1.9.9.23.2.2.9 | current |