- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:38 AM
I want to block all servers from Lahore Router 3 network so that only Lahore Router 3 Pcs and Laptops not able to access all these servers. Please help!
Solved! Go to Solution.
- Labels:
-
Other Community Feedback
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023
11:29 AM
- last edited on
01-06-2023
01:51 AM
by
Translator
Hello
On the router Lahore-Router3 apply the an extended ACL inbound on the physical interface connection to Lahore-Switch3 denying connection to those ftp/email/dns/web servers
example- Lahore-Router3:
ip access-list extended SRV-ACCESS
remark "deny access to servers"
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.20
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.25
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.53
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.80
permit ip any any
int x/x
description link to Lahore-Switch3
ip access-group SRV-ACCESS in
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023
11:05 AM
- last edited on
01-06-2023
01:44 AM
by
Translator
Hello,
provide the relevant IP addresses, e.g.:
Source 1.1.1.1 Destination 2.2.2.2 --> Allow
Source 1.1.1.1 Destination 3.3.3.3 --> Deny
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023
11:29 AM
- last edited on
01-06-2023
01:51 AM
by
Translator
Hello
On the router Lahore-Router3 apply the an extended ACL inbound on the physical interface connection to Lahore-Switch3 denying connection to those ftp/email/dns/web servers
example- Lahore-Router3:
ip access-list extended SRV-ACCESS
remark "deny access to servers"
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.20
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.25
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.53
deny ip 10.55.75.16 0.0.0.7 host 10.55.75.80
permit ip any any
int x/x
description link to Lahore-Switch3
ip access-group SRV-ACCESS in
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
