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

Default route

ziamohdkhan
Level 1
Level 1

how default route works

3 Replies 3

zanub
Level 1
Level 1

literally gateway of last resort..if router does not have a route to the destination network, then uses default route.

shiva_ial
Level 1
Level 1

hi,

if router receives a packet,it searches for next hop the packet to be forwared to destination.

if router doesn't finds route to destination in routing table it use default route if it is configured.

check the link to understand and configure default route

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094374.shtml

rate if it helps

rgds/shiva

Rick Morris
Level 6
Level 6

There is default route, default gateway, or default network.

Each works off of the "default" premise.

Default literally means last resort or preferred.

When you are routing traffic the administrator tells where to send the traffic.

For instance.

I want traffic coming from 10.1.1.0 255.255.255.0 network to go out a connection at another location, say home office with an IP address of 192.168.1.2 we would put in a static route that looks like this:

ip route 10.1.1.0 255.255.255.0 192.168.1.2

This tells the router to send all traffic from 10.1.1.0 network to our next destination of 192.168.1.2, you could use the exit interface too if you wanted, Serial0/0.

The default route looks like this:

ip route 0.0.0.0 0.0.0.0 192.168.1.2

or

ip route 0.0.0.0 0.0.0.0 Serial0/0 (or any exit interface)

This says, if you don't match anything else use this route to send my traffic.

Review Cisco Networking products for a $25 gift card