ieee8021PbbPipVipMap

IEEE8021-PBB-MIB · .1.3.111.2.802.1.1.9.1.1.4.1.5

Object

column r/w OctetString
This object contains a bitmap indicating all the VIPs
in the range 1 through 4094 that are associated with this
PIP.  The bits correspond to Bridge Port numbers in the
range 1 through 4094.  The high-order bit of the first
octet corresponds to port number 1, and subsequent bits
of the octet string correspond to subsequent port numbers.
The following formula can be used to find the bit
corresponding to a particular port number B:
   octet[(B-1)/8] & (1 >> ((B-1)%8))
If the bit for a particular port number is 1, that VIP is
associated with this PIP.
              
The value of this object may be truncated to remove
trailing octets of all zeros.

Context

MIB
IEEE8021-PBB-MIB
OID
.1.3.111.2.802.1.1.9.1.1.4.1.5
Type
column
Access
readwrite
Status
current
Parent
ieee8021PbbPipEntry
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 'IEEE8021-PBB-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-PBB-MIB::ieee8021PbbPipVipMap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE8021-PBB-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-PBB-MIB::ieee8021PbbPipVipMap.<ieee8021PbbPipIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE8021-PBB-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE8021-PBB-MIB::ieee8021PbbPipVipMap'

Syntax

OctetString

Values & Constraints

Object Constraints
range: 0-512

Conformance

Member of
Compliance refinements
Read-write access for this object is not required.
Read-write access for this object is not required.