Hi,
I would like to ask if these syntax are feasible for the NE40E, we are trying to locally attach a caching server in our CGNAT router:
nat instance plant-cable id 1
port-range 512 extended-port-range 512 extended-times 1
service-instance-group plant-cable
nat address-group plant-cable group-id 1
section 1 c207.0 mask 27
nat outbound 3001address-group plant-cable
nat alg rtsp
nat alg pptp
nat alg sip
nat statistics port-usage enable
nat statistics session-usage enable
nat statistics address-pool-usage enable
nat filter modefull-cone
#
acl number 3001
rule 45 permit ip source xx.xx.20.110 0
rule 46 permit ip source xx.xx.192.0 0.0.31.255
rule 47 permit ip source xx.xx.88.0 0.0.3.255
rule 48 permit ip source v.92.0 0.0.3.255
#
acl 3004
rule 0 permit tcp source xx.xx.88.0 0.0.4.255 destination-port eq www
rule 5 permit tcp source xx.xx.92.0 0.0.4.255 destination-port eq www
rule 10 permit tcp source xx.xx.192.0 0.0.32.255 destination-port eq www
#
traffic classifier operator or
if-match acl 3004
#
traffic behavior www
redirectip-nexthop 192.168.69.2
#
traffic policy pbr
classifier behavior www precedence 10
#
interfaceGigabitEthernet1/1/2
ip address xx.xx.69.1 255.255.255.248
traffic-policy pbr inbound
#
Please assist, thanks.