Reference record for OID 1.3.6.1.2.1.22.3.1.1


parent
1.3.6.1.2.1.22.3.1 (rptrAddrTrackRptrInfo)
node code
1
node name
rptrAddrSearchTable
dot oid
1.3.6.1.2.1.22.3.1.1
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) snmpDot3RptrMgt(22) rptrAddrTrackPackage(3) rptrAddrTrackRptrInfo(1) rptrAddrSearchTable(1)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • /iso/identified-organization/dod/internet/mgmt/mib/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • /iso/org/dod/internet/mgmt/mib-2/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • /iso/org/dod/internet/mgmt/mib/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/snmpDot3RptrMgt/rptrAddrTrackPackage/rptrAddrTrackRptrInfo/rptrAddrSearchTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/22/3/1/1

    Description by oid_info

    rptrAddrSearchtable OBJECT-TYPE
    SYNTAX SEQUENCE OF RptrAddrSearchEntry
    MAX-ACCESS not-accessible
    STATUS current
    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 = <search target>)
    wait for rptrAddrSearchState to change from none
    if (rptrAddrSearchState == single)
    get (rptrAddrSearchGroup, rptrAddrSearchPort)
    /* release the lock, making sure not to overwrite
    anyone elses lock */
    set (rptrAddrSearchLock = lock_value+1,
    rptrAddrSearchStatus = notInUse,
    rptrAddrSearchOwner = )
    A management station first retrieves the values of
    the appropriate instances of the rptrAddrSearchLock
    and rptrAddrSearchStatus objects, periodically
    repeating the retrieval if necessary, until the value
    of rptrAddrSearchStatus is
    otInUse. The
    management station then tries to set the same
    instance of the rptrAddrSearchLock object to the
    value it just retrieved, the same instance of the
    rptrAddrSearchStatus object to inUse, and the
    corresponding instance of rptrAddrSearchOwner to a
    value indicating itself. If the set operation
    succeeds, then the management station has obtained
    ownership of the rptrAddrSearchEntry, and the value
    of rptrAddrSearchLock is incremented by the agent (as
    per the semantics of TestAndIncr). Failure of the
    set operation indicates that some other manager has
    obtained ownership of the rptrAddrSearchEntry.
    Once ownership is obtained, the management station
    can proceed with the search operation. Note that the
    agent will reset rptrAddrSearchStatus to
    otInUse
    if it has been in the inUse state for an abnormally
    long period of time, to prevent a misbehaving manager
    from permanently locking the entry. It is suggested
    that this timeout period be between one and five
    minutes.
    When the management station has completed its search
    operation, it should free the entry by setting
    the instance of the rptrAddrSearchLock object to the
    previous value + 1, the instance of the
    rptrAddrSearchStatus to
    otInUse, and the instance
    of rptrAddrSearchOwner to a zero length string. This
    is done to prevent overwriting another stations
    lock."

    View at oid-info.com

    Information by oid_info

    Automatically extracted from RFC2108

    First Registration Authority (recovered by parent 1.3.6)

    Defense Communication Agency

    Current Registration Authority (recovered by parent 1.3.6.1.2)

    Internet Assigned Numbers Authority

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.22.3.1.1.1 rptrAddrSearchEntry 7 7 rptrAddrSearchEntry OBJECT-TYPE
    SYNTAX RptrAddrSearchEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
    "An entry conta…