All MIBs › RAD-MIB › agnDeviceCapabilities
agnDeviceCapabilities
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnDeviceCapabilities
OID (numeric): 1.3.6.1.4.1.164.6.2.42
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
Indicates the optional capabilities that are implemented by this device and are manageable through this MIB.
For each capability 1 BIT is allocated in each Octet starting from the LSB. If the value of the BIT = 1, the capability is Enabled. If the value of the BIT = 0, the capability is Disabled. For bit assignment, refer to device specification. Capabilities example: Router - BIT 0 (0000 0001 = 01 Hex = 1 Decimal).
The 2nd octet (MSB) will represent the maximum number of intervals that the Agent can keep in its DB (same for all ports).
For Vmux, this object describes agent's support of LBRAD coder feature: 1 octet ; bit 0 (LSB). '1' - LBRAD feature is supported '0' - LBRAD feature is not supported.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.42 snmpwalk -v2c -c public <target> RAD-MIB::agnDeviceCapabilities
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.42.1 snmpget -v2c -c public <target> RAD-MIB::agnDeviceCapabilities.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.42 | agnDeviceCapabilities | RAD-MIB |