All MIBs › SNMP-REPEATER-MIB › rptrAddrSearchTable
rptrAddrSearchTable
Module: SNMP-REPEATER-MIB
OID (symbolic): SNMP-REPEATER-MIB::rptrAddrSearchTable
OID (numeric): 1.3.6.1.2.1.22.3.1.1
Node type: OBJECT-TYPE
Access: not-accessible
Description: This table contains one entry per repeater in the
system. It defines objects which allow a network
management application to instruct an agent to watch
for a given MAC address and report which port it
was seen on. Only one address search can be in
progress on each repeater at any one time. Before
starting an address search, a management application
should obtain 'ownership' of the entry in
rptrAddrSearchTable for the repeater that is to
perform the search. This is accomplished with the
rptrAddrSearchLock and rptrAddrSearchStatus as
follows:
try_again:
get(rptrAddrSearchLock, rptrAddrSearchStatus)
while (rptrAddrSearchStatus != notInUse)
{
/* Loop waiting for objects to be available*/
short delay
get(rptrAddrSearchLock, rptrAddrSearchStatus)
}
/* Try to claim map objects */
lock_value = rptrAddrSearchLock
if ( set(rptrAddrSearchLock = lock_value,
rptrAddrSearchStatus = inUse,
rptrAddrSearchOwner = 'my-IP-address)
== FAILURE)
/* Another manager got the lock */
goto try_again
/* I have the lock */
set (rptrAddrSearchAddress =
OID Breakdown
Upper-level ancestors (9 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| 1.3.6.1.2.1.22 | snmpDot3RptrMgt | LANART-AGENT |
| 1.3.6.1.2.1.22.3 | rptrAddrTrackPackage | LANART-AGENT |
| 1.3.6.1.2.1.22.3.1 | rptrAddrTrackRptrInfo | LANART-AGENT |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.22.3.1.1 | rptrAddrSearchTable | SNMP-REPEATER-MIB |