Hi to all,
I'm trying to implement this in Packet tracer with IE2000 (the real name of the Stratix 5700 on Cisco):
Stratix 5700 NAT With Layer 3 Routing - PLCGurus.NET

So far, i enabled the Router Switch and i can ping the two devices directly attached. But on the NAT Switch i can ping it only if i don't apply the l2nat instances to the trunk port, but as soon as I enable one l2nat instance to the Gig1/2 i loss communication with the NAT Switch, and the . What could it be? I'm checking some configurations out there and in some files i see that the NATed gateway should have the "gateway" keyword on the l2nat entries that are gateways but the IE2000 doesn't support it.
Also, there are the configuration of the Router Switch
! version 15.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Switch ! ! ! ! ! ! ! no ip cef ip routing ! no ipv6 cef ! ! ! ptp mode e2etransparent license boot level enhancedlanbase ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface FastEthernet1/1 switchport access vlan 10 ! interface FastEthernet1/2 ! interface FastEthernet1/3 ! interface FastEthernet1/4 ! interface FastEthernet1/5 switchport access vlan 50 ! interface FastEthernet1/6 ! interface FastEthernet1/7 ! interface FastEthernet1/8 ! interface GigabitEthernet1/1 switchport mode trunk ! interface GigabitEthernet1/2 ! interface Vlan1 ip address 10.153.33.100 255.255.255.0 ! interface Vlan10 mac-address 000b.bec6.0501 ip address 10.1.10.1 255.255.255.0 ! interface Vlan50 mac-address 000b.bec6.0502 ip address 10.1.50.1 255.255.255.0 ! router rip ! ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! ! end |
And this is the configuration of the NAT Switch
! version 15.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Switch ! ! ! ! ! ! ! no ip cef no ipv6 cef ! ! ! ptp mode e2etransparent license boot level enhancedlanbase ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! l2nat instance NAT_Schmucker instance-id 1 fixup arp fixup icmp inside from host 192.168.0.1 to 10.1.10.10 outside from host 10.1.10.1 to 192.168.0.10 ! l2nat instance NAT_Bossar instance-id 2 fixup arp fixup icmp inside from host 10.1.3.218 to 10.1.50.10 outside from host 10.1.50.1 to 10.1.3.1 ! ! ! ! ! ! interface FastEthernet1/1 switchport access vlan 10 ! interface FastEthernet1/2 ! interface FastEthernet1/3 ! interface FastEthernet1/4 ! interface FastEthernet1/5 ! interface FastEthernet1/6 ! interface FastEthernet1/7 ! interface FastEthernet1/8 ! interface GigabitEthernet1/1 ! interface GigabitEthernet1/2 switchport mode trunk ! interface Vlan1 ip address 10.153.33.69 255.255.255.0 ! interface Vlan10 mac-address 000c.cf64.2d01 no ip address ! interface Vlan50 mac-address 000c.cf64.2d02 no ip address ! ip default-gateway 10.153.33.100 ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! ! end |
Thanks for your assistance
JCFC