summaryrefslogtreecommitdiff
path: root/zebra/GNOME-PRODUCT-ZEBRA-MIB
diff options
context:
space:
mode:
authorpaul <paul>2002-12-13 20:15:29 +0000
committerpaul <paul>2002-12-13 20:15:29 +0000
commit718e3744195351130f4ce7dbe0613f4b3e23df93 (patch)
treebac2ad39971cd43f31241ef123bd4e470f695ac9 /zebra/GNOME-PRODUCT-ZEBRA-MIB
Initial revision
Diffstat (limited to 'zebra/GNOME-PRODUCT-ZEBRA-MIB')
-rw-r--r--zebra/GNOME-PRODUCT-ZEBRA-MIB78
1 files changed, 78 insertions, 0 deletions
diff --git a/zebra/GNOME-PRODUCT-ZEBRA-MIB b/zebra/GNOME-PRODUCT-ZEBRA-MIB
new file mode 100644
index 00000000..96bcec57
--- /dev/null
+++ b/zebra/GNOME-PRODUCT-ZEBRA-MIB
@@ -0,0 +1,78 @@
+GNOME-PRODUCT-ZEBRA-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-IDENTITY
+ FROM SNMPv2-SMI
+ gnomeProducts
+ FROM GNOME-SMI;
+
+zebra MODULE-IDENTITY
+ LAST-UPDATED "200004250000Z"
+ ORGANIZATION "GNOME project"
+ CONTACT-INFO
+ "GNU Network Object Model Environment project
+
+ see http://www.gnome.org for contact persons of a particular
+ area or subproject of GNOME.
+
+ Administrative contact for MIB module:
+
+ Jochen Friedrich
+ Wingertstr. 70/1
+ 68809 Neulussheim
+ Germany
+
+ email: snmp@gnome.org"
+ DESCRIPTION
+ "The product registrations for the various zebra subdeamons.
+ These registrations are guaranteed to be unique and are used
+ for SMUX registration by default (if not overridden manually)."
+ ::= { gnomeProducts 2 }
+
+zserv OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "zserv is part of the zebra project which again is a GNU
+ endorsed internet routing program.
+ zserv is the main zebra process which implements routing
+ entries with the kernel and handles routing updates between
+ other routing protocols."
+ ::= { zebra 1 }
+
+bgpd OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "bgpd is part of the zebra project which again is a GNU
+ endorsed internet routing program."
+ ::= { zebra 2 }
+
+ripd OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "ripd is part of the zebra project which again is a GNU
+ endorsed internet routing program."
+ ::= { zebra 3 }
+
+ripngd OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "ripngd is part of the zebra project which again is a GNU
+ endorsed internet routing program."
+ ::= { zebra 4 }
+
+ospfd OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "ospfd is part of the zebra project which again is a GNU
+ endorsed internet routing program."
+ ::= { zebra 5 }
+
+ospf6d OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "ospf6d is part of the zebra project which again is a GNU
+ endorsed internet routing program."
+ ::= { zebra 6 }
+
+END