wrSpoofingAction
RAD-MIB ·
.1.3.6.1.4.1.164.11.7.2.4.2.1.2
Object
Spoofing action is applied by bit code:
enable : bit 0 set (disable: bit 0 is 0)
keepAlive : bit 1
... : bit 2
and so on.
For the above example, to set spoofing to keepAlive action,
the object's value will be 3 = [ 2**0 + 2**1 ]
Only the Remote WEBRANger will accept this object !
-------
Context
- MIB
- RAD-MIB
- OID
.1.3.6.1.4.1.164.11.7.2.4.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- wrSpoofingEntry
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 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::wrSpoofingAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::wrSpoofingAction.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-MIB::wrSpoofingAction'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647