> You can absolutely run external BGP and internal BGP with the same AS.
> This is a very common configuration.

You should peer with your real AS on iBGP.

If you do not you will end up with a split autonomous system.

> :AS 55555 65006

My guess is this is the error. A normal BGP speaker do have on AS number only.

As far as i know bgpd only accpets two AS numbers if the first is a 32bit one.

> :# my private LAN peer
> :neighbor 10.0.41.5 {
> :        announce self
> :        remote-as 65005
> :        descr   "r2"
> :}

I would have "announce all" on my iBGP but you could have another agenda.

Also run the iBGP peering session on your public IP space!

Regards Martin

Reply via email to