0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/nest
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
..
a-path_test.c Merge remote-tracking branch 'origin/master' into backport 2022-07-11 11:08:10 +02:00
a-path.c Basic route aggregation 2023-09-26 15:46:24 +02:00
a-set_test.c ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
a-set.c ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
attrs.h Lib: Use access() function attribute 2024-05-29 13:03:10 +02:00
bfd.h BFD: Set password per session 2024-04-16 15:30:59 +02:00
bird.h Initial commit on integrated BIRD 2015-11-05 12:48:52 +01:00
cli.c Additional CLI sockets may now be restricted 2024-06-27 04:14:39 +02:00
cli.h Additional CLI sockets may now be restricted 2024-06-27 04:14:39 +02:00
cmds.c Conf: Symbol hashes for all scopes 2023-09-12 15:20:50 +02:00
cmds.h Filter refactoring: dropped the recursion from the interpreter 2019-02-20 22:30:54 +01:00
config.Y BFD: Fix build when BFD is disabled 2024-05-28 15:31:52 +02:00
Doc MPLS subsystem 2023-10-04 13:01:21 +02:00
iface.c Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
iface.h Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
locks.c BGP: Allow multiple EBGP neighbors with the same peer. 2024-02-07 19:11:10 +01:00
locks.h BGP: Allow multiple EBGP neighbors with the same peer. 2024-02-07 19:11:10 +01:00
Makefile MPLS subsystem 2023-10-04 13:01:21 +02:00
mpls.c MPLS: Fix issue with recursive MPLS routes 2023-10-16 15:21:36 +02:00
mpls.h MPLS: Update to support and use 64bit source id 2023-10-04 15:00:24 +02:00
mpls.Y MPLS: Handle compatibility with old configs 2023-10-05 17:54:43 +02:00
neighbor.c OSPF: Allow loopback nexthop in OSPFv3-IPv4 2024-04-04 18:37:26 +02:00
password.c Nest: Allow MAC algorithms to specify min/max key length 2021-06-06 16:28:18 +02:00
password.h Nest: Allow MAC algorithms to specify min/max key length 2021-06-06 16:28:18 +02:00
proto-hooks.c Dropping rte-local dumper entries 2021-10-13 19:09:05 +02:00
proto.c Nest: Rename channel class 2024-08-21 11:24:38 +02:00
proto.sgml Channels - explicit links between protocols and tables 2016-02-01 10:28:50 +01:00
protocol.h SNMP 2024-08-21 22:31:52 +02:00
route.h ASPA: checks done in filters; no autoreload yet 2024-03-25 14:15:30 +01:00
rt-attr.c ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
rt-dev.c Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
rt-dev.h Nest: SADR support for Direct 2018-03-18 02:56:51 +01:00
rt-fib_test.c Nest: Add tests and benchmark for FIB 2023-05-16 13:25:48 +02:00
rt-fib.c ASPA: basic data structures and Static protocol support 2024-03-25 14:15:30 +01:00
rt-show.c Trie: Add support for unbound subnet walks 2024-08-21 11:56:05 +02:00
rt-table.c ASPA: checks done in filters; no autoreload yet 2024-03-25 14:15:30 +01:00