Reference record for OID 1.3.6.1.4.1.11.2.14.2.6.2



parent
1.3.6.1.4.1.11.2.14.2.6 (hubAddressTable)
node code
2
node name
hubAddressChunk
dot oid
1.3.6.1.4.1.11.2.14.2.6.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) hp(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) IMPORTS(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hp(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) IMPORTS(11) nm(2) icf(14) icfHub(2) hubAddressTable(6) hubAddressChunk(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/hp/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • /iso/identified-organization/dod/internet/private/enterprise/IMPORTS/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/hp/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • /iso/org/dod/internet/private/enterprise/IMPORTS/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • /iso/org/dod/internet/private/enterprises/hp/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • /iso/org/dod/internet/private/enterprises/IMPORTS/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/hp/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • /iso/iso-identified-organization/dod/internet/private/enterprises/IMPORTS/nm/icf/icfHub/hubAddressTable/hubAddressChunk
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/11/2/14/2/6/2

    Description by circitor

    ********* THIS OBJECT IS OBSOLETE *********

    The hubAddressChunk object returns an opaque
    chunk of the address table. Each chunk can be
    interpreted as an array of records in the form:

    mac address [6 bytes], port number [2 bytes],
    inactivity time [4 bytes]

    On a Get, the returned chunk can include empty
    (unused) entries. Instances are chunk numbers,
    which start at 1 and go to 52. Each chunk can
    hold 34 addresses.

    A returned chunk might look like:

    Address Port Inactivity Time

    080009001234 1 0
    080009002345 2 10000
    080009003456 1 20000
    000000000000 1 0
    080009009876 EMPTY 0
    080009004567 EMPTY 15000
    .
    .
    .
    080009005678 EOL 959000

    A value of EMPTY in the Port field indicates an
    unused (i.e. aged out) entry in the table. When
    the EOL (End Of List) bit is set in the Port
    field, that entry is the last entry in the table.
    It is possible for EOL to be seen in any entry.
    EOL (0x4000) and EMPTY (0x8000) are bit masks
    which are ORed with the port number in the port
    field of the entry. It is possible for both the
    EOL and EMPTY bits to be set in the same entry.

    The remainder of the chunk after the EOL entry
    will be zeroed.

    The inactivityTime and Address fields are
    meaningless if the EMPTY bit is set in the Port
    field. In this case, inactivityTime and Address
    are not guaranteed to be zeroed. The Manager may
    start with any chunk it likes and request the
    chunks in any order. It may perform multiple
    requests for the same chunk. The agent does not
    save state from previous requests.

    A request of chunk #1 would return the contents of
    the first 34 address table entries, whether they
    are all full, all empty, or some full and the rest
    empty. A request of chunk #2 will return entries
    #35 through #68. And so on.

    The address table can change between Get requests.
    An address' location can change, or an address
    could age out and then be added back in at a
    different location in the table. Thus, the
    Manager could see the address twice in the table.

    Parsed from file ICF-ETWIST.mib
    Module: ICF-ETWIST

    Information by oid_info

    Vendor: Hewlett-Packard
    Module: ICF-ETWIST

    [Automatically extracted from oidview.com]

    Information by circitor

    hubAddressChunk OBJECT-TYPE SYNTAX OCTET STRING (SIZE (408)) MAX-ACCESS read-only STATUS obsolete DESCRIPTION "********* THIS OBJECT IS OBSOLETE ********* The hubAddressChunk object returns an opaque chunk of the address table. Each chunk can be interpreted as an array of records in the form: mac address [6 bytes], port number [2 bytes], inactivity time [4 bytes] On a Get, the returned chunk can include empty (unused) entries. Instances are chunk numbers, which start at 1 and go to 52. Each chunk can hold 34 addresses. A returned chunk might look like: Address Port Inactivity Time 080009001234 1 0 080009002345 2 10000 080009003456 1 20000 000000000000 1 0 080009009876 EMPTY 0 080009004567 EMPTY 15000 . . . 080009005678 EOL 959000 A value of EMPTY in the Port field indicates an unused (i.e. aged out) entry in the table. When the EOL (End Of List) bit is set in the Port field, that entry is the last entry in the table. It is possible for EOL to be seen in any entry. EOL (0x4000) and EMPTY (0x8000) are bit masks which are ORed with the port number in the port field of the entry. It is possible for both the EOL and EMPTY bits to be set in the same entry. The remainder of the chunk after the EOL entry will be zeroed. The inactivityTime and Address fields are meaningless if the EMPTY bit is set in the Port field. In this case, inactivityTime and Address are not guaranteed to be zeroed. The Manager may start with any chunk it likes and request the chunks in any order. It may perform multiple requests for the same chunk. The agent does not save state from previous requests. A request of chunk #1 would return the contents of the first 34 address table entries, whether they are all full, all empty, or some full and the rest empty. A request of chunk #2 will return entries #35 through #68. And so on. The address table can change between Get requests. An address' location can change, or an address could age out and then be added back in at a different location in the table. Thus, the Manager could see the address twice in the table." ::= { hubAddressTable 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.11)

    Peterson Tyler

    Brothers (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.11.2.14.2.6.1 hubAddressIndex 0 0 ********* THIS OBJECT IS OBSOLETE *********

    The index value which uniquely identifies the
    chunk to which this entry is applicable.