Amer Networks E5Web GUI User Manual
Page 321

Example 4.12. Import Routes from an OSPF AS into the Main Routing Table
In this example, the routes received using OSPF will be added into the main routing table. To do
this, a Dynamic Routing Policy Rule first needs to be created. In this example, the rule is called
ImportOSPFRoutes.
The rule must specify from what OSPF AS the routes should be imported. In this example, the
OSPF AS configured above, with the name as_0, is used.
Depending on the routing topology, it may be preferable to just import certain routes using the
Destination Interface/Destination Network filters, but in this scenario all routes that are within the
all-nets network object are allowed.
The steps are first performed for security gateway A.
Command-Line Interface
Device:/> add DynamicRoutingRule
OSPFProcess=as_0
Name=ImportOSPFRoutes
DestinationNetworkIn=all-nets
InControl
Follow the same steps used for the Web Interface below.
Web Interface
1.
Go to: Network > Routing > Routing Rules > Add > Dynamic Routing Policy Rule
2.
Specify a suitable name for the rule. For example, ImportOSPFRoutes.
3.
Select the option From OSPF Process
4.
Move as_0 from Available to Selected
5.
Choose all-nets in the ...Or is within filter option for Destination Interface
6.
Click OK
Now, create a Dynamic Routing Action that will import routes into the routing table. The
destination routing table that the routes should be added to is main.
Command-Line Interface
First, change the CLI context to be the DynamicRoutingRule just added for import:
Device:/> cc DynamicRoutingRule ImportOSPFRoutes
Next, add a DynamicRoutingRuleAddRoute object:
Device:/1(ImportOSPFRoutes)> add DynamicRoutingRuleAddRoute
Destination=main
InControl
Follow the same steps used for the Web Interface below.
Chapter 4: Routing
321