<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CSR1000v - Destination NAT]]></title><description><![CDATA[<p dir="auto">Hi, I have a topology (attached) where I need to translate the destination IP of the outgoing packets. Here is how the flow works: 1. Host1 generates a packet with Source IP 192.168.1.2 and destination 192.168.2.2<br />
2. Host 1 has a default route to R1 and packet is sent there.<br />
3. R1 needs to translate the Destination IP to 10.1.2.2. 4. The packet enters R2 on a VRF. The VRF has a route to 10.1.2.0/24 network and is sent to the fabric cloud using VXLAN encapsulation. This is thee reason why destination IP needs to be translated to 10.1.2.0/24. 5. Packet enters R3 where it is decapsulated. The Source IP is 10.1.1.2 and destination is 10.1.2.2. 6. Packet is forwarded to R4. R4 translated destination IP to 192.168.2.2 7. Packet is forwarded to Host 2. I am looking for guidance on point 3 on how to achieve NAT of destination IP Thanks Mukundh</p>
]]></description><link>https://sla247.ru/forum/topic/494/csr1000v-destination-nat</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 19:28:33 GMT</lastBuildDate><atom:link href="https://sla247.ru/forum/topic/494.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Jan 2026 14:56:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CSR1000v - Destination NAT on Thu, 22 Jan 2026 14:56:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/mukundhm" aria-label="Profile: mukundhm">@<bdi>mukundhm</bdi></a> Change this accordingly with the topology. R1: interface &lt;interface to host&gt;<br />
ip address x.x.x.x x.x.x.x<br />
ip nat inside interface &lt;interface to R2&gt;<br />
ip address x.x.x.x x.x.x.x<br />
ip nat ouside ip nat inside source static 192.168.1.2 10.1.2.2 R4: interface &lt;interface to R3<br />
ip address x.x.x.x x.x.x.x<br />
ip nat inside interface &lt;interface to Host&gt;<br />
ip address x.x.x.x x.x.x.x<br />
ip nat ouside ip nat outside source static 10.1.2.2 192.168.2.2</p>
]]></description><link>https://sla247.ru/forum/post/3404</link><guid isPermaLink="true">https://sla247.ru/forum/post/3404</guid><dc:creator><![CDATA[Flavio Miranda]]></dc:creator><pubDate>Thu, 22 Jan 2026 14:56:34 GMT</pubDate></item></channel></rss>