CTRON-CDP-MIB

File: CTRON-CDP-MIB.mib (15640 bytes)

Imported modules

CTRON-MIB-NAMES IF-MIB SNMPv2-SMI
SNMPv2-CONF SNMPv2-TC RMON2-MIB

Imported symbols

ctCDP ifIndex InterfaceIndex
MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter32 MODULE-COMPLIANCE OBJECT-GROUP
MacAddress TimeStamp TEXTUAL-CONVENTION
DisplayString TimeFilter

Defined Types

CTCDPCapability  
The current capabilities of the neighbor device on a per port basis.
TEXTUAL-CONVENTION    
  INTEGER igmp(1), rip(2), bgp(3), ospf(4), dvmrp(5), ieee8021q(6), gvrp(7), gmrp(8), igmpSnoop(9), dhcpServer(10), dnsServer(11), activeDirectory(12)  

CtCDPNeighborEntry  
SEQUENCE    
  ctCDPNeighborTimeMark TimeFilter
  ctCDPNeighborMAC MacAddress
  ctCDPNeighborIP IpAddress
  ctCDPNeighborPort InterfaceIndex
  ctCDPNeighborType INTEGER
  ctCDPNeighborChassisMAC MacAddress
  ctCDPNeighborChassisIP IpAddress
  ctCDPNeighborDescription DisplayString
  ctCDPNeighborPortName DisplayString
  ctCDPNeighborCapability CTCDPCapability

CtCDPPortTableEntry  
SEQUENCE    
  ctCDPPort InterfaceIndex
  ctCDPPortStatus INTEGER

Defined Values

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.
MODULE-IDENTITY    

ctCDPNeighbor 1.3.6.1.4.1.52.4.1.2.19.1
OBJECT IDENTIFIER    

ctCDPStatus 1.3.6.1.4.1.52.4.1.2.19.2
OBJECT IDENTIFIER    

ctCDPStats 1.3.6.1.4.1.52.4.1.2.19.4
OBJECT IDENTIFIER    

ctCDPNeighborLastChange 1.3.6.1.4.1.52.4.1.2.19.1.1
The value of sysUpTime at the time the cdpNeighborTable was subject to these events: row insertion, row deletion
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ctCDPNeighborLastDelete 1.3.6.1.4.1.52.4.1.2.19.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ctCDPNeighborTable 1.3.6.1.4.1.52.4.1.2.19.1.3
The CommonNeighborTable holds all known neighbors speaking cdp protocols.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtCDPNeighborEntry

ctCDPNeighborEntry 1.3.6.1.4.1.52.4.1.2.19.1.3.1
An entry containing objects pertaining to neighbor devices speaking CDP protocols.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtCDPNeighborEntry  

ctCDPNeighborTimeMark 1.3.6.1.4.1.52.4.1.2.19.1.3.1.1
A TimeFilter for this entry as defined in RFC 2021.
Status: current Access: read-only
OBJECT-TYPE    
  TimeFilter  

ctCDPNeighborMAC 1.3.6.1.4.1.52.4.1.2.19.1.3.1.2
The interface mac address of neighboring entity.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ctCDPNeighborIP 1.3.6.1.4.1.52.4.1.2.19.1.3.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ctCDPNeighborPort 1.3.6.1.4.1.52.4.1.2.19.1.3.1.4
The ifIndex of the remote port. Note, there may not be an IP Interface associated with this port.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ctCDPNeighborType 1.3.6.1.4.1.52.4.1.2.19.1.3.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER secureFastSwitch(1), dot1qSwitch(2), router(3), dot1dBridge(4), vlanManager(5), dnsServer(6), dhcpServer(7), dnsDhcpServer(8)  

ctCDPNeighborChassisMAC 1.3.6.1.4.1.52.4.1.2.19.1.3.1.6
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
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ctCDPNeighborChassisIP 1.3.6.1.4.1.52.4.1.2.19.1.3.1.7
The IP address of the chassis itself. If no containing chassis exists, this value must be set to 0.0.0.0
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ctCDPNeighborDescription 1.3.6.1.4.1.52.4.1.2.19.1.3.1.8
A textual description of the neighbor. It should contain operator diagnostic information similar to sysDescr: system type, firmware version...
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ctCDPNeighborPortName 1.3.6.1.4.1.52.4.1.2.19.1.3.1.9
The value of object ifName of the neighbor's port.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

ctCDPNeighborCapability 1.3.6.1.4.1.52.4.1.2.19.1.3.1.10
The current capabilities of the neighbor port.
Status: current Access: read-only
OBJECT-TYPE    
  CTCDPCapability  

ctCDPGlobalStatus 1.3.6.1.4.1.52.4.1.2.19.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), autoEnable(3)  

ctCDPAuthenticationCode 1.3.6.1.4.1.52.4.1.2.19.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

ctCDPPortTable 1.3.6.1.4.1.52.4.1.2.19.2.3
This table shows enable/disable CDP status for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtCDPPortTableEntry

ctCDPPortTableEntry 1.3.6.1.4.1.52.4.1.2.19.2.3.1
Each entry is indicative of a particuliar port in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CtCDPPortTableEntry  

ctCDPPort 1.3.6.1.4.1.52.4.1.2.19.2.3.1.1
The ifIndex for a physical port. ifConnectorPresent is true(1) defines a physical port on which cdp pdus will be emitted.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ctCDPPortStatus 1.3.6.1.4.1.52.4.1.2.19.2.3.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), autoEnable(3)  

ctCDPTransmitFrequency 1.3.6.1.4.1.52.4.1.2.19.2.4
The rate in seconds at which CDP pdu's are sent on all enabled ports.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..900  

ctCDPHoldTime 1.3.6.1.4.1.52.4.1.2.19.2.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 15..600  

ctCDPVersion 1.3.6.1.4.1.52.4.1.2.19.2.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ctCDPInPackets 1.3.6.1.4.1.52.4.1.2.19.4.1
Count of CDP packets received by the device over all the ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPOutPackets 1.3.6.1.4.1.52.4.1.2.19.4.2
Count of CDP packets successfully transmitted by the device over all the ports.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPInvalidVersionPackets 1.3.6.1.4.1.52.4.1.2.19.4.3
Count of CDP packets received with version not supported by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPParseErrorPackets 1.3.6.1.4.1.52.4.1.2.19.4.4
Count of CDP packets received and could not be parsed successfully by the device.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPTransmitErrors 1.3.6.1.4.1.52.4.1.2.19.4.5
Count of errors occured by the device while trying to transmit CDP packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPMemoryErrors 1.3.6.1.4.1.52.4.1.2.19.4.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ctCDPConformance 1.3.6.1.4.1.52.4.1.2.19.3.11
OBJECT IDENTIFIER    

ctCDPCompliances 1.3.6.1.4.1.52.4.1.2.19.3.11.1
OBJECT IDENTIFIER    

ctCDPGroups 1.3.6.1.4.1.52.4.1.2.19.3.11.2
OBJECT IDENTIFIER    

ctCDPComplianceV10 1.3.6.1.4.1.52.4.1.2.19.3.11.1.1
The compliance statement for the ctronCdpMIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP