Hi,
I have new background about the configuration. The actual topology is:
https://temphfarias.s3.amazonaws.com/net.jpeg
The router AR2204xe is connected to the Router Cisco ASR. I only can modified the AR2204xe, I don't have access to the Cisco ASR. The public network (to internet) is the 146.83.95.0/28 defined in the AR2204xe, not in the ISP router (Cisco ASR).
The problem is create a NAPT for the private net 128.0.8.0/23. For the moment I configurated the net in the ACL 200, but my idea is bouding this private network (128.0.8.0/23) to the public IP 146.83.95.1 (This IP is defining in the interface 10GE1.4).
But we have a problem, when I do a traceroute in the host connected in the net 128.0.8.0/23, I got this:
-------------------------------------------------------------------------------------
root@chi2ad-vo:~# traceroute google.cl
traceroute to google.cl (172.217.0.163), 30 hops max, 60 byte packets
1 128.0.8.1 (128.0.8.1) 0.896 ms 0.879 ms 0.886 ms
2 * * *
3 * * *
4 * * *
5 * * *
-------------------------------------------------------------------------------------
and when I did a tracert in the AR2204xe I got this:
-------------------------------------------------------------------------------------
[chi2ad-ar-01]tracert 172.217.0.163
traceroute to 172.217.0.163(172.217.0.163), max hops: 30 ,packet length: 40,press CTRL_C to break
1 10.10.95.1 1 ms 1 ms 1 ms
2 *
-------------------------------------------------------------------------------------
So the problem is, I can't get internet in the router AR2204xe because the public net (146.83.95.0/28) is defined inside of them, and not in the router of the ISP (Cisco ASR).
Cheers,