BGP Link Failover

Dear sir,

i m sending my bgp configuration link fail over is not work please check my configuration

network 103.105.100.0 mask 255.255.255.0
  network 103.105.102.0 mask 255.255.255.0
  neighbor 202.65.138.193 activate
  neighbor 202.65.138.193 soft-reconfiguration inbound
  neighbor 202.65.138.193 prefix-list Hitech_Pool out
  neighbor 202.65.138.193 route-map POL_OUT out
  neighbor 202.153.38.61 activate
  neighbor 202.153.38.61 soft-reconfiguration inbound
  neighbor 202.153.38.61 prefix-list Hitech_Pool out
  neighbor 202.153.38.61 route-map L0AD-SHARE in

route-map POL_OUT, permit, sequence 10
  Match clauses:
    ip address prefix-lists: Hitech102 
  Set clauses:
    origin igp
  Policy routing matches: 0 packets, 0 bytes
route-map POL_OUT, permit, sequence 20
  Match clauses:
    ip address prefix-lists: Hitech102 
  Set clauses:
    as-path prepend 133304 133304 133304
  Policy routing matches: 0 packets, 0 bytes

route-map Excell_OUT, permit, sequence 10
  Match clauses:
    ip address prefix-lists: Hitech100 
  Set clauses:
    origin igp
  Policy routing matches: 0 packets, 0 bytes
route-map Excell_OUT, permit, sequence 20
  Match clauses:
    ip address prefix-lists: Hitech100 
  Set clauses:
    as-path prepend 133304 133304 133304
  Policy routing matches: 0 packets, 0 bytes

ip prefix-list Hitech100: 1 entries
   seq 5 permit 103.105.100.0/24
ip prefix-list Hitech102: 1 entries
   seq 5 permit 103.105.102.0/24
ip prefix-list HitechP: 1 entries
   seq 5 permit 0.0.0.0/0
ip prefix-list Hitech_Pool: 2 entries
   seq 5 permit 103.105.100.0/24
   seq 10 permit 103.105.102.0/24

Regard
Mohammed

Hello Mohammed

The first thing I notice is that there are no matches on any of the route maps implemented. This seems to indicate that the route maps have not been implemented correctly, or maybe they haven’t been implemented at all. In order for policy routing to be enabled, you must apply the route map to an interface using the ip policy route-map command. For more information on implementing policy based routing (PBR) take a look at this lesson:

The lesson involves OSPF, but the principles are the same for other routing protocols.

I hope this has been helpful!

Laz

hi Laz

thanks for reply

Regard
Mohammed

1 Like