On 28.08.14 11:12, Mikhail A. Grishin wrote:
> Aug 27 11:50:17 ekt-rsm1 bird: CLI connect
> Aug 27 11:50:17 ekt-rsm1 bird: CLI: show route all filter {if (0,48642)
> ~ bgp_community then accept;} table master
You can also avoid filters for this task completely:
show route all where (0,48642) ~ bgp_community
Rgds, Stefan