Blame mibs/ietf/VPN-TC-STD-MIB

Packit 022b05
VPN-TC-STD-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    MODULE-IDENTITY, mib-2
Packit 022b05
        FROM SNMPv2-SMI
Packit 022b05
Packit 022b05
    TEXTUAL-CONVENTION
Packit 022b05
        FROM SNMPv2-TC;
Packit 022b05
Packit 022b05
vpnTcMIB MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED "200511150000Z"  -- 15 November 2005
Packit 022b05
    ORGANIZATION
Packit 022b05
        "Layer 3 Virtual Private Networks (L3VPN) Working Group."
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
    CONTACT-INFO
Packit 022b05
        "Benson Schliesser
Packit 022b05
         bensons@savvis.net
Packit 022b05
Packit 022b05
         Thomas D. Nadeau
Packit 022b05
         tnadeau@cisco.com
Packit 022b05
Packit 022b05
         This TC MIB is a product of the PPVPN
Packit 022b05
         http://www.ietf.org/html.charters/ppvpn-charter.html
Packit 022b05
         and subsequently the L3VPN
Packit 022b05
         http://www.ietf.org/html.charters/l3vpn-charter.html
Packit 022b05
         working groups.
Packit 022b05
Packit 022b05
         Comments and discussion should be directed to
Packit 022b05
         l3vpn@ietf.org"
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This MIB contains TCs for VPNs.
Packit 022b05
Packit 022b05
         Copyright (C) The Internet Society (2005).  This version
Packit 022b05
         of this MIB module is part of RFC 4265;  see the RFC
Packit 022b05
         itself for full legal notices."
Packit 022b05
    -- Revision history.
Packit 022b05
    REVISION "200511150000Z"  -- 15 November 2005
Packit 022b05
    DESCRIPTION "Initial version, published as RFC 4265."
Packit 022b05
    ::= { mib-2 129 }
Packit 022b05
Packit 022b05
-- definition of textual conventions
Packit 022b05
Packit 022b05
VPNId ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The purpose of a VPN-ID is to uniquely identify a VPN.
Packit 022b05
         The Global VPN Identifier format is:
Packit 022b05
         3 octet VPN Authority, Organizationally Unique Identifier
Packit 022b05
         followed by 4 octet VPN index identifying VPN according
Packit 022b05
         to OUI"
Packit 022b05
    REFERENCE
Packit 022b05
        "Fox, B. and Gleeson, B., 'Virtual Private Networks
Packit 022b05
         Identifier', RFC 2685, September 1999."
Packit 022b05
    SYNTAX    OCTET STRING (SIZE (7))
Packit 022b05
Packit 022b05
VPNIdOrZero ::= TEXTUAL-CONVENTION
Packit 022b05
    STATUS            current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "This textual convention is an extension of the
Packit 022b05
         VPNId textual convention that defines a non-zero-length
Packit 022b05
         OCTET STRING to identify a physical entity.  This extension
Packit 022b05
         permits the additional value of a zero-length OCTET STRING.
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
         The semantics of the value zero-length OCTET STRING are
Packit 022b05
         object-specific and must therefore be defined
Packit 022b05
         as part of the description of any object that uses this
Packit 022b05
         syntax.  Examples of usage of this extension are
Packit 022b05
         situations where none or all VPN IDs need to be
Packit 022b05
         referenced."
Packit 022b05
    SYNTAX    OCTET STRING (SIZE (0 | 7))
Packit 022b05
Packit 022b05
END