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,