0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00
bird/proto/snmp
Vojtech Vilimek 4a500725a1 SNMP
The BIRD protocol SNMP makes it possible to retrieve management information
through SNMP. This is accomplished by implementing AgentX protocol. The BIRD
acts as an AgentX subagent, registers to master agent and provides management
information. Master agent handles SNMP communication and forwards request to
registered subagents. You will therefore need an additional component -- a SNMP
daemon capable of acting as AgentX master agent. In theory, the information
consumer don't have to support SNMP and could be very simple master agent for
logging/monitoring the BIRD state. For more detail see provided documentation.

This commit is squashed version of development history. Full development history
could be found on branch `proto-snmp'.
2024-08-21 22:31:52 +02:00
..
bgp4_mib.c SNMP 2024-08-21 22:31:52 +02:00
bgp4_mib.h SNMP 2024-08-21 22:31:52 +02:00
config.Y SNMP 2024-08-21 22:31:52 +02:00
Doc SNMP 2024-08-21 22:31:52 +02:00
Makefile SNMP 2024-08-21 22:31:52 +02:00
mib_tree.c SNMP 2024-08-21 22:31:52 +02:00
mib_tree.h SNMP 2024-08-21 22:31:52 +02:00
snmp_test.c SNMP 2024-08-21 22:31:52 +02:00
snmp_utils.c SNMP 2024-08-21 22:31:52 +02:00
snmp_utils.h SNMP 2024-08-21 22:31:52 +02:00
snmp.c SNMP 2024-08-21 22:31:52 +02:00
snmp.h SNMP 2024-08-21 22:31:52 +02:00
subagent.c SNMP 2024-08-21 22:31:52 +02:00
subagent.h SNMP 2024-08-21 22:31:52 +02:00