Re: KRT: Error sending route 192.168.x.x/32 to kernel: File exists

2021-01-20 Thread Victor Sudakov
rt none" for protocol OSPF. Now I have direct1 routes in the master table which are not propagated to OSPF as external routes. Now the question. Why did it work (that is, why did it stop the annoying message about existing routes)? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/

Re: KRT: Error sending route 192.168.x.x/32 to kernel: File exists

2021-01-20 Thread Victor Sudakov
0 192.168.170.0/24 unicast [ospf4 00:00:52.893] I (150/10) [192.168.170.1] dev re1 bird> -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/

Re: KRT: Error sending route 192.168.x.x/32 to kernel: File exists

2021-01-20 Thread Victor Sudakov
outes into External routes. This is not a desirable result. I'll try disabling "export all" in OSPF later. > And also adding `interface "lo0" { stub yes; };` to OSPF? Adding "lo0" or "*" will probably inject the 127.0.0.1/8 prefix into OSPF. I really d

KRT: Error sending route 192.168.x.x/32 to kernel: File exists

2021-01-19 Thread Victor Sudakov
U bridge0 192.168.246.1 link#4 UHS lo0 -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/

Re: Exporting routes as text

2016-02-17 Thread Victor Sudakov
tted myself with all that "nc -w1 -U /var/run/bird.ctl" stuff. -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:suda...@sibptus.tomsk.ru

Re: Exporting routes as text

2016-02-16 Thread Victor Sudakov
' |\ awk '/via 212\.73\.124\.1/{print $1}' >\ /usr/local/www/apache22/data/prefixdb/tomsk.txt -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:suda...@sibptus.tomsk.ru

Exporting routes as text

2016-02-16 Thread Victor Sudakov
/run/bird.ctl socket? What's the set of commands I can send to the socket to extract some routes with a filter? I can do: $ echo help | nc -U /var/run/bird.ctl 0001 BIRD 1.5.0 ready. 9001 syntax error Thank in advance for any input. Maybe there are sample scripts? -- Victor Sudakov, VAS4

Re: bgp_community.add

2016-02-16 Thread Victor Sudakov
ity.add((65535:65281)); #no-export 0xff01 - see RFC1997 > accept; > } > } I think you meant "43859,300", not "43859:300" ? Thanks a lot! It works. Now I know there are no symbolic names for well-known communities for me. -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:suda...@sibptus.tomsk.ru

bgp_community.add

2016-02-15 Thread Victor Sudakov
_community.add((43859,300)); accept; } }; } What if I want to add two communities: "43859:300" and "no-export" ? -- Victor Sudakov, VAS4-RIPE, VAS47-RIPN sip:suda...@sibptus.tomsk.ru