Guidelines

How do I change the administrative distance of a static route?

How do I change the administrative distance of a static route?

To set an administrative distance:

  1. For RIP and OSPF, issue the distance command in Router Configuration mode. host1(config-router)#distance 100. The range for administrative distance is 0–255.
  2. For IS-IS, issue the distance ip command in Router Configuration mode. host1(config-router)#distance 80 ip.

How do I redistribute a static route in OSPF?

Enter the router ospf command to enter OSPFv2 router configuration mode and enable OSPFv2 on the device. Enter the redistribute command with the static parameter to redistribute static routes. Enter the redistribute command with the rip parameter to redistribute RIP routes.

When configuring a floating static route What should you set its administrative distance to?

By default, static routes have an administrative distance of 1, making them preferable to routes learned from dynamic routing protocols. For example, the administrative distances of some common dynamic routing protocols are: EIGRP = 90. IGRP = 100.

How do you set 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- …

Does OSPF share static routes?

The OSPF implementation in can redistribute BGP, Connected, RIP, and Static routes.

How is OSPF redistributed in domain 1?

Consider a Network N in Domain 1, where N will be known as an internal route in Domain 1 and will be redistributed by both Router A and by Router B. Because the administrative distance of external routes has been increased, Router A and Router B will chose OSPF process 1 to reach Network N.

Do you need to use metric when redistributing OSPF routes?

You do not need to define metric or use the default-metric command when redistributing one OSPF process into another. Note: The principles in this document apply to RIP versions I and II. This output shows a RIP router redistributing static, IGRP, EIGRP, OSPF, and IS-IS routes.

Can a route be overwritten by another OSPF process?

Now, if a route is installed via one process, it is not overwritten by another OSPF process with the same administrative domain (AD), unless the route is first deleted from the routing table by the process that initially installed the route in the routing table.

How to redistribute static and RIP routing protocols?

This output shows an OSPF router redistributing static, RIP, IGRP, EIGRP, and IS-IS routes. router ospf 1 network 131.108.0.0 0.0.255.255 area 0 redistribute static metric 200 subnets redistribute rip metric 200 subnets redistribute igrp 1 metric 100 subnets redistribute eigrp 1 metric 100 subnets redistribute isis metric 10 subnets