summaryrefslogtreecommitdiff
path: root/MIBS/junos/PPVPN-TC-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/junos/PPVPN-TC-MIB
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/junos/PPVPN-TC-MIB')
-rw-r--r--MIBS/junos/PPVPN-TC-MIB47
1 files changed, 47 insertions, 0 deletions
diff --git a/MIBS/junos/PPVPN-TC-MIB b/MIBS/junos/PPVPN-TC-MIB
new file mode 100644
index 0000000..035c9e5
--- /dev/null
+++ b/MIBS/junos/PPVPN-TC-MIB
@@ -0,0 +1,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
+ bensons@savvis.net
+
+ Thomas D. Nadeau
+ tnadeau@cisco.com
+
+ Comments and discussion to ppvpn@ietf.org"
+
+ 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