pppAuthRowStatus
ZHONE-COM-PPP-MIB ·
.1.3.6.1.4.1.5504.4.5.5.1.12
Object
This object is used to create or delete an entry in the table. Setting this object to 'createAndGo' will cause an entry to be created. Setting this object to 'destroy' will cause an entry to be deleted. Objects required for creating an entry are specified in the pppAuthenticationEntry description.
Context
- MIB
- ZHONE-COM-PPP-MIB
- OID
.1.3.6.1.4.1.5504.4.5.5.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pppAuthenticationEntry
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 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-PPP-MIB::pppAuthRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-PPP-MIB::pppAuthRowStatus.<pppAuthSubId>.<pppAuthId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-PPP-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-PPP-MIB::pppAuthRowStatus'
Syntax
- Source
- Zhone-TCZhoneRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
4 | createAndGo |
6 | destroy |