On 9 December 2010 16:12, Thuo Wilson
<lixton@gmail.com> wrote:
On 8 December 2010 18:24,
<tonnie@swiftkenya.com> wrote:
Hi Skunks
I?m trying to configure auto-failover between KDN and Safcom links, with KDN being the primary. My router config is as below
Interfaces
interface GigabitEthernet0/0
description LAN
ip address 192.168.7.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
Description KDN Link
ip address 172.220.70.34 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/0/0
description Link to Safaricom
ip address 172.30.6.182 255.255.255.252
duplex auto
speed auto
!
BGP Config
router bgp 65200
no synchronization
bgp log-neighbor-changes
network 132.147.160.0 mask 255.255.255.0
network 172.16.0.0 mask 255.255.255.0
network 192.168.7.0
timers bgp 30 45
neighbor 172.30.6.181 remote-as 37061
neighbor 172.30.6.181 ebgp-multihop 3
neighbor 172.30.6.181 update-source FastEthernet0/0/0
neighbor 172.30.6.181 weight 100
neighbor 172.30.6.181 prefix-list INSECTA-ROUTE out
neighbor 172.220.70.33 remote-as 65160
neighbor 172.220.70.33 ebgp-multihop 3
neighbor 172.220.70.33 update-source GigabitEthernet0/1
neighbor 172.220.70.33 weight 1000
neighbor 172.220.70.33 prefix-list INSECTA-ROUTE out
no auto-summary
!
mix, route-maps, AS-PATH and IP SLA ().
OOPPS - PREPEND AS not AS-PATH !