ipRedundAdminStatus
RADWARE-MIB ·
.1.3.6.1.4.1.89.26.6.1
Object
scalar mandatory
r/w
Enumeration
This variable controls the IP Redundancy method in the device. In case the value is enable, it means the ARP redundancy mechanism is running .If the value is vrrp, it means the former redundancy mechanism is disabled, and the vrrp mechanism is enabled. If the value is disable, both redundancy methods are disabled
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.26.6.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- ipRedundancy
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::ipRedundAdminStatus.0'
More examples
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::ipRedundAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | vrrp |