0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto
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
..
aggregator Expanded usage of stdbool.h to the whole BIRD 2024-03-25 09:39:58 +01:00
babel Babel: Fix build with limited set of protocols 2024-03-19 15:39:46 +01:00
bfd BFD: Add option to accept zero checksum for IPv6 UDP packets 2024-06-26 16:29:57 +02:00
bgp Nest: Rename channel class 2024-08-21 11:24:38 +02:00
bmp Expanded usage of stdbool.h to the whole BIRD 2024-03-25 09:39:58 +01:00
l3vpn MPLS: Update to support and use 64bit source id 2023-10-04 15:00:24 +02:00
mrt Client: Add support for completion of command options 2024-03-05 19:04:10 +01:00
ospf OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe Nest: Rename channel class 2024-08-21 11:24:38 +02:00
radv Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
rip Trivial code cleanups 2024-01-22 06:29:14 +01:00
rpki Merge commit '44e351d1522f0099687aac9fd65dcea73a04af43' 2024-03-21 15:58:52 +01:00
snmp SNMP 2024-08-21 22:31:52 +02:00
static ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
Doc SNMP 2024-08-21 22:31:52 +02:00