Community discussions

MikroTik App
 
User avatar
omega-00
Forum Guru
Forum Guru
Topic Author
Posts: 1167
Joined: Sat Jun 06, 2009 4:54 am
Location: Australia
Contact:

Strip own ASN from BGP advertised routes

Fri Jul 26, 2013 5:32 am

Hi All,

Looking for a way to strip my own ASN from advertisements being passed in from one peer out to another in a similar fashion to what is done in IX's to lower the AS-path distance between peers.

Is this possible on RouterOS at present? I can't seem to find any info about any similar commands to the cisco/junos equivalents.

Ie:
neighbor <ip / peer group> attribute-unchanged as-path
Same in bird (http://bird.network.cz/):
function bgp_out(int peerasn; bool prepend_self)
{

  if prepend_self then
  {
     bgp_path.prepend(ixasn);
  }

Who is online

Users browsing this forum: No registered users and 17 guests