fsMIIpv6PingDestAddrType
SUPERMICRO-MIIPV6-MIB ·
.1.3.6.1.4.1.10876.101.2.35.1.10.1.20
Object
column r/w
Enumeration
The address type of the destination to be pinged. other - unicast or linklocal address. anycast - anycast address .An IPv6 packet cannot have anycast address as source address. So fsipv6PingDestAddrType is used to distinguish the anycast destination from other types.
Context
- MIB
- SUPERMICRO-MIIPV6-MIB
- OID
.1.3.6.1.4.1.10876.101.2.35.1.10.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsMIIpv6PingEntry
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 'SUPERMICRO-MIIPV6-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIIPV6-MIB::fsMIIpv6PingDestAddrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-MIIPV6-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-MIIPV6-MIB::fsMIIpv6PingDestAddrType.<fsMIIpv6PingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-MIIPV6-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-MIIPV6-MIB::fsMIIpv6PingDestAddrType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | other |
2 | anycast |