pwPeerAddrType

OBS ✓
PW-STD-MIB · .1.3.6.1.2.1.10.246.1.2.1.8

Object

Denotes the address type of the peer node.  It should be
set to 'unknown' if PE/PW maintenance protocol is not used
and the address is unknown.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in: Pseudowires
Explore Observium network monitoring

Context

MIB
PW-STD-MIB
OID
.1.3.6.1.2.1.10.246.1.2.1.8
Type
column
Access
readwrite
Status
current
Parent
pwEntry
Groups
1

Walk 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 'PW-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PW-STD-MIB::pwPeerAddrType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PW-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PW-STD-MIB::pwPeerAddrType.<pwIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PW-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PW-STD-MIB::pwPeerAddrType'

Values & Constraints

Type Values
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn

Conformance

Member of
Compliance refinements
pwModuleFullCompliance readonly INET-ADDRESS-MIB::InetAddressType
Values: unknown(0), ipv4(1)
Only unknown(0) and ipv4(1) are required.
Implementations that support only IPv4 MAY support
read-only access.
pwModuleReadOnlyCompliance readonly INET-ADDRESS-MIB::InetAddressType
Values: unknown(0), ipv4(1)
Write access is not required. Only unknown(0) and
ipv4(1) are required.