All MIBs › RAD-MIB › radBridgeCurrentIndex
radBridgeCurrentIndex
Module: RAD-MIB
OID (symbolic): RAD-MIB::radBridgeCurrentIndex
OID (numeric): 1.3.6.1.4.1.164.4.1.7.1.1.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The index of the Bridge interface or Bridge Port. It may be ifIndex.
What is radBridgeCurrentIndex?
This object provides a unique index value that identifies a specific bridge interface or bridge port within a RAD device, often mapping to the standard SNMP ifIndex to maintain compatibility with generic network management tools. It is read-only and serves as the primary key for accessing bridge-specific statistics and configuration data accumulated during the current monitoring interval. Operators use this index to correlate bridge port statistics with interface-level performance data.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.4.1.7.1.1.1 snmpwalk -v2c -c public <target> RAD-MIB::radBridgeCurrentIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.4.1.7.1.1.1.1 snmpget -v2c -c public <target> RAD-MIB::radBridgeCurrentIndex.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> radBridgeCurrentIndex.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.4 | radBridges | DACS-MIB |
| 1.3.6.1.4.1.164.4.1 | genBridge | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.7 | radBridgePerformance | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.7.1 | radBridgeCurrentTable | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.7.1.1 | radBridgeCurrentEntry | RAD-MIB |
| 1.3.6.1.4.1.164.4.1.7.1.1.1 | radBridgeCurrentIndex | RAD-MIB |