Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://www.observium.org/svn/observer/trunk@567 61d68cd4-352d-0410-923a-c4978735b2b8
  • Loading branch information
adama committed Dec 29, 2009
1 parent a45f9ff commit dc18c06
Show file tree
Hide file tree
Showing 2 changed files with 1,892 additions and 0 deletions.
78 changes: 78 additions & 0 deletions mibs/GNOME-PRODUCT-ZEBRA-MIB
Original file line number Diff line number Diff line change
@@ -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: [email protected]"
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
Loading

0 comments on commit dc18c06

Please sign in to comment.