Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am trying to configure proble on ACE device and I have few queries on those:1. I want to probe 10 different tcp ports for a serverfarm, is there any way i can give the range on probe ? if not and if i have to probe individual port and then confi...
Hi,Attached is the topology.I am getting Type-5 AS External Link States into my network (area 1) and I tried distribute-list out <interface>, but it's not allowing me with <interface> and without interface command it's not resolved. I can see those r...
Hi,Could someone guide me how can I filter the OSPF routes in cisco ASA inside interface. I want only my private network be part of OSPF configured on ASA. But I am getting other routes too from external networks. Pls. suggest.Thanks,
Hi,I have a query on Policy NAT for VPN:I am doing hide natting few servers against one public IP and configured tunnel as that IP as our encryption domain IP. As server are hide natted against the IP, so from outside no traffic is allowed.Now I have...
Hi,We are getting TCP out of error packets while sending requests to outside. Though we can access the internet and also connectivity is fine. But some of the application is not working due to this error, specially TCP based application as on the rem...
Thanks Gilles, Could you pls. suggest on my 2nd query too ?2. I am trying to configure probe for a particular tcp port, but I suppose server is not sending RST to that port, so probe is failing. However if I try to telnet that port from any other loc...
Hi NT,I tried that too, below is the config, but still routes are coming to ASA as well as OSPF database.router ospf 3 area 1 filter-list prefix type5 in distribute-list 1 inaccess-list 1 permit 10.0.0.0 0.0.0.255access-list 1 permit 172.16.0.0 0.0.6...
Hi,So do you mean to say below will work?router ospf 3area 1 filter-list prefix type5 in ip prefix-list type5 deny 81.95.160.47/32 ip prefix-list type5 deny 93.157.223.14/32ip prefix-list type5 deny 94.76.209.0/24Actually I did tried that and it's a...
I can still see those routes. Below is my config:router ospf 3area 0 filter-list prefix type5 in ip prefix-list type5 deny 81.95.160.47/32 le 32ip prefix-list type5 deny 93.157.223.14/32 le 32ip prefix-list type5 deny 94.76.209.0/24 le 32-- show ip ...