All MIBs › CASCADE-MIB › smdsaddrMemberAddrMap
smdsaddrMemberAddrMap
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::smdsaddrMemberAddrMap
OID (numeric): 1.3.6.1.4.1.277.2.1.1.1.7
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: The member individual address bit map. For set request, the first byte is the operation : 1 for deleting, 2 for adding. The following bytes are the bit map. The bit position of each bit in this bit map represent a member local individual address ID. The most significant bit is corresponding to local individual address ID 1. For get response, The whole string is the bit map.
What is smdsaddrMemberAddrMap?
This read-write OCTET STRING is the member individual-address bitmap for an SMDS group address, where a SET request's first byte specifies the operation (1 for deleting, 2 for adding) followed by the actual bitmap bytes, with the most significant bit corresponding to local individual address ID 1; a GET response returns just the bitmap itself. This is the mechanism for managing group membership: an admin adds or removes individual addresses from a multicast group by sending a specially-prefixed SET rather than simply writing a full replacement bitmap. An engineer adding individual address ID 5 to an existing SMDS multicast group would SET smdsaddrMemberAddrMap with a leading byte of 2 (add) followed by a bitmap with bit 5 set, rather than trying to rewrite the entire membership list.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.7 snmpwalk -v2c -c public <target> CASCADE-MIB::smdsaddrMemberAddrMap
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.7.1 snmpget -v2c -c public <target> CASCADE-MIB::smdsaddrMemberAddrMap.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.2.1.1.1.7.1 s <value>
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::smdsaddrMemberAddrMap OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.2 | cascsmds | CASCADE-MIB |
| 1.3.6.1.4.1.277.2.1 | smdsaddr | CASCADE-MIB |
| 1.3.6.1.4.1.277.2.1.1 | smdsaddrTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.2.1.1.1 | smdsaddrEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.2.1.1.1.7 | smdsaddrMemberAddrMap | CASCADE-MIB |