[c-nsp] BGP Next hop tracking / 'hold down' route...

Adam Vitkovsky adam.vitkovsky at swan.sk
Tue Jun 25 10:08:06 EDT 2013


Hello Drew,
Would the below be an option on your platform please? 
It's what I use for instant NH invalidation (though I'm also using BGP PIC
in addition to the below). 

route-map BGP_NHT permit 10
 match ip address prefix-list PL_NGN_LOOPBACKS
 match source-protocol isis
!
route-map BGP_NHT permit 20
 match source-protocol connected
!

address-family xxx
  no bgp recursion host
  bgp nexthop route-map BGP_NHT
  bgp nexthop trigger delay 0




adam



More information about the cisco-nsp mailing list