05-25-2012 06:32 AM - edited 03-04-2019 04:28 PM
Hi Experts
i have R1(F0/0 :1.1.1.1 and R2 (F0/0:1.1.1.2) connected togather once i applied acl at R1 on the inbound direction i lost the ospf session and the ping between these 2 routers despite for the below ACL Config
acl 101 permit icmp host 1.1.1.1 host 1.1.1.2
acl 101 permit host 1.1.1.1 host 1.1.1.2
acl 101 permit ospf 1.1.1.1 host 1.1.1.2
acl 101 permit ip 192.168.1.0 0.0.0.15 any
R1
int f0/0
ip access-group 101 in
R1 is my main router while R2 is my customer , i gave my customer the block 192.168.1.0/25 so i m going to implement some security like
RFC 1918 and RFC 2827 Filtering along with uRPF
pls lead me to the correct config and why the above acl didnt work?
thanks
jamil
05-25-2012 07:01 AM
If you apply the ACL on the 'in' direction, the source is the remote router.
In your ACL example, the source is the local router.
acl 101 permit icmp host 1.1.1.2 host 1.1.1.1
acl 101 permit ospf 1.1.1.2 host 1.1.1.1
05-25-2012 07:15 AM
Hi Edison
thanks for ur reply
what if i need to implement RFC 1918 and RFC 2827 Filtering along with uRPF towords my upstrem ISPs and i have phisical link between my and ISPs PoPs but as y now i peer with loopback address betwwen me and ISPs PoPs , so in this scenario how the acl config would be?
u forgot to mention in the acl the 192.168.1.0/25 i gave in the acl
thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide