Question on using route maps.

Hi guys,

just a question on the use of the route map

Ok I've got one public IP of the 16 my ISP gave me. On the router I created a loopback 1 with that IP.

On that IP I would publish an ftp service and forward the requests. I used a route-map to limit the IP addresses which the requests to connect to come from. Everything is working

I wonder how is possible that both the following ACL allow the traffic

access-list 110 permit tcp host host eq ftp-data access-list 110 permit tcp host host eq ftp

access-list 110 permit tcp host host eq ftp-data access-list 110 permit tcp host host eq ftp

ip nat inside source static 10.134.3.1 route-map FTPxSABINA

route-map FTPxSABINA permit 10 match ip address 110 match interface Loopback1

And the traffic was allowed even if the access-list was empty (I mean it didn't exist) The route map was expected to permit only traffic specified in the ACL and in case the ACL was wrong to deny the traffic at all.

So how to permit traffic only from certain IP addresses?

Alex.

read more and respond »

Posted 5 years ago by AM in Cisco Systems

Report misuse

Image for Question on using route maps.