dpVlanPortIfAcceptableFrameTypes

DLINKPRIME-VLAN-MIB · .1.3.6.1.4.1.171.15.26.1.1.1.3

Object

column r/w Enumeration
This object indicates the acceptable frame types on the interface.     
              
'admitAll' - Permits both tagged and untagged packet.
'admitUntaggedAndPriority' - Only untagged or Priority-Tagged packets 
            received on this interface will be accepted and tagged packets are 
            dropped. 
'admitTagged' - Only tagged incoming packets are permitted and untagged packets
            are dropped.

Context

MIB
DLINKPRIME-VLAN-MIB
OID
.1.3.6.1.4.1.171.15.26.1.1.1.3
Type
column
Access
readwrite
Status
current
Parent
dpVlanPortIfCtrlEntry
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 'DLINKPRIME-VLAN-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKPRIME-VLAN-MIB::dpVlanPortIfAcceptableFrameTypes'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINKPRIME-VLAN-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKPRIME-VLAN-MIB::dpVlanPortIfAcceptableFrameTypes.<dot1dBasePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINKPRIME-VLAN-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINKPRIME-VLAN-MIB::dpVlanPortIfAcceptableFrameTypes'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1admitAll
2admitUntaggedAndPriority
3admitTagged

Conformance