11-08-2017 09:39 AM - edited 03-05-2019 09:26 AM
We have a netblock of IPs that are configured for BGP between 2 ISPs for failover and redundancy. We had an issue with our primary site ISP and brought it back online. Everything seemed fine and existing IPs and NATs are working properly for the primary site. However I tried to set up a new NAT at that site with another public IP that should be tied to this ISP and I can't get any reply packets back from the internet. Our theory is that the IP is tied to the secondary ISP for some reason during a BGP failover and never came back.
Unfortunately the person who configured BGP is long gone and I am not network expert. I know enough to be dangerous :)
Can someone help me figure out how to reset the BGP so that the IPs are associated with the primary ISP instead of the secondary? How can I restore this? It was my understanding this configuration was supposed to be pretty automatically but something has clearly gone awry.
11-08-2017 11:52 AM
@Jon Marshall wrote:
Have you allowed the access to the new server on the port you were referring to ?
If so then can you run this -
"packet-tracer input outside tcp 8.8.8.8 12345 <public IP of server> <port num>"
where <port num> is the port you are allowing through (assuming TCP).
Can you also run the same command against an existing server that works and we can compare.
Jon
I can do that. I have not even gotten that far yet. I am on the host device and when I turn on the NAT I immediately lose the ability to get to the internet. I haven't configured any inbound ACL yet. My expectation is that as soon as I configure the NAT I should be able to go to www.whatismyip.com on the host and see the public IP listed like it does on all other servers we configure static NATs for.
11-08-2017 12:18 PM - edited 11-08-2017 12:19 PM
Can you describe the setup ie. is it -
internal -> ASA -> switch -> router -> internet
if so you mentioned that the last hop you saw was on the switch which is unusual ie. I would have thought the switch would be L2 only but if it is an SVI on the switch then it sounds like it is acting as L3 switch.
Can you confirm the setup ?
Jon
11-08-2017 12:20 PM
11-08-2017 12:25 PM
Does the ASA outside interface have an IP from the 204.152.150.0/24 subnet ?
Jon
11-08-2017 12:28 PM
11-08-2017 12:32 PM
Okay it is definitely a /28 not a /24 ?
If so what is the mask on the router interface that connects to the BGP switch ?
If it is a /28 also can you see if you have static routes configured on the router for any of your public IPs pointing to the firewall IP ie. on your 2911 -
"sh ip route static"
Jon
11-08-2017 12:34 PM
11-08-2017 12:37 PM
Do you mean it is a /28 on the router ?
If so then the IPs you are using for your NAT are not part of that subnet ie. 204.152.150.240/28 so how does the router know where to send the traffic.
For one of the public IPs that works, on the 2911 -
"sh ip route <public IP>"
then same again for the public IP that is not working.
Jon
11-08-2017 12:41 PM
11-08-2017 12:55 PM
We need to understand your layout in more detail ie. a traceroute to a working IP (last 3 hops) -
13.|-- 162.211.2.66 0.0% 4 85.7 85.7 85.6 85.9 0.0
14.|-- ??? 100.0 4 0.0 0.0 0.0 0.0 0.0
15.|-- 204.152.150.209 0.0% 4 87.6 87.7 87.4 88.0 0.0
13 is your router, 14 your firewall (presumably) and 15 the host
traceroute to 204.152.150.207 -
13.|-- 162.211.2.66 0.0% 4 90.9 91.0 90.9 91.1 0.0
14.|-- 204.152.150.223 0.0% 4 91.7 92.8 91.7 93.6 0.6
15.|-- ??? 100.0 4 0.0 0.0 0.0 0.0 0.0
13 is your router, 14 is ? and 15 is presumably firewall ?
Jon
11-08-2017 01:01 PM
11-08-2017 01:05 PM
What is the subnet mask on the interface on the 2911 that connects to the switch ?
Also you say the vlan interface for the port channel, where is this vlan interface, it cannot be on the switch because that is L2 not L3 switch.
Jon
11-08-2017 11:52 AM
Hello,
try and add 'no-proxy-arp' to the entry:
object network VM-STOCKIQ
nat (any,any) static VM-STOCKIQ-PUBLIC net-to-net no-proxy-arp
11-08-2017 11:55 AM
@Georg Pauwen wrote:
Hello,
try and add 'no-proxy-arp' to the entry:
object network VM-STOCKIQ
nat (any,any) static VM-STOCKIQ-PUBLIC net-to-net no-proxy-arp
Did not help unfortunately.
11-08-2017 12:18 PM
Hello,
not sure if this has already been mentioned in this thread, but which block have you actually been given ? Did they give you 204.152.150.0/28 ?
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