spInetAddressType
PEAKFLOW-SP-MIB ·
.1.3.6.1.4.1.9694.1.4.1.68
Object
An InetAddressType INTEGER value that specifies the type of Internet address specific in an spInetAddress object. Generally, this will be used by Peakflow SP to specify IPv4 (1) or IPv6 (2) addresses. See RFC3291 for a detailed description.
Context
- MIB
- PEAKFLOW-SP-MIB
- OID
.1.3.6.1.4.1.9694.1.4.1.68- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- peakflowSPCMI
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PEAKFLOW-SP-MIB' -M '/opt/observium/mibs/arbor:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PEAKFLOW-SP-MIB::spInetAddressType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PEAKFLOW-SP-MIB' -M '/opt/observium/mibs/arbor:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PEAKFLOW-SP-MIB::spInetAddressType'
Syntax
- Source
- INET-ADDRESS-MIBInetAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
3 | ipv4z |
4 | ipv6z |
16 | dns |
25 | l2vpn |