All MIBs › ACC-MIB › accPppLcpAdminStatus
accPppLcpAdminStatus
Module: ACC-MIB
OID (symbolic): ACC-MIB::accPppLcpAdminStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.32.2.1.14
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
What is accPppLcpAdminStatus?
This OID stores the administrative state (typically up, down, or testing) of the PPP LCP negotiation on this interface. This is the 'intended' state set by an administrator, distinct from the actual operational status—you can command it down without the link automatically reopening. You set this to control whether LCP is allowed to run: setting it to 'down' prevents the link from coming up, while 'up' permits the negotiation to proceed if the physical layer is ready. For example, setting this to down(2) means LCP negotiation is administratively disabled, so even if you plug in a cable and the remote device tries to connect, your device will refuse to negotiate PPP.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.2.1.14 snmpwalk -v2c -c public <target> ACC-MIB::accPppLcpAdminStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.2.1.14.1 snmpget -v2c -c public <target> ACC-MIB::accPppLcpAdminStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.32.2.1.14.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32 | accPpp | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32.2 | accPppLcpConfigTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32.2.1 | accPppLcpConfigEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32.2.1.14 | accPppLcpAdminStatus | ACC-MIB |