Reference record for OID 1.3.6.1.2.1.37.1.11.1


parent
1.3.6.1.2.1.37.1.11 (atmVcCrossConnectTable)
node code
1
node name
atmVcCrossConnectEntry
dot oid
1.3.6.1.2.1.37.1.11.1
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) atmMIB(37) atmMIBObjects(1) atmVcCrossConnectTable(11) atmVcCrossConnectEntry(1)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • /iso/identified-organization/dod/internet/mgmt/mib/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • /iso/org/dod/internet/mgmt/mib-2/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • /iso/org/dod/internet/mgmt/mib/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/atmMIB/atmMIBObjects/atmVcCrossConnectTable/atmVcCrossConnectEntry
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/37/1/11/1

    Description by circitor

    An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.

    Step-wise Procedures to set up a VC Cross-connect

    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.

    (1) The manager obtains a unique
    atmVcCrossConnectIndex by reading the
    atmVcCrossConnectIndexNext object.

    (2) Next, the manager creates a set of one
    or more rows in the ATM VC Cross Connect
    Table, one for each cross-connection between
    two VCLs. Each row is indexed by the ATM
    interface port numbers and VPI/VCI values of
    the two ends of that cross-connection.
    This set of rows specifies the topology of the
    VCC cross-connect and is identified by a single
    value of atmVcCrossConnectIndex.

    Negotiated VC Cross-Connect Establishment

    (2a) The manager creates a row in this table by
    setting atmVcCrossConnectRowStatus to
    createAndWait(5). The agent checks the
    requested topology and the mutual sanity of
    the ATM traffic parameters and
    QoS Classes, i.e., the row creation fails if:
    - the requested topology is not supported
    by the agent,
    - the traffic/QoS parameter values
    associated with the requested row are
    incompatible with those of already existing
    rows for this VC cross-connect.
    [For example, for setting up
    a point-to-point VC cross-connect, the
    ATM traffic parameters in the receive direction
    of a VCL at the low end of the cross-connect
    must equal to the traffic parameters in the
    transmit direction of the other VCL at the
    high end of the cross-connect,
    otherwise, the row creation fails.]
    The agent also checks for internal errors
    in building the cross-connect.

    The atmVcCrossConnectIndex values in the
    corresponding atmVclTable rows are filled
    in by the agent at this point.

    (2b) The manager promotes the row in the
    atmVcCrossConnectTable by setting
    atmVcCrossConnectRowStatus to active(1). If
    this set is successful, the agent has reserved
    the resources specified by the ATM traffic
    parameter and QoS Class values
    for each direction of the VC cross-connect
    in an ATM switch or network.

    (3) The manager sets the
    atmVcCrossConnectAdminStatus to up(1)
    in all rows of this VC cross-connect to
    turn the traffic flow on.


    One-Shot VC Cross-Connect Establishment

    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).

    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to
    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.

    VC Cross-Connect Retirement

    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:

    (1) Setting atmVcCrossConnectRowStatus of all rows
    identified by this value of
    atmVcCrossConnectIndex to destroy(6).
    The agent may release all
    associated resources, and the
    atmVcCrossConnectIndex values in the
    corresponding atmVclTable row are removed.
    Note that a situation when only a subset of
    the associated rows are deleted corresponds
    to a VC topology change.

    (2) After deletion of the appropriate
    atmVcCrossConnectEntries, the manager may
    set atmVclRowStatus to destroy(6) the
    associated VCLs. The agent releases
    the resources and removes the associated
    rows in the atmVclTable.

    VC Cross-Connect Reconfiguration

    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/QoS parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs.

    Parsed from file ATM-MIB.mib
    Module: ATM-MIB

    Description by cisco_v1

    An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.

    Step-wise Procedures to set up a VC Cross-connect

    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.

    (1) The manager obtains a unique
    atmVcCrossConnectIndex by reading the
    atmVcCrossConnectIndexNext object.

    (2) Next, the manager creates a set of one
    or more rows in the ATM VC Cross Connect
    Table, one for each cross-connection between
    two VCLs. Each row is indexed by the ATM
    interface port numbers and VPI/VCI values of
    the two ends of that cross-connection.
    This set of rows specifies the topology of the
    VCC cross-connect and is identified by a single
    value of atmVcCrossConnectIndex.

    Negotiated VC Cross-Connect Establishment

    (2a) The manager creates a row in this table by
    setting atmVcCrossConnectRowStatus to
    createAndWait(5). The agent checks the
    requested topology and the mutual sanity of
    the ATM traffic parameters and
    service categories, i.e., the row creation
    fails if:
    - the requested topology is incompatible with
    associated values of atmVclCastType,
    - the requested topology is not supported
    by the agent,
    - the traffic/service category parameter values
    associated with the requested row are
    incompatible with those of already existing
    rows for this VC cross-connect.
    [For example, for setting up
    a point-to-point VC cross-connect, the
    ATM traffic parameters in the receive direction
    of a VCL at the low end of the cross-connect
    must equal to the traffic parameters in the
    transmit direction of the other VCL at the
    high end of the cross-connect,
    otherwise, the row creation fails.]
    The agent also checks for internal errors
    in building the cross-connect.

    The atmVcCrossConnectIndex values in the
    corresponding atmVclTable rows are filled
    in by the agent at this point.

    (2b) The manager promotes the row in the
    atmVcCrossConnectTable by setting
    atmVcCrossConnectRowStatus to active(1). If
    this set is successful, the agent has reserved
    the resources specified by the ATM traffic
    parameter and Service category values
    for each direction of the VC cross-connect
    in an ATM switch or network.

    (3) The manager sets the
    atmVcCrossConnectAdminStatus to up(1)
    in all rows of this VC cross-connect to
    turn the traffic flow on.


    One-Shot VC Cross-Connect Establishment

    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).

    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to
    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.

    VC Cross-Connect Retirement

    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:

    (1) Setting atmVcCrossConnectRowStatus of all rows
    identified by this value of
    atmVcCrossConnectIndex to destroy(6).
    The agent may release all
    associated resources, and the
    atmVcCrossConnectIndex values in the
    corresponding atmVclTable row are removed.
    Note that a situation when only a subset of
    the associated rows are deleted corresponds
    to a VC topology change.

    (2) After deletion of the appropriate
    atmVcCrossConnectEntries, the manager may
    set atmVclRowStatus to destroy(6) the
    associated VCLs. The agent releases
    the resources and removes the associated
    rows in the atmVclTable.

    VC Cross-Connect Reconfiguration

    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/service category parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs.

    Description by oid_info

    atmVcCrossConnectEntry OBJECT-TYPE
    SYNTAX AtmVcCrossConnectEntry
    MAX-ACCESS not-accessible
    STATUS current
    DESCRIPTION
    "An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.
    Step-wise Procedures to set up a VC Cross-connect
    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.
    (1) The manager obtains a unique
    atmVcCrossConnectIndex by reading the
    atmVcCrossConnectIndexNext object.
    (2) Next, the manager creates a set of one
    or more rows in the ATM VC Cross Connect
    Table, one for each cross-connection between
    two VCLs. Each row is indexed by the ATM
    interface port numbers and VPI/VCI values of
    the two ends of that cross-connection.
    This set of rows specifies the topology of the
    VCC cross-connect and is identified by a single
    value of atmVcCrossConnectIndex.
    Negotiated VC Cross-Connect Establishment
    (2a) The manager creates a row in this table by
    setting atmVcCrossConnectRowStatus to
    createAndWait(5). The agent checks the
    requested topology and the mutual sanity of
    the ATM traffic parameters and
    QoS Classes, i.e., the row creation fails if:
    - the requested topology is not supported
    by the agent,
    - the traffic/QoS parameter values
    associated with the requested row are
    incompatible with those of already existing
    rows for this VC cross-connect.
    [For example, for setting up
    a point-to-point VC cross-connect, the
    ATM traffic parameters in the receive direction
    of a VCL at the low end of the cross-connect
    must equal to the traffic parameters in the
    transmit direction of the other VCL at the
    high end of the cross-connect,
    otherwise, the row creation fails.]
    The agent also checks for internal errors
    in building the cross-connect.
    The atmVcCrossConnectIndex values in the
    corresponding atmVclTable rows are filled
    in by the agent at this point.
    (2b) The manager promotes the row in the
    atmVcCrossConnectTable by setting
    atmVcCrossConnectRowStatus to active(1). If
    this set is successful, the agent has reserved
    the resources specified by the ATM traffic
    parameter and QoS Class values
    for each direction of the VC cross-connect
    in an ATM switch or network.
    (3) The manager sets the
    atmVcCrossConnectAdminStatus to up(1)
    in all rows of this VC cross-connect to
    turn the traffic flow on.
    One-Shot VC Cross-Connect Establishment
    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).
    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to
    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.
    VC Cross-Connect Retirement
    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:
    (1) Setting atmVcCrossConnectRowStatus of all rows
    identified by this value of
    atmVcCrossConnectIndex to destroy(6).
    The agent may release all
    associated resources, and the
    atmVcCrossConnectIndex values in the
    corresponding atmVclTable row are removed.
    Note that a situation when only a subset of
    the associated rows are deleted corresponds
    to a VC topology change.
    (2) After deletion of the appropriate
    atmVcCrossConnectEntries, the manager may
    set atmVclRowStatus to destroy(6) the
    associated VCLs. The agent releases
    the resources and removes the associated
    rows in the atmVclTable.
    VC Cross-Connect Reconfiguration
    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/QoS parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs."
    INDEX { atmVcCrossConnectIndex,
    atmVcCrossConnectLowIfIndex,
    atmVcCrossConnectLowVpi,
    atmVcCrossConnectLowVci,
    atmVcCrossConnectHighIfIndex,
    atmVcCrossConnectHighVpi,
    atmVcCrossConnectHighVci }

    View at oid-info.com

    Description by mibdepot

    An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.

    Step-wise Procedures to set up a VC Cross-connect

    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.

    (1) The manager obtains a unique
    atmVcCrossConnectIndex by reading the
    atmVcCrossConnectIndexNext object.

    (2) Next, the manager creates a set of one
    or more rows in the ATM VC Cross Connect
    Table, one for each cross-connection between
    two VCLs. Each row is indexed by the ATM
    interface port numbers and VPI/VCI values of
    the two ends of that cross-connection.
    This set of rows specifies the topology of the
    VCC cross-connect and is identified by a single
    value of atmVcCrossConnectIndex.

    Negotiated VC Cross-Connect Establishment

    (2a) The manager creates a row in this table by
    setting atmVcCrossConnectRowStatus to
    createAndWait(5). The agent checks the
    requested topology and the mutual sanity of





    the ATM traffic parameters and
    QoS Classes, i.e., the row creation fails if:
    - the requested topology is not supported
    by the agent,
    - the traffic/QoS parameter values
    associated with the requested row are
    incompatible with those of already existing
    rows for this VC cross-connect.
    [For example, for setting up
    a point-to-point VC cross-connect, the
    ATM traffic parameters in the receive direction
    of a VCL at the low end of the cross-connect
    must equal to the traffic parameters in the
    transmit direction of the other VCL at the
    high end of the cross-connect,
    otherwise, the row creation fails.]
    The agent also checks for internal errors
    in building the cross-connect.

    The atmVcCrossConnectIndex values in the
    corresponding atmVclTable rows are filled
    in by the agent at this point.

    (2b) The manager promotes the row in the
    atmVcCrossConnectTable by setting
    atmVcCrossConnectRowStatus to active(1). If
    this set is successful, the agent has reserved
    the resources specified by the ATM traffic
    parameter and QoS Class values
    for each direction of the VC cross-connect
    in an ATM switch or network.

    (3) The manager sets the
    atmVcCrossConnectAdminStatus to up(1)
    in all rows of this VC cross-connect to
    turn the traffic flow on.


    One-Shot VC Cross-Connect Establishment

    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).

    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to





    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.

    VC Cross-Connect Retirement

    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:

    (1) Setting atmVcCrossConnectRowStatus of all rows
    identified by this value of
    atmVcCrossConnectIndex to destroy(6).
    The agent may release all
    associated resources, and the
    atmVcCrossConnectIndex values in the
    corresponding atmVclTable row are removed.
    Note that a situation when only a subset of
    the associated rows are deleted corresponds
    to a VC topology change.

    (2) After deletion of the appropriate
    atmVcCrossConnectEntries, the manager may
    set atmVclRowStatus to destroy(6) the
    associated VCLs. The agent releases
    the resources and removes the associated
    rows in the atmVclTable.

    VC Cross-Connect Reconfiguration

    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/QoS parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs.

    Parsed from file ATM-MIB.txt
    Company: None
    Module: ATM-MIB

    Description by cisco

    An entry in the ATM VC Cross Connect table.
    This entry is used to model a bi-directional ATM
    VC cross-connect cross-connecting two end points.

    Step-wise Procedures to set up a VC Cross-connect

    Once the entries in the atmVclTable are created,
    the following procedures are used
    to cross-connect the VCLs together to
    form a VCC segment.

    (1) The manager obtains a unique
    atmVcCrossConnectIndex by reading the
    atmVcCrossConnectIndexNext object.

    (2) Next, the manager creates a set of one
    or more rows in the ATM VC Cross Connect
    Table, one for each cross-connection between
    two VCLs. Each row is indexed by the ATM
    interface port numbers and VPI/VCI values of
    the two ends of that cross-connection.
    This set of rows specifies the topology of the
    VCC cross-connect and is identified by a single
    value of atmVcCrossConnectIndex.

    Negotiated VC Cross-Connect Establishment

    (2a) The manager creates a row in this table by
    setting atmVcCrossConnectRowStatus to
    createAndWait(5). The agent checks the
    requested topology and the mutual sanity of
    the ATM traffic parameters and
    service categories, i.e., the row creation
    fails if:
    - the requested topology is incompatible with
    associated values of atmVclCastType,
    - the requested topology is not supported
    by the agent,
    - the traffic/service category parameter values
    associated with the requested row are
    incompatible with those of already existing
    rows for this VC cross-connect.
    [For example, for setting up
    a point-to-point VC cross-connect, the
    ATM traffic parameters in the receive direction
    of a VCL at the low end of the cross-connect
    must equal to the traffic parameters in the
    transmit direction of the other VCL at the
    high end of the cross-connect,
    otherwise, the row creation fails.]
    The agent also checks for internal errors
    in building the cross-connect.

    The atmVcCrossConnectIndex values in the
    corresponding atmVclTable rows are filled
    in by the agent at this point.

    (2b) The manager promotes the row in the
    atmVcCrossConnectTable by setting
    atmVcCrossConnectRowStatus to active(1). If
    this set is successful, the agent has reserved
    the resources specified by the ATM traffic
    parameter and Service category values
    for each direction of the VC cross-connect
    in an ATM switch or network.

    (3) The manager sets the
    atmVcCrossConnectAdminStatus to up(1)
    in all rows of this VC cross-connect to
    turn the traffic flow on.


    One-Shot VC Cross-Connect Establishment

    A VC cross-connect may also be established in
    one step by a set-request with all necessary
    parameter values and atmVcCrossConnectRowStatus
    set to createAndGo(4).

    In contrast to the negotiated VC cross-connect
    establishment which allows for detailed error
    checking i.e., set errors are explicitly linked to
    particular resource acquisition failures), the
    one-shot VC cross-connect establishment
    performs the setup on one operation but does
    not have the advantage of step-wise error
    checking.

    VC Cross-Connect Retirement

    A VC cross-connect identified by a particular
    value of atmVcCrossConnectIndex is released by:

    (1) Setting atmVcCrossConnectRowStatus of all rows
    identified by this value of
    atmVcCrossConnectIndex to destroy(6).
    The agent may release all
    associated resources, and the
    atmVcCrossConnectIndex values in the
    corresponding atmVclTable row are removed.
    Note that a situation when only a subset of
    the associated rows are deleted corresponds
    to a VC topology change.

    (2) After deletion of the appropriate
    atmVcCrossConnectEntries, the manager may
    set atmVclRowStatus to destroy(6) the
    associated VCLs. The agent releases
    the resources and removes the associated
    rows in the atmVclTable.

    VC Cross-Connect Reconfiguration

    At the discretion of the agent, a VC
    cross-connect may be reconfigured by
    adding and/or deleting leafs to/from
    the VC topology as per the VC cross-connect
    establishment/retirement procedures.
    Reconfiguration of traffic/service category parameter
    values requires release of the VC cross-connect
    before those parameter values may by changed
    for individual VCLs.

    Information by circitor

    atmVcCrossConnectEntry OBJECT-TYPE SYNTAX AtmVcCrossConnectEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the ATM VC Cross Connect table. This entry is used to model a bi-directional ATM VC cross-connect cross-connecting two end points. Step-wise Procedures to set up a VC Cross-connect Once the entries in the atmVclTable are created, the following procedures are used to cross-connect the VCLs together to form a VCC segment. (1) The manager obtains a unique atmVcCrossConnectIndex by reading the atmVcCrossConnectIndexNext object. (2) Next, the manager creates a set of one or more rows in the ATM VC Cross Connect Table, one for each cross-connection between two VCLs. Each row is indexed by the ATM interface port numbers and VPI/VCI values of the two ends of that cross-connection. This set of rows specifies the topology of the VCC cross-connect and is identified by a single value of atmVcCrossConnectIndex. Negotiated VC Cross-Connect Establishment (2a) The manager creates a row in this table by setting atmVcCrossConnectRowStatus to createAndWait(5). The agent checks the requested topology and the mutual sanity of the ATM traffic parameters and QoS Classes, i.e., the row creation fails if: - the requested topology is not supported by the agent, - the traffic/QoS parameter values associated with the requested row are incompatible with those of already existing rows for this VC cross-connect. [For example, for setting up a point-to-point VC cross-connect, the ATM traffic parameters in the receive direction of a VCL at the low end of the cross-connect must equal to the traffic parameters in the transmit direction of the other VCL at the high end of the cross-connect, otherwise, the row creation fails.] The agent also checks for internal errors in building the cross-connect. The atmVcCrossConnectIndex values in the corresponding atmVclTable rows are filled in by the agent at this point. (2b) The manager promotes the row in the atmVcCrossConnectTable by setting atmVcCrossConnectRowStatus to active(1). If this set is successful, the agent has reserved the resources specified by the ATM traffic parameter and QoS Class values for each direction of the VC cross-connect in an ATM switch or network. (3) The manager sets the atmVcCrossConnectAdminStatus to up(1) in all rows of this VC cross-connect to turn the traffic flow on. One-Shot VC Cross-Connect Establishment A VC cross-connect may also be established in one step by a set-request with all necessary parameter values and atmVcCrossConnectRowStatus set to createAndGo(4). In contrast to the negotiated VC cross-connect establishment which allows for detailed error checking i.e., set errors are explicitly linked to particular resource acquisition failures), the one-shot VC cross-connect establishment performs the setup on one operation but does not have the advantage of step-wise error checking. VC Cross-Connect Retirement A VC cross-connect identified by a particular value of atmVcCrossConnectIndex is released by: (1) Setting atmVcCrossConnectRowStatus of all rows identified by this value of atmVcCrossConnectIndex to destroy(6). The agent may release all associated resources, and the atmVcCrossConnectIndex values in the corresponding atmVclTable row are removed. Note that a situation when only a subset of the associated rows are deleted corresponds to a VC topology change. (2) After deletion of the appropriate atmVcCrossConnectEntries, the manager may set atmVclRowStatus to destroy(6) the associated VCLs. The agent releases the resources and removes the associated rows in the atmVclTable. VC Cross-Connect Reconfiguration At the discretion of the agent, a VC cross-connect may be reconfigured by adding and/or deleting leafs to/from the VC topology as per the VC cross-connect establishment/retirement procedures. Reconfiguration of traffic/QoS parameter values requires release of the VC cross-connect before those parameter values may by changed for individual VCLs." INDEX { atmVcCrossConnectIndex, atmVcCrossConnectLowIfIndex, atmVcCrossConnectLowVpi, atmVcCrossConnectLowVci, atmVcCrossConnectHighIfIndex, atmVcCrossConnectHighVpi, atmVcCrossConnectHighVci } ::= { atmVcCrossConnectTable 1 }

    Information by cisco_v1

    atmVcCrossConnectEntry OBJECT-TYPE SYNTAX AtmVcCrossConnectEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM VC Cross Connect table. This entry is used to model a bi-directional ATM VC cross-connect cross-connecting two end points. Step-wise Procedures to set up a VC Cross-connect Once the entries in the atmVclTable are created, the following procedures are used to cross-connect the VCLs together to form a VCC segment. (1) The manager obtains a unique atmVcCrossConnectIndex by reading the atmVcCrossConnectIndexNext object. (2) Next, the manager creates a set of one or more rows in the ATM VC Cross Connect Table, one for each cross-connection between two VCLs. Each row is indexed by the ATM interface port numbers and VPI/VCI values of the two ends of that cross-connection. This set of rows specifies the topology of the VCC cross-connect and is identified by a single value of atmVcCrossConnectIndex. Negotiated VC Cross-Connect Establishment (2a) The manager creates a row in this table by setting atmVcCrossConnectRowStatus to createAndWait(5). The agent checks the requested topology and the mutual sanity of the ATM traffic parameters and service categories, i.e., the row creation fails if: - the requested topology is incompatible with associated values of atmVclCastType, - the requested topology is not supported by the agent, - the traffic/service category parameter values associated with the requested row are incompatible with those of already existing rows for this VC cross-connect. [For example, for setting up a point-to-point VC cross-connect, the ATM traffic parameters in the receive direction of a VCL at the low end of the cross-connect must equal to the traffic parameters in the transmit direction of the other VCL at the high end of the cross-connect, otherwise, the row creation fails.] The agent also checks for internal errors in building the cross-connect. The atmVcCrossConnectIndex values in the corresponding atmVclTable rows are filled in by the agent at this point. (2b) The manager promotes the row in the atmVcCrossConnectTable by setting atmVcCrossConnectRowStatus to active(1). If this set is successful, the agent has reserved the resources specified by the ATM traffic parameter and Service category values for each direction of the VC cross-connect in an ATM switch or network. (3) The manager sets the atmVcCrossConnectAdminStatus to up(1) in all rows of this VC cross-connect to turn the traffic flow on. One-Shot VC Cross-Connect Establishment A VC cross-connect may also be established in one step by a set-request with all necessary parameter values and atmVcCrossConnectRowStatus set to createAndGo(4). In contrast to the negotiated VC cross-connect establishment which allows for detailed error checking i.e., set errors are explicitly linked to particular resource acquisition failures), the one-shot VC cross-connect establishment performs the setup on one operation but does not have the advantage of step-wise error checking. VC Cross-Connect Retirement A VC cross-connect identified by a particular value of atmVcCrossConnectIndex is released by: (1) Setting atmVcCrossConnectRowStatus of all rows identified by this value of atmVcCrossConnectIndex to destroy(6). The agent may release all associated resources, and the atmVcCrossConnectIndex values in the corresponding atmVclTable row are removed. Note that a situation when only a subset of the associated rows are deleted corresponds to a VC topology change. (2) After deletion of the appropriate atmVcCrossConnectEntries, the manager may set atmVclRowStatus to destroy(6) the associated VCLs. The agent releases the resources and removes the associated rows in the atmVclTable. VC Cross-Connect Reconfiguration At the discretion of the agent, a VC cross-connect may be reconfigured by adding and/or deleting leafs to/from the VC topology as per the VC cross-connect establishment/retirement procedures. Reconfiguration of traffic/service category parameter values requires release of the VC cross-connect before those parameter values may by changed for individual VCLs." INDEX { atmVcCrossConnectIndex, atmVcCrossConnectLowIfIndex, atmVcCrossConnectLowVpi, atmVcCrossConnectLowVci, atmVcCrossConnectHighIfIndex, atmVcCrossConnectHighVpi, atmVcCrossConnectHighVci } ::= { atmVcCrossConnectTable 1 }

    Information by oid_info

    Automatically extracted from Cisco "SNMP v2 MIBs".

    Information by mibdepot

    atmVcCrossConnectEntry OBJECT-TYPE SYNTAX AtmVcCrossConnectEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM VC Cross Connect table. This entry is used to model a bi-directional ATM VC cross-connect cross-connecting two end points. Step-wise Procedures to set up a VC Cross-connect Once the entries in the atmVclTable are created, the following procedures are used to cross-connect the VCLs together to form a VCC segment. (1) The manager obtains a unique atmVcCrossConnectIndex by reading the atmVcCrossConnectIndexNext object. (2) Next, the manager creates a set of one or more rows in the ATM VC Cross Connect Table, one for each cross-connection between two VCLs. Each row is indexed by the ATM interface port numbers and VPI/VCI values of the two ends of that cross-connection. This set of rows specifies the topology of the VCC cross-connect and is identified by a single value of atmVcCrossConnectIndex. Negotiated VC Cross-Connect Establishment (2a) The manager creates a row in this table by setting atmVcCrossConnectRowStatus to createAndWait(5). The agent checks the requested topology and the mutual sanity of the ATM traffic parameters and QoS Classes, i.e., the row creation fails if: - the requested topology is not supported by the agent, - the traffic/QoS parameter values associated with the requested row are incompatible with those of already existing rows for this VC cross-connect. [For example, for setting up a point-to-point VC cross-connect, the ATM traffic parameters in the receive direction of a VCL at the low end of the cross-connect must equal to the traffic parameters in the transmit direction of the other VCL at the high end of the cross-connect, otherwise, the row creation fails.] The agent also checks for internal errors in building the cross-connect. The atmVcCrossConnectIndex values in the corresponding atmVclTable rows are filled in by the agent at this point. (2b) The manager promotes the row in the atmVcCrossConnectTable by setting atmVcCrossConnectRowStatus to active(1). If this set is successful, the agent has reserved the resources specified by the ATM traffic parameter and QoS Class values for each direction of the VC cross-connect in an ATM switch or network. (3) The manager sets the atmVcCrossConnectAdminStatus to up(1) in all rows of this VC cross-connect to turn the traffic flow on. One-Shot VC Cross-Connect Establishment A VC cross-connect may also be established in one step by a set-request with all necessary parameter values and atmVcCrossConnectRowStatus set to createAndGo(4). In contrast to the negotiated VC cross-connect establishment which allows for detailed error checking i.e., set errors are explicitly linked to particular resource acquisition failures), the one-shot VC cross-connect establishment performs the setup on one operation but does not have the advantage of step-wise error checking. VC Cross-Connect Retirement A VC cross-connect identified by a particular value of atmVcCrossConnectIndex is released by: (1) Setting atmVcCrossConnectRowStatus of all rows identified by this value of atmVcCrossConnectIndex to destroy(6). The agent may release all associated resources, and the atmVcCrossConnectIndex values in the corresponding atmVclTable row are removed. Note that a situation when only a subset of the associated rows are deleted corresponds to a VC topology change. (2) After deletion of the appropriate atmVcCrossConnectEntries, the manager may set atmVclRowStatus to destroy(6) the associated VCLs. The agent releases the resources and removes the associated rows in the atmVclTable. VC Cross-Connect Reconfiguration At the discretion of the agent, a VC cross-connect may be reconfigured by adding and/or deleting leafs to/from the VC topology as per the VC cross-connect establishment/retirement procedures. Reconfiguration of traffic/QoS parameter values requires release of the VC cross-connect before those parameter values may by changed for individual VCLs." INDEX { atmVcCrossConnectIndex, atmVcCrossConnectLowIfIndex, atmVcCrossConnectLowVpi, atmVcCrossConnectLowVci, atmVcCrossConnectHighIfIndex, atmVcCrossConnectHighVpi, atmVcCrossConnectHighVci } ::= { atmVcCrossConnectTable 1 }

    Information by cisco

    atmVcCrossConnectEntry OBJECT-TYPE SYNTAX AtmVcCrossConnectEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the ATM VC Cross Connect table. This entry is used to model a bi-directional ATM VC cross-connect cross-connecting two end points. Step-wise Procedures to set up a VC Cross-connect Once the entries in the atmVclTable are created, the following procedures are used to cross-connect the VCLs together to form a VCC segment. (1) The manager obtains a unique atmVcCrossConnectIndex by reading the atmVcCrossConnectIndexNext object. (2) Next, the manager creates a set of one or more rows in the ATM VC Cross Connect Table, one for each cross-connection between two VCLs. Each row is indexed by the ATM interface port numbers and VPI/VCI values of the two ends of that cross-connection. This set of rows specifies the topology of the VCC cross-connect and is identified by a single value of atmVcCrossConnectIndex. Negotiated VC Cross-Connect Establishment (2a) The manager creates a row in this table by setting atmVcCrossConnectRowStatus to createAndWait(5). The agent checks the requested topology and the mutual sanity of the ATM traffic parameters and service categories, i.e., the row creation fails if: - the requested topology is incompatible with associated values of atmVclCastType, - the requested topology is not supported by the agent, - the traffic/service category parameter values associated with the requested row are incompatible with those of already existing rows for this VC cross-connect. [For example, for setting up a point-to-point VC cross-connect, the ATM traffic parameters in the receive direction of a VCL at the low end of the cross-connect must equal to the traffic parameters in the transmit direction of the other VCL at the high end of the cross-connect, otherwise, the row creation fails.] The agent also checks for internal errors in building the cross-connect. The atmVcCrossConnectIndex values in the corresponding atmVclTable rows are filled in by the agent at this point. (2b) The manager promotes the row in the atmVcCrossConnectTable by setting atmVcCrossConnectRowStatus to active(1). If this set is successful, the agent has reserved the resources specified by the ATM traffic parameter and Service category values for each direction of the VC cross-connect in an ATM switch or network. (3) The manager sets the atmVcCrossConnectAdminStatus to up(1) in all rows of this VC cross-connect to turn the traffic flow on. One-Shot VC Cross-Connect Establishment A VC cross-connect may also be established in one step by a set-request with all necessary parameter values and atmVcCrossConnectRowStatus set to createAndGo(4). In contrast to the negotiated VC cross-connect establishment which allows for detailed error checking i.e., set errors are explicitly linked to particular resource acquisition failures), the one-shot VC cross-connect establishment performs the setup on one operation but does not have the advantage of step-wise error checking. VC Cross-Connect Retirement A VC cross-connect identified by a particular value of atmVcCrossConnectIndex is released by: (1) Setting atmVcCrossConnectRowStatus of all rows identified by this value of atmVcCrossConnectIndex to destroy(6). The agent may release all associated resources, and the atmVcCrossConnectIndex values in the corresponding atmVclTable row are removed. Note that a situation when only a subset of the associated rows are deleted corresponds to a VC topology change. (2) After deletion of the appropriate atmVcCrossConnectEntries, the manager may set atmVclRowStatus to destroy(6) the associated VCLs. The agent releases the resources and removes the associated rows in the atmVclTable. VC Cross-Connect Reconfiguration At the discretion of the agent, a VC cross-connect may be reconfigured by adding and/or deleting leafs to/from the VC topology as per the VC cross-connect establishment/retirement procedures. Reconfiguration of traffic/service category parameter values requires release of the VC cross-connect before those parameter values may by changed for individual VCLs." INDEX { atmVcCrossConnectIndex, atmVcCrossConnectLowIfIndex, atmVcCrossConnectLowVpi, atmVcCrossConnectLowVci, atmVcCrossConnectHighIfIndex, atmVcCrossConnectHighVpi, atmVcCrossConnectHighVci } ::= { atmVcCrossConnectTable 1 }

    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 (13)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.37.1.11.1.1 atmVcCrossConnectIndex 0 0 A unique value to identify this VC cross-connect.
    1.3.6.1.2.1.37.1.11.1.2 atmVcCrossConnectLowIfIndex 0 0 The ifIndex value of the ATM interface for this
    VC cross-connect. The term low implies
    that this ATM interface has the numericall…
    1.3.6.1.2.1.37.1.11.1.3 atmVcCrossConnectLowVpi 0 0 The VPI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectLowIfIndex.
    1.3.6.1.2.1.37.1.11.1.4 atmVcCrossConnectLowVci 0 0 The VCI value at the ATM interface
    associated with this VC cross-connect that is
    identified by atmVcCrossConnectLowIfIndex.
    1.3.6.1.2.1.37.1.11.1.5 atmVcCrossConnectHighIfIndex 0 0 The ifIndex value for the ATM interface for
    this VC cross-connect. The term high implies
    that this ATM interface has the numerica…
    1.3.6.1.2.1.37.1.11.1.6 atmVcCrossConnectHighVpi 0 0 The VPI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectHighIfIndex.
    1.3.6.1.2.1.37.1.11.1.7 atmVcCrossConnectHighVci 0 0 The VCI value at the ATM interface
    associated with the VC cross-connect that is
    identified by atmVcCrossConnectHighIfIndex.
    1.3.6.1.2.1.37.1.11.1.8 atmVcCrossConnectAdminStatus 0 0 The desired administrative status of this
    bi-directional VC cross-connect.
    1.3.6.1.2.1.37.1.11.1.9 atmVcCrossConnectL2HOperStatus 0 0 The current operational status of the
    VC cross-connect in one direction; (i.e.,
    from the low to high direction).
    1.3.6.1.2.1.37.1.11.1.10 atmVcCrossConnectH2LOperStatus 0 0 The current operational status of the
    VC cross-connect in one direction; (i.e.,
    from the high to low direction).
    1.3.6.1.2.1.37.1.11.1.11 atmVcCrossConnectL2HLastChange 0 0 The value of sysUpTime at the time this
    VC cross-connect entered its current
    operational state in low to high direction.
    1.3.6.1.2.1.37.1.11.1.12 atmVcCrossConnectH2LLastChange 0 0 The value of sysUpTime at the time this
    VC cross-connect entered its current
    operational state in high to low direction.
    1.3.6.1.2.1.37.1.11.1.13 atmVcCrossConnectRowStatus 0 0 The status of this entry in the
    atmVcCrossConnectTable. This object is used to
    create a new cross-connect for cross-connecting
    VC…