[OpenBGPd] - removing private AS from AS path

2011-08-29 Thread Laurent CARON
Hi,

I wonder if it is possible to remove a private AS from the AS path while
using OpenBGPd.

IOS black magic for this would be:
# neighbor $NEIGH remove-private-AS


Thanks

Laurent



Re: [OpenBGPd] - removing private AS from AS path

2011-08-29 Thread Pete Vickers
On 29. aug. 2011, at 12.22, Laurent CARON wrote:

 Hi,

 I wonder if it is possible to remove a private AS from the AS path while
 using OpenBGPd.

 IOS black magic for this would be:
 # neighbor $NEIGH remove-private-AS


slightly OT, but IIRC that IOS command only strips a _pure_ private AS path.
If the AS_PATH is a mixture of private and public ASNs, then it is not
modified. (Cisco regard such AS_PATHs as a config error, to be corrected not
hidden).

/Pete