01-27-2008 11:16 AM - edited 03-03-2019 08:26 PM
Hai,
I have a topology like this.Two L2 Switch has the VLAN X and Y,...Rquiremet is VLAN X and Y shud be able to access the internet.
VLAN X shud Have access to all servers ...
VLAN Y Must have access to only two servers (SQL and FTP).... (Ve to restrict traffic to HTTP Server)
What should be the configuration in all devices to achive this ...
Kindly help ...
Thanks in Advance
Lijesh.N.C
Solved! Go to Solution.
01-27-2008 01:42 PM
Which Vlan do the servers reside?
Just place an incoming ACL on that Vlan for traffic sourcing Vlan Y with permitting access to SQL and FTP server.
interface vlan [server vlan]
ip access-group servers in
ip access-list extended servers
permit ip [vlan y] [sql server]
permit ip [vlan y] [ftp server]
(implicit denied all)
HTH,
__
Edison.
01-27-2008 01:42 PM
Which Vlan do the servers reside?
Just place an incoming ACL on that Vlan for traffic sourcing Vlan Y with permitting access to SQL and FTP server.
interface vlan [server vlan]
ip access-group servers in
ip access-list extended servers
permit ip [vlan y] [sql server]
permit ip [vlan y] [ftp server]
(implicit denied all)
HTH,
__
Edison.
01-28-2008 08:34 AM
Hai ,
Thanks a lot there was a little confusion is config ....now its clear
Lijesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide