LLDP-MIB :: lldpPortConfigAdminStatus

MIB Reference — IPNetwork Monitor

All MIBsLLDP-MIBlldpPortConfigAdminStatus

lldpPortConfigAdminStatus

Module: LLDP-MIB

OID (symbolic): LLDP-MIB::lldpPortConfigAdminStatus

OID (numeric): 1.0.8802.1.1.2.1.1.6.1.2

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description:

The administratively desired status of the local LLDP agent.

If the associated lldpPortConfigAdminStatus object has a value of 'txOnly(1)', then LLDP agent will transmit LLDP frames on this port and it will not store any information about the remote systems connected.

If the associated lldpPortConfigAdminStatus object has a value of 'rxOnly(2)', then the LLDP agent will receive, but it will not transmit LLDP frames on this port.

If the associated lldpPortConfigAdminStatus object has a value of 'txAndRx(3)', then the LLDP agent will transmit and receive LLDP frames on this port.

If the associated lldpPortConfigAdminStatus object has a value of 'disabled(4)', then LLDP agent will not transmit or receive LLDP frames on this port. If there is remote systems information which is received on this port and stored in other tables, before the port's lldpPortConfigAdminStatus becomes disabled, then the information will naturally age out.

What is lldpPortConfigAdminStatus?

This OID is a true/false setting that controls whether LLDP (a protocol for device discovery) is active on a port. Operationally, you can use it to enable or disable neighbor discovery; enabling helps the device learn about other devices on the network, while disabling reduces unnecessary traffic. A network operator turns this on when connecting to other devices to build a map of the network topology.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.0.8802.1.1.2.1.1.6.1.2
snmpwalk -v2c -c public <target> LLDP-MIB::lldpPortConfigAdminStatus

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.0.8802.1.1.2.1.1.6.1.2.1
snmpget -v2c -c public <target> LLDP-MIB::lldpPortConfigAdminStatus.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.0.8802.1.1.2.1.1.6.1.2.1 i <value>

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.0stdSTART-MIB
1.0.8802iso8802START-MIB
1.0.8802.1ieee802dot1START-MIB
1.0.8802.1.1ieee802dot1mibsSTART-MIB
1.0.8802.1.1.2lldpMIBLLDP-MIB
1.0.8802.1.1.2.1lldpObjectsLLDP-MIB
1.0.8802.1.1.2.1.1lldpConfigurationLLDP-MIB
1.0.8802.1.1.2.1.1.6lldpPortConfigTableLLDP-MIB
1.0.8802.1.1.2.1.1.6.1lldpPortConfigEntryLLDP-MIB
1.0.8802.1.1.2.1.1.6.1.2lldpPortConfigAdminStatusLLDP-MIB