mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 20:32:18 +00:00
ospf6d supports SNMP as well now.
This commit is contained in:
parent
4f8b5bb138
commit
54aa6b2d79
@ -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>
|
2004-10-11 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
* ospfd.8: Update manpage: add info about new -a/--apiserver command
|
* ospfd.8: Update manpage: add info about new -a/--apiserver command
|
||||||
|
@ -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.
|
the Quagga daemons. Sadly, SNMP has not been implemented in all daemons yet.
|
||||||
@example
|
@example
|
||||||
(OIDs below .iso.org.dod.internet.private.enterprises)
|
(OIDs below .iso.org.dod.internet.private.enterprises)
|
||||||
zebra .1.3.6.1.4.1.3317.1.2.1 .gnome.gnomeProducts.zebra.zserv
|
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
|
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
|
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
|
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
|
@end example
|
||||||
|
|
||||||
The following OID numbers are used for querying the SNMP daemon by a client:
|
The following OID numbers are used for querying the SNMP daemon by a client:
|
||||||
@example
|
@example
|
||||||
zebra .1.3.6.1.2.1.4.24 .iso.org.dot.internet.mgmt.mib-2.ip.ipForward
|
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
|
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
|
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
|
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
|
@end example
|
||||||
|
|
||||||
The following syntax is understood by the Quagga daemons for configuring SNMP:
|
The following syntax is understood by the Quagga daemons for configuring SNMP:
|
||||||
|
Loading…
Reference in New Issue
Block a user