Hi,
The latest version of eNSP conforms to the AR G3 routers much more closely, whereas the previous version you mention was more similar to G2 routers.
In AR G3 router PBR is implemented using QoS features.
Here is an example of configuring PBR for AR G3, I have configured it on eNSP and it is accepted although I have not actually tested it in depth:
acl number 3000
rule 5 permit tcp destination-port eq telnet
#
traffic classifier TELNET operator and
if-match acl 3000
#
traffic behavior PBR
redirect ip-nexthop 10.1.1.1
#
traffic policy MYPBR
classifier TELNET behavior PBR
#
interface GigabitEthernet0/0/0
ip address 172.31.255.1 255.255.255.0
traffic-policy MYPBR inbound
Hope this helps, if you need more information please refer to the latest version of the Huawei documentation for the AR 150/200/1200/2200/3200 routers.
Regards Nigel