els100SwitchVlanPortType
CTELS100-NG-MIB ·
.1.3.6.1.4.1.52.1011.3.14.1.3
Object
column mandatory
r/w
Enumeration
For tagged VLAN's, the VLAN port type, either hybrid or access. Hybrid ports allow both tagged and untagged packets to enter the switch. Access ports only accept untagged packets.
Context
- MIB
- CTELS100-NG-MIB
- OID
.1.3.6.1.4.1.52.1011.3.14.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- els100SwitchVlanPortEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'CTELS100-NG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTELS100-NG-MIB::els100SwitchVlanPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTELS100-NG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTELS100-NG-MIB::els100SwitchVlanPortType.<els100SwitchVlanPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTELS100-NG-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTELS100-NG-MIB::els100SwitchVlanPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | hybrid |
2 | access |