Cisco VPN :: L2L Hub And Spoke Using ASA 5510

Feb 18, 2012

I'm setting up a L2L VPN Hub and Spoke. I have 3 sites (1 HUB and 2 SPOKES).
 
HUB-----------SPOKE1
|
|
|
SPOKE 2
 
HUB and SPOKE 1 is okay. My problem was the communication between HUB and SPOKE 2. PING failed on both directions. BTW, I am simulating this only in GNS3. :-). The configuration for HUB and SPOKE 1 are the same also for HUB and SPOKE 2.
 
Here is my show isakmp sa and ipsec sa on HUB
 
ciscoasa# sh isakmp sa
Active SA: 1
Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during rekey)
Total IKE SA: 1

[Code].....

View 4 Replies


ADVERTISEMENT

Cisco :: Config DMVPN Between 2 Hub Location And One Spoke?

Nov 19, 2011

suppose i have 2 hub location and one spoke and i want to config DMVPN between them and want to keep 1 HUB as active and 2nd HUb as passive then how its possible.

View 2 Replies View Related

Cisco VPN :: ASA5505 And Spoke VPN Between Multiple Sites

Aug 12, 2012

I currently have a "hub" ASA 5505 that links to 4 sites running 877 routers. From the hub network i can connect to all sites fine but what i would like to do is to almost compartmentalise the various VPN links into little clusters.The hub ASA 5505 basically provides IP telephony through the VPN's from a PBX allowing the users at the other end of the VPN to make outgoing calls and recieve incoming calls. However, a couple of the sites would like to be able to call between eachother internally via the hub. This obviously requires traffic to be allowed between their various networks. Currently when you attempt an internal call it rings but there is no audio either way. I assume this is due to access list restrictions. I am not even sure whether what I am trying to achieve is possible. I've attached the hub and 2 spokes below. The ideal end result would be interconnectivity between the two spokes via the hub, from reading up it would seem that its possible but i can't quite get my head around it! Would it involve using different subnet masks at the hub?

View 1 Replies View Related

Cisco VPN :: 2800 / Tunnel Is Not Forming Between Hub And Spoke?

Jan 12, 2012

i am trying to set up a tunnel connection between twO 2800 routers A<->B

1) destination  ip is-204.x.x.x-ROUTER A2) source  ip is 166.x.x.22-ROUTER B The router B has the modem connected to GE0/1 whose interface ip is 166.x.x.22 The ip-forward-protocol nd is configured as  below

ip route 204.x.x.x 255.255.255.255 166.x.x.21

Also tunnel 1 configuration,isakmp policy are configured properly when i run show crypto isakmp sa it shows MM_NO_STATE,i checked the preshared key on both ends and they are same.whenever i remove the ip address of the interface Ge0/0 and ip route i can ping the 166.x.x.21  which is the modem gateway.when i revert back the configuration to the above ,the ip 166.x.x.21 cannot be pinged,the dsl connection is live though.ways to fix this so that i can make this tunnel state to QM_IDLE?

View 1 Replies View Related

Cisco Routers :: Hub And Spoke Between SA540 And RV120

Jul 11, 2011

I want to build a "hub and spoke" topology for one of my clients. For the "HUB" , I'm planning to use an SA540, with a static public IP provided by a 4Mb SDSL. For the "spokes" (21 at the moment), I'm planning to use RV120. They will be behind a NAT, provided by a "SAGEM LIVEBOX", and a static public IP. The boss will connect to the HUB using Cisco VPN client, or quickVPN, and get access to all the spokes. Some spokes will have to connect to each other, via the HUB. I searched a long time on this forum and reading documentation, but I didn't find at the moment the answer to my question : is this topology suitable with the choosen hardwares ?

View 7 Replies View Related

Cisco WAN :: 2851 How To Make Spoke Going To Hub To Get To Internet

Mar 23, 2011

Imagine MPLS network. Total of 4 sites.
 
HQ-HUB is the only site with access to the Internet.
 
So if Site1 or Site2 or Site3 need to access the Internet, traffic will have to go through HQ-HUB and from there reach the Internet.I have routes 2851's on the spoke sites. Which command or mechanism you would explore in this case to make the spoke sites point to the HQ-HUB to reach the Internet?
 
Would you do this based on DNS settings or getting an access-list & static route defining when the spoke routers traffic need to go the internet, point to the HUB-HQ as the default?

View 3 Replies View Related

Frame Relay Hub And Spoke Resiliency?

Apr 7, 2011

I am having real problems trying to build resiliency into a hub and spoke frame relay scenario. I know the hub is a single point of failure. Is there any way to put some resilience into the network? There is 4 attached branch offices.

View 8 Replies View Related

Cisco VPN :: Allow Access For VPN Client To Spoke Network Through ASA 5520?

Mar 26, 2012

I'm trying to set-up 3 remote access groups on an ASA5520 running version 8.4(3) software so that remote clients connected via Cisco VPN Client can also access spoke networks which are also connected to the ASA.   I've previously set this up on ASAs running v7.2 software without issue but don't seem to be able to do the same here and can't for the life of me figure out what's wrong!
 
I have set-up the 3 remote access groups:
 
Group 1 - subnet 192.168.1.48/28Group 2 - subnet 192.168.2.0/25Group 3 - subnet 192.168.3.0/25
 
My remote access user groups can all connect to the head office subnet (10.0.0.0/8) without issue.  But only one of the groups (192.168.1.48/28) appears to be able to access the spoke sites (172.30.10.0/24 and 172.30.20.0/24) that I have set-up.  However, I can't see what the difference is between the 3 groups I have configured so can't understand why it works ok for one group and not the others?
 
When I use the packet tracer, it tells me that the flow is being dropped at the VPN encryption phase but why is that?  How can I find out more? Here's the relevant config on my ASA:
 
!same-security-traffic permit intra-interface!crypto dynamic-map remoteuser 5 set transform-set ESP-3DES-MD5crypto dynamic-map remoteuser 5 set security-association lifetime seconds 28800crypto dynamic-map remoteuser 5 set security-association lifetime kilobytes 4608000!crypto map outside_map 65000 ipsec-isakmp dynamic remoteuser!ip local pool pool1clients 192.168.1.49-192.168.50.54ip local pool pool2clients 192.168.2.1-192.168.2.126ip local pool pool3clients 192.168.3.1-192.168.3.126!access-list split-tunnel-pool1 standard permit 10.0.0.0 255.0.0.0 access-list split-tunnel-pool1 standard permit 172.30.10.0 255.255.255.0 access-list split-tunnel-pool1 standard permit 172.30.20.0 255.255.255.0  !access-list split-tunnel-pool2 standard permit 10.0.0.0 255.0.0.0 access-list split-tunnel-pool2 standard permit 172.30.10.0 255.255.255.0access-list split-tunnel-pool2 standard permit 172.30.20.0 255.255.255.0  !access-list

[code].....

View 12 Replies View Related

Cisco WAN :: 2900 ISR - Upper Limit For EIGRP Hub And Spoke Setup?

Aug 9, 2011

Is there any suggested upper limit to a single EIGRP hub-and-spoke design (i.e. with a single central router)?
 
Router is a 2900 ISR
 
I'm vaguely aware of a similar design limitation with OSPF areas where no single area should contain more than 40 - 80 routers. Could be heresay...

View 13 Replies View Related

Cisco WAN :: 2900 Isr Suggested Upper Limit For EIGRP Hub And Spoke Setup

Mar 25, 2013

Is there any suggested upper limit to a single EIGRP hub-and-spoke design (i.e. with a single central router)?Router is a 2900 ISR,I'm vaguely aware of a similar design limitation with OSPF areas where no single area should contain more than 40 - 80 routers.

View 8 Replies View Related

Cisco VPN :: 3745 DMVPN Design Using ISP Dial-up Redundancy At Spoke Side

Apr 14, 2013

I'm working on a new DMVPN configuration with one 3745 at the hub site and a 1941 the spoke. I have internet through gsm for the primary line at the spoke and a dsl line for  backup on spoke.I have one tunnel interfaces on both the hub and the spoke.Currently my VPN tunnel is coming up fine , however we are planing to do an ISP failover at spoke side . since in the tunnel interface i can only define one "tunnel source interface" which is gsm cellular interface , i don;t know how to use my another ISP for the same tunnel interface as it will always initiate traffic from gsm.
 
do i have to create another tunnel interface with same hub site , or do i need another hub as backup? is their any other way to create loopback interface and initiate the traffic from that loopback?

View 1 Replies View Related

Cisco :: Site-to-Site From 5510 To 5510 One Dynamic One Static IP?

May 26, 2011

I'm trying to figure out how to get two 5510 ASA's to establish a Site-to-Site VPN.The version with two static IP's is working perfectly and stable but I haven't figured out how to get a VPN running between a static and a dynamic IP

View 12 Replies View Related

Cisco :: ASA 5510 Resetting Itself?

Jul 18, 2011

We have an ASA5510 which keeps resetting itself for no apparent reason. It does this several times a day and I cannot see any pattern to the times etc. I don't believe it is load related as it also happens overnight when very little is going through the device. When it happens the device just drops off the network (all interfaces) and then when it comes back a few minutes later we can see from the system uptime that it has in fact rebooted itself.I initially thought it was faulty hardware, so I swapped the device for another 5510, but that does the same thing. I then added a third 5510 and configured it in with the second one as an Active/Passive failover pair. Both devices do the same as the first, the only differences now is that the passive device kicks in and takes over, so we have a little less service disruption each time.

View 9 Replies View Related

Cisco VPN :: ASA 5510 - Twice NAT Config

Sep 11, 2011

I'm running into and interesting issue concerning a twice NAT config.
 
We have a remote site that needs to connect to a server cluster on our end.  Using ASDM I have created a NAT rule that uses PAT to map our server addresses to a single IP (this is due to constraints placed on us by the remote site).  This in and of itself shouldn't be a problem.  The issue is that the VPN tunnel won't come up unless I also map an address to the remote site's sever.
 
Example:
Appliance: ASA 5510
ASA Version: 8.4(2)
ASDM Version: 6.4(5)
 
Original Packet:
Source Interface: inside
Destination Interface: outside
Source Address: Server_Cluster
Destination Address: Remote_Server
Service: any
 
Translated Packet:
Source NAT Type: Dynamic PAT (Hide)
Source Address: Mapped_Server_Cluster_Address
Destination Address: Mapped_Remote_Server_Address
Service: -- Original --
 
Within the Translated Packet section, if I set Destination Address to the actual remote server address nothing happens when I attempt to bring up the tunnel.  However, if I map an address to the remote server, the tunnel begins to come up and then fails during phase two (as the mapped address doesn't match the addressing that has been defined in the remote end's connection profile).
 
Initially I thought the issue may be due to an IP addressing overlap since both sites are running similar numbers, but the default route statement on our ASA, should contend with this issue.  Also, each time I change the NAT rule, I change the connection profile to match those changes.
 
So, ultimately, what I wish to accomplish is to allow connectivity between my site and the remote site without having to map another address to their remote server.  How may I do this?

View 2 Replies View Related

Cisco VPN :: 5510 Vpn Client With No Nat

Jan 26, 2011

i have a 5510 with a working VPN but discovered that anyone connecting from a public IP can connect to VPN but can't go anywhere.so if i have say a linksys wifi on my cable modem and a private IP i can connect no problem. but if i'm on like a verizon data card which gives me a public IP i can connect to VPN but receive the below errors in my asa logs and can not reach anything on the network.What do i need added to allow remote ends without a nat device to also work?

View 4 Replies View Related

Cisco WAN :: GRE Between Router And ASA 5510

Feb 8, 2011

I have an 1841 at a remote site that terminates its ipsec vpn to an asa5510. I want to create a GRE tunnel to I perform the following on the router.

View 2 Replies View Related

Cisco WAN :: Upgrade IOS On ASA 5510?

Apr 20, 2011

I am upgrading an ASA 5510 from ASA822-k8 to ASA841-k8. I know I have to upgrade the RAM to 1GB from 256MB, but was wondering if it is a direct upgrade, or do I have to step through some of the 8.3(x) versions?

View 2 Replies View Related

Cisco VPN :: ASA 5510 Don't Have Bytes Rx

Jan 2, 2013

I have a problem with my vpn between two ASAs, I review the running config of two devices, but I couldnt see anything out of normal.As you can see in the image the VPN is up, but in the ASA 5510 I don't have Bytes Rx (ZERO), I tried to config again two ASAs but I have the same trouble.

View 19 Replies View Related

Cisco Security :: 2x ASA 5510 With AIP-SSM And CSC-SSM On Each One

Mar 23, 2012

I want to ask for the possibility of configuration below? 2x Cisco ASA 5510 running Multi-Context mode and Active/Active Failover1 Cisco ASA 5510 (ASA 1) has AIP-SSM1 Cisco ASA 5510 (ASA 2) has CSC-SSMThere are 2 contexts, context A and context BASA 1 is the primary firewall for context A, and secondary firewall for context BASA 2 is the primary firewall for context B, and secondary firewall for context A 

Can AIP-SSM on ASA 1 inspects traffic of context B which primarily runs on ASA 2?Can CSC-SSM on ASA 2 inspects traffic of context A which primarily runs on ASA 1? 

View 2 Replies View Related

Cisco VPN :: TLS 1.2 On ASA 5510 (Clientless SSL VPN)?

Feb 14, 2013

I would like to ask if the ASA5510 can support TLS 1.1 above?On the ASDM it can only be chosen between SSLv3 or TLSv1.When "Negotiate SSL V3", the Active-X plugin can not be loaded (IE 9 with supported SSL v3). It seems that the plugin only works with TLSv1.Is there some roadmap for the TLS1.1/1.2?

View 1 Replies View Related

Cisco WAN :: Have 2 ISP Connections On ASA 5510?

Sep 18, 2011

1 isp connection which splits into two. One plugs into 5510 with ouside ip and the other plugs into the other 5510 with outside ip address.
 
see diagram below:
 
Router routes are set as:
 
ip route 0.0.0.0 0.0.0.0 10.x.x.1 
##
ip route 10.x.x.0 255.255.255.0 10.x.x.2
   
We will be introducing another isp into our network. We want to remove our current isp and switch. But we dont want to do the cut overnight. We will migrate into our new isp. so for a while we will have both isp connections.

What i am thinking of doing is taking one of the ports on 10.x.x.1 and configuring it for our replacement isp network and the same for 10.x.x.2. Will that work?

Can i have ASA 5510 configured for 2 seperate ISP connections? What kind of route will i set on my router?

View 1 Replies View Related

Cisco WAN :: Second Public IP On ASA 5510

Apr 7, 2013

My ASA 5510 is configured with a single PUBLICIP1 on the outside interface. All internal hosts 192.168.0.x are behind the ASA firewall and NATed to PUBLICIP1 including a few site-to-site VPN tunnels. This is also true for DMZ. Now, I would like to add a second PUBLICIP2 to the ASA and map it to one internal host ONLY - For eg: 192.168.0.25. How can I do this without effecting the existing setup?  Since my entire internal subnet 192.168.0.0/24 is NATed to an existing PUBLICIP1 how can I exclude just one host (192.168.0.25) and bond it to the PUBLICIP2 for all ports.
 
This is what my current OUTSIDE interface looks like.
 
interface Ethernet0/0
duplex full
nameif OUTSIDE
security-level 0
ip address PUBLICIP1 255.255.255.224
!

View 7 Replies View Related

Cisco VPN :: ASA 5510 VPN NAT Conundrum

Oct 25, 2011

I have been struggling to come up with the proper config to do a NAT of an incoming VPN tunnel to a VLAN on my network. I have an ASA 5510 with an IPSEC site-to-site tunnel to a partner network of 166.110.0.0/17. I have several VLANs on the ASA interface behind a cat4500 router (192.168.100.024, 172.16.4.0/24, 166.110.128.0/22 etc). The only network that the partner network sees is the 166.110.128.0/22.
 
My problem is that I need to give them access to a node on my 192.168.100.0/24 net, but can't get the admin on the other side to add a route and adjust his tunnel.My idea is that I will take an IP on my net, say 166.110.128.10, and do an inbound NAT to an address to 192.168.100.200. This way they communicate with a known address to them, but my server is on another VLAN.Should this be done at the level of the VPN tunnel, or can I NAT between VLANs on the cat4500?

View 1 Replies View Related

Cisco WAN :: Asa 5510 Vpn Not Connecting

Jul 25, 2012

I am getting the error "cypto map policy not found" when attempting to connect the VPN. My running config is below.I am attempting to connect from a draytek 2820.

View 5 Replies View Related

Cisco Firewall :: To Use ASA 9.0 On 5510

Oct 31, 2012

So I loaded the shiny new ASA 9.0(1) on a test/dev cluster of 5510's with the SecPlus license.In 8.4.4 (or maybe 8.4.3?) new password-policy commands were introduced, which allowed for very granular password policies for local users.  This appears to be gone in 9.0.1. Is this by design?  These commands met certain compliance regulations. EIGRP is supported in multiple context mode now, however the contexts dont appear to form EIGRP neighborships with each other on a shared interface.  I did issue the mac-address auto command in system mode if that matters.  All contexts do form EIGRP neighborships with a regular IOS device, however routes are still not propegated from CTX1 to CTX2, 3, etc.It's entirely possible I'm doing something wrong, this is my first stab at multiple contexts, or its possible this doesnt work by design?

View 4 Replies View Related

Cisco VPN :: Asa 5510 And Pix 515 VPN Client

Jan 1, 2012

Since last week we are having problems with remote users working with VPN client on Windows XP.The connection is stablished but no data traffic occurs. 

As we didn't do any change in vpn remote settings I did a test from Linux machine running VPNC client and it works well.It sounds so weird because it happens only on Windows client platform.We have CISCO ASA 5510 and PIX 515 running 8.0(4).

View 4 Replies View Related

Cisco VPN :: Remote VPN In ASA 5510

Nov 5, 2011

We have an ASA 5510 in which remote access VPN os configured. The problem is that we are able to access all the internal resources and after an hour we get disconnected. The VPN is still up though. We have to reconnect VPN to get things going again.

View 0 Replies View Related

Cisco VPN :: VPN Between 5510 And 5505 Won't Come Up

Apr 4, 2012

I'm trying to get a tunnel to come up between a 5510 and a 5505.  I currently have a vpn tunnel up and running from the 5510 to another remote site.  [code]

View 2 Replies View Related

Cisco VPN :: 5510 VPN For Mac 64bit

May 29, 2011

I need to buy a firewall for my company and have set my eyes on ASA 5510. However we want to use IPSec both as firewall to firewall VPN and for staff working from home.If i understand right i need to set up a VPN client on the users machine at home to be able to use the IPSec solution. Ist this the case?
 
I have a few mac users running 64bit OS and it seems that this is not supported by any cisco VPN client. Any workaround to this problem other than anyconnect as i want to use IPSec. For example, is it possible to use another client? or to do it with out a client with some built in Mac VPN?

View 1 Replies View Related

Cisco VPN :: 5510 VPN Only Allows Ping One Way

Sep 8, 2012

Today we physically moved an ASA 5510 across town and took another location off of fiber and onto a VPN with the asa 5510, via a brand new 5505. The VPN seems to be up however no local traffic seems to be passing. The ASA 5510 can ping to the internal network of the 5505 but not vice versa.
 
The site that was moved is the 62.0 network, it is connected to the rest of the network through the new ASA 5505. I'm sure this is something elementary that I somehow missed.

View 16 Replies View Related

Cisco VPN :: ASA 5510 - Create Another VPN L2L

Jul 19, 2011

I have an ASA5510 with VPN L2L two operand normally. I need to create another VPN L2L. When you add the 3rd VPN always drop one of those that were operating. What can be?

View 2 Replies View Related

Cisco VPN :: Using ASA 5510 With L2L And L2TP

Aug 9, 2011

I would like to allow my remote users to access all resources behind the ASA and my remote branches.  Here is my setup.  ASA5510 as hub at data-center.

Internal network 172.21.x.x Directly connected
DMZ 172.22.1.x.x Directly Connected
Branch1 10.47.x.x L2L VPN
Branch2 10.47.y.x L2L VPN
Remote users 172.21.y.x L2TP Windows Client
 
I can access my internal resources connected to the ASA but not the DMZ or branch offices. Do I need routing and reverse route injection?

View 4 Replies View Related

Cisco VPN :: ASA 5510 - VPN With Firewall

Jun 5, 2012

I am using ASA5510 as firewall and vpn is configured. Inside my office i have two networks one with 10.X.X.X and 192.X.X.X . My inside firewall interface configured with 10.X.X.X network.

When I connect from outside using VPN client I can access 10.X.X.X network but other network I can't access.How can I make it.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved