> 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 x
> 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
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 know
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,