Hi
I need to allow ip prefix matching from prefix-set allow-ilg1-pfx and ( as-path-originates123 or as-path-originates 321)
will below statement work as I expected
elseif destination in allow-ilg1-pfx and as-path originates-from '123' or as-path originates-from '321' then
pass
any suggestions appreciated