All MIBs › ACC-MIB › accPppLqrConfigStatus
accPppLqrConfigStatus
Module: ACC-MIB
OID (symbolic): ACC-MIB::accPppLqrConfigStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.32.4.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
If enabled(2) then the local node will attempt to perform LQR negotiation with the remote node. If disabled(1) then this negotiation is not performed. In any event, the local node will comply with any magic number negotiations attempted by the remote node, per the PPP specification. Changing this object will have effect when the link is next restarted. Setting this object to the value disabled(1) has the effect of invalidating the corresponding entry in the accPppLqrConfigTable object. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use.
What is accPppLqrConfigStatus?
This OID controls whether Link Quality Report negotiation is enabled or disabled for this PPP interface at configuration time. When enabled, your device will attempt to negotiate LQR with the remote device; if disabled, LQR is completely skipped even if the remote device requests it. You toggle this to save bandwidth on links where you don't need quality monitoring, or to enable it on links where you suspect problems. For example, setting this to enabled(2) means LCP will attempt to negotiate LQR parameters when the link comes up, so both devices will start exchanging periodic quality reports.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.4.1.3 snmpwalk -v2c -c public <target> ACC-MIB::accPppLqrConfigStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.4.1.3.1 snmpget -v2c -c public <target> ACC-MIB::accPppLqrConfigStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.32.4.1.3.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.4 | accPppLqrConfigTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32.4.1 | accPppLqrConfigEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.32.4.1.3 | accPppLqrConfigStatus | ACC-MIB |