Spuluka,
Thank you for the response, i am not sure if i understood you correctly. you mentioned updating the "policy statement" while my concern was to update prefix-list automatically. i have a firewall filter that looks like this:
[edit firewall family inet filter 40MB-shared-pool] term VIDEO-CONTENT { from { prefix-list { TEST; } } then { policer 100MB-POLICER; accept; } } term INTERNET-TRAFFIC { then { policer 40MB-POLICER; accept; } } re0# show interfaces ge-1/0/1.113 description 40MB-SHARED-POOL; vlan-id 113; family inet { filter { output 40MB-shared-pool; } address 192.168.1.1/29; }
My Main concern is to update the "TEST" prefix-list with prefixes recieved from the BGP peer providing the VIDEO content.
Thanks Alot, I appreciate your efforts and time on this.