Chapter 2 Advanced Routing for FortiOS 5.0 : Border Gateway Protocol (BGP) : Dual-homed BGP example : Configuring the FortiGate unit : Set the FortiGate BGP information
  
Set the FortiGate BGP information
When using the default information, there are only two fields to set to configure the FortiGate unit as a BGP router.
For this configuration the FortiGate unit will be in a stub area with one route out — the ISP BGP router. Until you configure the ISP router as a neighbour, even that route out is not available. So while after this part of the configuration is complete your FortiGate unit will be running BGP, it won’t know about any other routers running BGP until the next part of the configuration is complete.
To set the BGP router information - web-based mananger
1. Go to Router > Dynamic > BGP.
2. Set the following information, and select OK.
Local AS
1
Router ID
10.11.101.110
To set the BGP router information - CLI
config router BGP
set as 1
set router-id 10.11.101.110
end