answersLogoWhite

0

ip route {destination prefix} {destination prefix mask} {interface OR forwarding router's IP address}

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you remove a static route from a routing table?

Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....Assuming you have a Cisco router, you add a static route with the command ip route.... Therefore, you delete it with the command no ip route....


What is the routers command used to configure a static route for a router?

routing table code S


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

default-information originate


Which command configures a default static address?

router(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.1


Which cli command display the static routes in the routing table?

conf terminal Router#show ip route


What is purpose of ip nat command?

IP NAT Command is used to Exclude the IP from Routing Table or Tells the Router to fix the IP Static or exclude the IP from Route. used for Network Address Translation


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

ip default gateway


What is the command on a Cisco router that will display all the routes the router knows?

show ip route


What should an administrator do so that the router will use the new next hop to reach the address network?

Negate the original command and enter a new static route with the new next hop


What determines if the router implements a classless route lookup process?

The command ip classless is enabled on the router.


What command line interface command can be used to check the routing table of a router?

Showi ip route


How would you remove either of these routes from the configuration?

To remove a route from the configuration, you can use the 'no' command followed by the route information in the router configuration mode. For example, to remove a static route '192.168.1.0' with subnet mask '255.255.255.0' pointing to next-hop '10.0.0.1', you would use the command 'no ip route 192.168.1.0 255.255.255.0 10.0.0.1'. Make sure to save your configuration afterwards.