<?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: Multiple Customer NAT IP Overlapping Problems in Switching</title>
    <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096318#M81063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"How about not NATing such huge blocks of addresses at once? Get more specific by increasing the prefix length of the source subnet you want to NAT....&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I NAT in huge blocks then multiple clients will source into my core network with the same NAT source address, in which I cannot differentiate between the clients within logs, netflow, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 12:42:01 GMT</pubDate>
    <dc:creator>csimmons</dc:creator>
    <dc:date>2008-08-01T12:42:01Z</dc:date>
    <item>
      <title>Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096315#M81060</link>
      <description>&lt;P&gt;I'm been fearing that this issue would arrive and it finally has. I have quite a bit of Frame, MPLS, and ATM connections all from different customers whose network I have no control over. Being able to support these customers means I have to route the IP range(s) that the customer network uses internally, many of which don't have a IT team that understand NAT and how to configure it correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have started a solution that would take the incoming IP ranges and using the "ip nat inside source list &amp;lt;omitted&amp;gt; overload" be able to NAT the customer into 1 IP address. I would then only need to route that 1 IP into my core/dist network, leaving no overlapping problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has worked, but in a large scale if another customer on the same frame router has the same IP range(s), I can't use 2 different route-maps since it will match the first one only and the translation would become that of another customer. I was hoping someone knew of a way to use policy-map's or another type of route-map configuration to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see diagram for configuration and in more detail of the problem I face.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any recommendations!&lt;/P&gt;&lt;P&gt;Clint Simmons&lt;/P&gt;&lt;P&gt;Network Engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:33:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096315#M81060</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2019-03-06T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096316#M81061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldnt be NATing all your clients to the same subnet....maybe Im misunderstanding you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should assign a subnet to each individual client/customer, perform the NAT on the edge, and route their network and be done with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[EDIT] I read your diagram and I think I understand a bit better now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about not NATing such huge blocks of addresses at once? Get more specific by increasing the prefix length of the source subnet you want to NAT....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also create more soecific ACLs that differentiate source applicationa and destination ports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:25:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096316#M81061</guid>
      <dc:creator>lamav</dc:creator>
      <dc:date>2008-08-01T12:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096317#M81062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct, that's what I need to do but the problem is that if 2 individual clients have the same source network (ie: 172.23.240.x/24) then the NAT takes place on the first route-map (nat pool) that matches that access-list for customer CUSTA or CUSTB, whichever comes first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I determine which subnet the individual clients will be NAT'd to if they are sourcing from the same IP range and terminating on the same router?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to match the incoming interface as well? I haven't been successful in doing this, and since I'm in a production network it's very hard to have downtime to test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:31:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096317#M81062</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-01T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096318#M81063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"How about not NATing such huge blocks of addresses at once? Get more specific by increasing the prefix length of the source subnet you want to NAT....&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I NAT in huge blocks then multiple clients will source into my core network with the same NAT source address, in which I cannot differentiate between the clients within logs, netflow, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:42:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096318#M81063</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-01T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096319#M81064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the better way for u is to use VRF for each customer in this case u will not be in trouble even they have overlaping IP addresing&lt;/P&gt;&lt;P&gt; gonna make a separate routing table for each customer&lt;/P&gt;&lt;P&gt;u can do nating or not up to ur design&lt;/P&gt;&lt;P&gt;but VRFs will help u alot &lt;/P&gt;&lt;P&gt; see the following link read it and understand it carefully then u might redesign ur network to get around the overlaping issue&lt;/P&gt;&lt;P&gt;by the way with vrf it is not must to use mpls &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;easy &lt;/P&gt;&lt;P&gt;if u need config and redsignd let me know for help&lt;/P&gt;&lt;P&gt;again this link very useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf" target="_blank"&gt;http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, Rate if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 13:20:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096319#M81064</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-01T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096320#M81065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"If I NAT in huge blocks then multiple clients will source into my core network with the same NAT source address, in which I cannot differentiate between the clients within logs, netflow, etc.."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why I said &lt;B&gt;not&lt;/B&gt; NATing huge blocks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VRF is an excellent solution....Marwan is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 13:51:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096320#M81065</guid>
      <dc:creator>lamav</dc:creator>
      <dc:date>2008-08-01T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096321#M81066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to post a sample configuration between the 3660/3745 and my 6509's? Simplex is fine, I can look-up the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that the clients end routers/firewalls cannot be modified or changed in any way. All changes must only exist in my network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 14:43:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096321#M81066</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-01T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096322#M81067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i just wanna know cuple of things befor i do the config to avoid any misconfig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first what is the service u provide&lt;/P&gt;&lt;P&gt;i mean do u connect customers sites together? or u give them a shred service? especiallt what is the role of CAT6509 in ur network&lt;/P&gt;&lt;P&gt;also if posible send me copy of the 6509 config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 23:58:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096322#M81067</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-01T23:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096323#M81068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what i have don for u simple lab to send u sample config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE iin the config mean the router edg u have and i applied config only for cutstomer A but withing the same manner u can do it for all customers and they all can have the same IP range becasue their routing table will be saparte from the global routing table which is the router routing table withing ur own network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can control the comunication between VRFs through the route-target import and exaport&lt;/P&gt;&lt;P&gt;import mean what other a exporting and vis versa&lt;/P&gt;&lt;P&gt;the 6500 i used router here&lt;/P&gt;&lt;P&gt;but u can use the same config&lt;/P&gt;&lt;P&gt;only the deffrence is u need to put the interface config on a vlan interface&lt;/P&gt;&lt;P&gt;or u could make a routed interface then gonna be the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the attached file for sample config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, if helpful Rate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Aug 2008 02:41:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096323#M81068</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-02T02:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096324#M81069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the example documentation. I understand the layout better after reading it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may have another problem I have to face. Between the PE and P there is a PIX 525 in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PE --&amp;gt; (int4) PIX (int2) --&amp;gt; P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How will the PIX be able to route the IP ranges without having the overlapping IP ranges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming that I would just route the 172.16.0.0/16 to ROUTER-A and let the VRF determine the Customer it should route to. However lets say ROUTER-A has 172.16.0.0/16 and ROUTER-B has 172.16.24.0/24. The only way to get around this would be to route 172.16.24.0/24 to ROUTER-B only. The problem would then be that ROUTER-A wouldn't be able to use 172.16.24.0/24 on CUST-A's network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 20:03:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096324#M81069</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-05T20:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096325#M81070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached another Diagram with the exact layout information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are an ASP that provides Citrix and Web Applications. No internet access unless there is an emergency; ie: DR situation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All customers own their own circuits. We do not connect customer sites, we are merely the last termination point for our customer applications.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;My 6509 config is very basic, Rack Switch trunking and Server VLAN's, nothing fancy. The 6509 acts as a default route. The 3750's and PIX take over the routing. The 3750's will be replaced with 6504's very soon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 20:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096325#M81070</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-05T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096326#M81071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool now the view is deffrent to me&lt;/P&gt;&lt;P&gt;waht i would sugest here&lt;/P&gt;&lt;P&gt;VRF will be used  but defrently&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have deffrent customers, not connected between each other so that mean each with it own routing and maybe each need diffrent security policies maybe not must&lt;/P&gt;&lt;P&gt;to achive full network virtualization for ur case do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the edge Router will be configured with VRF for each customer &lt;/P&gt;&lt;P&gt;in this case we gonna keep a saparate routing table for each customer at that router so in ur case u can use overlaped address&lt;/P&gt;&lt;P&gt;but heree because u have datacenter and deffrent customers not connected and there is a firewall in the path&lt;/P&gt;&lt;P&gt;we will not use BGP and also we will not Extend the use of VRFs in other words the VRFs will be kepts on the edge router only&lt;/P&gt;&lt;P&gt;now u wondring how we gonna route these addresses on ur network&lt;/P&gt;&lt;P&gt;the answer is&lt;/P&gt;&lt;P&gt;the edge router now has VRF for each customer and this edge router connected to a PIX firewall&lt;/P&gt;&lt;P&gt;what we need to do now is to make another stage of virtualization but this time on the PIX&lt;/P&gt;&lt;P&gt;we will achive this with miltipule context mode&lt;/P&gt;&lt;P&gt;in this case u have to create for each customer (VRF) a saparate context (vertual Firewall) with its own interfaces (if u dont have enogh interfaces u could achive it through subinterfaces) and in the edge router each VRF will have a default route or a route for the datacenter pointing to the PIX &lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;each VRF will point to deffrent IP&lt;/P&gt;&lt;P&gt;in the case&lt;/P&gt;&lt;P&gt;EACh VRF will point its static route the corsponding context &lt;/P&gt;&lt;P&gt;so the view will be from vertual perespective like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;customerA--EdgeRouterVRF A---PIX contextA--gateway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;customerB--EdgeRouterVRF B---PIX contextB--gateway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have sent a bove a link&lt;/P&gt;&lt;P&gt;i will put it here again which explain this idea with details and config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to the following section in the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared Internet Access-Virtualized Internet Edge Design&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of the internet in the example u can consider it ur ciritx server for exampl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf" target="_blank"&gt;http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if u have any more questions just post it here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 01:15:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096326#M81071</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-08-06T01:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096327#M81072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow I knew you were going to suggest multiple contexts. As of right now I'm not using multiple context mode, I have 10 interfaces in which I'm using 8 of them with 2 spares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible at this time to enable multiple context mode, it would require some reconfiguration on my end and prep work with a maintenance window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there anyway just to use the single context mode and use sub-interfaces only as you suggested?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 13:13:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096327#M81072</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2008-08-06T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096328#M81073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have an answer to the question above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why I may not be able to use multiple contexts for each client is due to having 30+ clients that I would have to do this for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an alternative method as I stated above as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Clint&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 16:43:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/1096328#M81073</guid>
      <dc:creator>csimmons</dc:creator>
      <dc:date>2009-01-02T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Customer NAT IP Overlapping Problems</title>
      <link>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/3322190#M403371</link>
      <description>Hello Marwan,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all your above posts and suggestions, the link you updated in the above post is not working &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf" target="_blank"&gt;https://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008084994e.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;can you please post and working link&lt;BR /&gt;&lt;BR /&gt;Thanking you in advance..&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;Ranjit</description>
      <pubDate>Wed, 31 Jan 2018 04:41:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/multiple-customer-nat-ip-overlapping-problems/m-p/3322190#M403371</guid>
      <dc:creator>ranjit123</dc:creator>
      <dc:date>2018-01-31T04:41:08Z</dc:date>
    </item>
  </channel>
</rss>

