OPNsense Forum

English Forums => Virtual private networks => Topic started by: skacem on July 22, 2024, 03:49:35 PM

Title: BGP neighbor range
Post by: skacem on July 22, 2024, 03:49:35 PM
Hi

i want to ask if there is a possibility with the FRR plugin to configure a network range in BGP neighbors

all the OPNsense will share a same network, so it's very heavy and tedious to enter and configure neighbor per neighbor on each OPNsense

Thanks a lot
Title: Re: BGP neighbor range
Post by: skacem on July 24, 2024, 03:24:31 PM
i've asked the question at github
FRRouting has already this functionality

https://docs.frrouting.org/en/stable-10.0/bgp.html#clicmd-bgp-listen-range-A.B.C.D-M-X-X-X-X-M-peer-group-PGNAME (https://docs.frrouting.org/en/stable-10.0/bgp.html#clicmd-bgp-listen-range-A.B.C.D-M-X-X-X-X-M-peer-group-PGNAME)

the syntax is
bgp listen range <A.B.C.D/M|X:X::X:X/M> peer-group PGNAME

but it seems the FRR plugin for OPNsense doest include it yet
there is nowhere to enter the (listen range) in the Routing--BGP menu