Confused with processes

42 views
Skip to first unread message

Borja Marcos

unread,
Jun 22, 2020, 12:28:34 PM6/22/20
to exabgp-users
(seems the post was discarded, sorry about the repetition)

I am migrating a simple configuration from version 3 to 4. I have a process checking whether a DNS server is alive and
announcing a couple of routes.

I understand that unless I add an "api" clause to the template or neighbor sections no announcements should be sent to
the neighbors. However, with this configuration the announcements are being sent. 

Am I missing anything? I understand it shouldn't happen.

Thanks!





borja.



template {

        neighbor AnycastDNS {

                local-as 65500;

                peer-as 65530;

                hold-time 180;

                group-updates false;

                router-id 192.168.1.155;

                local-address 192.168.1.155;


                capability {

                        graceful-restart 1200;

                }

        }

}


neighbor 192.168.1.1 {

        inherit AnycastDNS;

}


neighbor 192.168.1.156 {

        inherit AnycastDNS;

}


process watch-dnsmulti {

        run /usr/local/bin/python3.7 -m exabgp healthcheck -s --name watch-dnsmulti --interval 5 --ip 192.168.224.1 -

-ip 192.168.224.2  --withdraw-on-down --timeout 5 --fall 1 --cmd '/usr/local/bin/dig @192.168.224.1 . +time=5 +tries=

1';

        encoder text;

}

~

~

~


Reply all
Reply to author
Forward
0 new messages