Re: having trouble getting bird an juniper to be happy with BFD

2017-08-18 Thread Jerry Scharf
Please ignore this. A typo in iptables... On 08/18/2017 01:43 PM, Jerry Scharf wrote: Hi, I'm confused with what is going on with this. Here are the config snippets for what I am doing: this sets up the bgp peer that I am monitoring: template bgp tocore { description "bgp to d

having trouble getting bird an juniper to be happy with BFD

2017-08-18 Thread Jerry Scharf
.12.0.3.bfd-control: BFDv1, Control, State Down, Flags: [none], length: 24 and so on So clearly from tcpdump bird is always saying down and so nothing is setting up. What do I need to do. This is running 1.6.0 right now. jerry -- Jerry Scharf, Soundhound DevOps "What could possibly go wrong?"

Re: Please help, local interfaces not being recognized as local

2017-05-18 Thread Jerry Scharf
Ondrej, Thanks for the response. That fixed it. jerry On 5/18/17 3:10 AM, Ondrej Zajicek wrote: On Wed, May 17, 2017 at 06:28:59PM -0700, Jerry Scharf wrote: Hi, So I have narrowed things down but still don't understand what is going on. The symptoms are as follows: I have local inter

Please help, local interfaces not being recognized as local

2017-05-17 Thread Jerry Scharf
41; source address 172.18.10.4; } protocol bgp outside_edge_B from toedge { neighbor 172.18.10.2 as 18741; source address 172.18.10.5; } protocol bfd { interface "eth*" { interval 300 ms; multiplier 3; }; } include "/soundhound/etc/bird/*4.part.cfg"; -- Jerry Scharf, Soundhound DevOps "What could possibly go wrong?"

are my posts working?

2017-05-16 Thread Jerry Scharf
Hi, Sorry to spam the list and people, but I have tried to send a couple messages to the list with nothing showing up. jerry -- Jerry Scharf, Soundhound DevOps "What could possibly go wrong?"

not seeing statics being advertised to bgp neighbors

2017-05-16 Thread Jerry Scharf
col bgp outside_edge_B from toedge { neighbor 172.18.10.2 as 18741; source address 172.18.10.5; } protocol bfd { interface "eth*" { interval 300 ms; multiplier 3; }; } include "/soundhound/etc/bird/*4.part.cfg"; -- Jerry Scharf, Soundhound DevOps "What could possibly go wrong?"

not seeing statics being advertised to bgp neighbors

2017-05-15 Thread Jerry Scharf
rong? thanks, jerry -- Jerry Scharf, Soundhound DevOps "What could possibly go wrong?" # this is automatically generated from borderbird4.j2, version 0.3 protocol kernel { # learn; # Learn all alien routes from the kernel persist;# Don&#x

Re: not seeing statics being advertised to bgp neighbors

2017-05-15 Thread Jerry Scharf
Sorry, forgot to say this is bird 1.4.5 install from centos epel. On 05/15/2017 06:38 PM, Jerry Scharf wrote: Hi, I have the following setup and am not seeing what I expect. I had this working before, so I am sure it is something I have changed in the configurations when automating them. I

Re: manipulating the best path, eBGP, MED?

2017-03-07 Thread Jerry Scharf
I always use aspath stuffing rather than MED for this kind of thing. After localpref, the next level of choice for a bgp route is the AS path length, with shorter winning. Say you want prefix 1 to always prefer hv1 and prefix2 to prefer hv2. On hv2, prepend your AS onto prefix 1 and on hv1, pr

is there a better way to get aliases sent

2017-01-03 Thread Jerry Scharf
Hi, I am running bird on a bunch of border machines. We have a local 172.16 net that connects the border machines with the edge routers who peer with the ISPs. The borders have a whole bunch of host aliases that they answer for and want to ibgp advertise those to the edge routers. The border

Re: having trouble getting default to be added to route table, says filtered out

2016-12-30 Thread Jerry Scharf
Ondrej, Thank you so much for the fast response. That fixed all of it. Sorry for the noob mistake. jerry On 12/30/16 3:47 PM, Ondrej Zajicek wrote: On Fri, Dec 30, 2016 at 12:27:13PM -0800, Jerry Scharf wrote: Hi, I did a quick look at the archives and didn't see exactly what I was t

having trouble getting default to be added to route table, says filtered out

2016-12-30 Thread Jerry Scharf
Hi, I did a quick look at the archives and didn't see exactly what I was trying discussed. I have some border machines running bird connected to junpiers that are bgp peering with our ISPS. I have the junipers set up such that they generate a default route and send it to the border machines. I wa