<?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: NAT Configuration Error with IE2000 in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/4021336#M328649</link>
    <description>&lt;P&gt;Did you ever get this working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know because I'm also trying to get this working and the documentation is less than helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Tom&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 21:57:34 GMT</pubDate>
    <dc:creator>tearl42</dc:creator>
    <dc:date>2020-01-30T21:57:34Z</dc:date>
    <item>
      <title>NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947094#M323942</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to configure a simple 1to1 NAT on a Cisco IE2000, following the guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it fails with an error, I don't know why it happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;en
conf t
l2nat instance instance10

inside from host 192.168.178.13 to 30.225.6.9
inside from host 192.168.178.11 to 10.0.0.10
inside from host 192.168.178.32 to 10.0.0.11
inside from host 192.168.178.33 to 10.0.0.12
inside from host 192.168.178.34 to 10.0.0.13
inside from host 192.168.178.12 to 10.0.0.14
inside from host 192.168.178.101 to 10.0.0.15
inside from host 192.168.178.100 to 10.0.0.16
inside from host 192.168.178.40 to 10.0.0.17
inside from host 192.168.178.41 to 10.0.0.18

outside from host 10.0.0.9 to 192.168.178.13 
outside from host 10.0.0.10 to 192.168.178.11 
outside from host 10.0.0.11 to 192.168.178.32 
outside from host 10.0.0.12 to 192.168.178.33 
outside from host 10.0.0.13 to 192.168.178.34 
outside from host 10.0.0.14 to 192.168.178.12 
outside from host 10.0.0.15 to 192.168.178.101 
outside from host 10.0.0.16 to 192.168.178.100 
outside from host 10.0.0.17 to 192.168.178.40 
outside from host 10.0.0.18 to 192.168.178.41&lt;BR /&gt;exit&lt;/PRE&gt;&lt;P&gt;until here, everythin is fine.&lt;/P&gt;&lt;P&gt;Now, the manual says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Switch(config)#interface Gi1/1
Switch(config-if)#l2nat instance10
^
% Invalid input detected at '^' marker.
Switch(config-if)#&lt;/PRE&gt;&lt;P&gt;You see, the&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 7 Switch(config-if)# l2nat A-LC Applies this Layer 2 NAT instance to the native VLAN on this&lt;BR /&gt;interface.&lt;/P&gt;&lt;P&gt;doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea whats wrong hère?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Moritz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 08:15:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947094#M323942</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T08:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947124#M323948</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;post your full configuration. You need to apply the l2instance to a Vlan. I have put together the below sample configuration based on your input, see if you get it to work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interface GigabitEthernet1/1&lt;BR /&gt;switchport trunk allowed vlan 1,10,20,30&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;srr-queue bandwidth share 1 30 35 5&lt;BR /&gt;priority-queue out&lt;BR /&gt;mls qos trust cos&lt;BR /&gt;macro description cisco-switch&lt;BR /&gt;auto qos trust&lt;BR /&gt;l2nat Instance10 30&lt;BR /&gt;spanning-tree link-type point-to-point&lt;BR /&gt;ip dhcp snooping trust&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/1&lt;BR /&gt;description YourPC IP 192.168.178.13 to NAT 30.225.6.9&lt;BR /&gt;switchport access vlan 30&lt;BR /&gt;switchport mode access&lt;BR /&gt;srr-queue bandwidth share 1 19 40 40&lt;BR /&gt;priority-queue out&lt;BR /&gt;macro description cisco-ethernetip&lt;BR /&gt;storm-control broadcast level 3.00 1.00&lt;BR /&gt;spanning-tree portfast edge&lt;BR /&gt;!&lt;BR /&gt;l2nat instance Instance10&lt;BR /&gt;instance-id 10&lt;BR /&gt;permit all&lt;BR /&gt;fixup all&lt;BR /&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;inside from host 192.168.178.13 to 30.225.6.9&lt;BR /&gt;l2nat Instance10 30&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:01:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947124#M323948</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T09:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947130#M323950</link>
      <description>&lt;P&gt;Hello Georg,&lt;/P&gt;&lt;P&gt;my Configuration is very simple:&lt;/P&gt;&lt;P&gt;Internal network (VLAN1 ?) with 10 devices (192.168.178.xxx) and an external Network (10.0.0.x):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inside from host 192.168.178.13 to 10.0.0.9&lt;BR /&gt;inside from host 192.168.178.11 to 10.0.0.10&lt;BR /&gt;inside from host 192.168.178.32 to 10.0.0.11&lt;BR /&gt;inside from host 192.168.178.33 to 10.0.0.12&lt;BR /&gt;inside from host 192.168.178.34 to 10.0.0.13&lt;BR /&gt;inside from host 192.168.178.12 to 10.0.0.14&lt;BR /&gt;inside from host 192.168.178.101 to 10.0.0.15&lt;BR /&gt;inside from host 192.168.178.100 to 10.0.0.16&lt;BR /&gt;inside from host 192.168.178.40 to 10.0.0.17&lt;BR /&gt;inside from host 192.168.178.41 to 10.0.0.18&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;outside from host 10.0.0.10 to 192.168.178.11&lt;BR /&gt;outside from host 10.0.0.11 to 192.168.178.32&lt;BR /&gt;outside from host 10.0.0.12 to 192.168.178.33&lt;BR /&gt;outside from host 10.0.0.13 to 192.168.178.34&lt;BR /&gt;outside from host 10.0.0.14 to 192.168.178.12&lt;BR /&gt;outside from host 10.0.0.15 to 192.168.178.101&lt;BR /&gt;outside from host 10.0.0.16 to 192.168.178.100&lt;BR /&gt;outside from host 10.0.0.17 to 192.168.178.40&lt;BR /&gt;outside from host 10.0.0.18 to 192.168.178.41&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each internal IP shall be translated to the external IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My IE2000 has&amp;nbsp;&lt;/P&gt;&lt;P&gt;INTERFACE Gi1/1&lt;/P&gt;&lt;P&gt;INTERFACE Gi1/2&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Po1 to Po6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, as I understand I have only one VLAN (=internal network, connected to FastEthernet) and the external network (connected to GigabitEthernet1/1), correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Moritz&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:10:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947130#M323950</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947142#M323953</link>
      <description>&lt;P&gt;Hello Moritz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so you cannot specify 'l2nat Instance10 1' ? It could be that it doesn't work with the native (untagged) Vlan...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could try and change the native Vlan to something else, e.g.:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;switchport trunk native vlan 2&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:20:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947142#M323953</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947148#M323954</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;actually, looking at the guide, the native Vlan shouldn't be a problem. Can you post the full configuration ? Maybe I can spot something...&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:28:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947148#M323954</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947151#M323955</link>
      <description>&lt;P&gt;Hello Georg,&lt;/P&gt;&lt;P&gt;how can I export the full config?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moritz&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947151#M323955</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T09:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947170#M323956</link>
      <description>&lt;P&gt;What I figured out, the IE2000 doesn't accept my IPs, I assigned:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1000&lt;BR /&gt;ip address 169.254.0.1 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But I assigned IPs with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;en&lt;BR /&gt;conf t&lt;BR /&gt;interface vlan 1&lt;BR /&gt;ip address 192.168.178.203 255.255.255.0&lt;/P&gt;&lt;P&gt;interface gigabitethernet1/1&lt;BR /&gt;no switchport&lt;BR /&gt;ip address 10.0.0.19 255.255.255.192&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:50:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947170#M323956</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T09:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947181#M323958</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from the CLI issue the command 'show running-config' and cut and paste the output to a text file.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 10:07:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947181#M323958</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947186#M323960</link>
      <description>&lt;P&gt;Here it is,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 10:22:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947186#M323960</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T10:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947242#M323965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;assuming that your upstream layer 3 device is connected to port GigabitEthernet1/1, here is what I have come up with (important parts marked in bold).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should be working for instance40.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bpl40#show config&lt;BR /&gt;Using 4183 out of 65536 bytes&lt;BR /&gt;!&lt;BR /&gt;! Last configuration change at 04:29:57 UTC Wed Mar 30 2011&lt;BR /&gt;! NVRAM config last updated at 04:29:57 UTC Wed Mar 30 2011&lt;BR /&gt;!&lt;BR /&gt;version 15.2&lt;BR /&gt;no service pad&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;no service password-encryption&lt;BR /&gt;service sequence-numbers&lt;BR /&gt;!&lt;BR /&gt;hostname bpl40&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;logging console emergencies&lt;BR /&gt;enable secret 5 $1$rC2b$XaJYFtfNyBrkRf8g89yq0/&lt;BR /&gt;enable password cisco&lt;BR /&gt;!&lt;BR /&gt;username admin privilege 15 secret 5 $1$z1EI$cAcDnIW6OGN4pgWBYGVJB.&lt;BR /&gt;no aaa new-model&lt;BR /&gt;system mtu routing 1500&lt;BR /&gt;ip arp inspection vlan 1000&lt;BR /&gt;ip arp inspection vlan 1000 logging dhcp-bindings none&lt;BR /&gt;!&lt;BR /&gt;ip dhcp pool mgmt_pool&lt;BR /&gt;network 169.254.0.0 255.255.255.248&lt;BR /&gt;default-router 169.254.0.1&lt;BR /&gt;dns-server 169.254.0.1&lt;BR /&gt;lease 0 0 1&lt;BR /&gt;cip instance 1&lt;BR /&gt;!&lt;BR /&gt;ptp mode e2etransparent&lt;BR /&gt;!&lt;BR /&gt;crypto pki trustpoint TP-self-signed-3862975488&lt;BR /&gt;enrollment selfsigned&lt;BR /&gt;subject-name cn=IOS-Self-Signed-Certificate-3862975488&lt;BR /&gt;revocation-check none&lt;BR /&gt;rsakeypair TP-self-signed-3862975488&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto pki certificate chain TP-self-signed-3862975488&lt;BR /&gt;certificate self-signed 01 nvram:IOS-Self-Sig#2.cer&lt;BR /&gt;spanning-tree mode pvst&lt;BR /&gt;spanning-tree extend system-id&lt;BR /&gt;!&lt;BR /&gt;alarm profile defaultPort&lt;BR /&gt;alarm not-operating&lt;BR /&gt;syslog not-operating&lt;BR /&gt;notifies not-operating&lt;BR /&gt;!&lt;BR /&gt;vlan internal allocation policy ascending&lt;BR /&gt;!&lt;BR /&gt;lldp run&lt;BR /&gt;!&lt;BR /&gt;l2nat instance instance40&lt;BR /&gt;instance-id 1&lt;BR /&gt;permit all&lt;BR /&gt;fixup arp&lt;BR /&gt;fixup icmp&lt;BR /&gt;outside from host 10.0.0.18 to 192.168.178.41&lt;BR /&gt;outside from host 10.0.0.17 to 192.168.178.40&lt;BR /&gt;outside from host 10.0.0.16 to 192.168.178.100&lt;BR /&gt;outside from host 10.0.0.15 to 192.168.178.101&lt;BR /&gt;outside from host 10.0.0.14 to 192.168.178.12&lt;BR /&gt;outside from host 10.0.0.13 to 192.168.178.34&lt;BR /&gt;outside from host 10.0.0.12 to 192.168.178.33&lt;BR /&gt;outside from host 10.0.0.11 to 192.168.178.32&lt;BR /&gt;outside from host 10.0.0.10 to 192.168.178.11&lt;BR /&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;inside from host 192.168.178.41 to 10.0.0.18&lt;BR /&gt;inside from host 192.168.178.40 to 10.0.0.17&lt;BR /&gt;inside from host 192.168.178.100 to 10.0.0.16&lt;BR /&gt;inside from host 192.168.178.101 to 10.0.0.15&lt;BR /&gt;inside from host 192.168.178.12 to 10.0.0.14&lt;BR /&gt;inside from host 192.168.178.34 to 10.0.0.13&lt;BR /&gt;inside from host 192.168.178.33 to 10.0.0.12&lt;BR /&gt;inside from host 192.168.178.32 to 10.0.0.11&lt;BR /&gt;inside from host 192.168.178.11 to 10.0.0.10&lt;BR /&gt;inside from host 192.168.178.13 to 10.0.0.9&lt;BR /&gt;&lt;STRONG&gt;l2nat instance40 1000&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;l2nat instance A-LC&lt;BR /&gt;instance-id 2&lt;BR /&gt;fixup all&lt;BR /&gt;outside from host 10.0.0.18 to 192.168.178.41&lt;BR /&gt;outside from host 10.0.0.17 to 192.168.178.40&lt;BR /&gt;outside from host 10.0.0.16 to 192.168.178.100&lt;BR /&gt;outside from host 10.0.0.15 to 192.168.178.101&lt;BR /&gt;outside from host 10.0.0.14 to 192.168.178.12&lt;BR /&gt;outside from host 10.0.0.13 to 192.168.178.34&lt;BR /&gt;outside from host 10.0.0.12 to 192.168.178.33&lt;BR /&gt;outside from host 10.0.0.11 to 192.168.178.32&lt;BR /&gt;outside from host 10.0.0.10 to 192.168.178.11&lt;BR /&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;inside from host 192.168.178.41 to 10.0.0.18&lt;BR /&gt;inside from host 192.168.178.40 to 10.0.0.17&lt;BR /&gt;inside from host 192.168.178.100 to 10.0.0.16&lt;BR /&gt;inside from host 192.168.178.101 to 10.0.0.15&lt;BR /&gt;inside from host 192.168.178.12 to 10.0.0.14&lt;BR /&gt;inside from host 192.168.178.34 to 10.0.0.13&lt;BR /&gt;inside from host 192.168.178.33 to 10.0.0.12&lt;BR /&gt;inside from host 192.168.178.32 to 10.0.0.11&lt;BR /&gt;inside from host 192.168.178.11 to 10.0.0.10&lt;BR /&gt;inside from host 192.168.178.13 to 10.0.0.9&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/1&lt;BR /&gt;switchport access vlan 1000&lt;BR /&gt;switchport mode access&lt;BR /&gt;ip arp inspection trust&lt;BR /&gt;no cdp enable&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/3&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/4&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/5&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/6&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/7&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/8&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;interface GigabitEthernet1/1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;switchport trunk allowed vlan 1,1000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;switchport mode trunk&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;srr-queue bandwidth share 1 30 35 5&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;priority-queue out&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;mls qos trust cos&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;macro description cisco-switch&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;auto qos trust&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;l2nat instance40 1000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;spanning-tree link-type point-to-point&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1000&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;line vty 5 15&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 12:02:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947242#M323965</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947249#M323966</link>
      <description>&lt;P&gt;Thanks for Your help, but I don't know, how to continue.&lt;/P&gt;&lt;P&gt;When I follof the guide line, the basic commands didn't work:&lt;/P&gt;&lt;P&gt;I try&amp;nbsp;Step 9: Apply the specified Layer 2 NAT instance to a VLAN or VLAN range. If this parameter is missing, the Layer 2 NAT&lt;BR /&gt;instance applies to the native VLAN.&lt;BR /&gt;l2nat instance_name [vlan | vlan_range ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bpl40(config-if)#l2nat instance10 1000&lt;BR /&gt;&lt;STRONG&gt;^&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;% Invalid input detected at '^' marker&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;bpl40(config-if)#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does this CLI work? Why doesn't it return clear error codes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a bit frustrated, with Siemens Scalance Router such a simple 1:1 NAT is configured within 5 minutes. With the IE2000, it needs hours and days to figure out, how it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, any idea what's wrong with the IE2000?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Moritz&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 12:10:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947249#M323966</guid>
      <dc:creator>MK1603</dc:creator>
      <dc:date>2019-10-24T12:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947417#M323986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it might not like the Vlan number (1000), as it supports only up to 128 Vlans...try and make the changes below (basically, change 1000 to 10)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;l2nat instance instance40&lt;BR /&gt;instance-id 1&lt;BR /&gt;permit all&lt;BR /&gt;fixup arp&lt;BR /&gt;fixup icmp&lt;BR /&gt;outside from host 10.0.0.18 to 192.168.178.41&lt;BR /&gt;outside from host 10.0.0.17 to 192.168.178.40&lt;BR /&gt;outside from host 10.0.0.16 to 192.168.178.100&lt;BR /&gt;outside from host 10.0.0.15 to 192.168.178.101&lt;BR /&gt;outside from host 10.0.0.14 to 192.168.178.12&lt;BR /&gt;outside from host 10.0.0.13 to 192.168.178.34&lt;BR /&gt;outside from host 10.0.0.12 to 192.168.178.33&lt;BR /&gt;outside from host 10.0.0.11 to 192.168.178.32&lt;BR /&gt;outside from host 10.0.0.10 to 192.168.178.11&lt;BR /&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;inside from host 192.168.178.41 to 10.0.0.18&lt;BR /&gt;inside from host 192.168.178.40 to 10.0.0.17&lt;BR /&gt;inside from host 192.168.178.100 to 10.0.0.16&lt;BR /&gt;inside from host 192.168.178.101 to 10.0.0.15&lt;BR /&gt;inside from host 192.168.178.12 to 10.0.0.14&lt;BR /&gt;inside from host 192.168.178.34 to 10.0.0.13&lt;BR /&gt;inside from host 192.168.178.33 to 10.0.0.12&lt;BR /&gt;inside from host 192.168.178.32 to 10.0.0.11&lt;BR /&gt;inside from host 192.168.178.11 to 10.0.0.10&lt;BR /&gt;inside from host 192.168.178.13 to 10.0.0.9&lt;BR /&gt;&lt;STRONG&gt;l2nat instance40 10&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;l2nat instance A-LC&lt;BR /&gt;instance-id 2&lt;BR /&gt;fixup all&lt;BR /&gt;outside from host 10.0.0.18 to 192.168.178.41&lt;BR /&gt;outside from host 10.0.0.17 to 192.168.178.40&lt;BR /&gt;outside from host 10.0.0.16 to 192.168.178.100&lt;BR /&gt;outside from host 10.0.0.15 to 192.168.178.101&lt;BR /&gt;outside from host 10.0.0.14 to 192.168.178.12&lt;BR /&gt;outside from host 10.0.0.13 to 192.168.178.34&lt;BR /&gt;outside from host 10.0.0.12 to 192.168.178.33&lt;BR /&gt;outside from host 10.0.0.11 to 192.168.178.32&lt;BR /&gt;outside from host 10.0.0.10 to 192.168.178.11&lt;BR /&gt;outside from host 10.0.0.9 to 192.168.178.13&lt;BR /&gt;inside from host 192.168.178.41 to 10.0.0.18&lt;BR /&gt;inside from host 192.168.178.40 to 10.0.0.17&lt;BR /&gt;inside from host 192.168.178.100 to 10.0.0.16&lt;BR /&gt;inside from host 192.168.178.101 to 10.0.0.15&lt;BR /&gt;inside from host 192.168.178.12 to 10.0.0.14&lt;BR /&gt;inside from host 192.168.178.34 to 10.0.0.13&lt;BR /&gt;inside from host 192.168.178.33 to 10.0.0.12&lt;BR /&gt;inside from host 192.168.178.32 to 10.0.0.11&lt;BR /&gt;inside from host 192.168.178.11 to 10.0.0.10&lt;BR /&gt;inside from host 192.168.178.13 to 10.0.0.9&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/1&lt;BR /&gt;&lt;STRONG&gt;switchport access vlan 10&lt;/STRONG&gt;&lt;BR /&gt;switchport mode access&lt;BR /&gt;ip arp inspection trust&lt;BR /&gt;no cdp enable&lt;BR /&gt;spanning-tree portfast&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/2&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/3&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/4&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/5&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/6&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/7&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet1/8&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;switchport trunk allowed vlan 1,&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;srr-queue bandwidth share 1 30 35 5&lt;BR /&gt;priority-queue out&lt;BR /&gt;mls qos trust cos&lt;BR /&gt;macro description cisco-switch&lt;BR /&gt;auto qos trust&lt;BR /&gt;l2nat instance40 &lt;STRONG&gt;10&lt;/STRONG&gt;&lt;BR /&gt;spanning-tree link-type point-to-point&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Vlan10&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;line vty 5 15&lt;BR /&gt;password cisco&lt;BR /&gt;login&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 15:19:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/3947417#M323986</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-10-24T15:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Configuration Error with IE2000</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/4021336#M328649</link>
      <description>&lt;P&gt;Did you ever get this working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know because I'm also trying to get this working and the documentation is less than helpful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Tom&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 21:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/nat-configuration-error-with-ie2000/m-p/4021336#M328649</guid>
      <dc:creator>tearl42</dc:creator>
      <dc:date>2020-01-30T21:57:34Z</dc:date>
    </item>
  </channel>
</rss>

