Hi aarseniev,
can you please clarify how I can import from inet.0 to another virtual router instance?
policy-statement accept-from-main { term ok { from { instance inet.0; prefix-list routes-from-main; } then accept; } term reject-rest { then reject; } }
I fail to see how I can even use the from instance statement when dealing with inet.0
'instance inet.0' no instance inet.0 error: configuration check-out failed