[edit] prox@einstein# show|compare [edit interfaces lo0 unit 0 family inet] + filter { + input orphan-test; + } [edit policy-options] + prefix-list orphan-test { + 10.0.0.0/8; + 12.3.3.3/32; + } [edit policy-options] + policy-statement orphan-test { + term foo { + from { + as-path orphan-test; + prefix-list orphan-test; + } + } + } [edit policy-options] + as-path orphan-test ".* 65000 .*"; [edit] + firewall { + filter orphan-test { + term permit-ssh { + from { + port ssh; + } + then accept; + } + } + } [edit protocols bgp group prolixium neighbor 10.3.4.5] + export orphan-test; [edit] prox@einstein# show|display set |match orphan set interfaces lo0 unit 0 family inet filter input orphan-test set policy-options prefix-list orphan-test 10.0.0.0/8 set policy-options prefix-list orphan-test 12.3.3.3/32 set policy-options policy-statement orphan-test term foo from as-path orphan-test set policy-options policy-statement orphan-test term foo from prefix-list orphan-test set policy-options as-path orphan-test ".* 65000 .*" set firewall filter orphan-test term permit-ssh from port ssh set firewall filter orphan-test term permit-ssh then accept set protocols bgp group prolixium neighbor 10.3.4.5 export orphan-test [edit] prox@einstein#