Monday, June 23, 2014

ASA routing

In the case of adding other network in inside, ASA needs to learn about the route.
Simply add static route on ASA like ' ip route 192.168.1.0 255.255.255.0 192.168.0.100 (interface ip address of Inside_net_offices.

Static route



 We can configure by actual ip addresses, but in this case, I would like to configure by objects.



Now, we can ping to 192.168.1.0/24 network.


OSPF configuration for inside network. (remove static route for 192.168.1.0)

 ASA route
Now, I have only routes that connected to ASA and default route.

Inside_net_offices router is already configured with OSPF1 area 1 for 192.168.252.0/24
 ( network 192.168.0.0 0.0.3.255 area 1 )

Let's configure ASA for inside network 192.168.0.0 255.255.252.0 (also configure default route to ASA)

1. default information originate:
 OSPF 1 area 1 configuration in GUI

 Result: ospf neighber, ip route, ping

Now, all inside network from 192.168.0.0 to 192.168.3.0 are included to ospf network.

RIP 1, 2, EIGRP configurations are similar with ospf.



Multicast routing

 - need to study..haha..

No comments:

Post a Comment