cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
467
Views
0
Helpful
1
Replies

Como utilizar ACL en un Switch Catalyst 3560G

dchavarria
Level 1
Level 1

Tengo creadas y funcionando 2 VLANS, la VLAN 10 donde se encuentran todas las PC's y la VLAN 30 donde se encuentran todos los SERVIDORES, lo que necesito es que solemente 5 PC's tengan acceso a un determinado Servidor, pero que el resto de las PC's incluidas las 5 puedan accesar al resto de Servidores, lamentablemente cuando aplico el ACL por algun motivo ninguna PC's puede NAVEGAR y ahi esta el problema. Por favor una ayuda..gracias

1 Reply 1

Hi,

An ACL will blocked all the traffic that is not explicitly permitted.

An example of an ACL to allow only 5 PCs to talk to a server and then permit all PCs to surf the web:

ip access-list extended EXAMPLE

  permit ip host 1.1.1.1 host 5.5.5.5

  permit ip host 1.1.1.2 host 5.5.5.5

  permit ip host 1.1.1.x host 5.5.5.5

  deny ip 1.1.1.0 0.0.0.255 host 5.5.5.5

  permit ip 1.1.1.0 0.0.0.255 any

The above example uses the PCs to be part of the 1.1.1.0/24 and the server 5.5.5.5

Federico.

Review Cisco Networking products for a $25 gift card