RE: Changing next hop self only for certain prefixes

From: Daniel Berlinski (Daniel.Berlinski@telecom.co.nz)
Date: Sun Nov 13 2005 - 20:25:26 GMT-3


Hi Richard
 
Did you try a route-map with "set ip next-hop" option configured?
 
ip prefix-list l12 seq 5 permit 112.0.0.0/8
route-map NEXTHOP permit 10
 match ip address prefix-list l12
 set ip next-hop 204.12.1.6
route-map NEXTHOP permit 10000
 
router bgp 100
nei <neighbour ID> route-map NEXTHOP out
 
Rgds

________________________________

From: nobody@groupstudy.com on behalf of steven richards
Sent: Mon 14/11/2005 11:57 a.m.
To: ccielab@groupstudy.com
Subject: Changing next hop self only for certain prefixes

  Hello,

Is there a way to send a neighbor the next hop self attribute only for
certain prefixes ?

   Thanks,



This archive was generated by hypermail 2.1.4 : Thu Dec 01 2005 - 09:12:06 GMT-3