cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
324
Views
0
Helpful
2
Replies

Switch Config Help

CSCO10758684
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

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.

View solution in original post

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

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.

Hai ,

Thanks a lot there was a little confusion is config ....now its clear

Lijesh

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: