From: Doan Dung Chi (dungchid@gmail.com)
Date: Sun Jul 27 2008 - 12:35:22 ART
I know that many people asked this question but I don't find out the final
solution.(I searched in GS but it's not clearly).
My topology: ---R1(AS1) <-----> R2(AS2)----
R1:
interface f0/0
ip add 1.1.1.1 255.255.255.0
!
router bgp 1
neighbor 1.1.1.2 remote-as 2
R2:
interface f0/0
ip add 1.1.1.2 255.255.255.0
!
router bgp 2
neighbor 1.1.1.1 remote-as 4
In AS2, I can correct this problems by using command "debug ip bgp". (see Hex
value v..v.v.v)
But the question is:" IN R1(AS1), How do I know which AS that R2 is peering to
(So I can use command "neighbor 1.1.1.2 local-as 4" to correct the
problem)??". I tried to debug on R1 but it doesn't help.
Thanks
Chidd
This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:57 ART