cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
0
Helpful
2
Replies

Inter/Intra vlan ACL- OSPF

mvsheik123
Level 7
Level 7

Hello experts,

Core: DC  : 2- 6500 (PO Trunked) Configured L3 vlan interrfaces with HSRP.


Vlans:

Servers - 192.168.5.0/24

PCs: 192.168.10.0/24

Phones : 192.168.20.0/24

Replica-exchange: 192.168.30.0/24

--------------------------------------

DR- One Core SW:

Vlans:

Servers vlan - 10.10.5.0/24

PCs: 10.10.10.0/24

Phones : 10.10.20.0/24

Replica-exchange: 10.10.30.0/24

----------------------------

OSPF is the routing protocol. Everything works fine.

New requirement (exchange 2010 MAPI & DAG subnets)

192.168.5.0 <--> 192.168.30.0 & 10.10.30.0 : Communication should fail

10.10.5.0/24<--> 192.168.30.0 & 10.10.30.0 : Fail

Replica@DC <--> Replica@DC: work

Replicas --> Rest of the nw- not that of an issue.

Iam thinking of adding a Extended ACLs on Replica-Exchange (DC & DR) and servers Vlan interfaces to block bidirectional communication.

CORE1 &2:

access-list 101 deny ip 192.168.5.0 0.0.0.255 192.168.30.0 0.0.0.255
access-list 101 deny ip 10.10.5.0 0.0.0.255 192.168.30.0 0.0.0.255
access-list 101 permit ip any any

!
access-list 102 deny ip 192.168.30.0 0.0.0.255 192.168.5.0 0.0.0.255

access-list 102 deny ip 192.168.30.0 0.0.0.255 10.10.5.0 0.0.0.255
access-list 102 permit ip any any

!

int vla30
desc: Replication
ip access-group 101 in

ip access-group 102 out

!

Similar to the same on DR as well.

I wanted to see if ACL is the way to go or any other suggested methods with OSPF being the routing protocol.

Thanks in advance

MS

1 Accepted Solution

Accepted Solutions

Marwan ALshawi
VIP Alumni
VIP Alumni

I think ACL is a good choice because any route filtering will lead to issues of blocking communications between other subnets that you might need it

ACL is a simple solution for your requirement

Always keep it simple

Hope this help

View solution in original post

2 Replies 2

Marwan ALshawi
VIP Alumni
VIP Alumni

I think ACL is a good choice because any route filtering will lead to issues of blocking communications between other subnets that you might need it

ACL is a simple solution for your requirement

Always keep it simple

Hope this help

mvsheik123
Level 7
Level 7

Perfect. Thank you.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card