All MIBs › CTIF-EXT-MIB › ctIfLAA
ctIfLAA
Module: CTIF-EXT-MIB
OID (symbolic): CTIF-EXT-MIB::ctIfLAA
OID (numeric): 1.3.6.1.4.1.52.4.3.3.2.1.1.4
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This object is used by a device (with a Token Ring interface) to set a Locally Administered Address (LAA) for it's MAC hardware address. When set, this LAA will override the default Universally Administered Address or burned in address of the interface.
For devices that do not support LAA:
- a read will return all zeros.
- any write attempt will return BADVALUE.
For devices that support LAA:
- valid values are 4000 0000 0000 to 4000 7fff ffff, and 0000 0000 0000 (a value of all zeros, causes interface to use the burned in address).
- a set (write) with an invalid value, returns BADVALUE.
- after a write, new values will only become active after the Token Ring interface has been closed and then opened again.
- a read of ctIfLAA will always return same value as ifPhysAddress, except in the case where;
o ctIfLAA has been set, but interface has not yet been closed and reopened, in this case the last set value is returned.
Note that a read of ifPhysAddress will always return the physical address currently being used by the interface.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.52.4.3.3.2.1.1.4 snmpwalk -v2c -c public <target> CTIF-EXT-MIB::ctIfLAA
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.52.4.3.3.2.1.1.4.1 snmpget -v2c -c public <target> CTIF-EXT-MIB::ctIfLAA.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.52.4.3.3.2.1.1.4.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.52 | cabletron | CTRON-OIDS |
| 1.3.6.1.4.1.52.4 | mibs | CTRON-MIB-NAMES |
| 1.3.6.1.4.1.52.4.3 | ctronExtn | CTRON-MIB-NAMES |
| 1.3.6.1.4.1.52.4.3.3 | ctronMib2 | CTRON-MIB-NAMES |
| 1.3.6.1.4.1.52.4.3.3.2 | ctIf | CTIF-EXT-MIB |
| 1.3.6.1.4.1.52.4.3.3.2.1 | ctIfTable | CTIF-EXT-MIB |
| 1.3.6.1.4.1.52.4.3.3.2.1.1 | ctIfEntry | CTIF-EXT-MIB |
| 1.3.6.1.4.1.52.4.3.3.2.1.1.4 | ctIfLAA | CTIF-EXT-MIB |