Switch Layer3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020 02:22 PM
Hello there, I'm a newbie
I want PC VPN, FIDS, Banner, and Client can't ping the server, but the server can ping them, I did the configuration but still they can still ping each other. Can anyone help me, I complete with the softcopy please see what needs to be revised.
- Labels:
-
Branch Router
-
LAN Switching
-
Other Switches
-
WAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020 03:28 PM
Hi Piers,
There are multiple ways how and where to do it. Easiest way I could think of is with an ingress ACL on the L3 Switch's SVI denying ICMP Echo for the PCs subnet:
ip access-list ext ICMP
deny icmp 192.168.10.0 0.0.0.255 host 10.10.10.1 echo
permit ip any any
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020 08:21 PM
Can you give me an example sir?
