All MIBs › CISCO-LES-MIB › lesAtmAddrSpec
lesAtmAddrSpec
Module: CISCO-LES-MIB
OID (symbolic): CISCO-LES-MIB::lesAtmAddrSpec
OID (numeric): 1.3.6.1.4.1.9.9.39.1.1.1.1.3
Node type: OBJECT-TYPE
Type: AtmLaneAddress
Access: read-write
Description: The ATM address of the designated LES. Note that setting this object will have the side effect of reinitializing the LES and consequently dropping all clients connected to it. If this object is not specified at row creation time then the LES will choose a value for itself and attempt to register with the switch with that value. If an address is specified which is not acceptable to the switch then the lesOperStatus will remain inactive until an acceptable address is set.
What is lesAtmAddrSpec?
This object is the ATM address configured for a LAN Emulation Server (LES), and the MIB warns that changing it reinitializes the LES and drops every client currently connected to it; leaving it unset at row creation makes the LES pick its own address and register it with the switch. An admin cares because this is a disruptive field to touch on a live LES — a routine address change here will bounce every LEC in that ELAN, not just reconfigure quietly. For example, an admin correcting a misconfigured LES address during a maintenance window should expect all connected LE clients to briefly drop and rejoin.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.39.1.1.1.1.3 snmpwalk -v2c -c public <target> CISCO-LES-MIB::lesAtmAddrSpec
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.39.1.1.1.1.3.1 snmpget -v2c -c public <target> CISCO-LES-MIB::lesAtmAddrSpec.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.39.1.1.1.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> lesAtmAddrSpec.1
Start monitoring Cisco ATM switches/routers with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-LES-MIB::lesAtmAddrSpec OID value, configure state conditions and alerts, and monitor any Cisco ATM switches/routers from a single console.
OID Breakdown
Upper-level ancestors (8 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 |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.39 | ciscoLesMIB | CISCO-LES-MIB |
| 1.3.6.1.4.1.9.9.39.1 | ciscoLesMIBObjects | CISCO-LES-MIB |
| 1.3.6.1.4.1.9.9.39.1.1 | les | CISCO-LES-MIB |
| 1.3.6.1.4.1.9.9.39.1.1.1 | lesTable | CISCO-LES-MIB |
| 1.3.6.1.4.1.9.9.39.1.1.1.1 | lesEntry | CISCO-LES-MIB |
| 1.3.6.1.4.1.9.9.39.1.1.1.1.3 | lesAtmAddrSpec | CISCO-LES-MIB |