ipv6ParaConfigSourceType
TPLINK-IPV6ADDR-MIB ·
.1.3.6.1.4.1.11863.6.50.1.1.1.6
Object
column Enumeration
Indicate the type of source of IPv6 address. The value can be one of following: 'assignedIp': Assigned global/site-local IPv6 address; 'assignedEUI64Ip': Assigned global/site-local IPv6 address by using EUI-64 interface identifier; 'assignedLinklocalIp': Assigned link-local IPv6 address. 'autoIp': Auto generated IPv6 address as a result of non-linklocal anycast/unicast address configuration; 'dhcpv6': Assigned IPv6 address through DHCPv6 protocol; 'negotiate': Assigned IPv6 address through negotiation;
Context
- MIB
- TPLINK-IPV6ADDR-MIB
- OID
.1.3.6.1.4.1.11863.6.50.1.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipv6ParaConfigAddrEntry
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-IPV6ADDR-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-IPV6ADDR-MIB::ipv6ParaConfigSourceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-IPV6ADDR-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-IPV6ADDR-MIB::ipv6ParaConfigSourceType.<ipv6ParaConfigIfIndex>.<ipv6ParaConfigAddrType>.<ipv6ParaConfigSourceType>.<ipv6ParaConfigAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-IPV6ADDR-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-IPV6ADDR-MIB::ipv6ParaConfigSourceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | assignedIp |
2 | assignedEUI64Ip |
3 | assignedLinklocalIp |
4 | autoIp |
5 | dhcpv6 |
6 | negotiate |