ASA to IOS and IOS to IOS on the same hub interface

I need to terminate both GRE tunnels from cisco routers and ipsec tunnels from ASAs onto the same interface on a 2911. Can someone please tell me how to accomplish this?

thanks for the reply. I have been sidetracked. This vpn is working but I need to ad an ASA to it. Here is the pertinent config
crypto keyring 123KEY vrf 123vpn
pre-shared-key address 2.2.2.2 key 123456
crypto isakmp policy 2
encr 3des
authentication pre-share
group 2
crypto ipsec transform-set 123SET esp-aes esp-sha-hmac
mode tunnel
crypto ipsec profile 123Profile
set transform-set 123SET
interface Tunnel200
ip address 10.1.2.3 255.255.255.0
no ip redirects
ip nhrp map multicast dynamic
ip nhrp network-id 10200
tunnel source GigabitEthernet0/2
tunnel mode gre multipoint
tunnel vrf 123vpn
tunnel protection ipsec profile 123Profile
interface GigabitEthernet0/2
ip vrf forwarding 123vpn
ip address 1.1.1.1 255.255.255.248
duplex auto
speed auto

Similar Messages

Maybe you are looking for

  • How to Change Default Editing in Flash 8

    Hi All, I have bitmaps from a template that evidently were imported directly to the stage. When I right mouse click on them to edit them the default editing program is Nero Photosnap Viewer. I would like to change this to Fireworks 8. I looked in Edi

  • Performance problem with Mavericks.

    Performance problem with Mavericks. My Mac is extremly slow after upgrading to Mavericks. What can i do to solve that?

  • Creating a very simple XML-driven gallery

    Hi, I'm learning XML in AS3 and I am having real trouble finding a resource that can help me learn how to build a very simple XML-driven picture gallery. I am working in an FLA file with AS3, with a dynamic text field with the instance name "textfiel

  • Not allowing a number as the first char in the username

    Is there a particular reason why I am not allowed to create a username with a number as the first character? Or is this something that can be changed? If so, how can I go about changing it? I have edited the UsermgmtTools.properties to say: "disallow

  • Rows to column in 11g as single query

    I would like to create single row with column name as ISIN, CUSIP, SEDOL for each row which has desc IS, CU, SE as below SQL> select * from test;       CODE DESCR                     VALUE         10 IS                          100         10 CU