cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
342
Views
0
Helpful
3
Replies

inter net access by defferent vlan

arupbiet2006
Level 1
Level 1

hi,

hi create different vlan 10,20, 30 ,40,50,60.they r not communicate each other vlan with vlan 10.now i want to access internet each of vlan.

note:swith can capable to ping my dns

please give me some solution

3 Replies 3

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Arup,

you can think to use multiple separated NAT pools one for each Vlan or to use only one.

Example with PAT over the wan interface

access-list 11 remark all vlans

access-list 11 permit vlan10.ipsubnet wildcard

...

access-list 11 permit vlan60.ipsubnet wildcard

on all vlan interfaces

int vlan x

ip nat inside

on interface to the internet

int vlan y

ip nat outside

ip nat source inside list 11 vlany overload

this is the simplest solution with PAT used on the public ip address of the wan interface

Try to implement this.

Hope to help

Giuseppe

hi Giuseppe

thanking you for reply .this configuration should be in router.

Hello Arup,

you can easily move the config on router

where you see

int vlan x

ip nat inside

change in the appropriate Vlan subifs

int f0/0.x

ip nat inside

If the router is after a L3 switch its inside interface will be only one for all of your vlans

Hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card