All MIBs › LLDP-MIB › lldpPortConfigAdminStatus
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 OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.0 | std | START-MIB |
| 1.0.8802 | iso8802 | START-MIB |
| 1.0.8802.1 | ieee802dot1 | START-MIB |
| 1.0.8802.1.1 | ieee802dot1mibs | START-MIB |
| 1.0.8802.1.1.2 | lldpMIB | LLDP-MIB |
| 1.0.8802.1.1.2.1 | lldpObjects | LLDP-MIB |
| 1.0.8802.1.1.2.1.1 | lldpConfiguration | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6 | lldpPortConfigTable | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6.1 | lldpPortConfigEntry | LLDP-MIB |
| 1.0.8802.1.1.2.1.1.6.1.2 | lldpPortConfigAdminStatus | LLDP-MIB |