s between processes. There are concerns of course if you want
> to export those routes into routing table, because of separated interfaces,
> but at that point you should already know pretty well what dirty things you
> are trying to do. :)
>
> On Wed, Jun 12, 2019 at 3:15 PM J
I'm in similar situation. Trying to run Bird on hardware that runs on top
of kernel that doesn't support vrf.
Not sure if I understand correctly. Not sure how using Linux sockets would
allow you to achieve separation between different namespaces? You would
still need at least different Bird process
Hi,
I'm trying to figure out if it's possible to use protocol kernel to export
routes to OS routing table that are in different Linux namespaces. Is this
possible at all?
I've found previous post
https://bird.network.cz/pipermail/bird-users/2014-October/009393.html
suggesting
that only option is
Hi,
I'm trying to find a command that will allow me to verify router ID being
used for particular BGP session.
When using 'show protocols all ' it shows verbose info,
but it doesn't show Local Router ID. I know it shows 'Source address' but
this is not the same.
Is there a command to verify that?
Hi,
I'm running BIRD on Arista switch that allows entering bash. What I want to
achieve is to have logs from BIRD being integrated into Switch OS. Meaning
when BIRD logs a message it will appear in the output of 'show logging'
>From switch documentation I know it is possible, but it needs to set
be however problematic with higher number of peers.
On Fri, Aug 24, 2018 at 2:45 PM Jakub Nowacki
wrote:
> Hi,
>
> I have multihop BGP peering with BFD setup on it. One of the peers is a
> switch that runs Linux. I've run into situation where after link flap on
> interface that s
Hi,
I have multihop BGP peering with BFD setup on it. One of the peers is a
switch that runs Linux. I've run into situation where after link flap on
interface that switch connects to BFD protocol after successfully detecting
that flap BFD session cannot reestablich because switch side stops sendin
On Tue, Aug 14, 2018 at 2:27 PM Ondrej Zajicek
wrote:
> On Mon, Aug 13, 2018 at 03:14:10PM +0200, Jakub Nowacki wrote:
> > Hi,
> >
> > I'm running BIRD on Arista which allows access to Linux bash. I'm having
> > issue with running multihop BFD session
Hi,
I'm running BIRD on Arista which allows access to Linux bash. I'm having
issue with running multihop BFD session on it and I believe it's related to
port being already binded.
> bash-4.3# netstat -tulpen | grep 4784
>
udp6 0 0 :::4784 :::*
> 0 4269
Hi everyone,
I'm looking for a way to locally (on a single host) convert a single route
between protocols, so that route changes its attributes i.e. originate
static route locally and convert it to BGP.
Sample configuration:
##
protocol static my_default {
route 0.
10 matches
Mail list logo