looks like you’re missing the “key2” tag…
This is what I got when i tried it directly on netsim…
j0(config)# configuration policy-options policy-statement AAA from prefix-list-filter IPV4_PFX orlonger j0(config-prefix-list-filter-IPV4_PFX/orlonger)# top j0(config)# commit
Commit complete.
j0(config)# exit
j0# show running-config configuration policy-options | display xml
<config xmlns="http://tail-f.com/ns/config/1.0"> <configuration xmlns="http://xml.juniper.net/xnm/1.1/xnm"> <policy-options>
<policy-statement>
<name>AAA</name>
<from>
<prefix-list-filter>
<list_name>IPV4_PFX</list_name>
<key2>orlonger</key2> </prefix-list-filter> </from>
</policy-statement>
</policy-options>
</configuration>
</config>
j0#
Best regards, Gregg