forwarding-options { family inet { filter { output ff-qppb-v4; } } family inet6 { filter { output ff-qppb-v6; } } } routing-options { forwarding-table { export [ ft-qppb ]; } } policy-options { community downgrade members 65535:TBD; ## FIXME TBD IANA policy-statement ft-qppb { term qppb-le { from community downgrade; then { destination-class qppb-le; accept; } } term rest { then { accept; } } } } firewall { family inet { filter ff-qppb-v4 { term dcu { from { destination-class qppb-le; } then { forwarding-class le; accept; } } term rest { then { accept; } } } } family inet6 { filter ff-qppb-v6 { term dcu { from { destination-class qppb-le; } then { forwarding-class le; accept; } } term rest { then { accept; } } } } }