summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-12 06:05:34 +0000
committerhasso <hasso>2004-10-12 06:05:34 +0000
commit54aa6b2d796416ed0d606c49bf4a0f1e62b93401 (patch)
tree528b7cdd30c07ae87d9e7a672d09423f5e9c451f /doc
parent4f8b5bb13888e5ae56070f8d9e3a9de14a228be2 (diff)
ospf6d supports SNMP as well now.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/snmp.texi18
2 files changed, 14 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 07e27b6e..736f7f6e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-12 Hasso Tepper <hasso at quagga.net>
+
+ * snmp.texi: ospf6d supports SNMP as well now.
+
2004-10-11 Hasso Tepper <hasso at quagga.net>
* ospfd.8: Update manpage: add info about new -a/--apiserver command
diff --git a/doc/snmp.texi b/doc/snmp.texi
index 3b6ba8a7..b573b6a7 100644
--- a/doc/snmp.texi
+++ b/doc/snmp.texi
@@ -95,18 +95,20 @@ The following OID numbers are used for the interprocess communication of snmpd a
the Quagga daemons. Sadly, SNMP has not been implemented in all daemons yet.
@example
(OIDs below .iso.org.dod.internet.private.enterprises)
-zebra .1.3.6.1.4.1.3317.1.2.1 .gnome.gnomeProducts.zebra.zserv
-bgpd .1.3.6.1.4.1.3317.1.2.2 .gnome.gnomeProducts.zebra.bgpd
-ripd .1.3.6.1.4.1.3317.1.2.3 .gnome.gnomeProducts.zebra.ripd
-ospfd .1.3.6.1.4.1.3317.1.2.5 .gnome.gnomeProducts.zebra.ospfd
+zebra .1.3.6.1.4.1.3317.1.2.1 .gnome.gnomeProducts.zebra.zserv
+bgpd .1.3.6.1.4.1.3317.1.2.2 .gnome.gnomeProducts.zebra.bgpd
+ripd .1.3.6.1.4.1.3317.1.2.3 .gnome.gnomeProducts.zebra.ripd
+ospfd .1.3.6.1.4.1.3317.1.2.5 .gnome.gnomeProducts.zebra.ospfd
+ospf6d .1.3.6.1.4.1.3317.1.2.6 .gnome.gnomeProducts.zebra.ospf6d
@end example
The following OID numbers are used for querying the SNMP daemon by a client:
@example
-zebra .1.3.6.1.2.1.4.24 .iso.org.dot.internet.mgmt.mib-2.ip.ipForward
-ospfd .1.3.6.1.2.1.14 .iso.org.dot.internet.mgmt.mib-2.ospf
-bgpd .1.3.6.1.2.1.15 .iso.org.dot.internet.mgmt.mib-2.bgp
-ripd .1.3.6.1.2.1.23 .iso.org.dot.internet.mgmt.mib-2.rip2
+zebra .1.3.6.1.2.1.4.24 .iso.org.dot.internet.mgmt.mib-2.ip.ipForward
+ospfd .1.3.6.1.2.1.14 .iso.org.dot.internet.mgmt.mib-2.ospf
+bgpd .1.3.6.1.2.1.15 .iso.org.dot.internet.mgmt.mib-2.bgp
+ripd .1.3.6.1.2.1.23 .iso.org.dot.internet.mgmt.mib-2.rip2
+ospf6d .1.3.6.1.3.102 .iso.org.dod.internet.experimental.ospfv3
@end example
The following syntax is understood by the Quagga daemons for configuring SNMP: