cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
575
Views
0
Helpful
2
Replies

destination routing table

net.corner
Level 1
Level 1

haii,

i am new to the networking.my friend gave me a routing table with some ststic routes configured .he said the routing table belongs to a firewall.but i cant understand how the packets are forwarded .he alo said that he had a l3 switch in between the end terminals and the firewall.colud some one help me out iby explining this.attached a excel sheet with the routes.

thanx in advance.

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

In your spreadsheet, column A is the destination network. In other words, if you want to get "here (column A)" send traffic to "there (column B)".

So, on the third row, to get to the network of 192.168.12.0/25, send all traffic to the next hop of 192.168.125.15. The 192.168.125.15 is out ethernet 0/0.

For any of the networks that aren't in the list in column A, for example 1.1.1.0/24, send to the default gateway at 124.15.215.29 which is out of ethernet 0/2.

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

thanks for ur reply..