-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPPVPN-TC-MIB
47 lines (37 loc) · 1.26 KB
/
PPVPN-TC-MIB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
PPVPN-TC-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, experimental
FROM SNMPv2-SMI
TEXTUAL-CONVENTION
FROM SNMPv2-TC;
ppvpnTcMIB MODULE-IDENTITY
LAST-UPDATED "200102281200Z" -- 28 February 2002 12:00:00 GMT
ORGANIZATION "Provider Provisioned Virtual Private
Networks Working Group."
CONTACT-INFO
" Benson Schliesser
Thomas D. Nadeau
Comments and discussion to [email protected]"
DESCRIPTION
"This MIB contains TCs for PPVPN."
-- Revision history.
REVISION "200102281200Z" -- 28 February 2002 12:00:00 GMT
DESCRIPTION
"Initial draft version."
::= { experimental 1111 } -- assigned by IANA
-- definition of textual conventions
VPNId ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The purpose of a VPN-ID is to identify a VPN.
The global VPN Identifier format is:
3 octet VPN Authority, Organizationally Unique Identifier
followed by
4 octet VPN index identifying VPN according to OUI"
REFERENCE
"RFC 2685, Fox & Gleeson, 'Virtual Private
Networks Identifier', September 1999."
SYNTAX OCTET STRING (SIZE (0..7))
END