Cisco ASA – VPN Reverse Route Injection With OSPF
Apr25

Cisco ASA – VPN Reverse Route Injection With OSPF

Reverse Route Injection KB ID 0000982  Problem Reverse Route injection is the process that can be used on a Cisco ASA to take a route for an established VPN, and populate/inject that route into the routing table of other devices in it’s routing group. In the example below, on the main site, we have a Layer 3 switch that’s routing all the 192.168.x.x networks, and we have an established site to site VPN to a remote site. To...

Read More
Route Summarisation with EIGRP
Jan31

Route Summarisation with EIGRP

KB ID 0001149 Problem I’ve already written a post that lets you calculate a route summarisation. So now you have a method of advertising your routes more efficiently, what do you do with it? Well I’m at the EIGRP point in my studies so here’s how to implement it with EIGRP. To demonstrate I’ve built the above network on GNS3, there is a loopback interface on the routers for each of those networks. Solution...

Read More
Cisco ASA – Reverse Route Injection with EIGRP
Jan19

Cisco ASA – Reverse Route Injection with EIGRP

KB ID 0001137  Problem I’ve followed your Reverse Route Injection article and its not working? This email dropped in my mailbox a while back As it turns out the article I had written was for OSPF, and this chap was using EIGRP. So I ran it up with EIGRP as well to test. Heres my topology, I want to inject the route for the remote site, into my internal EIGRP routing table. Solution Assuming EIGRP is already setup between the ASA...

Read More
Cisco Router IOS – Configuring EIGRP
Nov17

Cisco Router IOS – Configuring EIGRP

KB ID 0000929  Problem For the first time in about ten years I had to deal with EIGRP last week, so I thought I would run it up in a lab. Normally I would use GNS3 but for this procedure I’ll use Cisco Packet Tracer.</p< In fact I’ll include the files so you can download and use the lab yourself, (if you have a copy of Packet Tracer). And I’ll also include the configs for all the routers. In the lab I’ve...

Read More
Cisco – Configuring Dynamic Multipoint Virtual Private Networks DMVPN
Nov17

Cisco – Configuring Dynamic Multipoint Virtual Private Networks DMVPN

KB ID 0000954 Problem A while back I uploaded a run through on how to deploy GRE tunnels and protect those tunnels with IPsec. That point-to-point GRE tunnel is a good solution, but if you have a lot of sites it’s not a solution that scales very well. Yes you can have 2147483647 tunnel interfaces, but good luck manually configuring all those tunnels and even if you did, if you want each of your remote sites to talk to each other...

Read More