*
wrote:
> I need to create 3 VLANs, 1x Terminal Servers (VLAN2) , 1x
> Clients/Workstations (VLAN3), 1x Management (VLAN4). I need to ensure
> that the Clients can only access the Terminal Servers on TCP3389 and I
> need to filter out ALL other traffic for getting to the servers. The
> C3750 will be L3. Can you provide a config example for this.
....
!
interface vlan3
ip address ...
ip access-group from_clients in
!
ip access-list extended from_clients
permit tcp any any eq 3389
deny ip any any log
!