What is floating static route Cisco?

What is floating static route Cisco?

Floating static routes are static routes that have an administrative distance greater than the administrative distance of another static route or dynamic routes. By default, static routes have an administrative distance of 1, making them preferable to routes learned from dynamic routing protocols.

How do I assign a static route?

Configuring Static Routes

  1. Navigate to the Configuration > Network > IP > IP Routes page.
  2. Click Add to add a static route to a destination network or host. Enter the destination IP address and network mask (255.255.
  3. Click Done to add the entry. Note that the route has not yet been added to the routing table.

How do I add a floating static route?

To create floating static route(s) you will create identical routes that already exist which go to R2 through the main frame-relay link to traverse the point to point link which have a higher administrative distance so as long as Serial0/0 is up traffic will take that path but if Serial0/0 fails the router will re- …

What is the inconsistency between address and mask?

But when you use the mask of 255.255.255.0 you are saying that only the first 3 octets are significant and that the fourth octet does not need to match. So the inconsistency is between the address indicating 4 significant octets and the mask indicating only 3 significant octets.

Why does my router say inconsistent address and mask?

I am attempting to add ” ip route 10.16.17.0 255.255.252.0 10.16.5.1 to a 2651. 10.16.17.0 network is a dmz interface off of a pix 515. The router is saying that it is inconsistent address & mask.

What does Mask of 255 255 255 252 mean?

If we look at the mask of 255.255.255.252 this indicates a subnet of /30. And that means that the first 28 bits of the address represent the subnet and are significant while the last 4 bits of the address are host address bits and are not significant.

What is the mask address for Cisco route 96.74.187.50?

The original attempt to configure a static route was ip route 96.74.187.50 255.255.255.252 10.10.22.5 If we look at the mask of 255.255.255.252 this indicates a subnet of /30.