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

hi

sajeer9745
Level 1
Level 1

what is Routing table fields and how a router uses routing table for routing decisions?

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame
In brief, a routing table contains network addresses and their next hop.

A router uses a packet's destination IP and uses the routing entry that most closely matches that IP.

For example, if a routing table had:
10.0.0.0 /8
10.1.0.0 /16
10.1.2.0 /24
for an IP of 10.1.2.3 it would use the 3rd entry.
for an IP of 10.1.9.3 it would use the 2nd entry.
for an IP of 10.9.2.3 it would use the 1st entry.
Review Cisco Networking for a $25 gift card