All MIBs › CASCADE-MIB › lportSmdsIaScrnMap
lportSmdsIaScrnMap
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::lportSmdsIaScrnMap
OID (numeric): 1.3.6.1.4.1.277.1.5.1.1.97
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: The individual address screen member 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 screen member ID. The most significant bit is corresponding to group address ID 1. For get response, The whole string is the bit map.
What is lportSmdsIaScrnMap?
This read-write octet string is the actual bitmap of which individual SMDS addresses are members of this port's screening policy, with the encoding using the first byte as an add or delete operation code, 1 for delete and 2 for add, followed by a bitmap where each bit position corresponds to a specific screen member ID. An admin writes to this to incrementally add or remove specific SMDS addresses from the allowed, or blocked, set without having to re-specify the whole membership list from scratch. For example, an admin adding a new permitted peer address writes a SET request whose first byte is 2 for add, followed by a bitmap with that peer's corresponding bit turned on, leaving all other membership bits untouched by that particular operation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.97 snmpwalk -v2c -c public <target> CASCADE-MIB::lportSmdsIaScrnMap
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.5.1.1.97.1 snmpget -v2c -c public <target> CASCADE-MIB::lportSmdsIaScrnMap.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.277.1.5.1.1.97.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::lportSmdsIaScrnMap 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.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5 | lport | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1 | lportTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1 | lportEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.5.1.1.97 | lportSmdsIaScrnMap | CASCADE-MIB |