EdgeSwitch-ISDP-MIB

File: EdgeSwitch-ISDP-MIB.mib (19185 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EdgeSwitch-REF-MIB
RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 TEXTUAL-CONVENTION
TimeStamp fastPath DisplayString

Defined Types

AgentIsdpInterfaceEntry  
SEQUENCE    
  agentIsdpInterfaceIfIndex Integer32
  agentIsdpInterfaceEnable INTEGER

AgentIsdpCacheEntry  
SEQUENCE    
  agentIsdpCacheIfIndex Integer32
  agentIsdpCacheIndex Integer32
  agentIsdpCacheLocalIntf DisplayString
  agentIsdpCacheAddress DisplayString
  agentIsdpCacheVersion DisplayString
  agentIsdpCacheDeviceId DisplayString
  agentIsdpCacheDevicePort DisplayString
  agentIsdpCachePlatform DisplayString
  agentIsdpCacheCapabilities DisplayString
  agentIsdpCacheLastChange TimeStamp
  agentIsdpCacheProtocolVersion DisplayString
  agentIsdpCacheHoldtime INTEGER

Defined Values

fastPathIsdp 1.3.6.1.4.1.4413.1.1.39
The Ubiquiti Private MIB for FastPath ISDP
MODULE-IDENTITY    

agentIsdpMIBObjects 1.3.6.1.4.1.4413.1.1.39.1
OBJECT IDENTIFIER    

agentIsdpCache 1.3.6.1.4.1.4413.1.1.39.1.2
OBJECT IDENTIFIER    

agentIsdpInterface 1.3.6.1.4.1.4413.1.1.39.1.3
OBJECT IDENTIFIER    

agentIsdpInterfaceTable 1.3.6.1.4.1.4413.1.1.39.1.3.1
The (conceptual) table containing the status of ISDP on the device's interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIsdpInterfaceEntry

agentIsdpInterfaceEntry 1.3.6.1.4.1.4413.1.1.39.1.3.1.1
An entry (conceptual row) in the agentIsdpInterfaceTable, containing the status of ISDP on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIsdpInterfaceEntry  

agentIsdpInterfaceIfIndex 1.3.6.1.4.1.4413.1.1.39.1.3.1.1.1
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 agentIsdpInterfaceGroup and agentIsdpInterfacePort, where these values correspond to the group number and port number values of RFC 1516.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

agentIsdpInterfaceEnable 1.3.6.1.4.1.4413.1.1.39.1.3.1.1.2
An indication of whether the Industry Standard Discovery Protocol is currently running on this interface. This variable has no effect when ISDP is disabled (agentIsdpGlobalRun = FALSE).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentIsdpCacheTable 1.3.6.1.4.1.4413.1.1.39.1.2.1
The (conceptual) table containing the cached information obtained via receiving ISDP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIsdpCacheEntry

agentIsdpCacheEntry 1.3.6.1.4.1.4413.1.1.39.1.2.1.1
An entry (conceptual row) in the agentIsdpCacheTable, containing the information received via ISDP on one interface from one device. Entries appear when a ISDP advertisement is received from a neighbor device. Entries disappear when ISDP is disabled on the interface, or globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIsdpCacheEntry  

agentIsdpCacheIfIndex 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.1
Normally, the ifIndex value of the local interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

agentIsdpCacheIndex 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.2
Index value is unique integer id of each neighbor entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

agentIsdpCacheAddress 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.3
The (first) network-layer address of the device's SNMP-agent as reported in the Address TLV of the most recently received ISDP message. For example, if the corresponding instance of cacheAddressType had the value 'ip(1)', then this object would be an IP-address.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheLocalIntf 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.4
The device Interface which had this neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheVersion 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.5
The Version string as reported in the most recent ISDP message. The zero-length string indicates that no Version field (TLV) was reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheDeviceId 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.6
The Device-ID string as reported in the most recent ISDP message. The zero-length string indicates that no Device-ID field (TLV) was reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheDevicePort 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.7
The Port-ID string as reported in the most recent ISDP message. This will typically be the value of the ifName object (e.g., 'Ethernet0'). The zero-length string indicates that no Port-ID field (TLV) was reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCachePlatform 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.8
The Device's Hardware Platform as reported in the most recent ISDP message. The zero-length string indicates that no Platform field (TLV) was reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheCapabilities 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.9
The Device's Functional Capabilities as reported in the most recent ISDP message. For latest set of specific values, see the latest version of the ISDP specification. The zero-length string indicates that no Capabilities field (TLV) was reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

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

agentIsdpCacheProtocolVersion 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.11
The Device's version of ISDP protcol as reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpCacheHoldtime 1.3.6.1.4.1.4413.1.1.39.1.2.1.1.12
The Device's ISDP Holdtime as reported in the most recent ISDP message.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 10..255  

agentIsdpGlobal 1.3.6.1.4.1.4413.1.1.39.1.1
OBJECT IDENTIFIER    

agentIsdpClear 1.3.6.1.4.1.4413.1.1.39.1.1.1
OBJECT IDENTIFIER    

agentIsdpClearStats 1.3.6.1.4.1.4413.1.1.39.1.1.1.1
Clear ISDP stats. Will always return 0 when read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normalOperation(0), clear(1)  

agentIsdpClearEntries 1.3.6.1.4.1.4413.1.1.39.1.1.1.2
Clear ISDP entries table. Will always return 0 when read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normalOperation(0), clear(1)  

agentIsdpStatistics 1.3.6.1.4.1.4413.1.1.39.1.1.2
OBJECT IDENTIFIER    

agentIsdpStatisticsPduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.1
Display the number of all ISDP pdu received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsPduTransmit 1.3.6.1.4.1.4413.1.1.39.1.1.2.2
Display the number of all ISDP pdu transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsV1PduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.3
Display the number of v1 ISDP pdu received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsV1PduTransmit 1.3.6.1.4.1.4413.1.1.39.1.1.2.4
Display the number of v1 ISDP pdu transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsV2PduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.5
Display the number of v2 ISDP pdu received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsV2PduTransmit 1.3.6.1.4.1.4413.1.1.39.1.1.2.6
Display the number of v2 ISDP pdu transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsBadHeaderPduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.7
Display the number of ISDP pdu with bad header received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsChkSumErrorPduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.8
Display the number of ISDP pdu with chksum error received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsFailurePduTransmit 1.3.6.1.4.1.4413.1.1.39.1.1.2.9
Display the number of ISDP pdu transmition failures.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsInvalidFormatPduReceived 1.3.6.1.4.1.4413.1.1.39.1.1.2.10
Display the number of ISDP pdu in invalid format received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsTableFull 1.3.6.1.4.1.4413.1.1.39.1.1.2.11
Display the number of ISDP entry table was full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpStatisticsIpAddressTableFull 1.3.6.1.4.1.4413.1.1.39.1.1.2.12
Display the number of ISDP entry address table was full.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentIsdpGlobalRun 1.3.6.1.4.1.4413.1.1.39.1.1.4
An indication of whether the Indastry Standart Discovery Protocol is currently running. Entries in agentIsdpCacheTable are deleted when ISDP is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentIsdpGlobalMessageInterval 1.3.6.1.4.1.4413.1.1.39.1.1.5
The interval at which ISDP messages are to be generated. The default value is 60 seconds. This is also known as the ISDP timer.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 5..254  

agentIsdpGlobalHoldTime 1.3.6.1.4.1.4413.1.1.39.1.1.6
The time for the receiving device holds ISDP message. The default value is 180 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10..255  

agentIsdpGlobalDeviceId 1.3.6.1.4.1.4413.1.1.39.1.1.7
The device ID advertised by this device. The format of this device ID is characterized by the value of agentIsdpGlobalDeviceIdFormat object.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

agentIsdpGlobalAdvertiseV2 1.3.6.1.4.1.4413.1.1.39.1.1.8
An indication of whether the Indastry Standart Discovery Protocol V2 is currently enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

agentIsdpGlobalDeviceIdFormatCpb 1.3.6.1.4.1.4413.1.1.39.1.1.9
Indicate the Device ID format capability of the device. serialNumber(0) indicates that the device supports using serial number as the format for its Device ID. macAddress(1) indicates that the device supports using layer 2 MAC address as the format for its Device ID. other(2) indicates that the device supports using its platform specific format as the format for its Device ID. hostName(3) indicates that the device supports using system Host Name as the format for its Device ID.
Status: current Access: read-only
OBJECT-TYPE    
  BITS serialNumber(1), macAddress(2), other(4), hostName(8)  

agentIsdpGlobalDeviceIdFormat 1.3.6.1.4.1.4413.1.1.39.1.1.10
An indication of the format of Device ID contained in the corresponding instance of agentIsdpGlobalDeviceId. User can only specify the formats which the device is capable of as denoted in agentIsdpGlobalDeviceIdFormatCpb object. serialNumber(1) indicates that the value of agentIsdpGlobalDeviceId object is in the form of an ASCII string contain the device serial number. macAddress(2) indicates that the value of agentIsdpGlobalDeviceId object is in the form of Layer 2 MAC address. other(3) indicates that the value of agentIsdpGlobalDeviceId 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. hostName(4) indicates that the value of agentIsdpGlobalDeviceIdFormat object is in system Host Name format.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER serialNumber(1), macAddress(2), other(3), hostName(4)