Re: BIRD version route server example

2018-07-12 Thread Job Snijders
instead of looking at the arouteserver examples, I strongly recommend to just use arouteserver to generate the BIRD configurations. IXP route servers need to do prefix filtering to ensure the safety for all participants, and the arouteserver software can help you do this. Kind regards, Job On

Re: BIRD version route server example

2018-07-12 Thread heisenbug at xpto
arouteserver github have some good examples too: https://github.com/pierky/arouteserver/tree/master/examples/rich []s On 12/07/2018 05:18, Alarig Le Lay wrote: > Hi, > > On jeu. 12 juil. 10:08:33 2018, Isaac HO wrote: >> Dear All, >> My BIRD version is 1.6.4. and Would like use BIRD to set up

Re: How to show community value

2018-07-12 Thread Mo Shivji
> On 12 Jul 2018, at 10:58, Isaac HO wrote: > > Thanks all but tried two method no luck. > > echo "show route all x.x.x.0/24" | sudo /usr/bin/birdc -s /var/run/bird.ctl > sudo: /usr/bin/birdc: command not found Perhaps birdc is under a different path on your box. > > birdc 'show route for

Re: How to show community value

2018-07-12 Thread Mo Shivji
> On 12 Jul 2018, at 10:29, Isaac HO wrote: > > sh ip bgp x.x.x.0/24 <-- Cisco > > birdc show route where net ~ x.x.x.0/24 all > BIRD 1.6.4 ready. > root: variable expected. <-- Can't see any information. > > May I know have any other command? > > Thanks, Here is possibly one way from the

Re: How to show community value

2018-07-12 Thread Job Snijders
Try adding quotes, like so: $ birdc ‘show route where net ~ x.x.x.0/24 all‘ On Thu, 12 Jul 2018 at 11:35, Isaac HO wrote: > sh ip bgp x.x.x.0/24 <-- Cisco > > birdc show route where net ~ x.x.x.0/24 all > BIRD 1.6.4 ready. > root: variable expected. <-- Can't see any information. > > May I

How to show community value

2018-07-12 Thread Isaac HO
sh ip bgp x.x.x.0/24 <-- Cisco birdc show route where net ~ x.x.x.0/24 all BIRD 1.6.4 ready. root: variable expected. <-- Can't see any information. May I know have any other command? Thanks,

Re: BIRD version route server example

2018-07-12 Thread Alarig Le Lay
Hi, On jeu. 12 juil. 10:08:33 2018, Isaac HO wrote: > Dear All, > My BIRD version is 1.6.4. and Would like use BIRD to set up a route server. > > Seems there many version of BIRD..May I know the follow example config is > it suitable for ersion is 1.6.4. to build up the route server. > > >