vlType
RADWARE-MIB ·
.1.3.6.1.4.1.89.27.1.1.5
Object
column mandatory
r/w
Enumeration
regular - ordinary type
specBroadcast - for switches that support VLANs as a set of ports and
only as a broadcast domain: broadcast frames do not
cross VLAN's bounders, but unicast frames may be
transmitted between different VLANs. Permits passing
of broadcast frames between Vgate's VLANs.
specArpReq - for switches that support VLANs as a set of ports and
only as a broadcast domain: broadcast frames do not
cross VLAN's bounders, but unicast frames may be
transmitted between different VLANs. Permits passing
of ARP request frames between Vgate's VLANs.
specBroadcastAndUnicast -
for switches that support VLANs as a set of ports
but no frame crosses VLAN's bounders. Permits passing
of IP/ARP request broadcast and IP unicast frames
between Vgate's VLANs.
specArpReqAndUnicast -
for switches that support VLANs as a set of ports
but no frame crosses VLAN's bounders. Permits passing
of ARP request broadcast and IP unicast frames between
Vgate's VLANs. This type can be used only for IP VLANs.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.27.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- virtualLanEntry
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 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::vlType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::vlType.<vlIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADWARE-MIB::vlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | regular |
2 | specBroadcast |
3 | specArpReq |
4 | specBroadcastAndUnicast |
5 | specArpReqAndUnicast |