bsRadiusDynAuthClientEnabled
BAY-STACK-RADIUS-MIB ·
.1.3.6.1.4.1.45.5.21.1.3.1.5
Object
Enable or disable packet receive from this RADIUS Dynamic Authorization Client. The NAS will not listen for requests from the client unless this object is true(1).
Context
- MIB
- BAY-STACK-RADIUS-MIB
- OID
.1.3.6.1.4.1.45.5.21.1.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bsRadiusDynAuthClientEntry
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 'BAY-STACK-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-RADIUS-MIB::bsRadiusDynAuthClientEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-RADIUS-MIB::bsRadiusDynAuthClientEnabled.<bsRadiusDynAuthClientAddressType>.<bsRadiusDynAuthClientAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-RADIUS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-RADIUS-MIB::bsRadiusDynAuthClientEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |