cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1077
Views
0
Helpful
3
Replies

Internet link termination on Firewall

vicky.dhas
Level 1
Level 1

Hi All,

Can we terminate an internet link with ethernet handoff on a firewall.If yes what are the pros and cons of it.how the routing will be done in this case.

please assit with above queries.

thanks

3 Replies 3

Collin Clark
VIP Alumni
VIP Alumni

Yes it can be done. Pros are easy configuration and less devices to manage. The only Con I can think of is there will be no pre-filtering which isn't a huge deal anyway. Routing is very straightforward. Assume that your ISP is giving you a range of IP's of 192.168.1.2-5, with .1 being their device and your default gateway. The command would look like this-

ip route 0.0.0.0 0.0.0.0 192.168.1.1

Hope it helps.

thank you very much Collin

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi All,

Can we terminate an internet link with ethernet handoff on a firewall.If yes what are the pros and cons of it.how the routing will be done in this case.

please assit with above queries.

thanks

Hi,

Yes collin is right you can do that and check out the below sample configuration of ASA 5505  configuration with simple default routing.

http://www.articlesbase.com/networks-articles/stepbystep-configuration-guide-for-the-cisco-asa-5505-firewall-803076.html

Hope to Help !!

Ganesh.H