diff options
author | hasso <hasso> | 2004-10-12 08:05:34 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-12 08:05:34 +0200 |
commit | 54aa6b2d796416ed0d606c49bf4a0f1e62b93401 (patch) | |
tree | 528b7cdd30c07ae87d9e7a672d09423f5e9c451f /doc/snmp.texi | |
parent | 2004-10-11 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-54aa6b2d796416ed0d606c49bf4a0f1e62b93401.tar.xz frr-54aa6b2d796416ed0d606c49bf4a0f1e62b93401.zip |
ospf6d supports SNMP as well now.
Diffstat (limited to 'doc/snmp.texi')
-rw-r--r-- | doc/snmp.texi | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/snmp.texi b/doc/snmp.texi index 3b6ba8a75..b573b6a76 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: |