ceSctpAssocRemAddressIPType
CISCO-SCTP-MIB ·
.1.3.6.1.4.1.9.10.74.1.2.3.1.1
Object
column InetAddressType
Internet type of a remote IP address available for this
association.
- unknown (0) An unknown address type. This value MUST be
used if the value of the corresponding InetAddress object
is a zero-length string. It may also be used to indicate
an IP address different from IPv4 or IPv6. This value is
used in this MIB for error conditions.
- ipv4 (1): An IPv4 address as defined by the
InetAddressIPv4 textual convention [RFC2851].
- ipv6 (2): An IPv6 address as defined by the
InetAddressIPv6 textual convention [RFC2851].
Context
- MIB
- CISCO-SCTP-MIB
- OID
.1.3.6.1.4.1.9.10.74.1.2.3.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ceSctpAssocRemAddressEntry
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 'CISCO-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCTP-MIB::ceSctpAssocRemAddressIPType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SCTP-MIB::ceSctpAssocRemAddressIPType.<ceSctpAssocId>.<ceSctpAssocRemAddressIPType>.<ceSctpAssocRemAddressIP>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SCTP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SCTP-MIB::ceSctpAssocRemAddressIPType'
Syntax
- Source
- InetAddressType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
16 | dns |