All MIBs › CIE1000-LLDP-MIB
Organization: Cisco Systems, Inc.
Last Updated: 2016-04-07
Category: Cisco Devices, Network Interfaces
Description: Manages IEEE 802.1AB LLDP neighbor discovery and LLDP-MED configuration on Cisco IE1000 industrial Ethernet switches.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CIE1000-LLDP-MIB?
CIE1000-LLDP-MIB manages IEEE 802.1AB Link Layer Discovery Protocol (LLDP), including LLDP-MED, on Cisco IE1000 industrial Ethernet switches, used for neighbor device discovery and topology visibility. It exposes global LLDP timer configuration (re-initialization delay, message transmit hold/interval, transmit delay) and per-port LLDP settings such as admin state, CDP-awareness, optional TLV selection, and SNMP notification enablement, plus an LLDP-MED-specific configuration table. Its monitoring value centers on network topology and neighbor visibility: administrators use it to confirm LLDP is enabled on expected ports and to detect unexpected neighbor changes, since a new or missing neighbor on a port can indicate a cabling change, rogue device, or a failed connection. It is explicitly a private implementation of the standard IEEE 802.1AB LLDP MIB, so it follows that standard's object model and is often paired with the standard LLDP-MIB neighbor tables for full topology data. It is deployed on Cisco IE1000 industrial Ethernet switches in factory automation and utility network environments, and administrators can download the CIE1000-LLDP-MIB file to load into their MIB browser for reference.
IPNetwork Monitor allows you to monitor SNMP objects defined in CIE1000-LLDP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Cisco IE1000 industrial Ethernet switch
Monitoring Examples
An administrator would check cie1000LldpConfigTable/cie1000LldpConfigEntry, keyed by cie1000LldpConfigIfIndex, to confirm cie1000LldpConfigAdminState is enabled on a given port and that cie1000LldpConfigCdpAware and cie1000LldpConfigOptionalTlvs are set as expected. Global timers cie1000LldpConfigGlobalMsgTxInterval and cie1000LldpConfigGlobalMsgTxHold would be tuned to control how quickly a lost neighbor is detected. cie1000LldpConfigMedTable is checked when LLDP-MED-capable devices such as VoIP phones are expected on a port, to confirm MED-specific parameters are being advertised correctly.
What Can Be Monitored
- per-port LLDP admin state
- LLDP transmit timers
- CDP-awareness setting
- optional TLV advertisement
- LLDP-MED configuration
- neighbor discovery notifications
This MIB depends on
Related MIBs
Imported Objects
From CIE1000-TC
| CIE1000DisplayString | |
| CIE1000Integer64 | |
| CIE1000InterfaceIndex | |
| CIE1000RowEditorState | |
| CIE1000Unsigned16 | |
| CIE1000Unsigned64 | |
| CIE1000Unsigned8 |
From CISCO-IE1000-MIB
| cie1000SwitchMgmt | OBJECT-IDENTITY |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| TEXTUAL-CONVENTION | |
| TruthValue |
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| cie1000LldpConfig | 1.3.6.1.4.1.9.9.832.1.34.1.2 | |||
| CIE cie1000LldpConfigAdminState | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1.3 | CIE1000lldpAdminState | read-write | Sets the LLDP admin state for the interface. |
| T/F cie1000LldpConfigCdpAware | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1.4 | TruthValue | read-write | Enables/disables CDP awareness for the interface. CDP is Cisco's equivalent to LLDP. The CDP operation is restricted to decoding incoming CDP frames (The switch doesn't transmit CDP frames). CDP frames are only decoded if LLDP on the port is enabled. Only CDP TLVs that can be mapped to a corresponding field in the LLDP neighbors' table are decoded. All other TLVs are discarded (Unrecognized CDP TLVs and discarded CDP frames are not shown in the LLDP statistics.). CDP TLVs are mapped onto LLDP neighbors' table as shown below. CDP TLV 'Device ID' is mapped to the LLDP 'Chassis ID' field. CDP TLV 'Address' is mapped to the LLDP 'Management Address' field. The CDP address TLV can contain multiple addresses, but only the first address is shown in the LLDP neighbors table. CDP TLV 'Port ID' is mapped to the LLDP 'Port ID' field. CDP TLV 'Version and Platform' is mapped to the LLDP 'System Description' field. Both the CDP and LLDP support 'system capabilities', but the CDP capabilities cover capabilities that are not part of the LLDP. These capabilities are shown as 'others' in the LLDP neighbors' table. If all ports have CDP awareness disabled the switch forwards CDP frames received from neighbor devices. If at least one port has CDP awareness enabled all CDP frames are terminated by the switch. Note: When CDP awareness on a port is disabled the CDP information isn't removed immediately, but gets removed when the hold time is exceeded. |
| cie1000LldpConfigEntry | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1 | not-accessible | Each interface has a set of control parameters | |
| cie1000LldpConfigGlobal | 1.3.6.1.4.1.9.9.832.1.34.1.2.1 | |||
| cie1000LldpConfigGlobalInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.1 | A collection of objects. | ||
| CIE cie1000LldpConfigGlobalMsgTxHold | 1.3.6.1.4.1.9.9.832.1.34.1.2.1.2 | CIE1000Unsigned16 | read-write | Set the LLDP tx hold times . Valid range 2-10. Each LLDP frame contains information about how long time the information in the LLDP frame shall be considered valid. The LLDP information valid period is set to tx hold times multiplied by tx interval seconds. |
| CIE cie1000LldpConfigGlobalMsgTxInterval | 1.3.6.1.4.1.9.9.832.1.34.1.2.1.3 | CIE1000Unsigned16 | read-write | Set the LLDP tx interval in seconds. The switch periodically transmits LLDP frames to its neighbors for having the network discovery information up-to-date. The interval between each LLDP frame is determined by the tx Interval value. Valid range 5-32768 seconds. |
| CIE cie1000LldpConfigGlobalReInitDelay | 1.3.6.1.4.1.9.9.832.1.34.1.2.1.1 | CIE1000Unsigned16 | read-write | Set the LLDP tx reinitialization delay in seconds. Valid range 1-10. When a port is disabled, LLDP is disabled or the switch is rebooted, a LLDP shutdown frame is transmitted to the neighboring units, signaling that the LLDP information isn't valid anymore. Tx reinitialization delay controls the amount of seconds between the shutdown frame and a new LLDP initialization. |
| CIE cie1000LldpConfigGlobalTxDelay | 1.3.6.1.4.1.9.9.832.1.34.1.2.1.4 | CIE1000Unsigned16 | read-write | Set the LLDP tx delay in seconds. Valid range 1-8192. If some configuration is changed (e.g. the IP address) a new LLDP frame is transmitted, but the time between the LLDP frames will always be at least the value of tx delay seconds. Note: tx Delay cannot be larger than 1/4 of the tx interval. |
| NUM cie1000LldpConfigIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpConfigInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.2 | A collection of objects. | ||
| cie1000LldpConfigMed | 1.3.6.1.4.1.9.9.832.1.34.1.2.3 | |||
| CIE cie1000LldpConfigMedDeviceType | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.1.1.4 | CIE1000lldpmedDeviceType | read-write | Setting device type to configure the mode the device shall operate as. |
| cie1000LldpConfigMedEntry | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.1.1 | not-accessible | Each interface has a set of control parameters | |
| cie1000LldpConfigMedGlobal | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4 | |||
| I32 cie1000LldpConfigMedGlobalAltitude | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.5 | Integer32 | read-write | Altitude value in 2s-complement as specified in RFC 3825 |
| CIE cie1000LldpConfigMedGlobalAltitudeType | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.4 | CIE1000lldpmedAltitudeType | read-write | Setting altitude type Possible to select between two altitude types (floors or meters). Meters are representing meters of altitude defined by the vertical datum specified. Floors are representing altitude in a form more relevant in buildings which have different floor-to-floor dimensions. An altitude = 0.0 is meaningful even outside a building, and represents ground level at the given latitude and longitude. Inside a building, 0.0 represents the floor level associated with ground level at the main entrance. |
| STR cie1000LldpConfigMedGlobalCountryCode | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.8 | CIE1000DisplayString | read-write | The two-letter ISO 3166 country code in capital ASCII letters - Example: DK, DE or US. |
| CIE cie1000LldpConfigMedGlobalDatum | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.7 | CIE1000lldpmedDatumType | read-write | Setting datum to configure the datum (geodetic system) to use. The Map Datum is used for the coordinates given in these options: WGS84: (Geographical 3D) - World Geodesic System 1984, CRS Code 4327, Prime Meridian Name: Greenwich. NAD83/NAVD88: North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich;The associated vertical datum is the North American Vertical Datum of 1988 (NAVD88).This datum pair is to be used when referencing locations on land, not near tidal water(which would use Datum = NAD83/MLLW). NAD83/MLLW: North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich; The associated vertical datum is Mean Lower Low Water (MLLW). This datum pair is to be used when referencing locations on water/sea/ocean. |
| STR cie1000LldpConfigMedGlobalElinAddr | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.6 | CIE1000DisplayString | read-write | Emergency Call Service ELIN identifier data format is defined to carry the ELIN identifier as used during emergency call setup to a traditional CAMA or ISDN trunk-based PSAP. This format consists of a numerical digit string, corresponding to the ELIN to be used for emergency calling. Maximum number of octets are 25. |
| CIE cie1000LldpConfigMedGlobalFastRepeatCount | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.1 | CIE1000Unsigned8 | read-write | Number of times to repeat LLDP frame transmission at fast start Rapid startup and Emergency Call Service Location Identification Discovery of endpoints is a critically important aspect of VoIP systems in general. In addition, it is best to advertise only those pieces of information which are specifically relevant to particular endpoint types (for example only advertise the voice network policy to permitted voice-capable devices), both in order to conserve the limited LLDPU space and to reduce security and system integrity issues that can come with inappropriate knowledge of the network policy. With this in mind LLDP-MED defines an LLDP-MED Fast Start interaction between the protocol and the application layers on top of the protocol, in order to achieve these related properties. Initially, a Network Connectivity Device will only transmit LLDP TLVs in an LLDPDU. Only after an LLDP-MED Endpoint Device is detected, will an LLDP-MED capable Network Connectivity Device start to advertise LLDP-MED TLVs in outgoing LLDPDUs on the associated port. The LLDP-MED application will temporarily speed up the transmission of the LLDPDU to start within a second, when a new LLDP-MED neighbor has been detected in order share LLDP-MED information as fast as possible to new neighbors. Because there is a risk of an LLDP frame being lost during transmission between neighbors, it is recommended to repeat the fast start transmission multiple times to increase the possibility of the neighbors receiving the LLDP frame. With fast start repeat count it is possible to specify the number of times the fast start transmission would be repeated. The recommended value is 4 times, given that 4 LLDP frames with a 1 second interval will be transmitted, when an LLDP frame with new information is received. It should be noted that LLDP-MED and the LLDP-MED Fast Start mechanism is only intended to run on links between LLDP-MED Network Connectivity Devices and Endpoint Devices, and as such does not apply to links between LAN infrastructure elements, including Network Connectivity Devices, or other types of links. |
| cie1000LldpConfigMedGlobalInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.6 | A collection of objects. | ||
| NUM cie1000LldpConfigMedGlobalLatitude | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.2 | CIE1000Integer64 | read-write | Latitude degrees in 2s-complement as specified in RFC 3825. Positive numbers are north of the equator and negative numbers are south of the equator. |
| NUM cie1000LldpConfigMedGlobalLongitude | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.4.3 | CIE1000Integer64 | read-write | Longitude degrees in 2s-complement as specified in RFC 3825. Positive values are East of the prime meridian and negative numbers are West of the prime meridian. |
| NUM cie1000LldpConfigMedIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.1.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpConfigMedInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.3 | A collection of objects. | ||
| STR cie1000LldpConfigMedLocationInfCivicAddress | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.5.1.3 | CIE1000DisplayString | read-write | Civic address |
| cie1000LldpConfigMedLocationInfEntry | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.5.1 | not-accessible | Each civic address type as defined in TIA1057, Section 3.4 in Annex B | |
| cie1000LldpConfigMedLocationInfInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.7 | A collection of objects. | ||
| ADR cie1000LldpConfigMedLocationInfLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.5.1.2 | CIE1000lldpmedCivicAddressType | accessible-for-notify | Civic address type. 1 - State/National subdivisions 2 - County, parish, gun (JP), district (IN) 3 - City, township 4 - City division, borough, city district, ward, chou (JP) 5 - Neighborhood, block 6 - Street 16 - Leading street direction 17 - Trailing street direction 18 - Street suffix 19 - House number 20 - House number suffix 21 - Landmark or vanity address 22 - Additional location information 23 - Name 24 - Postal/zip code 25 - Building 26 - Unit 27 - Floor 28 - Room 29 - Place type 30 - Postal 31 - Post office 32 - Additional code |
| cie1000LldpConfigMedLocationInfTable | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.5 | not-accessible | The civic address location information. Each civic address can contain up to 250 characters, but the total amount of characters for the combined civic address locations must not exceed 250 bytes. Note: If an civic address location is non-empty it uses the amount of characters plus addition two characters. This is described in TIA1057, Section 10.2.4.3.2. | |
| CIE cie1000LldpConfigMedOptionalTlvs | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.1.1.3 | CIE1000Unsigned8 | read-write | Enables/Disables the LLDP optional TLVs. Bit mask, where setting the bit to 1 means enable transmission of the corresponding optional TLV. Bit 0 represents the capabilities TLV. Bit 1 represents the network Policy TLV. Bit 2 represents the location TLV. Bit 3 represents the PoE TLV. |
| CIE cie1000LldpConfigMedPolicyAction | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.100 | CIE1000RowEditorState | read-write | Action |
| CIE cie1000LldpConfigMedPolicyApplicationType | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.3 | CIE1000lldpmedRemoteNetworkPolicyApplicationType | read-write | The LLDP policy application type. |
| CIE cie1000LldpConfigMedPolicyDscp | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.7 | CIE1000Unsigned8 | read-write | The LLDP policy DSCP. |
| cie1000LldpConfigMedPolicyEntry | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1 | not-accessible | Network Policy Discovery enables the efficient discovery and diagnosis of mismatch issues with the VLAN configuration, along with the associated Layer 2 and Layer 3 attributes, which apply for a set of specific protocol applications on that port. Improper network policy configurations are a very significant issue in VoIP environments that frequently result in voice quality degradation or loss of service. Policies are only intended for use with applications that have specific 'real-time' network policy requirements, such as interactive voice and/or video services. | |
| cie1000LldpConfigMedPolicyInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.4 | A collection of objects. | ||
| CIE cie1000LldpConfigMedPolicyL2Priority | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.6 | CIE1000Unsigned8 | read-write | The LLDP policy L2 priority. |
| cie1000LldpConfigMedPolicyListEntry | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.3.1 | not-accessible | Each location information has a control parameter | |
| NUM cie1000LldpConfigMedPolicyListIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.3.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpConfigMedPolicyListInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.5 | A collection of objects. | ||
| T/F cie1000LldpConfigMedPolicyListLldpmedPoliciesList | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.3.1.4 | TruthValue | read-write | Set to TRUE assign the corresponding policy index to the interface. |
| I32 cie1000LldpConfigMedPolicyListLldpmedPolicy | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.3.1.3 | Integer32 | accessible-for-notify | Policy index. |
| cie1000LldpConfigMedPolicyListTable | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.3 | not-accessible | Each interface can be mapped to multiple policies. Set to TRUE in order to enable the corresponding policy to be transmitted at the interface. It is a requirement that the policy is defined. | |
| I32 cie1000LldpConfigMedPolicyLldpmedPolicy | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.1 | Integer32 | accessible-for-notify | Policy index. |
| cie1000LldpConfigMedPolicyRowEditor | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6 | |||
| CIE cie1000LldpConfigMedPolicyRowEditorAction | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.100 | CIE1000RowEditorState | read-write | Action |
| CIE cie1000LldpConfigMedPolicyRowEditorApplicationType | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.3 | CIE1000lldpmedRemoteNetworkPolicyApplicationType | read-write | The LLDP policy application type. |
| CIE cie1000LldpConfigMedPolicyRowEditorDscp | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.7 | CIE1000Unsigned8 | read-write | The LLDP policy DSCP. |
| cie1000LldpConfigMedPolicyRowEditorInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.8 | A collection of objects. | ||
| CIE cie1000LldpConfigMedPolicyRowEditorL2Priority | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.6 | CIE1000Unsigned8 | read-write | The LLDP policy L2 priority. |
| I32 cie1000LldpConfigMedPolicyRowEditorLldpmedPolicy | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.1 | Integer32 | read-write | Policy index. |
| T/F cie1000LldpConfigMedPolicyRowEditorTagged | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.4 | TruthValue | read-write | The LLDP policy tagged flag. Defines if LLDP policy uses tagged VLAN. |
| CIE cie1000LldpConfigMedPolicyRowEditorVlanId | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.6.5 | CIE1000Unsigned16 | read-write | The LLDP policy VLAN ID. Only valid when policy 'Tagged' is TRUE |
| cie1000LldpConfigMedPolicyTable | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2 | not-accessible | This is a table to configure LLDP MED Policies for the device. | |
| T/F cie1000LldpConfigMedPolicyTagged | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.4 | TruthValue | read-write | The LLDP policy tagged flag. Defines if LLDP policy uses tagged VLAN. |
| CIE cie1000LldpConfigMedPolicyVlanId | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.2.1.5 | CIE1000Unsigned16 | read-write | The LLDP policy VLAN ID. Only valid when policy 'Tagged' is TRUE |
| cie1000LldpConfigMedTable | 1.3.6.1.4.1.9.9.832.1.34.1.2.3.1 | not-accessible | This is a table to configure LLDP MEDIA configurations for a specific interface. | |
| CIE cie1000LldpConfigOptionalTlvs | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1.5 | CIE1000Unsigned8 | read-write | Enables/Disables the LLDP optional TLVs. Bit mask, where setting the bit to 1 means enable transmission of the corresponding TLV. Bit 0 represents Port Description TLV. Bit 1 represents System Name TLV. Bit 2 represents System Description. Bit 3 represents System Capabilities TLV. Bit 4 represents Management Address TLV. |
| T/F cie1000LldpConfigSnmpNotificationEna | 1.3.6.1.4.1.9.9.832.1.34.1.2.2.1.6 | TruthValue | read-write | Enable/disable of SNMP Trap notification. |
| cie1000LldpConfigTable | 1.3.6.1.4.1.9.9.832.1.34.1.2.2 | not-accessible | This is a table to configure LLDP configurations for a specific interface. | |
| cie1000LldpControl | 1.3.6.1.4.1.9.9.832.1.34.1.4 | |||
| cie1000LldpControlStatisticsClear | 1.3.6.1.4.1.9.9.832.1.34.1.4.1 | |||
| cie1000LldpControlStatisticsClearEntry | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.1.1 | not-accessible | Each interface has a set of statistics counters | |
| cie1000LldpControlStatisticsClearGlobal | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.2 | |||
| T/F cie1000LldpControlStatisticsClearGlobalClear | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.2.1 | TruthValue | read-write | Set to TRUE to clear the LLDP global statistics. |
| cie1000LldpControlStatisticsClearGlobalInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.17 | A collection of objects. | ||
| NUM cie1000LldpControlStatisticsClearIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.1.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| T/F cie1000LldpControlStatisticsClearStatisticsClear | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.1.1.2 | TruthValue | read-write | Set to TRUE to clear the LLDP statistics of an interface. |
| cie1000LldpControlStatisticsClearTable | 1.3.6.1.4.1.9.9.832.1.34.1.4.1.1 | not-accessible | This is a table to clear LLDP statistics for a specific interface. | |
| cie1000LldpControlStatisticsClearTableInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.16 | A collection of objects. | ||
| cie1000LldpMib | 1.3.6.1.4.1.9.9.832.1.34 | This is a private version of the LLDP MIB | ||
| cie1000LldpMibCompliance | 1.3.6.1.4.1.9.9.832.1.34.2.1.1 | The compliance statement for the implementation. | ||
| cie1000LldpMibCompliances | 1.3.6.1.4.1.9.9.832.1.34.2.1 | |||
| cie1000LldpMibConformance | 1.3.6.1.4.1.9.9.832.1.34.2 | |||
| cie1000LldpMibGroups | 1.3.6.1.4.1.9.9.832.1.34.2.2 | |||
| cie1000LldpMibObjects | 1.3.6.1.4.1.9.9.832.1.34.1 | |||
| cie1000LldpStatus | 1.3.6.1.4.1.9.9.832.1.34.1.3 | |||
| cie1000LldpStatusMed | 1.3.6.1.4.1.9.9.832.1.34.1.3.4 | |||
| I32 cie1000LldpStatusMedRemoteDeviceInfoAltitude | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.9 | Integer32 | read-only | Altitude value in 2s-complement as specified in RFC 3825 |
| CIE cie1000LldpStatusMedRemoteDeviceInfoAltitudeType | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.8 | CIE1000lldpmedAltitudeType | read-only | Altitude type as either floors or meters. Meters are representing meters of altitude defined by the vertical datum specified. Floors are representing altitude in a form more relevant in buildings which have different floor-to-floor dimensions. An altitude = 0.0 is meaningful even outside a building, and represents ground level at the given latitude and longitude. Inside a building, 0.0 represents the floor level associated with ground level at the main entrance. |
| STR cie1000LldpStatusMedRemoteDeviceInfoAssetId | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.19 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's asset id. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoCapabilities | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.4 | CIE1000Unsigned16 | read-only | LLDP neighbor's capabilities bit mask. Bit 0 represents LLDP-MED capabilities. Bit 1 represents Network Policy. Bit 2 represents Location Identification. Bit 3 represents Extended Power via MDI - PSE. Bit 4 represents Extended Power via MDI - PD Bit 5 represents Inventory |
| CIE cie1000LldpStatusMedRemoteDeviceInfoCapabilitiesEnabled | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.5 | CIE1000Unsigned16 | read-only | LLDP neighbor's capabilities bit mask for the capabilities which are currently enabled. Bit 0 represents LLDP-MED capabilities. Bit 1 represents Network Policy. Bit 2 represents Location Identification. Bit 3 represents Extended Power via MDI - PSE. Bit 4 represents Extended Power via MDI - PD Bit 5 represents Inventory |
| CIE cie1000LldpStatusMedRemoteDeviceInfoDatum | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.10 | CIE1000lldpmedDatumType | read-only | Datum (geodetic system) . The Map Datum is used for the coordinates given in these options: WGS84: (Geographical 3D) - World Geodesic System 1984, CRS Code 4327, Prime Meridian Name: Greenwich. NAD83/NAVD88: North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich; The associated vertical datum is the North American Vertical Datum of 1988 (NAVD88). This datum pair is to be used when referencing locations on land, not near tidal water(which would use Datum = NAD83/MLLW). NAD83/MLLW: North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich; The associated vertical datum is Mean Lower Low Water (MLLW). This datum pair is to be used when referencing locations on water/sea/ocean. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoDeviceType | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.12 | CIE1000lldpmedRemoteDeviceType | read-only | Shows the LLDP neighbor's device type. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoEeeFbTwSys | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.22 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's Fallback tw_sys_tx. A receiving link partner may inform the transmitter of an alternate desired Tw_sys_tx. Since a receiving link partner is likely to have discrete levels for savings, this provides the transmitter with additional information that it may use for a more efficient allocation. Section 79.3.5.3, IEEE802.3az. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoEeeRxTwSys | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.20 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's Receive tw_sys_rx . Tw_sys_rx is defined as the time (expressed in microseconds) that the transmitting link partner will wait before it starts transmitting data after leaving the Low Power Idle (LPI) mode. Section 79.3.5.2, IEEE802.3az. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoEeeRxTwSysEcho | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.24 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's echo receive Tw. The respective echo values shall be defined as the local link partners reflection (echo) of the remote link partners respective values. When a local link partner receives its echoed values from the remote link partner it can determine whether or not the remote link partner has received, registered, and processed its most recent values. Section 79.3.5.4, IEEE802.3az. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoEeeTxTwSys | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.21 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's Transmit Tw_sys_tx . Tw_sys_tx is defined as the time (expressed in microseconds) that the receiving link partner is requesting the transmitting link partner to wait before starting the transmission data following the Low Power Idle (LPI) mode. Section 79.3.5.1, IEEE802.3az. |
| CIE cie1000LldpStatusMedRemoteDeviceInfoEeeTxTwSysEcho | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.23 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's echo transmit Tw. The respective echo values shall be defined as the local link partners reflection (echo) of the remote link partners respective values. When a local link partner receives its echoed values from the remote link partner it can determine whether or not the remote link partner has received, registered, and processed its most recent values. Section 79.3.5.4, IEEE802.3az. |
| STR cie1000LldpStatusMedRemoteDeviceInfoElinaddr | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.11 | CIE1000DisplayString | read-only | Emergency Call Service ELIN identifier data format is defined to carry the ELIN identifier as used during emergency call setup to a traditional CAMA or ISDN trunk-based PSAP. This format consists of a numerical digit string, corresponding to the ELIN to be used for emergency calling. Maximum number of octets are 25. |
| cie1000LldpStatusMedRemoteDeviceInfoEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1 | not-accessible | Each interface has a set of neighbors information | |
| STR cie1000LldpStatusMedRemoteDeviceInfoFwRev | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.14 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's firmware revision. |
| STR cie1000LldpStatusMedRemoteDeviceInfoHwRev | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.13 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's hardware revision. |
| NUM cie1000LldpStatusMedRemoteDeviceInfoIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpStatusMedRemoteDeviceInfoInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.13 | A collection of objects. | ||
| NUM cie1000LldpStatusMedRemoteDeviceInfoLatitude | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.6 | CIE1000Integer64 | read-only | Latitude degrees in 2s-complement as specified in RFC 3825. Positive numbers are north of the equator and negative numbers are south of the equator. |
| I32 cie1000LldpStatusMedRemoteDeviceInfoLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.2 | Integer32 | accessible-for-notify | Neighbor information table entry index. |
| NUM cie1000LldpStatusMedRemoteDeviceInfoLongitude | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.7 | CIE1000Integer64 | read-only | Longitude degrees in 2s-complement as specified in RFC 3825. Positive values are East of the prime meridian and negative numbers are West of the prime meridian. |
| STR cie1000LldpStatusMedRemoteDeviceInfoManufacturerName | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.17 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's manufacturer name. |
| STR cie1000LldpStatusMedRemoteDeviceInfoModelName | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.18 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's model name. |
| STR cie1000LldpStatusMedRemoteDeviceInfoSerialNo | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.16 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's serial number. |
| STR cie1000LldpStatusMedRemoteDeviceInfoSwRev | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1.1.15 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's software revision. |
| cie1000LldpStatusMedRemoteDeviceInfoTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.1 | not-accessible | This is a table to show the LLDP neighbors information for a specific interface. | |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoAdditionalCode | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.27 | CIE1000DisplayString | read-only | Additional Code |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoAdditionalInfo | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.17 | CIE1000DisplayString | read-only | Additional Location Info |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoApartment | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.21 | CIE1000DisplayString | read-only | Apartment/unit |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoBlock | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.9 | CIE1000DisplayString | read-only | Block (Neighborhood) |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoBuilding | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.20 | CIE1000DisplayString | read-only | Building |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoCity | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.7 | CIE1000DisplayString | read-only | City |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoCountryCode | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.28 | CIE1000DisplayString | read-only | The two-letter ISO 3166 country code in capital ASCII letters - Example: DK, DE or US. |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoCounty | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.6 | CIE1000DisplayString | read-only | County |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoDistrict | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.8 | CIE1000DisplayString | read-only | City district |
| cie1000LldpStatusMedRemoteDeviceLocInfoEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1 | not-accessible | Each interface has a set of neighbors information | |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoFloor | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.22 | CIE1000DisplayString | read-only | Floor |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoHouseNo | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.14 | CIE1000DisplayString | read-only | House No. |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoHouseNoSuffix | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.15 | CIE1000DisplayString | read-only | House No. Suffix |
| NUM cie1000LldpStatusMedRemoteDeviceLocInfoIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpStatusMedRemoteDeviceLocInfoInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.14 | A collection of objects. | ||
| STR cie1000LldpStatusMedRemoteDeviceLocInfoLandmark | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.16 | CIE1000DisplayString | read-only | Landmark |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoLeadingStreetDirection | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.11 | CIE1000DisplayString | read-only | Street Direction |
| I32 cie1000LldpStatusMedRemoteDeviceLocInfoLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.2 | Integer32 | accessible-for-notify | Neighbor information table entry index. |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoName | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.18 | CIE1000DisplayString | read-only | Name |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoPlaceType | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.24 | CIE1000DisplayString | read-only | Place type |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoPoBox | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.26 | CIE1000DisplayString | read-only | Post Office Box |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoPostalCommunityName | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.25 | CIE1000DisplayString | read-only | Postal Community Name |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoRoomNumber | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.23 | CIE1000DisplayString | read-only | Room Number |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoState | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.5 | CIE1000DisplayString | read-only | National subdivision |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoStreet | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.10 | CIE1000DisplayString | read-only | Street |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoStreetSuffix | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.13 | CIE1000DisplayString | read-only | Street Suffix |
| cie1000LldpStatusMedRemoteDeviceLocInfoTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2 | not-accessible | This is a table to show the LLDP-MED remote device (neighbor) civic location information for a specific interface. | |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoTrailingStreetSuffix | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.12 | CIE1000DisplayString | read-only | Trailing Street Suffix |
| STR cie1000LldpStatusMedRemoteDeviceLocInfoZipCode | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.2.1.19 | CIE1000DisplayString | read-only | Zip code |
| CIE cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoApplicationType | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.5 | CIE1000lldpmedRemoteNetworkPolicyApplicationType | read-only | The LLDP policy application type. |
| CIE cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoDscp | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.10 | CIE1000Unsigned8 | read-only | LLDP policy DSCP. |
| cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1 | not-accessible | Each interface has a set of neighbors information | |
| NUM cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.15 | A collection of objects. | ||
| CIE cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoL2Priority | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.9 | CIE1000Unsigned8 | read-only | Shows the LLDP neighbor's policy L2 priority. |
| I32 cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.2 | Integer32 | accessible-for-notify | Neighbor information table entry index. |
| I32 cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoLldpmedPolicy | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.3 | Integer32 | accessible-for-notify | Policy index. |
| cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3 | not-accessible | This is a table to show the LLDP-MED remote device (neighbor) network policies information for a specific interface. | |
| T/F cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoTagged | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.7 | TruthValue | read-only | Defines if LLDP policy uses tagged VLAN. |
| T/F cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoUnknownPolicy | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.6 | TruthValue | read-only | Policy indicates that an Endpoint Device wants to explicitly advertise that the policy is required by the device. Can be either Defined or Unknown Unknown: The network policy for the specified application type is currently unknown. Defined: The network policy is defined (known). |
| CIE cie1000LldpStatusMedRemoteDeviceNetworkPolicyInfoVlanId | 1.3.6.1.4.1.9.9.832.1.34.1.3.4.3.1.8 | CIE1000Unsigned16 | read-only | The policy VLAN ID. Only valid when policy 'Tagged' is TRUE |
| STR cie1000LldpStatusNeighborsInfChassisId | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.4 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's chassis Id. |
| cie1000LldpStatusNeighborsInfEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1 | not-accessible | Each interface has a set of neighbors information | |
| NUM cie1000LldpStatusNeighborsInfIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpStatusNeighborsInfInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.11 | A collection of objects. | ||
| I32 cie1000LldpStatusNeighborsInfLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.2 | Integer32 | accessible-for-notify | Neighbor information table entry index. |
| STR cie1000LldpStatusNeighborsInfPortDescription | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.6 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's port description. |
| STR cie1000LldpStatusNeighborsInfPortId | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.5 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's port id. |
| CIE cie1000LldpStatusNeighborsInfSystemCapabilities | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.9 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's system capabilities as bit mask. If the bit is set, it means that the functionality is supported by the neighbor system. Bit 0 represents Other. Bit 1 represents Repeater. Bit 2 represents Bridge. Bit 3 represents WLAN Access Point. Bit 4 represents Router. Bit 5 represents Telephone. Bit 6 represents DOCSIS cable device. Bit 7 represents Station Only. Bit 8 represents Reserved. |
| CIE cie1000LldpStatusNeighborsInfSystemCapabilitiesEnable | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.10 | CIE1000Unsigned16 | read-only | Shows the LLDP neighbor's system capabilities which is enabled. If the bit is set, it means that the functionality is currently enabled at the neighbor system. Bit 0 represents Other. Bit 1 represents Repeater. Bit 2 represents Bridge. Bit 3 represents WLAN Access Point. Bit 4 represents Router. Bit 5 represents Telephone. Bit 6 represents DOCSIS cable device. Bit 7 represents Station Only. Bit 8 represents Reserved. |
| STR cie1000LldpStatusNeighborsInfSystemDescription | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.8 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's system description. |
| STR cie1000LldpStatusNeighborsInfSystemName | 1.3.6.1.4.1.9.9.832.1.34.1.3.2.1.7 | CIE1000DisplayString | read-only | Shows the LLDP neighbor's system name. |
| cie1000LldpStatusNeighborsInfTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.2 | not-accessible | This is a table to show the LLDP neighbors information for a specific interface. | |
| cie1000LldpStatusNeighborsMgmtInfEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1 | not-accessible | Each interface has a set of neighbors information | |
| NUM cie1000LldpStatusNeighborsMgmtInfIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| cie1000LldpStatusNeighborsMgmtInfInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.12 | A collection of objects. | ||
| I32 cie1000LldpStatusNeighborsMgmtInfLldpManagement | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.4 | Integer32 | accessible-for-notify | Neighbor management information table entry index. |
| I32 cie1000LldpStatusNeighborsMgmtInfLldpmedIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.2 | Integer32 | accessible-for-notify | Neighbor information table entry index. |
| CIE cie1000LldpStatusNeighborsMgmtInfSystemMgmAddressSubtype | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.5 | CIE1000Unsigned8 | read-only | LLDP neighbor's management address subtype , section 9.5.9.3 IEEE802.1AB-2005. |
| STR cie1000LldpStatusNeighborsMgmtInfSystemMgmtAddress | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.6 | CIE1000DisplayString | read-only | LLDP neighbor's management address string, section 9.5.9.4 IEEE802.1AB-2005. |
| I32 cie1000LldpStatusNeighborsMgmtInfSystemMgmtInterface | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.8 | Integer32 | read-only | Interface number, section 9.5.9.6 IEEE802.1AB-2005. |
| I32 cie1000LldpStatusNeighborsMgmtInfSystemMgmtInterfaceSubtype | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.7 | Integer32 | read-only | Interface numbering subtype, section 9.5.9.5 IEEE802.1AB-2005. |
| OID cie1000LldpStatusNeighborsMgmtInfSystemMgmtOid | 1.3.6.1.4.1.9.9.832.1.34.1.3.3.1.9 | OBJECT IDENTIFIER | read-only | Object identifier, section 9.5.9.8 IEEE802.1AB-2005. |
| cie1000LldpStatusNeighborsMgmtInfTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.3 | not-accessible | This is a table to show the LLDP neighbors information for a specific interface. | |
| cie1000LldpStatusStatistics | 1.3.6.1.4.1.9.9.832.1.34.1.3.1 | |||
| U32 cie1000LldpStatusStatisticsAgeOuts | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.9 | Unsigned32 | read-only | Show the number of age-outs. Each frame contains information about how long time the LLDP information is valid (age-out time). If no new LLDP frame is received within the age out time, the information is removed, and the counter is incremented. |
| cie1000LldpStatusStatisticsEntry | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1 | not-accessible | Each port interface has a set of statistics counters | |
| cie1000LldpStatusStatisticsGlobalCounters | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1 | |||
| cie1000LldpStatusStatisticsGlobalCountersInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.9 | A collection of objects. | ||
| CIE cie1000LldpStatusStatisticsGlobalCountersLastChangeTime | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1.5 | CIE1000Unsigned64 | read-only | Shows the time when the last entry was last deleted or added. It also shows the time elapsed since the last change was detected. |
| U32 cie1000LldpStatusStatisticsGlobalCountersTableAgeOuts | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1.4 | Unsigned32 | read-only | Shows the number of entries deleted due to Time-To-Live expiring. |
| U32 cie1000LldpStatusStatisticsGlobalCountersTableDeletes | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1.2 | Unsigned32 | read-only | Shows the number of new entries deleted since switch reboot. |
| U32 cie1000LldpStatusStatisticsGlobalCountersTableDrops | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1.3 | Unsigned32 | read-only | Shows the number of LLDP frames dropped due to the entry table being full. |
| U32 cie1000LldpStatusStatisticsGlobalCountersTableInserts | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.1.1 | Unsigned32 | read-only | Shows the number of new entries added since switch reboot. |
| NUM cie1000LldpStatusStatisticsIfIndex | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.1 | CIE1000InterfaceIndex | accessible-for-notify | Logical interface number index. |
| U32 cie1000LldpStatusStatisticsRxDiscarded | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.5 | Unsigned32 | read-only | Show the number of LLDP frames discarded. If a LLDP frame is received at an interface, and the switch's internal table has run full, the LLDP frame is counted and discarded. This situation is known as 'Too Many Neighbors' in the LLDP standard. LLDP frames require a new entry in the table when the Chassis ID or Remote Port ID is not already contained within the table. Entries are removed from the table when a given interface's link is down, an LLDP shutdown frame is received, or when the entry ages out. |
| U32 cie1000LldpStatusStatisticsRxError | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.4 | Unsigned32 | read-only | Shows the number of received LLDP frames containing some kind of error. |
| U32 cie1000LldpStatusStatisticsRxTotal | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.3 | Unsigned32 | read-only | Shows the number of LLDP frames received. |
| cie1000LldpStatusStatisticsTable | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2 | not-accessible | This table represents the LLDP interface counters | |
| cie1000LldpStatusStatisticsTableInfoGroup | 1.3.6.1.4.1.9.9.832.1.34.2.2.10 | A collection of objects. | ||
| U32 cie1000LldpStatusStatisticsTLVsDiscarded | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.6 | Unsigned32 | read-only | Shows the number of TLVs discarded. Each LLDP frame can contain multiple pieces of information, known as TLVs (TLV is short for 'Type Length Value'). If a TLV is malformed, it is counted and discarded. |
| U32 cie1000LldpStatusStatisticsTLVsOrgDiscarded | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.8 | Unsigned32 | read-only | Shows the number of well-formed TLVs, but with an organizationally TLV which is not supported. |
| U32 cie1000LldpStatusStatisticsTLVsUnrecognized | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.7 | Unsigned32 | read-only | Shows the number of well-formed TLVs, but with an unknown type value. |
| U32 cie1000LldpStatusStatisticsTxTotal | 1.3.6.1.4.1.9.9.832.1.34.1.3.1.2.1.2 | Unsigned32 | read-only | Shows the number of LLDP frames transmitted. |
RFC description
Manages Link Layer Discovery Protocol (LLDP) on Cisco IE1000 industrial switches.
Start monitoring Cisco IE1000 industrial Ethernet switches with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.