Hi there.
I'm planning a BGP instalation widong ERS 8600.
I need to filter all the routes coming from some specific Autonomous systems. For example
(8600 AS 1) ---- (AS 2) ----- (AS 3) ---- (AS 4)
So I can filter AS3 in my path
Some thing like this Cisco commands
ip as-path access-list 1 permit _109_
ip as-path access-list 2 permit _200$
ip as-path access-list 2 permit ^100$
ip as-path access-list 3 deny _690$
How can I do this with ACLI?
Thanks