CISCOSB-CDP-MIB

File: CISCOSB-CDP-MIB.mib (32484 bytes)

Imported modules

CISCOSB-MIB CISCOSB-DEVICEPARAMS-MIB INET-ADDRESS-MIB
SNMPv2-SMI SNMPv2-TC Q-BRIDGE-MIB
IF-MIB CISCO-CDP-MIB

Imported symbols

switch001 rndNotifications rndErrorDesc
rndErrorSeverity InetAddressType InetAddress
OBJECT-TYPE IpAddress Unsigned32
MODULE-IDENTITY Counter32 DisplayString
TEXTUAL-CONVENTION MacAddress TruthValue
PortList VlanId InterfaceIndexOrZero
InterfaceIndex cdpCacheEntry cdpCacheIfIndex
cdpCacheDeviceIndex

Defined Types

RlCdpVersionTypes  
version-v1 - cdp version 1 version-v2 - cdp version 2
TEXTUAL-CONVENTION    
  INTEGER version-v1(1), version-v2(2)  

RlCdpCounterTypes  
v1OutputPackets counter specifies the number of sent CDP packets with version 1 v2OutputPackets counter specifies the number of sent CDP packets with version 2 v1InputPackets counter specifies the number of received CDP packets with version 1 v2InputPackets counter specifies the number of received CDP packets with version 2 totalInputPackets counter specifies the total number of received CDP packets totalOutputPackets counter specifies the total number of sent CDP packets illegalChksum counter specifies the number of received CDP packets with illegal checksum. errorPackets counter specifies the number of received CDP packets with other error (duplicated TLVs, illegal TLVs, etc.) maxNeighborsExceededInMainCache counter specifies the number of times a CDP neighbor could not be stored in the main cache. maxNeighborsExceededInSecondaryCache specifies counter the number of times a CDP neighbor could not be stored in the secondary cache.
TEXTUAL-CONVENTION    
  INTEGER totalInputPackets(1), v1InputPackets(2), v2InputPackets(3), totalOutputPackets(4), v1OutputPackets(5), v2OutputPackets(6), illegalChksum(7), errorPackets(8), maxNeighborsExceededInMainCache(9), maxNeighborsExceededInSecondaryCache(10)  

RlCdpPduActionTypes  
filtering - CDP packets would filtered (dropped). bridging - CDP packets bridged as regular data packets
TEXTUAL-CONVENTION    
  INTEGER filtering(1), bridging(2), flooding(3)  

RlCdpCountersEntry  
SEQUENCE    
  rlCdpCountersName RlCdpCounterTypes
  rlCdpCountersValue Counter32

RlCdpCacheEntry  
SEQUENCE    
  rlCdpCacheVersionExt DisplayString
  rlCdpCacheTimeToLive INTEGER
  rlCdpCacheCdpVersion RlCdpVersionTypes

RlCdpSecondaryCacheEntry  
SEQUENCE    
  rlCdpSecondaryCacheMacAddress MacAddress
  rlCdpSecondaryCachePlatform DisplayString
  rlCdpSecondaryCacheCapabilities OCTET STRING
  rlCdpSecondaryCacheVoiceVlanID Unsigned32
  rlCdpSecondaryCacheTimeToLive INTEGER

RlCdpTlvEntry  
SEQUENCE    
  rlCdpTlvIfIndex Unsigned32
  rlCdpTlvDeviceIdFormat INTEGER
  rlCdpTlvDeviceId DisplayString
  rlCdpTlvAddress1Type InetAddressType
  rlCdpTlvAddress1 InetAddress
  rlCdpTlvAddress2Type InetAddressType
  rlCdpTlvAddress2 InetAddress
  rlCdpTlvAddress3Type InetAddressType
  rlCdpTlvAddress3 InetAddress
  rlCdpTlvPortId DisplayString
  rlCdpTlvCapabilities OCTET STRING
  rlCdpTlvVersion DisplayString
  rlCdpTlvPlatform DisplayString
  rlCdpTlvNativeVLAN Unsigned32
  rlCdpTlvDuplex INTEGER
  rlCdpTlvApplianceID Unsigned32
  rlCdpTlvApplianceVlanID Unsigned32
  rlCdpTlvExtendedTrust INTEGER
  rlCdpTlvCosForUntrustedPorts Unsigned32
  rlCdpTlvPowerAvailableRequestId Unsigned32
  rlCdpTlvPowerAvailablePowerManagementId Unsigned32
  rlCdpTlvPowerAvailable Unsigned32
  rlCdpTlvPowerAvailableManagementPowerLevel Unsigned32
  rlCdpTlvSysName DisplayString

RlCdpInterfaceCountersEntry  
SEQUENCE    
  rlCdpInterfaceId InterfaceIndex
  rlCdpInterfaceTotalInputPackets Counter32
  rlCdpInterfaceV1InputPackets Counter32
  rlCdpInterfaceV2InputPackets Counter32
  rlCdpInterfaceTotalOutputPackets Counter32
  rlCdpInterfaceV1OutputPackets Counter32
  rlCdpInterfaceV2OutputPackets Counter32
  rlCdpInterfaceIllegalChksum Counter32
  rlCdpInterfaceErrorPackets Counter32
  rlCdpInterfaceMaxNeighborsExceededInMainCache Counter32
  rlCdpInterfaceMaxNeighborsExceededInSecondaryCache Counter32

Defined Values

rlCdp 1.3.6.1.4.1.9.6.1.101.137
The private MIB module definition for CDP protocol.
MODULE-IDENTITY    

rlCdpVersionAdvertised 1.3.6.1.4.1.9.6.1.101.137.1
Specifies the verison of sent CDP packets
Status: current Access: read-write
OBJECT-TYPE    
  RlCdpVersionTypes  

rlCdpSourceInterface 1.3.6.1.4.1.9.6.1.101.137.2
Specifices the CDP source-interface, which the IP address advertised into TLV is accoding to this source-interface instead of the outgoing interface. value of 0 indicates no source interface. value must belong to an ethernet port/lag
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

rlCdpLogMismatchDuplexEnable 1.3.6.1.4.1.9.6.1.101.137.3
Enable logging messages when detecting mishmatch between advertised and received duplex mode. To enable loging on specific interface set the corresponing bit.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rlCdpCountersTable 1.3.6.1.4.1.9.6.1.101.137.4
This table contains all CDP counters values, indexed by counter name
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCdpCountersEntry

rlCdpCountersEntry 1.3.6.1.4.1.9.6.1.101.137.4.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpCountersEntry  

rlCdpCountersName 1.3.6.1.4.1.9.6.1.101.137.4.1.1
counter name used as key for counters table
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpCounterTypes  

rlCdpCountersValue 1.3.6.1.4.1.9.6.1.101.137.4.1.2
the value of the counter name specisifed by rlCdpCountersName, unsuppo will have no entry in the tab.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpCountersClear 1.3.6.1.4.1.9.6.1.101.137.5
By setting the MIB to True, all error and traffic counters are set to zero.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpCacheClear 1.3.6.1.4.1.9.6.1.101.137.6
By setting the MIB to True, all entries from the cdp cache table is deleted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpVoiceVlanId 1.3.6.1.4.1.9.6.1.101.137.7
voice vlan Id, used as the Appliance Vlan-Id TLV
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER 0..4094  

rlCdpCacheTable 1.3.6.1.4.1.9.6.1.101.137.8
The (conceptual) table contains externtion for the cdpCache table. indexed by cdpCacheEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCdpCacheEntry

rlCdpCacheEntry 1.3.6.1.4.1.9.6.1.101.137.8.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpCacheEntry  

rlCdpCacheVersionExt 1.3.6.1.4.1.9.6.1.101.137.8.1.1
This field contains the extention of the cdpCacheVersion field in the cdpCache table. In case the neighbour advertised the SW TLV as a string with length larger than 160, this field contains the chacters from place 160 and on. Zero-length strings indicates no Version field (TLV) was reported in the most recent CDP message, or it was smaller than 160 chars
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpCacheTimeToLive 1.3.6.1.4.1.9.6.1.101.137.8.1.2
This field indicates the time remains in seconds till the entry should be expried.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCdpCacheCdpVersion 1.3.6.1.4.1.9.6.1.101.137.8.1.3
This field indicates the cdp version that was reported in the most recent CDP message.
Status: current Access: read-only
OBJECT-TYPE    
  RlCdpVersionTypes  

rlCdpPduAction 1.3.6.1.4.1.9.6.1.101.137.9
Defines CDP packets handling when CDP is globally disabled.
Status: current Access: read-write
OBJECT-TYPE    
  RlCdpPduActionTypes  

rlCdpLogMismatchVoiceVlanEnable 1.3.6.1.4.1.9.6.1.101.137.10
Enable logging messages when detecting mishmatch between advertised and received voice VLAN. To enable logging on specific interface set the corresponing bit.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rlCdpLogMismatchNativeVlanEnable 1.3.6.1.4.1.9.6.1.101.137.11
Enable logging messages when detecting mishmatch between advertised and received native VLAN. To enable loging on specific interface set the corresponing bit.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rlCdpSecondaryCacheTable 1.3.6.1.4.1.9.6.1.101.137.12
The (conceptual) table contains partial information from cdpCache table. indexed by rlCdpSecondaryCacheEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCdpSecondaryCacheEntry

rlCdpSecondaryCacheEntry 1.3.6.1.4.1.9.6.1.101.137.12.1
An entry (conceptual row) in the rlCdpSecondaryCacheTable, containing partial 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, globally or when the secondary cache is cleared
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpSecondaryCacheEntry  

rlCdpSecondaryCacheMacAddress 1.3.6.1.4.1.9.6.1.101.137.12.1.3
The MAC address of the neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

rlCdpSecondaryCachePlatform 1.3.6.1.4.1.9.6.1.101.137.12.1.4
The Device's Hardware Platform prefix, 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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpSecondaryCacheCapabilities 1.3.6.1.4.1.9.6.1.101.137.12.1.5
The Device's Functional Capabilities as reported in the most recent CDP message.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

rlCdpSecondaryCacheVoiceVlanID 1.3.6.1.4.1.9.6.1.101.137.12.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4095  

rlCdpSecondaryCacheTimeToLive 1.3.6.1.4.1.9.6.1.101.137.12.1.7
This field indicates the number of seconds till the entry is expried.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCdpGlobalLogMismatchDuplexEnable 1.3.6.1.4.1.9.6.1.101.137.13
Globally enable/disable logging messages when detecting mishmatch between advertised and received duplex mode.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpGlobalLogMismatchVoiceVlanEnable 1.3.6.1.4.1.9.6.1.101.137.14
Globally enable/disable logging messages when detecting mishmatch between advertised and received voice VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpGlobalLogMismatchNativeVlanEnable 1.3.6.1.4.1.9.6.1.101.137.15
Globally enable/disable logging messages when detecting mishmatch between advertised and received native VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpTlvTable 1.3.6.1.4.1.9.6.1.101.137.16
The (conceptual) table contains the local advertised information. indexed by rlCdpTlvEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCdpTlvEntry

rlCdpTlvEntry 1.3.6.1.4.1.9.6.1.101.137.16.1
An entry (conceptual row) in the rlCdpTlvTable, containing local information advertised by CDP on one interface. Entries are available only when CDP is globally enabled, for interfaces on which CDP is enabled and the interface state is UP.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpTlvEntry  

rlCdpTlvIfIndex 1.3.6.1.4.1.9.6.1.101.137.16.1.1
The ifIndex value of the local interface. A value of zero is used to access TLVs which do not changed between interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

rlCdpTlvDeviceIdFormat 1.3.6.1.4.1.9.6.1.101.137.16.1.2
An indication of the format of Device-Id contained in the corresponding instance of rlCdpTlvDeviceId. serialNumber(1) indicates that the value of rlCdpTlvDeviceId object is in the form of an ASCII string contain the device serial number. macAddress(2) indicates that the value of rlCdpTlvDeviceId object is in the form of Layer 2 MAC address. other(3) indicates that the value of rlCdpTlvDeviceId 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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER serialNumber(1), macAddress(2), other(3)  

rlCdpTlvDeviceId 1.3.6.1.4.1.9.6.1.101.137.16.1.3
The Device-ID string as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpTlvAddress1Type 1.3.6.1.4.1.9.6.1.101.137.16.1.4
The Inet address type of rlCdpTlvAddress1
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rlCdpTlvAddress1 1.3.6.1.4.1.9.6.1.101.137.16.1.5
The (first) network-layer address of the device as will be advertised in the Address TLV of subsequent CDP messages. For example, if the corresponding instance of rlCdpTlvAddress1Type had the value 'ipv4(1)', then this object would be an IPv4-address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlCdpTlvAddress2Type 1.3.6.1.4.1.9.6.1.101.137.16.1.6
The Inet address type of rlCdpTlvAddress2
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rlCdpTlvAddress2 1.3.6.1.4.1.9.6.1.101.137.16.1.7
The (first) network-layer address of the device as will be advertised in the Address TLV of subsequent CDP messages. For example, if the corresponding instance of rlCdpTlvAddress2Type had the value 'ipv6(2)', then this object would be an IPv6-address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlCdpTlvAddress3Type 1.3.6.1.4.1.9.6.1.101.137.16.1.8
The Inet address type of rlCdpTlvAddress3
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

rlCdpTlvAddress3 1.3.6.1.4.1.9.6.1.101.137.16.1.9
The (first) network-layer address of the device as will be advertised in the Address TLV of subsequent CDP messages. For example, if the corresponding instance of rlCdpTlvAddress3Type had the value 'ipv6(2)', then this object would be an IPv6-address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

rlCdpTlvPortId 1.3.6.1.4.1.9.6.1.101.137.16.1.10
The Port-ID string as will be advertised in subsequent CDP messages from this interface. This will typically be the value of the ifName object (e.g., 'Ethernet0').
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpTlvCapabilities 1.3.6.1.4.1.9.6.1.101.137.16.1.11
The Device's Functional Capabilities as will be advertised in subsequent CDP messages. For latest set of specific values, see the latest version of the CDP specification.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4)  

rlCdpTlvVersion 1.3.6.1.4.1.9.6.1.101.137.16.1.12
The Version string as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpTlvPlatform 1.3.6.1.4.1.9.6.1.101.137.16.1.13
The Device's Hardware Platform as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpTlvNativeVLAN 1.3.6.1.4.1.9.6.1.101.137.16.1.14
The local device's interface's native VLAN, as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4095  

rlCdpTlvDuplex 1.3.6.1.4.1.9.6.1.101.137.16.1.15
The local device's interface's duplex mode, as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), halfduplex(2), fullduplex(3)  

rlCdpTlvApplianceID 1.3.6.1.4.1.9.6.1.101.137.16.1.16
The local device's Appliance ID, as will be advertised in subsequent CDP messages. A value of zero denotes no Appliance VLAN-ID TLV will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rlCdpTlvApplianceVlanID 1.3.6.1.4.1.9.6.1.101.137.16.1.17
The local device's VoIP VLAN ID, as will be advertised in subsequent CDP messages. A value of zero denotes no Appliance VLAN-ID TLV will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4095  

rlCdpTlvExtendedTrust 1.3.6.1.4.1.9.6.1.101.137.16.1.18
The local device's interface's extended trust mode, as will be advertised in subsequent CDP messages. A value of zero indicates the absence of extended trust.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER untrusted(0), trusted(1)  

rlCdpTlvCosForUntrustedPorts 1.3.6.1.4.1.9.6.1.101.137.16.1.19
The COS value with which all packets received on an untrusted port should be marked by a simple switching device which cannot itself classify individual packets. This TLV only has any meaning if corresponding instance of rlCdpTlvExtendedTrust indicates the absence of extended trust.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rlCdpTlvPowerAvailableRequestId 1.3.6.1.4.1.9.6.1.101.137.16.1.20
The Power Available TLV Request-ID field echoes the Request-ID field last received in a Power Requested TLV. It is 0 if no Power Requested TLV has been received since the interface last transitioned to ifOperState == Up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

rlCdpTlvPowerAvailablePowerManagementId 1.3.6.1.4.1.9.6.1.101.137.16.1.21
The Power Available TLV Power-Management-ID field.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

rlCdpTlvPowerAvailable 1.3.6.1.4.1.9.6.1.101.137.16.1.22
The Power Available TLV Available-Power field indicates the number of milliwatts of power available to powered devices at the time this object is instatiated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlCdpTlvPowerAvailableManagementPowerLevel 1.3.6.1.4.1.9.6.1.101.137.16.1.23
The Power Available TLV Management-Power-Level field indicates the number of milliwatts representing the supplier's request to the powered device for its Power Consumption TLV. A value of 0xFFFFFFFF indicates the local device has no preference.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlCdpTlvSysName 1.3.6.1.4.1.9.6.1.101.137.16.1.24
The sysName MIB as will be advertised in subsequent CDP messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCdpAdvertiseApplianceTlv 1.3.6.1.4.1.9.6.1.101.137.17
By setting the MIB to True Appliance VLAN-ID TLV may be advertised. A value of False will prevent this TLV from being advertised.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpValidateMandatoryTlvs 1.3.6.1.4.1.9.6.1.101.137.18
By setting the MIB to true all mandatory TLVs 0x0001-0x0006 will be validated. Incoming CDP frames without any of the TLVs will be dropped. A value of false indicates that only the Device ID TLV (0x0001) is mandatory. Frames containing Device ID TLV will be processed, regardless of whether other TLVs are present or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCdpInterfaceCountersTable 1.3.6.1.4.1.9.6.1.101.137.19
This table contains all CDP counters values, indexed by interface id.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCdpInterfaceCountersEntry

rlCdpInterfaceCountersEntry 1.3.6.1.4.1.9.6.1.101.137.19.1
The row definition for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCdpInterfaceCountersEntry  

rlCdpInterfaceId 1.3.6.1.4.1.9.6.1.101.137.19.1.1
Interface id, used as index for interface counters table.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rlCdpInterfaceTotalInputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.2
Num of received packets on rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceV1InputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.3
Num of v1 received packets on rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceV2InputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.4
Num of v2 received packets on rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceTotalOutputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.5
Num of sent packets from rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceV1OutputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.6
Num of v1 sent packets from rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceV2OutputPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.7
Num of v2 sent packets from rlCdpInterfaceId
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceIllegalChksum 1.3.6.1.4.1.9.6.1.101.137.19.1.8
Num of received packets with illegal CDP checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceErrorPackets 1.3.6.1.4.1.9.6.1.101.137.19.1.9
specifies the number of received CDP packets with other error (duplicated TLVs, illegal TLVs, etc.)
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceMaxNeighborsExceededInMainCache 1.3.6.1.4.1.9.6.1.101.137.19.1.10
specifies the number of times a CDP neighbor could not be stored in the main cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceMaxNeighborsExceededInSecondaryCache 1.3.6.1.4.1.9.6.1.101.137.19.1.11
specifies the number of times a CDP neighbor could not be stored in the secondary cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rlCdpInterfaceCountersClear 1.3.6.1.4.1.9.6.1.101.137.20
By setting the scalar to a interface id , all error and traffic counters of this interface are set to zero. To clear the counters for ALL interfaces set the scalar to 0x0FFFFFFF
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

rlCdpLogMismatchDuplexTrap 1.3.6.1.4.1.9.6.1.101.0.224
Warning trap indicating that duplex mismatch has been detected by CDP
Status: current Access: read-write
NOTIFICATION-TYPE    

rlCdpLogMismatchVoiceVlanTrap 1.3.6.1.4.1.9.6.1.101.0.225
Warning trap indicating that voice vlan mismatch has been detected by CDP
Status: current Access: read-write
NOTIFICATION-TYPE    

rlCdpLogMismatchNativeVlanTrap 1.3.6.1.4.1.9.6.1.101.0.226
Warning trap indicating that native vlan mismatch has been detected by CDP
Status: current Access: read-write
NOTIFICATION-TYPE