wlcWTPInfoInetAddressType
BIANCA-BRICK-WIRELESS-CONTROLLER-MIB ·
.0.61.1.23.1.8
Object
The IP address type of the WTP.
It is one of:
-unknown(0): an unknown address type
-ipv4(1) : an IPv4 address
-ipv6(2) : an IPv6 address
-ipv4z(3) : a non-global IPv4 address including a zone
index
-ipv6z(4) : a non-global IPv6 address including a zone
index
-dns(16) : a DNS domain name
Context
- MIB
- BIANCA-BRICK-WIRELESS-CONTROLLER-MIB
- OID
.0.61.1.23.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wlcWTPInfoEntry
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 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPInfoInetAddressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPInfoInetAddressType.<wlcWTPInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-WIRELESS-CONTROLLER-MIB::wlcWTPInfoInetAddressType'
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 |