<HTML>
<HEAD>
<TITLE>Re: [rbak-nsp] Export management loopbacks from VPN contexts</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Works for me:<BR>
<BR>
Context TEST vpn-rd 1:1<BR>
!<BR>
 route-map my_exports permit 10<BR>
  match ip address prefix-list my_exports<BR>
  set ext-community RT:1:2  additive<BR>
 route-map my_exports permit 20<BR>
!<BR>
 router bgp vpn<BR>
  address-family ipv4 unicast<BR>
   export route-target 1:1<BR>
   export route-target route-map my_exports <BR>
   import route-target 1:1 1:2<BR>
   redistribute connected<BR>
!<BR>
!<BR>
 ip prefix-list my_exports<BR>
  seq 5 permit 1.0.0.0/24 le 32<BR>
<BR>
<BR>
On 15/11/2010 13:37, "Richard Clayton" <<a href="sledge121@gmail.com">sledge121@gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Does anybody have a configuration which will export all CE /32 management loopbacks from VPN contexts for importing into a management context for monitoring etc.<BR>
 <BR>
On Cisco's I just create an export-map in VRF, match management routes with an access list and set an extended community for these routes, I then import the extended community into my management VRF.  The end result is a management VRF full of /32 loopback addresses for our monitoring systems to access.<BR>
 <BR>
The problem with Redback config is I can't find an export-map or equivalent, I assume there is a way to recreate the above solution?<BR>
 <BR>
Thanks<BR>
Rick<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Consolas, Courier New, Courier">_______________________________________________<BR>
redback-nsp mailing list<BR>
<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><BR>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a><BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Consolas, Courier New, Courier"><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial">--<BR>
<BR>
David Freedman<BR>
Group Network Engineering<BR>
<BR>
<a href="david.freedman@uk.clara.net">david.freedman@uk.clara.net</a><BR>
Tel +44 (0) 20 7685 8000<BR>
<BR>
Claranet Group<BR>
21 Southampton Row<BR>
London - WC1B 5HA - UK<BR>
<a href="http://www.claranet.com">http://www.claranet.com</a> <BR>
<BR>
Company Registration: 3152737 - Place of registration: England<BR>
<BR>
All the information contained within this electronic message from Claranet Ltd is covered by the disclaimer at <a href="http://www.claranet.co.uk/disclaimer">http://www.claranet.co.uk/disclaimer</a> <BR>
<BR>
</FONT></SPAN>
</BODY>
</HTML>