Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / mibs / ietf / VPN-TC-STD-MIB
1 VPN-TC-STD-MIB DEFINITIONS ::= BEGIN
2
3 IMPORTS
4     MODULE-IDENTITY, mib-2
5         FROM SNMPv2-SMI
6
7     TEXTUAL-CONVENTION
8         FROM SNMPv2-TC;
9
10 vpnTcMIB MODULE-IDENTITY
11     LAST-UPDATED "200511150000Z"  -- 15 November 2005
12     ORGANIZATION
13         "Layer 3 Virtual Private Networks (L3VPN) Working Group."
14
15
16
17     CONTACT-INFO
18         "Benson Schliesser
19          bensons@savvis.net
20
21          Thomas D. Nadeau
22          tnadeau@cisco.com
23
24          This TC MIB is a product of the PPVPN
25          http://www.ietf.org/html.charters/ppvpn-charter.html
26          and subsequently the L3VPN
27          http://www.ietf.org/html.charters/l3vpn-charter.html
28          working groups.
29
30          Comments and discussion should be directed to
31          l3vpn@ietf.org"
32     DESCRIPTION
33         "This MIB contains TCs for VPNs.
34
35          Copyright (C) The Internet Society (2005).  This version
36          of this MIB module is part of RFC 4265;  see the RFC
37          itself for full legal notices."
38     -- Revision history.
39     REVISION "200511150000Z"  -- 15 November 2005
40     DESCRIPTION "Initial version, published as RFC 4265."
41     ::= { mib-2 129 }
42
43 -- definition of textual conventions
44
45 VPNId ::= TEXTUAL-CONVENTION
46     STATUS current
47     DESCRIPTION
48         "The purpose of a VPN-ID is to uniquely identify a VPN.
49          The Global VPN Identifier format is:
50          3 octet VPN Authority, Organizationally Unique Identifier
51          followed by 4 octet VPN index identifying VPN according
52          to OUI"
53     REFERENCE
54         "Fox, B. and Gleeson, B., 'Virtual Private Networks
55          Identifier', RFC 2685, September 1999."
56     SYNTAX    OCTET STRING (SIZE (7))
57
58 VPNIdOrZero ::= TEXTUAL-CONVENTION
59     STATUS            current
60     DESCRIPTION
61         "This textual convention is an extension of the
62          VPNId textual convention that defines a non-zero-length
63          OCTET STRING to identify a physical entity.  This extension
64          permits the additional value of a zero-length OCTET STRING.
65
66
67
68          The semantics of the value zero-length OCTET STRING are
69          object-specific and must therefore be defined
70          as part of the description of any object that uses this
71          syntax.  Examples of usage of this extension are
72          situations where none or all VPN IDs need to be
73          referenced."
74     SYNTAX    OCTET STRING (SIZE (0 | 7))
75
76 END