answersLogoWhite

0


Best Answer

automatically assign an ip address

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a default route?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the administrative distance of a default route?

The administrative distance of a default route is typically 1. This means that it is considered the most reliable and preferred route for forwarding traffic when no other more specific route is available in the routing table.


What route is used by the computer's default gateway to send traffic to remote networks?

Default route


When should you use a default route?

When you have routing enabled then you need default route (also calleddefault network or Gateway of Last Resort). You do not need default routeif you don't use routing. For example if you just have one router in your network there is no need for default route. When you have more than one router in a network you need default route.Note: If you connect to WAN (Internet) you need default route. The default route allows connection with Internet. If you are not using WAN and have one router than there is not need for default route but in these days everyone connects to the Internet so most likely your router has default route. When using router to connect to the Internet using DHCP this happens automatically so there will no need to configure default route manually. If you need to manually set default route then use the commands IP default-network or IP route 0.0.0.0 0.0.0.0 .More info can be found at Cisco's site - see the related link below.


What is the command for a default route on a router?

ip default gateway


What route is a type of static route that the administrator configures?

default


What is the difference between an ultimate route and a default route?

A default route is considered a gateway of last resort; meaning all ip packets that don't have a match in the routing table of a router will be forwarded to the default route. An ultimate route is a route in the routing table of a router that indicates both the next hop ip address and the exit interface.


Why should you use a default route?

as a last resort


When configuring RIPng the command instructs the router to propagate a static default route?

default-information originate


How do you change a default route to recover file?

to look for something


What is another name for the gateway of last resort?

default route.


What command will create a default route on R1 to forward the traffic to R2 when there is no routing protocol configured on either router?

Router> enableRouter# config tRouter(config)# ip default route [IP address]


What statement describes the purpose of a default route?

A host uses a default route to transfer data to a host outside the local network when no other route to the destination exists. You may configure the gateway of last resort to achieve this functionality especially if there is a need to route packets outside the LAN. The way to configure a default route to a Cisco Layer 3 device is as follows: Router(config)# ip route <network-address> <subnet-mask> <next-hop-address> Example: Router(config)# ip route 0.0.0.0 0.0.0.0 172.18.3.1