Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added notes dynamicrouting_ospf.rst with alternative configurations and some caveats #472

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion source/manual/how-tos/dynamicrouting_ospf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ if it is not available. Be careful with this option in HA setups.
Networks
--------

.. Note::
You can add only the networks that OSPF should send and received routing updates and/or area range summarizations, Networks to be advertized can be configured as Interfaces.

.. image:: images/dynamic_routes_ospf_networks.png

Networks gives you a brief overview of the configured networks. The dialog looks like this:
Expand All @@ -56,7 +59,9 @@ Enabled
-------

Enabled means that this Network is going to be used.
You should only disable networks if you plan to do some changes in your topology or some routes get broken.
You should only disable networks if you plan to do some changes in your topology or some routes get broken.
This will add Firewall Filtering rules for OSPF to work properly, you can add and enable only the networks where OSPF is going to send and receive updates.
Disabled networks still add the Area Range for a given Area to the OSPF config file, you can use this for route summarization.

Network Address
---------------
Expand All @@ -74,6 +79,11 @@ Area

The area describes which routers belong to the same group (autonomous system). This value is a 32 bit integer, which is entered in dotted decimal notation (like an IPv4 address is usually written).

Area Range
----

This is the network or network summary you wish to send to the designated Area configured above or in other Networks with the same Area.

Prefix-List in and Out
----------------------

Expand All @@ -83,6 +93,12 @@ Only used for advanced route filtering using access lists.
Interfaces
----------

.. Note::
You can add the interfaces where OSPF shoud send and receive and updates along side with Networks.

.. Note::
You can add the interfaces with local networks that OSPF should advertized, these interfaces need an Area and should be added has Passive Interfaces in order to work, this type of configuration reduces Firewall Filter Rules.

This tab shows an overview of the configured interfaces:

.. image:: images/dynamic_routes_ospf_interfaces.png
Expand Down