CTRON-CDP-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CTRON-CDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ctCDPNeighbor 1.3.6.1.4.1.52.4.1.2.19.1
     ctCDPNeighborLastChange 1.3.6.1.4.1.52.4.1.2.19.1.1 timestamp read-only
The value of sysUpTime at the time the cdpNeighborTable was subject to these events: row insertion, row deletion
     ctCDPNeighborLastDelete 1.3.6.1.4.1.52.4.1.2.19.1.2 timestamp read-only
The value of sysUpTime the last time an entry in the ctCDPNeighborTable was deleted. This should be polled at an interval no greater than one second. When it changes, the whole table should be reread by management with a timeMark of 0 to rebuild connectivity map.
     ctCDPNeighborTable 1.3.6.1.4.1.52.4.1.2.19.1.3 no-access
The CommonNeighborTable holds all known neighbors speaking cdp protocols.
         ctCDPNeighborEntry 1.3.6.1.4.1.52.4.1.2.19.1.3.1 no-access
An entry containing objects pertaining to neighbor devices speaking CDP protocols.
             ctCDPNeighborTimeMark 1.3.6.1.4.1.52.4.1.2.19.1.3.1.1 timefilter read-only
A TimeFilter for this entry as defined in RFC 2021.
             ctCDPNeighborMAC 1.3.6.1.4.1.52.4.1.2.19.1.3.1.2 macaddress read-only
The interface mac address of neighboring entity.
             ctCDPNeighborIP 1.3.6.1.4.1.52.4.1.2.19.1.3.1.3 ipaddress read-only
The IP address of SNMP agent on neighboring entity from which corresponding data for this port may be obtained. In the case of unnumbered IP Interfaces, this may not be the same as the port.
             ctCDPNeighborPort 1.3.6.1.4.1.52.4.1.2.19.1.3.1.4 interfaceindex read-only
The ifIndex of the remote port. Note, there may not be an IP Interface associated with this port.
             ctCDPNeighborType 1.3.6.1.4.1.52.4.1.2.19.1.3.1.5 integer read-only
The type of entity. This value is used to determine the general type of the object or service connected to a given port. In general, it is better to use system group sysServices to obtain an object's functionality. Enumeration: 'secureFastSwitch': 1, 'dnsServer': 6, 'dnsDhcpServer': 8, 'dot1dBridge': 4, 'vlanManager': 5, 'router': 3, 'dot1qSwitch': 2, 'dhcpServer': 7.
             ctCDPNeighborChassisMAC 1.3.6.1.4.1.52.4.1.2.19.1.3.1.6 macaddress read-only
The MAC Address of the chassis in architectures where many manageable elements exist within a given chassis. If no containing chassis exists, exists, this value must be set to 000000:000000
             ctCDPNeighborChassisIP 1.3.6.1.4.1.52.4.1.2.19.1.3.1.7 ipaddress read-only
The IP address of the chassis itself. If no containing chassis exists, this value must be set to 0.0.0.0
             ctCDPNeighborDescription 1.3.6.1.4.1.52.4.1.2.19.1.3.1.8 displaystring read-only
A textual description of the neighbor. It should contain operator diagnostic information similar to sysDescr: system type, firmware version...
             ctCDPNeighborPortName 1.3.6.1.4.1.52.4.1.2.19.1.3.1.9 displaystring read-only
The value of object ifName of the neighbor's port.
             ctCDPNeighborCapability 1.3.6.1.4.1.52.4.1.2.19.1.3.1.10 ctcdpcapability read-only
The current capabilities of the neighbor port.
 ctCDPStatus 1.3.6.1.4.1.52.4.1.2.19.2
     ctCDPGlobalStatus 1.3.6.1.4.1.52.4.1.2.19.2.1 integer read-write
The state of CDP for this entire managed entity. autoEnable(3) should the default mode for new implementations. In autoEnable mode, the device listens for CDP messages and upon receipt, begins sending CDP messages of the same version and type as received. Enumeration: 'autoEnable': 3, 'enable': 1, 'disable': 2.
     ctCDPAuthenticationCode 1.3.6.1.4.1.52.4.1.2.19.2.2 octet string read-write
The authentication code may be set to create individual CDP domains. CDP packets that arrive on a port must contain this string. This authentication code is global for the entire managed entity. The default for this string is 16 nulls.
     ctCDPPortTable 1.3.6.1.4.1.52.4.1.2.19.2.3 no-access
This table shows enable/disable CDP status for each port.
         ctCDPPortTableEntry 1.3.6.1.4.1.52.4.1.2.19.2.3.1 no-access
Each entry is indicative of a particuliar port in the system.
             ctCDPPort 1.3.6.1.4.1.52.4.1.2.19.2.3.1.1 interfaceindex read-only
The ifIndex for a physical port. ifConnectorPresent is true(1) defines a physical port on which cdp pdus will be emitted.
             ctCDPPortStatus 1.3.6.1.4.1.52.4.1.2.19.2.3.1.2 integer read-write
The current state administrative of cdp on a physical port. The ability to enable and disable the sending of CDP pdu's on a per port basis is controlled here. Enumeration: 'disabled': 2, 'autoEnable': 3, 'enabled': 1.
     ctCDPTransmitFrequency 1.3.6.1.4.1.52.4.1.2.19.2.4 integer read-write
The rate in seconds at which CDP pdu's are sent on all enabled ports.
     ctCDPHoldTime 1.3.6.1.4.1.52.4.1.2.19.2.5 integer read-write
The maximum amount of time in seconds to wait before aging out an entry in the ctCDPNeighborTable. The agent may choose to change this value based on the hold time it receives from other devices so as to have a stable neighbor table which ages out entries in accordance with the transmit frequency.
     ctCDPVersion 1.3.6.1.4.1.52.4.1.2.19.2.6 octet string read-only
The CDP version supported by this device as a bit string. For example, given support for two versions of cdp: 3 and 4 the bit representation in big endian form would be: 00001100.
 ctronCdpMIB 1.3.6.1.4.1.52.4.1.2.19.3
This module defines a schema that maintains per port neighbor information for the express purpose of helping a managment application map Layaer 2 topology.
     ctCDPConformance 1.3.6.1.4.1.52.4.1.2.19.3.11
           ctCDPCompliances 1.3.6.1.4.1.52.4.1.2.19.3.11.1
               ctCDPComplianceV10 1.3.6.1.4.1.52.4.1.2.19.3.11.1.1
The compliance statement for the ctronCdpMIB.
           ctCDPGroups 1.3.6.1.4.1.52.4.1.2.19.3.11.2
               ctCdpGroupV10 1.3.6.1.4.1.52.4.1.2.19.3.11.2.1
The set of managed objects that make up version 2 of the CTRON-CDP-MIB.
 ctCDPStats 1.3.6.1.4.1.52.4.1.2.19.4
     ctCDPInPackets 1.3.6.1.4.1.52.4.1.2.19.4.1 counter32 read-only
Count of CDP packets received by the device over all the ports.
     ctCDPOutPackets 1.3.6.1.4.1.52.4.1.2.19.4.2 counter32 read-only
Count of CDP packets successfully transmitted by the device over all the ports.
     ctCDPInvalidVersionPackets 1.3.6.1.4.1.52.4.1.2.19.4.3 counter32 read-only
Count of CDP packets received with version not supported by the device.
     ctCDPParseErrorPackets 1.3.6.1.4.1.52.4.1.2.19.4.4 counter32 read-only
Count of CDP packets received and could not be parsed successfully by the device.
     ctCDPTransmitErrors 1.3.6.1.4.1.52.4.1.2.19.4.5 counter32 read-only
Count of errors occured by the device while trying to transmit CDP packets.
     ctCDPMemoryErrors 1.3.6.1.4.1.52.4.1.2.19.4.6 counter32 read-only
Count of memory errors occured in the device while either trying to process the CDP packet or adding the neighbor entry or while trying to send a CDP packet.