vlanPrivateType

HPE-vlan-MIB · .1.3.6.1.4.1.11.2.48.59.1.2

Object

column r/w Enumeration
private vlan types:
primary    - Carries traffic from promiscuous ports.
             promiscuous port can communicate with all ports of the
             same PVLAN, including the isolated and community
             ports of the same PVLAN.
              
isolated   - Carries traffic from isolated ports.
             isolated ports can communicate only with the
             promiscuous ports of the same PVLAN.
              
community  - Carries traffic from community ports.
             community ports of the same community can communicate
             among themselves and with the promiscuous ports of the
             same PVLAN.

Context

MIB
HPE-vlan-MIB
OID
.1.3.6.1.4.1.11.2.48.59.1.2
Type
column
Access
readwrite
Status
current
Parent
vlanPrivateEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1primary
2isolated
3community