trueccnp
12-19-2009, 12:58 PM
Dear Friends,
i have two router R1 and R2 both are directly connected with each others. on both sides fa1/1 interface is being used for this connectivity.
so i configure R1 is white listed network and R2 is a black listed network i don't want that R2 can send ICMP traffic towards R1 but R1 can send ICMP packets towards R2. They are also a bgp peers.
so on R1:
ip access-list extended outbound
permit tcp any any eq bgp
permit tcp any eq bgp any
permit icmp any any reflect REFLECT
ip access-list extended inbound
permit tcp any any eq bgp
permit tcp any eq bgp any
evaluate REFLECT
int fa 1/1
ip access-group inbound in
ip access-group outbound out
so with this configuration my bgp session is working fine but R1 can not ping R2.
SO is there any problem with my configuration or why my configuration is not working???
i have two router R1 and R2 both are directly connected with each others. on both sides fa1/1 interface is being used for this connectivity.
so i configure R1 is white listed network and R2 is a black listed network i don't want that R2 can send ICMP traffic towards R1 but R1 can send ICMP packets towards R2. They are also a bgp peers.
so on R1:
ip access-list extended outbound
permit tcp any any eq bgp
permit tcp any eq bgp any
permit icmp any any reflect REFLECT
ip access-list extended inbound
permit tcp any any eq bgp
permit tcp any eq bgp any
evaluate REFLECT
int fa 1/1
ip access-group inbound in
ip access-group outbound out
so with this configuration my bgp session is working fine but R1 can not ping R2.
SO is there any problem with my configuration or why my configuration is not working???