All MIBs › CASCADE-MIB › smdsaddrAddr
smdsaddrAddr
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::smdsaddrAddr
OID (numeric): 1.3.6.1.4.1.277.2.1.1.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: SMDS address. The 4 most significant bits are the address type : 1100 for an individual address, 1110 for a group address. The following 4 bits are 0001. The following 5 bytes are the 10 digits number in BCD format. The following 16 bits are padded with 1's
What is smdsaddrAddr?
This read-write OCTET STRING holds the SMDS address itself, bit-packed with a 4-bit address type field (1100 for individual, 1110 for group), a fixed 4-bit 0001 marker, 5 bytes of BCD-encoded 10-digit number, and 16 trailing padding bits of all 1s. This precise bit-level encoding is exactly what SMDS-attached equipment expects to see on the wire, so getting the packing wrong (wrong nibble order, wrong padding) would cause the address to be rejected or misrouted by SMDS-speaking devices. An engineer provisioning a new SMDS individual address for a customer's group access facility would set smdsaddrAddr to the 10-digit number packed with the 1100 individual-address type nibble, then verify the far-end SMDS-attached router accepts calls to that address.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.1 snmpwalk -v2c -c public <target> CASCADE-MIB::smdsaddrAddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.1.1 snmpget -v2c -c public <target> CASCADE-MIB::smdsaddrAddr.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.2.1.1.1.1.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::smdsaddrAddr 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.1 | smdsaddrAddr | CASCADE-MIB |