pppLinkConfigMagicNumber
PPP-LCP-MIB ·
sagemcom variant
·
.1.3.6.1.2.1.10.23.1.1.2.1.4
Object
column mandatory
r/w
Enumeration
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.
Context
- MIB
- PPP-LCP-MIB
- OID
.1.3.6.1.2.1.10.23.1.1.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pppLinkConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PPP-LCP-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-LCP-MIB::pppLinkConfigMagicNumber'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PPP-LCP-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-LCP-MIB::pppLinkConfigMagicNumber.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PPP-LCP-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PPP-LCP-MIB::pppLinkConfigMagicNumber'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | false |
2 | true |