All MIBs › RAD-MIB › bitMappingView
bitMappingView
Module: RAD-MIB
OID (symbolic): RAD-MIB::bitMappingView
OID (numeric): 1.3.6.1.4.1.164.6.2.39
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
A view of the bitMappingTable in one object - each entry in the biMappingTable will have the corresponding Bit of this object (bitMappingLocation) = '1'. For ACE-2002 it is used to describe all the existing LAN VCC's So that the NMS can easily calculate which VCC's can be selected as members for a VLAN, instead of reading all the bitMapping Table.
What is bitMappingView?
This object provides a bitmask view of all entries in the bitMappingTable, where each bit represents an LAN VCC's existence status. Operators use this to quickly identify available VCCs without iterating through the full table, simplifying VLAN member configuration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.39 snmpwalk -v2c -c public <target> RAD-MIB::bitMappingView
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.39.1 snmpget -v2c -c public <target> RAD-MIB::bitMappingView.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.39 | bitMappingView | RAD-MIB |