Hi,
You need to show a full routing table on the receiver. Probably you do
not have your direct route for 1.1.1.0/24 (or what you have) in the
bird's table, so it considers gateway 1.1.1.5 to be unreachable. I
usually add those routes with protocol direct. Pay attention also that
your gateway will
Hi,
Thank you for reply. Unfortunately that seems not to solve my problem.
Config of my bird instance is in previous email. The "receiving peer" I
set in test lab running bird is configured as follows:
router id 1.1.1.1;
protocol bgp {
local 1.1.1.1 as 65000;
neighbor 1.1.1.
Hi,
There is no reason to set gw attribute in the export filter, because
this attribute is not exported over bgp. bgp_next_hop is what you
want. You should also consider the "next hop self" option.
On Mon, Nov 2, 2020 at 5:53 PM ico wrote:
>
> Hello,
>
> I'm trying to to export some routes from
Hello,
I'm trying to to export some routes from our internal OSPF to BGP , both
running in the same bird instance. I am able to filter those routes via
BGP just fine (some tables connected via pipe). The problem is that all
exported routes have private gw addresses (10.x.x.x). I am unable to
From: Bird-users On Behalf Of 穴澤 正恒
Sent: Tuesday, February 18, 2020 5:02 PM
To: bird-users@network.cz
Subject: BGP neighbor shutdown
Hello,
Is there a way to shut down a particular BGP neighbor?
Equivalent to Cisco's "nei
Hello,
Is there a way to shut down a particular BGP neighbor?
Equivalent to Cisco's "neighbor 10.0.0.1 shutdown" command
With best regards,
Anazawa Masatsune
Indeed a firewall issue. Thanks Alexander.
On Thu, 24 Jan 2019 at 16:24, Alexander Zubkov wrote:
> Hi,
>
> Check that R2 is actually listening the port. And that port is not
> blocked in your firewall.
>
> On Thu, Jan 24, 2019 at 4:16 PM Shahan Agha
> wrote:
> >
> > Hi All,
> >
> > I am facing
Hi,
Check that R2 is actually listening the port. And that port is not
blocked in your firewall.
On Thu, Jan 24, 2019 at 4:16 PM Shahan Agha wrote:
>
> Hi All,
>
> I am facing something very strange from almost a week now. I have multiple
> i-bgp neighbors which are working just fine.
>
> # bir
Hi All,
I am facing something very strange from almost a week now. I have multiple
i-bgp neighbors which are working just fine.
# birdc show protocols
bgp_r4 BGP master up 2019-01-21 Established
bgp_r3 BGP master up 2019-01-21 Established
*bgp_r2 BGP master start 1
Hello All,
I notice that if BGP is directly connected, when BGP started, the
bgp_start_locked() is called and using neigh_find2() to lookup the neighbor. In
neigh_find2(), bird will loop iface_list and comparing the remote IP address
with the IP prefix of interface, checking whether is the s
Hi All,
I notice that if BGP is directly connected, when BGP started, the
bgp_start_locked() is called and using neigh_find2() to lookup the neighbor. In
neigh_find2(), bird will loop iface_list and comparing the remote IP address
with the IP prefix of interface, checking whether is the subn
Dear Support,
I have a VM running with Bird 2.0.2 and peering with a 3107 BGP neighbor. I
would like to advertise VM's loopback IP address to the 3107 BGP neighbor
(Labeled unicast) with label value of 3 and the nexthop as interface address.
Is it possible and how can it be achieved.
T
12 matches
Mail list logo