0% found this document useful (0 votes)
26 views10 pages

36 BGP Configuration

The document outlines the configuration of BGP on a router named R1, including setting up interfaces and BGP neighbors. It details steps for managing FortiGate devices, creating new neighbors, and advertising networks. Additionally, it provides instructions for verifying BGP settings and installation of device configurations.

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)
26 views10 pages

36 BGP Configuration

The document outlines the configuration of BGP on a router named R1, including setting up interfaces and BGP neighbors. It details steps for managing FortiGate devices, creating new neighbors, and advertising networks. Additionally, it provides instructions for verifying BGP settings and installation of device configurations.

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/ 10

BGP 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 BGP Configuration
R1(config)#router bgp 123
R1(config-router)#neighbor 10.0.1.1 remote-as 123
R1(config-router)#neighbor 10.0.1.254 remote-as 123
R1(config-router)#network 2.2.2.2 mask 255.255.255.255
R1(config-router)#network 4.4.4.4 mask 255.255.255.255
R1(config-router)#network 6.6.6.6 mask 255.255.255.255
R1(config-router)#network 8.8.8.8 mask 255.255.255.255
R1(config-router)#exit

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

In the Router section tick BGP click OK.

2 | 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 FW1 Dashboard > Router>BGP

Type the Router ID in this case 2.2.2.2 and Local AS in this case 123

In the Neighbors click on Create New Type the IP Address of HQ-FW and remote AS 123

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


Repeat or clone the neighbor for Cisco Router R1 IP 10.0.1.100 and Remote AS 123.

Finally, both neighbors are created for the same Remote AS 123.

4 | 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>BGP

Type the Router ID in this case 3.3.3.3 and Local AS is 123

In the Neighbors click on Create New Type the IP Address of FW1 and remote AS 123

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


Repeat or clone the neighbor for Cisco Router R1 IP 10.0.1.100 and Remote AS 123.

Finally, both neighbors are created for the same Remote AS 123.

In the Networks click Create New type IP/Netmask click OK. Finally, three networks are
advertised in the BGP.

6 | 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.

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


Click Install.

Click Finish to close the wizard.

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


BGP Verification:

OSPF Verification Commands


HQ-FW # get router info bgp neighbors
HQ-FW # get router info bgp summary
HQ-FW # get router info bgp network
HQ-FW # get router info routing-table bgp
FW1 # get router info routing-table bgp

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


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

You might also like