All MIBs › ACC-MIB › accPppLcpConfigMagicNumber
accPppLcpConfigMagicNumber
Module: ACC-MIB
OID (symbolic): ACC-MIB::accPppLcpConfigMagicNumber
OID (numeric): 1.3.6.1.4.1.5.1.1.32.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
If true(2) then the local node will attempt to perform Magic Number negotiation with the remote node. If false(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.
What is accPppLcpConfigMagicNumber?
This OID controls whether your PPP endpoint will use magic numbers during LCP (Link Control Protocol) negotiation—a PPP feature that detects if two endpoints are directly talking to each other or looped back. A magic number is a random identifier each endpoint sends so both sides can verify they're not receiving their own packets. You configure this when setting up PPP links to ensure both devices agree on using this safety check; some legacy systems may not support it. For example, setting this to true(2) means your device will attempt magic number negotiation, so if it receives its own magic number back, it knows the line is looped and will reject the connection.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.2.1.5 snmpwalk -v2c -c public <target> ACC-MIB::accPppLcpConfigMagicNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.32.2.1.5.1 snmpget -v2c -c public <target> ACC-MIB::accPppLcpConfigMagicNumber.1
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.5 | accPppLcpConfigMagicNumber | ACC-MIB |