This article shows you how to configure BGP with single ISP and advertise your public network
This release includes significant user interface changes and many new features that are different from the SonicOS 6.2 and earlier firmware. The below resolution is for customers using SonicOS 6.5 firmware.
In this scenario, we configure basic BGP between SonicWall and the ISP's router using CLI(Command Line Interface) to advertise our network (with public IP address) to the ISP. It is necessary to have the AS(Autonomous System) numbers and public IP addresses of both devices. This information should be provided by the ISP
By default, BGP is disabled on SonicWall. To configure BGP follow the steps:
Enable Advanced Routing
Enable BGP in SonicWall Management (Configure with CLI)
NOTE: If you don't see BGP option, you might need a license. Please refer to the following link for more information regarding BGP licensing: UTM: Expanded license for A/A Clustering and BGP
Connect to SonicWall using port 22(SSH)
Configure BGP using CLI
admin@C0EAE45C0360> configure / Enter to the configure mode admin at GUI from 10.60.2.102 is editing.
Do you wish to preempt them (yes/no)? [no]: yes / Confirm preemption from GUI user who has logged in to SonicWall
config(C0EAE45C0360)# routing / Enter to Routing Module
(config-routing)# bgp / Enter to BGP module ZebOS version 7.7.0 IPIRouter 7/2009
ARS BGP> ARS BGP> configure terminal / Enter configure mode
ARS BGP(config)> router bgp 6501 / Set up AS number on SonicWall
ARS BGP(config-router)> neighbor 2.2.2.1 remote-as 6500 / Configure neighbor connection
ARS BGP(config-router)> network 20.20.20.0 mask 255.255.255.0 / Advertise your network ARS BGP(config-router)> Ctrl+Z / press in Keyboard
ARS BGP> Write / To write the changes into memory and with out this command BGP config will be saved until the firewall is rebooted
ARS BGP> Exit
config(C0EAE45C0360)# commit / To save the configuration
Check BGP neighbor status
Check the network advertised to the neighbor
The below resolution is for customers using SonicOS 6.2 and earlier firmware. For firewalls that are generation 6 and newer we suggest to upgrade to the latest general release of SonicOS 6.5 firmware.
In this scenario, we configure basic BGP between SonicWall and ISP's router using CLI(Command Line Interface) to advertise our network (with public IP address) to the ISP. It is necessary to have the AS(Autonomous System) numbers and public IP address of both devices. This information should be provided by ISP.
By default, BGP is disabled on SonicWall. To configure BGP follow the steps:
Enable Advanced Routing
Enable BGP(Configure with CLI)
NOTE: If you don't see BGP option, you might need a license. Please refer to the following link for more information regarding BGP licensing: UTM: Expanded license for A/A Clustering and BGP
Connect to SonicWall using port 22(SSH)
Configure BGP using CLI
admin@C0EAE45C0360> configure / Enter to the configure mode admin at GUI from 10.60.2.102 is editing.
Do you wish to preempt them (yes/no)? [no]: yes / Confirm preemption from GUI user who has logged in to SonicWall
config(C0EAE45C0360)# routing / Enter to Routing Module
(config-routing)# bgp / Enter to BGP module ZebOS version 7.7.0 IPIRouter 7/2009
ARS BGP> configure terminal / Enter configure mode
ARS BGP(config)> router bgp 6501 / Set up AS number on SonicWall
ARS BGP(config-router)> neighbor 2.2.2.1 remote-as 6500 / Configure neighbor connection
ARS BGP(config-router)> network 20.20.20.0 mask 255.255.255.0 / Advertise your network ARS BGP(config-router)> Ctrl+Z / press in Keyboard
ARS BGP> Write / To write the changes into memory and with out this command BGP config will be saved until the firewall is rebooted
ARS BGP> Exit
config(C0EAE45C0360)# commit / To save the configuration
Check BGP neighbor status
Check the network advertised to the neighbor