OSPF
Open Shortest Path First (OSPF) is an interior gateway protocol that multicasts the routing information to all the hosts within a single network. It sends routing information to all the routers in the network by calculating the shortest path to each router on the basis of the structure built up by each router.
OSPF allows sets of networks to be grouped together into what is known as areas. Area is a logical division of a network. Each area maintains a separate database whose information may be summarized by the connecting router. Hence, the topology of an area is not known to the outside world. There are three types of areas:
Backbone area also known as area 0, distributes information between non-backbone areas. All other areas in the network are connected to it and the routing between areas takes place using routers which are connected to the backbone area as well as to their respective areas.
A stub area is an area that do not receive route advertisements external to the autonomous system (AS), which is a collection of networks under a common network operator that share same routing policy.
A not-so-stubby-area (NSSA) is a type of stub area that can import AS external routes in a limited amount.
An Area Border Router (ABR) is a router that connects areas to the backbone network and maintains separate routing information for each area that it is connected to. It has interfaces in more than one area with at least one interface in the backbone area.
Global configuration
- Router ID
- Specify a unique router ID.
- Default metric
- Specify the default metric value to be used for redistributed routes.
- ABR type
- Select the type of Area Border Router (ABR).
- Auto cost reference bandwidth (Mbits/s)
- Specify the cost reference to calculate the OSPF interface cost based on bandwidth.
- Default information originate
- Select an option to control the distribution of the default route.
- Redistribute connected
- Click to enable the redistribution of connected routes into the OSPF routing table.
- Redistribute static
- Click to enable the redistribution of static routes into the OSPF routing table.
- Redistribute RIP
- Click to enable the redistribution of OSPF routes into OSPF routing table.
- Redistribute BGP
- Click to enable the redistribution of BGP routes into the OSPF routing table.
Click Apply.
This section lists all available OSPF networks together with the corresponding netmasks and the area they belong to.
This section lists all available OSPF areas, specifies their types and authentication type, the area cost and, if available, virtual links.
Override interface configuration
You can manage the interface configuration from this section.