All MIBs › CASCADE-MIB › smdsaddrId
smdsaddrId
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::smdsaddrId
OID (numeric): 1.3.6.1.4.1.277.2.1.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: smds address internal ID. Range from 1 to 192 for local individual addresses. Range from 193 to 704 for Alien individual addresses. Range from 1 to 64 for local group addresses. Range from 65 to 576 for alien group addresses.
What is smdsaddrId?
This read-write value assigns the SMDS address's internal ID number, with the valid range depending on smdsaddrType: 1-192 for local individual addresses, 193-704 for alien (non-local) individual addresses, 1-64 for local group addresses, and 65-576 for alien group addresses. This ID is the compact internal handle the switch uses to reference this address in other tables (like the parent group/screen bitmaps) rather than repeatedly using the full SMDS address string. An engineer provisioning the 50th local individual SMDS address on this switch would assign smdsaddrId a value within 1-192, such as 50, making sure it doesn't collide with an ID already in use.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.3 snmpwalk -v2c -c public <target> CASCADE-MIB::smdsaddrId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.2.1.1.1.3.1 snmpget -v2c -c public <target> CASCADE-MIB::smdsaddrId.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.2.1.1.1.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> smdsaddrId.1
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::smdsaddrId 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.3 | smdsaddrId | CASCADE-MIB |