pppSecuritySecretsDirection
PPP-SEC-MIB ·
.1.3.6.1.2.1.10.23.2.3.1.3
Object
column mandatory
r/w
Enumeration
This object defines the direction in which a particular ID/Secret pair is valid. If this object is local-to-remote then the local PPP entity will use the ID/Secret pair when attempting to authenticate the local PPP entity to the remote PPP entity. If this object is remote-to-local then the local PPP entity will expect the ID/Secret pair to be used by the remote PPP entity when the remote PPP entity attempts to authenticate itself to the local PPP entity.
Context
- MIB
- PPP-SEC-MIB
- OID
.1.3.6.1.2.1.10.23.2.3.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- pppSecuritySecretsEntry
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-SEC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-SEC-MIB::pppSecuritySecretsDirection'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PPP-SEC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-SEC-MIB::pppSecuritySecretsDirection.<pppSecuritySecretsLink>.<pppSecuritySecretsIdIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PPP-SEC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PPP-SEC-MIB::pppSecuritySecretsDirection'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local-to-remote |
2 | remote-to-local |