<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NATing source IP on 3745 switch in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224253#M874996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2009 15:23:06 GMT</pubDate>
    <dc:creator>GW M</dc:creator>
    <dc:date>2009-03-16T15:23:06Z</dc:date>
    <item>
      <title>NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224249#M874988</link>
      <description>&lt;P&gt;I have a 3745 switch running IOS 12.3. I would like to NAT the inside IP address 192.168.1.70 to IP address 125.255.251.1 only when it is communicating to IP address 149.100.114.1. For all other IP addresses that it will be communicating with, I DO NOT want to NAT 192.168.1.70. Does anyone know what the commands are to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224249#M874988</guid>
      <dc:creator>GW M</dc:creator>
      <dc:date>2019-03-11T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224250#M874990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean 3745 router ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean 3750 switch you can't NAT on switches other than the 6500 but assuming you mean router &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip host 192.168.1.70 host 149.100.14.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 125.255.251.1 192.168.1.70 route-map NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map NAT permit 10&lt;/P&gt;&lt;P&gt;match ip address 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224250#M874990</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-16T15:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224251#M874992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a router&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:16:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224251#M874992</guid>
      <dc:creator>GW M</dc:creator>
      <dc:date>2009-03-16T15:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224252#M874994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:21:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224252#M874994</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-16T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224253#M874996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:23:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224253#M874996</guid>
      <dc:creator>GW M</dc:creator>
      <dc:date>2009-03-16T15:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224254#M874997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't "ip nat inside source static 125.255.251.1 192.168.1.70 route-map NAT" be reversed? Like... "ip nat inside source static 192.168.1.70 125.255.251.1 route-map NAT" since the source is 192.168.1.70 and we are NATing to 125.255.251.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:34:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224254#M874997</guid>
      <dc:creator>GW M</dc:creator>
      <dc:date>2009-03-16T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224255#M874998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gregg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, my apologies. I was in Pix/ASA mode for a moment there where you reverse the addresses but on a router you are quite right the statement would be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 192.168.1.70 125.255.251.1 route-map NAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again, apologies for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 15:42:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224255#M874998</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-03-16T15:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: NATing source IP on 3745 switch</title>
      <link>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224256#M874999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem. Just wanted to make sure. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 16:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nating-source-ip-on-3745-switch/m-p/1224256#M874999</guid>
      <dc:creator>GW M</dc:creator>
      <dc:date>2009-03-16T16:50:31Z</dc:date>
    </item>
  </channel>
</rss>

