Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
How do I make PAT if there is too many subinterfaces on the router.
For say, subinterfaces are
fa0/0.10, fa0/0.20, fa0/0.30
For PAT configuration I have enter each subinterface to configure
ip nat inside
Like this,
interface fa0/0.20ip nat insideexit...
Thanks @julijime your solution seems useful.
There is another way of doing that, I can configure IP addresses to each VLAN on the switch (Layer 3) rather than configuring on the router on each subinterfaces. For that I need to make one
switchport to...