Hello,
I am trying to filter BGP announces I am receiving. While the filter seems to be working, system still stores all the received routes in memory.
> show bgp summary
Groups: 1 Peers: 1 Down peers: 0
Table Tot Paths Act Paths Suppressed History Damp State Pending
inet.0 272954 0 0 0 0 0
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped...
XX.XX.153.57 XX21 54435 43 0 0 17:25 0/272954/0/0 0/0/0/0
I can see alll these 200k routes when I look for hidden routes using 'show route hidden' command.
This is causing 'rpd' process to use 100mb of memory instead of 10mb which it originally uses when it starts.
When I do a similar configuration in Cisco routers, the incoming route advertisements get discarded altogether. Is this normal for a Juniper router? is there a way to discard all incoming route advertisements?
Thanks,
Evren