Re: BGP local-as

From: Nick Griffin (nick.jon.griffin@gmail.com)
Date: Sun Dec 10 2006 - 13:08:11 ART


Perhaps an easier way to force the opposite peer to become the tcp server in
regards to the bgp, less margin for error this way:

router bgp 300
!
 no synchronization
 bgp log-neighbor-changes
 neighbor 192.168.12.2 remote-as 200
 neighbor 192.168.12.2 transport connection-mode passive <---------
 no auto-summary

This can also be done in a peer session template versus per neighbor.

On 12/10/06, Ivan <ivan@iip.net> wrote:
>
> You must force the remote peer to initiate BGP-session. Then in error
> message
> you see AS-number wich expect from you.
> To achieve this try to apply outbound access-list to interface directed to
> remote peer
>
> access-list 150 deny ip host BGP_IP_ORIGIN host BGP_IP_PEER eq bgp
> access-list 150 permit ip any any
>
> On Sunday 10 December 2006 11:53, CharlesB wrote:
> > I am doing a task in IE labs.
> >
> > The task says, far end router admin mis-configured BGP AS number, and
> they
> > can not correct it now. Find a solution to peer with their router.
> > And they indicate the far end configured AS, so we can put the local-as
> XX
> > to match with their config.
> > Now, what if, we do not know what they put there.
> > I keep using debug ip bgp on my end, but I can not see the info. I put
> on
> > my router wrong target AS number, wrong local-as etc. The result is that
> it
> > is hard to figure out what AS they are expecting from me.
> > If I go to far end and do the same debug I can see what was expected AS
> > from me in that router, but this does not help the case I am trying to
> > figure out.
> > Am I missing something here?
> > May be there is no solution to this? We must know their mistake, is that
> > correct?
> > Any thoughts?
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
>
> --
> Ivan
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:37 ART