rsSSDvlType
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.1.63.1.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.
specSwitch -
for switches that support VLANs as a set of ports.
This VLAN type is for switching when packets do not have
to get to the cpu except when an IP interface defined on the VLAN.
In Switch VLAN the cpu don't interfere in the bridging action
this is done on the Herzts level (L2).
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.1.63.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rsSSDvirtualLanEntry
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::rsSSDvlType'
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::rsSSDvlType.<rsSSDvlIfIndex>'
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::rsSSDvlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | regular |
2 | specBroadcast |
3 | specArpReq |
4 | specBroadcastAndUnicast |
5 | specArpReqAndUnicast |
6 | specSwitch |