ip nat is not supported on 3750 also:(
Main Topics
Browse All TopicsI have a 3750 stack with about 40 VLANS created. Each Client gets assigned a VLAN and has from 1 to 15 machines within that VLAN. Each of the VLANS have DHCP enabled for the clients within that VLAN with their own subnet. I want to NAT all the traffic from each VLAN behind a specific IP address for that VLAN.
Example Client 12
Is allocated VLAN 12 with a network of 192.168.12.0/24 their gateway is 192.168.12.21
I want all traffic from that network/VLAN to be NAT behind 192.168.12.21
I tried to use "IP NAT inside" on the VLAN 12 itself but the command is not available. However it was available on a Cisco 6500.
How can I achieve this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi that1guy15
In relation to what you said about the 3750 and trunking. I do have an ASA5520 firewall that they all go through, currently I route that through subnet 192.168.1.0/24. I assume you are saying to simply make the connection a trunk and let the ASA do the NAT on the Trunk? Since I have very little inter VLAN traffic I assume the impact would be quite small. Is that correct?
" assume you are saying to simply make the connection a trunk and let the ASA do the NAT on the Trunk?"
That is correct. This will allow all those VLANs to exist on the ASA and you can then create NAT translations on each. Just keep in mind that this will put extra load on your ASA.
"Since I have very little inter VLAN traffic I assume the impact would be quite small. Is that correct?"
If you have little inter-vlan traffic then you might be fine. just remember this can be a big internal bottle neck in your network especially if this is a 100Mb link.
Business Accounts
Answer for Membership
by: that1guy15Posted on 2009-09-15 at 09:04:48ID: 25336397
Sorry, NAT is not supported in the 3750. You can create a routed port and send all traffic out it and then NAT at a connected router. If you must use the specific VLAN ips then you can also trunk from the 3750 to a router/firewall and nat from there but with 40 vlans you will need a good size trunk.
Most of your lower end multi-layer switches (3560, 3750) do not support nat.
Sorry