09-16-2011 12:56 PM
Hello,
I'm trying to set up an OSPF Routing on a VRF using GRE Tunnel with ISAKMP encryption.
Nearly everything works fine:
1. OSPF Routing incl. VRF - Perfect
2. OSPF Routing distribution using GRE Tunnel and VRF - Perfect
3. ISAKMP encryption - I think I made one or more mistackes.
On the attaced file you could find Excel sheet, which includes both router configurations and an netzwork scetch.
I would be very happy if somebody could solve my problem or give me a hint.
Thanks very much.
Solved! Go to Solution.
09-20-2011 04:07 AM
Hi Kai,
your keyring is not in the correct vrf - note that there is a difference between the FVRF and the IVRF, see
In you case, ISAKMP traffic is sent on/arriving on the F0/1.10 interface so the FVRF is the global vrf, and so the keyring should be in the global vrf.
In other words replace this:
crypto keyring Customer_10_Keyring vrf Customer_10 |
with:
crypto keyring Customer_10_Keyring |
BTW the above document also has a nice example on how to use "tunnel protection", so you don't have to use a crypto map anymore. Actually I'm not 100% if it's supported to do GRE/IPsec with VRFs without using tunnel protection, so maybe try that if you still have problems.
hth
Herbert
11-17-2011 01:37 AM
Hi Kai,
do you mean this solved the problem? If so, please mark this thread as "answered" and thanks for providing the working config!.
If not then please clarify the current behavior you see.
regards
Herbert
09-20-2011 04:07 AM
Hi Kai,
your keyring is not in the correct vrf - note that there is a difference between the FVRF and the IVRF, see
In you case, ISAKMP traffic is sent on/arriving on the F0/1.10 interface so the FVRF is the global vrf, and so the keyring should be in the global vrf.
In other words replace this:
crypto keyring Customer_10_Keyring vrf Customer_10 |
with:
crypto keyring Customer_10_Keyring |
BTW the above document also has a nice example on how to use "tunnel protection", so you don't have to use a crypto map anymore. Actually I'm not 100% if it's supported to do GRE/IPsec with VRFs without using tunnel protection, so maybe try that if you still have problems.
hth
Herbert
11-17-2011 12:39 AM
11-17-2011 01:37 AM
Hi Kai,
do you mean this solved the problem? If so, please mark this thread as "answered" and thanks for providing the working config!.
If not then please clarify the current behavior you see.
regards
Herbert
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