0% found this document useful (0 votes)
10 views8 pages

33 OSPF Configuration

The document outlines the configuration of OSPF on a router (R1) using FortiManager, including basic router setup and OSPF settings. It details the creation of OSPF areas and networks, as well as the installation of device settings and verification commands for OSPF. The document serves as a guide for network administrators to configure and verify OSPF on FortiGate devices.

Uploaded by

Williams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views8 pages

33 OSPF Configuration

The document outlines the configuration of OSPF on a router (R1) using FortiManager, including basic router setup and OSPF settings. It details the creation of OSPF areas and networks, as well as the installation of device settings and verification commands for OSPF. The document serves as a guide for network administrators to configure and verify OSPF on FortiGate devices.

Uploaded by

Williams
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

OSPF Configuration FortiManager:

R1 Basic Configuration
Router(config)#hostname R1
R1(config)#interface fastEthernet0/0
R1(config-if)#ip address 10.0.1.100 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface Loopback2
R1(config-if)#ip address 2.2.2.2 255.255.255.255
R1(config-if)#exit
R1(config)#interface Loopback4
R1(config-if)#ip address 4.4.4.4 255.255.255.255
R1(config-if)#exit
R1(config)#interface Loopback6
R1(config-if)#ip address 6.6.6.6 255.255.255.255
R1(config-if)#exit
R1(config)#interface Loopback8
R1(config-if)#ip address 8.8.8.8 255.255.255.255
R1(config-if)#exit

1 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


R1 OSPF Configuration
R1(config)#router ospf 1
R1(config-router)#router-id 1.1.1.1
R1(config-router)#network 10.0.1.0 0.0.0.255 area 0
R1(config-router)#network 2.2.2.2 0.0.0.0 area 0
R1(config-router)#network 4.4.4.4 0.0.0.0 area 0
R1(config-router)#network 6.6.6.6 0.0.0.0 area 0
R1(config-router)#network 8.8.8.8 0.0.0.0 area 0

Navigate to Device Manager >Device & Group>Managed FortiGate The list of devices in the
group are displayed. Click on FW1 Dashboard > Router>OSPF

Type the Router ID in this case 2.2.2.2

In Area click on Create New keep the default click OK. Area 0.0.0.0 Type Regular and
authentication None.

2 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


Finally, Area 0.0.0.0 type Regular is created.

In the Networks click Create New type IP/Netmask and keep the Area 0.0.0.0 click OK

In the Networks click Create New type IP/Netmask and keep the Area 0.0.0.0 click OK

Finally, two networks in area 0.0.0.0 are advertised.

3 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


Navigate to Device Manager >Device & Group>Managed FortiGate The list of devices in the
group are displayed. Click on HQ-FW Dashboard > Router>OSPF

Type the Router ID in this case 3.3.3.3

In Area click on Create New keep the default click OK. Area 0.0.0.0 Type Regular and
authentication None.

Finally, Area 0.0.0.0 type Regular is created.

4 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


In the Networks click Create New type IP/Netmask and keep the Area 0.0.0.0 click OK

In the Networks click Create New type IP/Netmask and keep the Area 0.0.0.0 click OK

Finally, two networks in area 0.0.0.0 are advertised.

5 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


Install Device Settings:
Ensure you are in the correct ADOM. In the toolbar, select Install Wizard.

Select Install Device Settings (only) and if you want, type a comment. Click Next.

In the Device Settings page, select one or more devices to install, and click Next.

6 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


Click Install.

Click Finish to close the wizard.

7 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717


OSPF Verification:

OSPF Verification Commands


HQ-FW # get router info ospf database brief
HQ-FW # get router info ospf interface
HQ-FW # get router info ospf route
HQ-FW # get router info ospf neighbor
HQ-FW # get router info ospf status
get router info ospf database self-originate
get router info ospf database router lsa

8 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 00966564303717

You might also like