Reference record for OID 1.3.6.1.2.1.10.166.8.1.5


parent
1.3.6.1.2.1.10.166.8.1 (mplsFTNObjects)
node code
5
node name
mplsFTNMapTable
dot oid
1.3.6.1.2.1.10.166.8.1.5
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) transmission(10) mplsStdMIB(166) mplsFTNStdMIB(8) mplsFTNObjects(1) mplsFTNMapTable(5)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • /iso/identified-organization/dod/internet/mgmt/mib/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • /iso/org/dod/internet/mgmt/mib-2/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • /iso/org/dod/internet/mgmt/mib/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/transmission/mplsStdMIB/mplsFTNStdMIB/mplsFTNObjects/mplsFTNMapTable
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/10/166/8/1/5

    Description by oid_info

    mplsFTNMapTable OBJECT-TYPE
    SYNTAX SEQUENCE OF MplsFTNMapEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
    "This table contains objects which provide the
    capability to apply or map FTN rules as defined by
    entries in mplsFTNTable to specific interfaces in the
    system. FTN rules are compared with incoming packets
    in the order in which they are applied on an interface.
    The indexing structure of mplsFTNMapTable is as
    follows.
    - mplsFTNMapIndex indicates the interface to which the
    rule is being applied. A value of 0 represents the
    application of the rule to all interfaces.
    - mplsFTNMapPrevIndex specifies the rule on the
    interface prior to the one being applied. A value of
    0 specifies that the rule is being inserted at the
    head of the list of rules currently applied to the
    interface.
    - mplsFTNMapCurrIndex is the index in mplsFTNTable
    corresponding to the rule being applied.
    This indexing structure makes the entries in the table
    behave like items in a linked-list. The object
    mplsFTNMapPrevIndex in each conceptual row is a pointer
    to the previous entry that is applied to a particular
    interface. This allows a new entry to be inserted at
    an arbitrary position in a list of entries currently
    applied to an interface. This object is self-
    adjusting, i.e., its value is automatically adjusted by
    the agent, if necessary, after an insertion or deletion
    operation.
    Using this linked-list structure, one can retrieve FTN
    entries in the order of application on a per-interface
    basis as follows:
    - To determine the first FTN entry on an interface
    with index ifIndex perform a GETNEXT retrieval
    operation on mplsFTNMapRowStatus.ifIndex.0.0; the
    returned object, if one exists, is (say)
    mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus
    is the first accessible columnar object in the
    conceptual row). Then the index of the first FTN
    entry applied on this interface is n.
    - To determine the FTN entry applied to an interface
    after the one indexed by n perform a GETNEXT
    retrieval operation on
    mplsFTNMapRowStatus.ifIndex.n.0. If such an entry
    exists the returned object would be of the form
    mplsFTNMapRowStatus.ifIndex.n.m. Then the index of
    the next FTN entry applied on this interface is m.
    - If the FTN entry indexed by n is the last entry
    applied to the interface with index ifIndex then the
    object returned would either be:
    1.mplsFTNMapRowStatus.ifIndexNext.0.k, where
    ifIndexNext is the index of the next interface in
    iftable to which an FTN entry has been applied, in
    which case k is the index of the first FTN entry
    applied to the interface with index ifIndexNext;
    or:
    2.mplsFTNMapStorageType.firstIfIndex.0.p, if there
    are no more entries in mplsFTNMapTable, where
    firstIfIndex is the first entry in iftable to
    which an FTN entry has been mapped.
    Use the above steps to retrieve all the applied FTN
    entries on a per-interface basis in application order.
    Note that the number of retrieval operations is the
    same as the number of applied FTN entries (i.e., the
    minimum number of GETNEXT operations needed using any
    indexing scheme).
    Agents MUST NOT allow the same FTN entry as specified
    by mplsFTNMapCurrIndex to be applied multiple times to
    the same interface.
    Agents MUST NOT allow the creation of rows in this
    table until the corresponding rows are created in the
    mplsFTNTable.
    If a row in mplsFTNTable is destroyed, the agent MUST
    destroy the corresponding entries (i.e., ones with a
    matching value of mplsFTNCurrIndex) in this table as
    well."

    View at oid-info.com

    Description by mibdepot

    This table contains objects which provide the
    capability to apply or map FTN rules as defined by
    entries in mplsFTNTable to specific interfaces in the
    system. FTN rules are compared with incoming packets
    in the order in which they are applied on an interface.

    The indexing structure of mplsFTNMapTable is as
    follows.

    - mplsFTNMapIndex indicates the interface to which the
    rule is being applied. A value of 0 represents the
    application of the rule to all interfaces.

    - mplsFTNMapPrevIndex specifies the rule on the
    interface prior to the one being applied. A value of
    0 specifies that the rule is being inserted at the
    head of the list of rules currently applied to the
    interface.

    - mplsFTNMapCurrIndex is the index in mplsFTNTable
    corresponding to the rule being applied.

    This indexing structure makes the entries in the table
    behave like items in a linked-list. The object
    mplsFTNMapPrevIndex in each conceptual row is a pointer
    to the previous entry that is applied to a particular
    interface. This allows a new entry to be 'inserted' at
    an arbitrary position in a list of entries currently
    applied to an interface. This object is self-
    adjusting, i.e., its value is automatically adjusted by
    the agent, if necessary, after an insertion or deletion
    operation.

    Using this linked-list structure, one can retrieve FTN
    entries in the order of application on a per-interface
    basis as follows:

    - To determine the first FTN entry on an interface
    with index ifIndex perform a GETNEXT retrieval
    operation on mplsFTNMapRowStatus.ifIndex.0.0; the
    returned object, if one exists, is (say)
    mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus
    is the first accessible columnar object in the
    conceptual row). Then the index of the first FTN
    entry applied on this interface is n.

    - To determine the FTN entry applied to an interface
    after the one indexed by n perform a GETNEXT
    retrieval operation on
    mplsFTNMapRowStatus.ifIndex.n.0. If such an entry
    exists the returned object would be of the form
    mplsFTNMapRowStatus.ifIndex.n.m. Then the index of
    the next FTN entry applied on this interface is m.

    - If the FTN entry indexed by n is the last entry
    applied to the interface with index ifIndex then the
    object returned would either be:

    1.mplsFTNMapRowStatus.ifIndexNext.0.k, where
    ifIndexNext is the index of the next interface in
    ifTable to which an FTN entry has been applied, in
    which case k is the index of the first FTN entry
    applied to the interface with index ifIndexNext;

    or:

    2.mplsFTNMapStorageType.firstIfIndex.0.p, if there
    are no more entries in mplsFTNMapTable, where
    firstIfIndex is the first entry in ifTable to
    which an FTN entry has been mapped.

    Use the above steps to retrieve all the applied FTN
    entries on a per-interface basis in application order.
    Note that the number of retrieval operations is the
    same as the number of applied FTN entries (i.e., the
    minimum number of GETNEXT operations needed using any
    indexing scheme).

    Agents MUST NOT allow the same FTN entry as specified
    by mplsFTNMapCurrIndex to be applied multiple times to
    the same interface.

    Agents MUST NOT allow the creation of rows in this
    table until the corresponding rows are created in the
    mplsFTNTable.

    If a row in mplsFTNTable is destroyed, the agent MUST
    destroy the corresponding entries (i.e., ones with a
    matching value of mplsFTNCurrIndex) in this table as
    well.

    Parsed from file rfc3814-MPLS-Forwarding-Equivalence-Class-To-Next-Hop-Label-Forwarding-Entry-FEC-To-NHLFE.mib.txt
    Company: None
    Module: MPLS-FTN-STD-MIB

    Description by circitor

    This table contains objects which provide the
    capability to apply or map FTN rules as defined by
    entries in mplsFTNTable to specific interfaces in the
    system. FTN rules are compared with incoming packets
    in the order in which they are applied on an interface.

    The indexing structure of mplsFTNMapTable is as
    follows.

    - mplsFTNMapIndex indicates the interface to which the
    rule is being applied. A value of 0 represents the
    application of the rule to all interfaces.


    - mplsFTNMapPrevIndex specifies the rule on the
    interface prior to the one being applied. A value of
    0 specifies that the rule is being inserted at the
    head of the list of rules currently applied to the
    interface.

    - mplsFTNMapCurrIndex is the index in mplsFTNTable
    corresponding to the rule being applied.

    This indexing structure makes the entries in the table
    behave like items in a linked-list. The object
    mplsFTNMapPrevIndex in each conceptual row is a pointer
    to the previous entry that is applied to a particular
    interface. This allows a new entry to be 'inserted' at
    an arbitrary position in a list of entries currently
    applied to an interface. This object is self-
    adjusting, i.e., its value is automatically adjusted by
    the agent, if necessary, after an insertion or deletion
    operation.

    Using this linked-list structure, one can retrieve FTN
    entries in the order of application on a per-interface
    basis as follows:

    - To determine the first FTN entry on an interface
    with index ifIndex perform a GETNEXT retrieval
    operation on mplsFTNMapRowStatus.ifIndex.0.0; the
    returned object, if one exists, is (say)
    mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus
    is the first accessible columnar object in the
    conceptual row). Then the index of the first FTN
    entry applied on this interface is n.

    - To determine the FTN entry applied to an interface
    after the one indexed by n perform a GETNEXT
    retrieval operation on
    mplsFTNMapRowStatus.ifIndex.n.0. If such an entry
    exists the returned object would be of the form
    mplsFTNMapRowStatus.ifIndex.n.m. Then the index of
    the next FTN entry applied on this interface is m.

    - If the FTN entry indexed by n is the last entry
    applied to the interface with index ifIndex then the
    object returned would either be:

    1.mplsFTNMapRowStatus.ifIndexNext.0.k, where
    ifIndexNext is the index of the next interface in

    ifTable to which an FTN entry has been applied, in
    which case k is the index of the first FTN entry
    applied to the interface with index ifIndexNext;

    or:

    2.mplsFTNMapStorageType.firstIfIndex.0.p, if there
    are no more entries in mplsFTNMapTable, where
    firstIfIndex is the first entry in ifTable to
    which an FTN entry has been mapped.

    Use the above steps to retrieve all the applied FTN
    entries on a per-interface basis in application order.
    Note that the number of retrieval operations is the
    same as the number of applied FTN entries (i.e., the
    minimum number of GETNEXT operations needed using any
    indexing scheme).

    Agents MUST NOT allow the same FTN entry as specified
    by mplsFTNMapCurrIndex to be applied multiple times to
    the same interface.

    Agents MUST NOT allow the creation of rows in this
    table until the corresponding rows are created in the
    mplsFTNTable.

    If a row in mplsFTNTable is destroyed, the agent MUST
    destroy the corresponding entries (i.e., ones with a
    matching value of mplsFTNCurrIndex) in this table as
    well.

    Parsed from file MPLS-FTN-STD-MIB.mib
    Module: MPLS-FTN-STD-MIB

    Information by oid_info

    Automatically extracted from RFC3814

    Information by mibdepot

    mplsFTNMapTable OBJECT-TYPE SYNTAX SEQUENCE OF MplsFTNMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains objects which provide the capability to apply or map FTN rules as defined by entries in mplsFTNTable to specific interfaces in the system. FTN rules are compared with incoming packets in the order in which they are applied on an interface. The indexing structure of mplsFTNMapTable is as follows. - mplsFTNMapIndex indicates the interface to which the rule is being applied. A value of 0 represents the application of the rule to all interfaces. - mplsFTNMapPrevIndex specifies the rule on the interface prior to the one being applied. A value of 0 specifies that the rule is being inserted at the head of the list of rules currently applied to the interface. - mplsFTNMapCurrIndex is the index in mplsFTNTable corresponding to the rule being applied. This indexing structure makes the entries in the table behave like items in a linked-list. The object mplsFTNMapPrevIndex in each conceptual row is a pointer to the previous entry that is applied to a particular interface. This allows a new entry to be 'inserted' at an arbitrary position in a list of entries currently applied to an interface. This object is self- adjusting, i.e., its value is automatically adjusted by the agent, if necessary, after an insertion or deletion operation. Using this linked-list structure, one can retrieve FTN entries in the order of application on a per-interface basis as follows: - To determine the first FTN entry on an interface with index ifIndex perform a GETNEXT retrieval operation on mplsFTNMapRowStatus.ifIndex.0.0; the returned object, if one exists, is (say) mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus is the first accessible columnar object in the conceptual row). Then the index of the first FTN entry applied on this interface is n. - To determine the FTN entry applied to an interface after the one indexed by n perform a GETNEXT retrieval operation on mplsFTNMapRowStatus.ifIndex.n.0. If such an entry exists the returned object would be of the form mplsFTNMapRowStatus.ifIndex.n.m. Then the index of the next FTN entry applied on this interface is m. - If the FTN entry indexed by n is the last entry applied to the interface with index ifIndex then the object returned would either be: 1.mplsFTNMapRowStatus.ifIndexNext.0.k, where ifIndexNext is the index of the next interface in ifTable to which an FTN entry has been applied, in which case k is the index of the first FTN entry applied to the interface with index ifIndexNext; or: 2.mplsFTNMapStorageType.firstIfIndex.0.p, if there are no more entries in mplsFTNMapTable, where firstIfIndex is the first entry in ifTable to which an FTN entry has been mapped. Use the above steps to retrieve all the applied FTN entries on a per-interface basis in application order. Note that the number of retrieval operations is the same as the number of applied FTN entries (i.e., the minimum number of GETNEXT operations needed using any indexing scheme). Agents MUST NOT allow the same FTN entry as specified by mplsFTNMapCurrIndex to be applied multiple times to the same interface. Agents MUST NOT allow the creation of rows in this table until the corresponding rows are created in the mplsFTNTable. If a row in mplsFTNTable is destroyed, the agent MUST destroy the corresponding entries (i.e., ones with a matching value of mplsFTNCurrIndex) in this table as well." ::= { mplsFTNObjects 5 }

    Information by circitor

    mplsFTNMapTable OBJECT-TYPE SYNTAX SEQUENCE OF MplsFTNMapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains objects which provide the capability to apply or map FTN rules as defined by entries in mplsFTNTable to specific interfaces in the system. FTN rules are compared with incoming packets in the order in which they are applied on an interface. The indexing structure of mplsFTNMapTable is as follows. - mplsFTNMapIndex indicates the interface to which the rule is being applied. A value of 0 represents the application of the rule to all interfaces. - mplsFTNMapPrevIndex specifies the rule on the interface prior to the one being applied. A value of 0 specifies that the rule is being inserted at the head of the list of rules currently applied to the interface. - mplsFTNMapCurrIndex is the index in mplsFTNTable corresponding to the rule being applied. This indexing structure makes the entries in the table behave like items in a linked-list. The object mplsFTNMapPrevIndex in each conceptual row is a pointer to the previous entry that is applied to a particular interface. This allows a new entry to be 'inserted' at an arbitrary position in a list of entries currently applied to an interface. This object is self- adjusting, i.e., its value is automatically adjusted by the agent, if necessary, after an insertion or deletion operation. Using this linked-list structure, one can retrieve FTN entries in the order of application on a per-interface basis as follows: - To determine the first FTN entry on an interface with index ifIndex perform a GETNEXT retrieval operation on mplsFTNMapRowStatus.ifIndex.0.0; the returned object, if one exists, is (say) mplsFTNMapRowStatus.ifIndex.0.n (mplsFTNMapRowStatus is the first accessible columnar object in the conceptual row). Then the index of the first FTN entry applied on this interface is n. - To determine the FTN entry applied to an interface after the one indexed by n perform a GETNEXT retrieval operation on mplsFTNMapRowStatus.ifIndex.n.0. If such an entry exists the returned object would be of the form mplsFTNMapRowStatus.ifIndex.n.m. Then the index of the next FTN entry applied on this interface is m. - If the FTN entry indexed by n is the last entry applied to the interface with index ifIndex then the object returned would either be: 1.mplsFTNMapRowStatus.ifIndexNext.0.k, where ifIndexNext is the index of the next interface in ifTable to which an FTN entry has been applied, in which case k is the index of the first FTN entry applied to the interface with index ifIndexNext; or: 2.mplsFTNMapStorageType.firstIfIndex.0.p, if there are no more entries in mplsFTNMapTable, where firstIfIndex is the first entry in ifTable to which an FTN entry has been mapped. Use the above steps to retrieve all the applied FTN entries on a per-interface basis in application order. Note that the number of retrieval operations is the same as the number of applied FTN entries (i.e., the minimum number of GETNEXT operations needed using any indexing scheme). Agents MUST NOT allow the same FTN entry as specified by mplsFTNMapCurrIndex to be applied multiple times to the same interface. Agents MUST NOT allow the creation of rows in this table until the corresponding rows are created in the mplsFTNTable. If a row in mplsFTNTable is destroyed, the agent MUST destroy the corresponding entries (i.e., ones with a matching value of mplsFTNCurrIndex) in this table as well." ::= { mplsFTNObjects 5 }

    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.10.166.8.1.5.1 mplsFTNMapEntry 5 5 Each conceptual row represents the application of an
    FTN rule at a specific position in the list of FTN
    rules applied on an inter…

    Brothers (5)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.10.166.8.1.1 mplsFTNIndexNext 0 0 This object contains the next available valid value to
    be used for mplsFTNIndex when creating entries in the
    mplsFTNTable.

    When cr…
    1.3.6.1.2.1.10.166.8.1.2 mplsFTNTableLastChanged 0 0 Indicates the last time an entry was added, deleted or
    modified in mplsFTNTable. Management stations should
    consult this object …
    1.3.6.1.2.1.10.166.8.1.3 mplsFTNTable 1 19 This table contains the currently defined FTN entries.
    This table allows FEC to NHLFE mappings to be
    specified. Each entry in th…
    1.3.6.1.2.1.10.166.8.1.4 mplsFTNMapTableLastChanged 0 0 Indicates the last time an entry was added, deleted or
    modified in mplsFTNMapTable. Management stations should
    consult this objec…
    1.3.6.1.2.1.10.166.8.1.6 mplsFTNPerfTable 1 6 This table contains performance statistics on FTN
    entries on a per-interface basis.