ZXR10-LLDP-MIB

File: ZXR10-LLDP-MIB.mib (8925 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 Unsigned32 enterprises
TEXTUAL-CONVENTION TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

Zxr10LldpPortCfgEntry  
SEQUENCE    
  lldpPortCfgPortIndex Unsigned32
  lldpPortMaxNeighbor Unsigned32
  lldpPortTransparentEnable INTEGER

Defined Values

zxr10LldpMIB 1.3.6.1.4.1.3902.3.6000.504
The MIB module to describe part of LLDP protocol data. Include some new variable in 802.1AB-2009 compared with 802.1AB-2005 and some private variable used when the protocol is completed.
MODULE-IDENTITY    

zte 1.3.6.1.4.1.3902
OBJECT IDENTIFIER    

zxr10 1.3.6.1.4.1.3902.3
OBJECT IDENTIFIER    

zxr10RosngMIB 1.3.6.1.4.1.3902.3.6000
OBJECT IDENTIFIER    

zxr10LldpGlobalObjects 1.3.6.1.4.1.3902.3.6000.504.1
OBJECT IDENTIFIER    

zxr10LldpObjects 1.3.6.1.4.1.3902.3.6000.504.2
OBJECT IDENTIFIER    

zxr10LldpNotifications 1.3.6.1.4.1.3902.3.6000.504.3
OBJECT IDENTIFIER    

zxr10LldpConformance 1.3.6.1.4.1.3902.3.6000.504.4
OBJECT IDENTIFIER    

lldpV2MessageFastTx 1.3.6.1.4.1.3902.3.6000.504.1.1
The interval at which LLDP frames are transmitted on behalf of this LLDP agent during fast transmission period (e.g. when a new neighbor is detected). The default value for lldpV2MessageFastTx object is 1 second. The value of this object is restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..3600  

lldpV2TxCreditMax 1.3.6.1.4.1.3902.3.6000.504.1.2
The maximum number of consecutive LLDPDUs that can be transmitted at any time. The default value for lldpV2TxCreditMax object is 5 PDUs. The value of this object is restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..10  

lldpV2TxFastInit 1.3.6.1.4.1.3902.3.6000.504.1.3
The initial value used to initialize the txFast variable which determines the number of transmissions that are made in fast transmission mode. The default value for lldpV2TxFastInit object is 4. The value of this object is restored from non-volatile storage after a re-initialization of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..8  

lldpMaxNeighbor 1.3.6.1.4.1.3902.3.6000.504.1.4
The Max number of the neighbor to save. The default value for lldpMaxNeighbor object is configured by performance parameter of different projects.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2000  

lldpGlbAdminStatus 1.3.6.1.4.1.3902.3.6000.504.1.5
The administratively desired status of the local LLDP agent. If the associated lldpGlbAdminStatus object has a value of 'txOnly(1)', then LLDP agent can transmit LLDP frames on all ports and it will not store any information about the remote systems connected. If the associated lldpGlbAdminStatus object has a value of 'rxOnly(2)', then the LLDP agent can receive, but it will not transmit LLDP frames on all ports. If the associated lldpGlbAdminStatus object has a value of 'txAndRx(3)', then the LLDP agent can transmit and receive LLDP frames on all ports. If the associated lldpGlbAdminStatus object has a value of 'disabled(4)', then LLDP agent will not transmit or receive LLDP frames on all ports. If there is remote systems information which is received and stored, before lldpGlbAdminStatus becomes disabled, then the information will naturally age out.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER txOnly(1), rxOnly(2), txAndRx(3), disabled(4)  

zxr10LldpPortCfgTable 1.3.6.1.4.1.3902.3.6000.504.2.1
The table that controls LLDP private config on individual ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10LldpPortCfgEntry

zxr10LldpPortCfgEntry 1.3.6.1.4.1.3902.3.6000.504.2.1.1
Part of LLDP configuration information for a particular port. This configuration parameter controls the maxnum neighbor the port can save and whether or not the received.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10LldpPortCfgEntry  

lldpPortCfgPortIndex 1.3.6.1.4.1.3902.3.6000.504.2.1.1.1
The index value used to identify the port component (contained in the local chassis with the LLDP agent) associated with this entry. The value of this object is used as a port index to the zxr10LldpPortCfgTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

lldpPortMaxNeighbor 1.3.6.1.4.1.3902.3.6000.504.2.1.1.2
The Max number of the neighbor is configured by performance parameter of different projects. The default value for lldpPortMaxNeighbor object is 8.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..50  

lldpPortTransparentEnable 1.3.6.1.4.1.3902.3.6000.504.2.1.1.3
The lldpPortTransparentEnable controls, on a per port basis, whether or not the received packets are fowarded. The value true(1) means that the port will foward the received packets; the value disable(2) means that the port will not foward the received packets. It is used in the area of switch, not in the area of router. It is reserved for compatibility.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)