rsIpZhrConnectionType
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.3.5.1.5
Object
column mandatory
Enumeration
The type of this direct connection.
dynamic - established by the RS.
disabled - established by the RS.
The RS detected that the virtual address is already used as
destination by the source BEFORE its allocation, and therefore
marked this connection as 'disabled' to prevent a future
allocation of this virtual address to this source.
static - established by user.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.3.5.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rsIpZhrConnectionEntry
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::rsIpZhrConnectionType'
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::rsIpZhrConnectionType.<rsIpZhrConnectionIpIntf>.<rsIpZhrConnectionSrcIp>.<rsIpZhrConnectionDestIp>'
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::rsIpZhrConnectionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | dynamic |
3 | disabled |