Blame pibs/ietf/COPS-PR-SPPI-TC

Packit Service 9ccfef
COPS-PR-SPPI-TC   PIB-DEFINITIONS ::= BEGIN
Packit Service 9ccfef
Packit Service 9ccfef
IMPORTS    Unsigned32, MODULE-IDENTITY, TEXTUAL-CONVENTION, pib
Packit Service 9ccfef
                                              FROM COPS-PR-SPPI;
Packit Service 9ccfef
Packit Service 9ccfef
copsPrSppiTc    MODULE-IDENTITY
Packit Service 9ccfef
    SUBJECT-CATEGORIES   { all }
Packit Service 9ccfef
    LAST-UPDATED "200108160000Z"
Packit Service 9ccfef
    ORGANIZATION "IETF RAP WG"
Packit Service 9ccfef
    CONTACT-INFO "Keith McCloghrie
Packit Service 9ccfef
                  Cisco Systems, Inc.
Packit Service 9ccfef
                  170 West Tasman Drive,
Packit Service 9ccfef
                  San Jose, CA 95134-1706 USA
Packit Service 9ccfef
                  Phone: +1 408 526 5260
Packit Service 9ccfef
                  Email: kzm@cisco.com
Packit Service 9ccfef
Packit Service 9ccfef
                  Ravi Sahita
Packit Service 9ccfef
                  Intel
Packit Service 9ccfef
                  2111 NE 25th Avenue
Packit Service 9ccfef
                  Hillsboro, OR 97124 USA
Packit Service 9ccfef
                  Phone: +1 503 712 1554
Packit Service 9ccfef
                  Email: ravi.sahita@intel.com "
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
            "The PIB module containing a set of Textual Conventions
Packit Service 9ccfef
            which have general applicability to all PIB modules."
Packit Service 9ccfef
    REVISION     "200108160000Z"
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
         "Initial version, published in RFC 3159."
Packit Service 9ccfef
    ::= { pib 1 }
Packit Service 9ccfef
Packit Service 9ccfef
InstanceId ::= TEXTUAL-CONVENTION
Packit Service 9ccfef
    STATUS       current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
        "The textual convention for use by an attribute which is used
Packit Service 9ccfef
        as the instance-identifying index of a PRC, i.e., an attribute
Packit Service 9ccfef
        named in a PIB-INDEX clause.  The value of an attribute with
Packit Service 9ccfef
        this syntax is always greater than zero.  PRIs of the same PRC
Packit Service 9ccfef
        need not have contiguous values for their instance-identifying
Packit Service 9ccfef
        attribute."
Packit Service 9ccfef
    SYNTAX       Unsigned32 (1..4294967295)
Packit Service 9ccfef
Packit Service 9ccfef
ReferenceId ::= TEXTUAL-CONVENTION
Packit Service 9ccfef
    STATUS       current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
        "A textual convention for use by an attribute which is used as
Packit Service 9ccfef
        a pointer in order to reference an instance of a particular
Packit Service 9ccfef
Packit Service 9ccfef
Packit Service 9ccfef
        PRC.  An attribute with this syntax must not be used in a
Packit Service 9ccfef
        PIB-INDEX clause , and its description must specify the
Packit Service 9ccfef
        particular PRC to which the referenced PRI will belong.
Packit Service 9ccfef
        For an attribute of this type, the referenced PRI must exist.
Packit Service 9ccfef
        Furthermore, it is an error to try to delete a PRI that is
Packit Service 9ccfef
        referenced by another instance without first deleting/modifying
Packit Service 9ccfef
        the referencing instance.  The definition of an attribute with
Packit Service 9ccfef
        this syntax can permit the attribute to have a value of zero to
Packit Service 9ccfef
        indicate that it is not currently pointing to a PRI."
Packit Service 9ccfef
    SYNTAX       Unsigned32
Packit Service 9ccfef
Packit Service 9ccfef
Prid ::= TEXTUAL-CONVENTION
Packit Service 9ccfef
    STATUS       current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
         "Represents a pointer to a PRI, i.e,. to an instance of a
Packit Service 9ccfef
         PRC.  The value is the OID name of the PRC's row definition,
Packit Service 9ccfef
         appended with one sub-identifier containing the value of the
Packit Service 9ccfef
         InstanceId value for the referenced instance.  The definition
Packit Service 9ccfef
         of an attribute with this syntax can permit the attribute to
Packit Service 9ccfef
         have a value of 0.0 to indicate that it is not currently
Packit Service 9ccfef
         pointing to a PRI."
Packit Service 9ccfef
    SYNTAX       OBJECT IDENTIFIER
Packit Service 9ccfef
Packit Service 9ccfef
TagId ::= TEXTUAL-CONVENTION
Packit Service 9ccfef
    STATUS       current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
         "Represents a tag value, such that all instances of a
Packit Service 9ccfef
         particular PRC having the same tag value form a tag list.
Packit Service 9ccfef
         A tag list is identified by the tag value shared by all
Packit Service 9ccfef
         instances in that tag list."
Packit Service 9ccfef
    SYNTAX       Unsigned32 (1..4294967295)
Packit Service 9ccfef
Packit Service 9ccfef
TagReferenceId ::= TEXTUAL-CONVENTION
Packit Service 9ccfef
    STATUS       current
Packit Service 9ccfef
    DESCRIPTION
Packit Service 9ccfef
         "Represents a reference to a tag list of instances of a
Packit Service 9ccfef
         particular PRC.  The particular PRC must have an attribute
Packit Service 9ccfef
         with the syntax of TagId.  The tag list consists of
Packit Service 9ccfef
         all instances which have the same value of the TagId
Packit Service 9ccfef
         attribute.  Reference to the tag list is via the attribute
Packit Service 9ccfef
         with the syntax of TagReferenceId containing the tag
Packit Service 9ccfef
         value which identifies the tag list.
Packit Service 9ccfef
         The definition of an attribute with this syntax can permit
Packit Service 9ccfef
         the attribute to have a value of 0 to indicate that it is
Packit Service 9ccfef
         not currently referencing a tag list."
Packit Service 9ccfef
    SYNTAX       Unsigned32
Packit Service 9ccfef
END