![Radware Alteon Application Manual Download Page 133](http://html.mh-extra.com/html/radware/alteon/alteon_application-manual_781134133.webp)
Alteon Application Switch Operating System Application Guide
Border Gateway Protocol
Document ID: RDWR-ALOS-V2900_AG1302
133
Alteon needs an IP interface for each default gateway to which it is connected. Each interface
needs to be placed in the appropriate VLAN. These interfaces are used as the primary and
secondary default gateways for Alteon.
4. IP forwarding is enabled by default and is used for VLAN-to-VLAN (non-BGP) routing. Make sure
IP forwarding is enabled if the default gateways are on different subnets or if Alteon is connected
to different subnets and those subnets need to communicate through Alteon.
Note:
To help eliminate the possibility for a Denial of Service (DoS) attack, the forwarding of
directed broadcasts is disabled by default.
5. Globally turn on BGP.
6. Configure BGP peer router 1 and 2. Peer 1 is the primary gateway router. Peer 2 is configured
with a metric of 3. The
metric
option is key to ensuring gateway traffic is directed to peer 1, as
it makes peer 2 appear to be three router hops away from Alteon. Therefore, Alteon should
never use it unless peer 1 goes down.
>> /cfg/l3/arp/rearp 10
(Set the re-ARP period for interface to
10)
>> IP# /cfg/l3/metric strict
(Set metric for default gateway)
>> IP# if 1
(Select default gateway interface 1)
>> IP Interface 1# ena
(Enable Interface 1)
>> IP Interface 1# addr 200.200.200.1
(Configure IP address of Interface 1)
>> IP Interface 1# mask 255.255.255.0
(Configure IP subnet address mask)
>> IP Interface 1# /cfg/l3/if 2
(Select default gateway interface 2)
>> IP Interface 2# ena
(Enable Interface 2)
>> IP Interface 2# addr 210.210.210.1
(Configure IP address of Interface 2)
>> IP Interface 2# mask 255.255.255.0
(Configure IP subnet address mask)
>> /cfg/l3/frwd/on
>> # /cfg/l3/bgp/on
>> # /cfg/l3/bgp/peer 1
(Select BGP peer router 1)
>> BGP Peer 1# ena
(Enable this peer configuration)
>> BGP Peer 1# addr 200.200.200.2
(Set IP address for peer router 1)
>> BGP Peer 1# if 200.200.200.1
(Set IP interface for peer router 1)
>> BGP Peer 1# ras 100
(Set remote AS number)
>> BGP Peer 1# /cfg/l3/bgp/peer 2
(Select BGP peer router 2)
>> BGP Peer 2# ena
(Enable this peer configuration)
>> BGP Peer 2# addr 210.210.210.2
(Set IP address for peer router 2)
>> BGP Peer 2# if 210.210.210.1
(Set IP interface for peer router 2)
>> BGP Peer 2# ras 200
(Set remote AS number)
>> BGP Peer 2# redist/metric 3
(Set AS path length to 3 router hops)