10.50.0.10:5432 (PostgreSQL). Los logs de la app muestran "connection timeout".
app-srv01 (10.30.0.5) y app-srv02 (10.30.0.6) — todos los hosts en VLAN 30.
INTER-VLAN-ACL el 17-Jun a las 22:30h.
ip access-list extended INTER-VLAN-ACL
25 permit tcp 10.30.0.0 0.0.0.255 host 10.50.0.10 eq 5432
! Si se requieren otros puertos, añadir entradas adicionales entre 25 y 30:
26 permit tcp 10.30.0.0 0.0.0.255 host 10.50.0.10 eq 5433 ! pg_replication
27 permit icmp 10.30.0.0 0.0.0.255 10.50.0.0 0.0.0.255 ! monitorización
copy running-config startup-config
archive log config hidekeys