vlanPrivateType

RADLAN-vlan-MIB · .1.3.6.1.4.1.89.48.59.1.2

Object

column r/w Enumeration
private vlan types:
none       - Normal VLAN
              
   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
RADLAN-vlan-MIB
OID
.1.3.6.1.4.1.89.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 'RADLAN-vlan-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-vlan-MIB::vlanPrivateType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-vlan-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-vlan-MIB::vlanPrivateType.<vlanPrivateVid>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-vlan-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-vlan-MIB::vlanPrivateType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0none
1primary
2isolated
3community