cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
509
Views
0
Helpful
1
Replies

FWSM- Route based on nameif

vinothnil
Level 1
Level 1

Dear All,

 

Host A(10.10.10.10) is in inside network and it is behind the interface with nameif INSIDE. Host A wants to access the HOST B(20.20.20.20) which is behind the interface with nameif OUTSIDE. Can anyone help me how static route lookup will happen here.

Because I can see that static routes are configured with the name which we used in interface nameif command. Will it check only the routes belongs to INSIDE routes in our example to reach the Host B? if there is no route in the INSIDE statement, what will happen?

 

ex: route INSIDE 20.20.20.20 255.255.255.255 10.10.10.1 (Interface IP in FWSM)

1 Accepted Solution

Accepted Solutions

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

This static route looks incorrect, if the IP 20.20.20.20 is a remote host (not connected to OUTSIDE interface) it should be

 

route OUTSIDE 20.20.20.20 255.255.255.255 <IP Address of the Next Hop> 

 

The IP address of the Next Hop represents the IP of remote device connected to your OUTSIDE interface. 

 

Hope it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

1 Reply 1

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

This static route looks incorrect, if the IP 20.20.20.20 is a remote host (not connected to OUTSIDE interface) it should be

 

route OUTSIDE 20.20.20.20 255.255.255.255 <IP Address of the Next Hop> 

 

The IP address of the Next Hop represents the IP of remote device connected to your OUTSIDE interface. 

 

Hope it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<