isnsDdPortalMemberAddressType
ISNS-MIB ·
.1.3.6.1.2.1.163.1.1.5.3.1.2
Object
The type of Inet address in isnsDdPortalMemberAddress. If the address is specified, then it must be a valid unicast address and the value of this object must be ipv4(1), ipv6(2), ipv4z(3), or ipv6z(4); otherwise, the value of this object is unknown(0), and the value of isnsDdPortalMemberAddress is the zero-length string.
Context
- MIB
- ISNS-MIB
- OID
.1.3.6.1.2.1.163.1.1.5.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- isnsDdPortalMemberEntry
- Groups
- 2
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 'ISNS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISNS-MIB::isnsDdPortalMemberAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ISNS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ISNS-MIB::isnsDdPortalMemberAddressType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ISNS-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ISNS-MIB::isnsDdPortalMemberAddressType'
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 |
Conformance
Compliance refinements
isnsIfcpServerCompliance
INET-ADDRESS-MIB::InetAddressType
Values:
unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4)
Only support for unknown, ipv4, ipv6, ipv4z, and ipv6z
is required.
is required.
isnsIscsiServerCompliance
INET-ADDRESS-MIB::InetAddressType
Values:
unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4)
Only support for unknown, ipv4, ipv6, ipv4z, ipv6z
is required.
is required.