tpPppoeCircuitIdPortConfigIdType
TPLINK-pppoeConfig-MIB ·
.1.3.6.1.4.1.11863.6.57.1.2.1.1.3
Object
column r/w
Enumeration
0. switch IP:The switch's IP address will be used to encode the Circuit-ID option. 1. switch MAC:The switch's MAC address will be used to encode the Circuit-ID option. 2. switch UDF:The user specified string with the maximum length of 40 will be used to encode the Circuit-ID option. 3. switch UDF-ONLY:Only the user specified string with the maximum length of 40 will be used to encode the Circuit-ID option. Select Circuit-ID type for the port.
Context
- MIB
- TPLINK-pppoeConfig-MIB
- OID
.1.3.6.1.4.1.11863.6.57.1.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpPppoeIdInsertionPortConfigEntry
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 'TPLINK-pppoeConfig-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-pppoeConfig-MIB::tpPppoeCircuitIdPortConfigIdType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-pppoeConfig-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-pppoeConfig-MIB::tpPppoeCircuitIdPortConfigIdType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-pppoeConfig-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-pppoeConfig-MIB::tpPppoeCircuitIdPortConfigIdType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | switchIp |
1 | switchMac |
2 | switchUdf |
3 | switchUdfOnly |