paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | GNOME-PRODUCT-ZEBRA-MIB DEFINITIONS ::= BEGIN
|
| 2 |
|
| 3 | IMPORTS
|
| 4 | MODULE-IDENTITY,
|
| 5 | OBJECT-IDENTITY
|
| 6 | FROM SNMPv2-SMI
|
| 7 | gnomeProducts
|
| 8 | FROM GNOME-SMI;
|
| 9 |
|
| 10 | zebra MODULE-IDENTITY
|
| 11 | LAST-UPDATED "200004250000Z"
|
| 12 | ORGANIZATION "GNOME project"
|
| 13 | CONTACT-INFO
|
| 14 | "GNU Network Object Model Environment project
|
| 15 |
|
| 16 | see http://www.gnome.org for contact persons of a particular
|
| 17 | area or subproject of GNOME.
|
| 18 |
|
| 19 | Administrative contact for MIB module:
|
| 20 |
|
| 21 | Jochen Friedrich
|
| 22 | Wingertstr. 70/1
|
| 23 | 68809 Neulussheim
|
| 24 | Germany
|
| 25 |
|
| 26 | email: snmp@gnome.org"
|
| 27 | DESCRIPTION
|
| 28 | "The product registrations for the various zebra subdeamons.
|
| 29 | These registrations are guaranteed to be unique and are used
|
| 30 | for SMUX registration by default (if not overridden manually)."
|
| 31 | ::= { gnomeProducts 2 }
|
| 32 |
|
| 33 | zserv OBJECT-IDENTITY
|
| 34 | STATUS current
|
| 35 | DESCRIPTION
|
| 36 | "zserv is part of the zebra project which again is a GNU
|
| 37 | endorsed internet routing program.
|
| 38 | zserv is the main zebra process which implements routing
|
| 39 | entries with the kernel and handles routing updates between
|
| 40 | other routing protocols."
|
| 41 | ::= { zebra 1 }
|
| 42 |
|
| 43 | bgpd OBJECT-IDENTITY
|
| 44 | STATUS current
|
| 45 | DESCRIPTION
|
| 46 | "bgpd is part of the zebra project which again is a GNU
|
| 47 | endorsed internet routing program."
|
| 48 | ::= { zebra 2 }
|
| 49 |
|
| 50 | ripd OBJECT-IDENTITY
|
| 51 | STATUS current
|
| 52 | DESCRIPTION
|
| 53 | "ripd is part of the zebra project which again is a GNU
|
| 54 | endorsed internet routing program."
|
| 55 | ::= { zebra 3 }
|
| 56 |
|
| 57 | ripngd OBJECT-IDENTITY
|
| 58 | STATUS current
|
| 59 | DESCRIPTION
|
| 60 | "ripngd is part of the zebra project which again is a GNU
|
| 61 | endorsed internet routing program."
|
| 62 | ::= { zebra 4 }
|
| 63 |
|
| 64 | ospfd OBJECT-IDENTITY
|
| 65 | STATUS current
|
| 66 | DESCRIPTION
|
| 67 | "ospfd is part of the zebra project which again is a GNU
|
| 68 | endorsed internet routing program."
|
| 69 | ::= { zebra 5 }
|
| 70 |
|
| 71 | ospf6d OBJECT-IDENTITY
|
| 72 | STATUS current
|
| 73 | DESCRIPTION
|
| 74 | "ospf6d is part of the zebra project which again is a GNU
|
| 75 | endorsed internet routing program."
|
| 76 | ::= { zebra 6 }
|
| 77 |
|
| 78 | END
|