32.4. OSPF resource

32.4.1. Activating the OSPF resource

Add the resource to the Abilis system with the following command.

[14:35:31] ABILIS_CPX:a res:ospf

RES:Ospf ALREADY EXISTS 

The OSPF resource may already exist in the system, but may not yet be active: set it active with the command:

[14:35:35] ABILIS_CPX:s act res:ospf


COMMAND EXECUTED
[Caution]Caution

After adding or setting the OSPF active, you must restart the Abilis to make the resource running (use the command warm start to reboot the Abilis).

[14:38:54] ABILIS_CPX:s p ospf act:yes

COMMAND EXECUTED

[14:39:17] ABILIS_CPX:d p ospf

RES:Ospf - Not Saved (SAVE CONF), Not Refreshed (INIT) ------------------------
       ------------------------------------------------------------------------
Run    DESCR:Open_Shortest_Path_First_Routing_Protocol
       LOG:DS       ACT:YES       max-lsa:1000     max-routes:500      
       RFC1583COMP:YES            OSPF-RID:AUTO (192.168.029.254)   ASBR:NO
[Note]Note

The "Not Saved (SAVE CONF)" message is displayed every time the port configuration is modified but not saved with the SAVE CONF command.

[Note]Note

The "Not Refreshed (INIT)" message is displayed every time the port configuration is modified but not refreshed with the INIT RES:OSPF command.

32.4.2. OSPF resource parameters

Use the following command to display the parameters of the resource; the command d p ospf ? displays the meaning of all parameters.

[14:52:12] ABILIS_CPX:d p ospf

RES:Ospf ----------------------------------------------------------------------
Run    DESCR:Open_Shortest_Path_First_Routing_Protocol
       LOG:DS       ACT:YES       max-lsa:1000     max-routes:500      
       RFC1583COMP:YES            OSPF-RID:AUTO (192.168.029.254)   ASBR:YES
       - ASBR section ---------------------------------------------------------
       LOCAL:NO            STATIC:NO            RIP:NO            
       LOCAL-METRIC:*      STATIC-METRIC:*      RIP-METRIC:*      
       DEF-METRIC:1      

Meaning of the most important parameters:

LOG

State changes log and alarm generation [NO, D, S, A, L, T, ALL] [+E] (D: Debug Log; S: System Log; A: Alarm view; L: Local audible alarm; T: SNMP traps; +E: Extended Log of state changes, see ref. manual).

ACT

Operation activation [NO, YES].

max-lsa

Maximum number of LSA in the LSA's array [1..10000].

max-routes

Maximum number of routes in the route table [1..10000].

RFC1583COMP

Enable/disable compatibility with RFC1583 flag [NO, YES].

OSPF-RID

OSPF Router ID [AUTO, 0.0.0.0, 255.255.255.255].

ASBR

Enable/disable usage Autonomous System Boundary Router [NO, YES].

LOCAL

Enable/disable usage of local routes for the redistribution into OSPF [NO, YES].

[Note]Note

Only for ASBR:YES.

STATIC

Enable/disable usage of static routes for the redistribution into OSPF [NO, YES].

[Note]Note

Only for ASBR:YES.

RIP

Enable/disable usage of routes that was received from RIP protocol for the redistribution into OSPF [NO, YES].

[Note]Note

Only for ASBR:YES.

LOCAL-METRIC

Metric used to redistribute LOCAL routes [*, 1..65535].

[Note]Note

Only for ASBR:YES.

STATIC-METRIC

Metric used to redistribute STATIC routes [*, 1..65535].

[Note]Note

Only for ASBR:YES.

RIP-METRIC

Metric used to redistribute RIP routes [*, 1..65535].

[Note]Note

Only for ASBR:YES.

DEF-METRIC

Default metric used to redistribute routes [1..65535].

[Note]Note

Only for ASBR:YES.