jackwang212 发表于 2014-10-31 21:28:58

EBGP邻居建立问题

本帖最后由 jackwang212 于 2014-10-31 21:30 编辑

R1与R3通过ethernet0/0互联,配置:

R1:
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0/1
ip address 192.168.2.1 255.255.255.252

router bgp 64512
no synchronization
bgp router-id 1.1.1.1
bgp log-neighbor-changes
neighbor 3.3.3.3 remote-as 64513
neighbor 3.3.3.3 ebgp-multihop 5
neighbor 3.3.3.3 update-source Loopback0
no auto-summary

ip route 3.3.3.3 255.255.255.255 192.168.2.2


R3:
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Ethernet0/1
ip address 192.168.2.2 255.255.255.252

!
router bgp 64513
no synchronization
bgp router-id 3.3.3.3
bgp log-neighbor-changes
network 33.33.33.33 mask 255.255.255.255
neighbor 1.1.1.1 remote-as 64512
neighbor 1.1.1.1 update-source Loopback0
no auto-summary
ip route 1.1.1.1 255.255.255.255 192.168.2.1


R1与R3无法建立EBGP邻居,在R1上debug结果:
*Oct 31 21:22:16.875: BGP: 3.3.3.3 active went from Idle to Active
*Oct 31 21:22:16.875: BGP: 3.3.3.3 open active, local address 1.1.1.1
*Oct 31 21:22:16.875: BGP: 3.3.3.3 open failed: Connection refused by remote host
*Oct 31 21:22:16.875: BGP: 3.3.3.3 Active open failed - tcb is not available, open active delayed 10240ms (35000ms max, 60% jitter)
*Oct 31 21:22:16.875: BGP: ses global 3.3.3.3 (0xB6980678:0) act Reset (Active open failed).


使用端口地址配置邻居就是正常的。请问问题出在哪里?



工作狗 发表于 2014-10-31 21:28:59

tcb建立不起来,R3少一个多跳所以tcp三次握手无法建立{:6_265:}

工作狗 发表于 2014-10-31 21:36:33

tcb建立不起来,R3少一个多条所以tcp三次握手无法建立

酷似韦德 发表于 2014-10-31 23:15:25

R3那边少了EBGP 多跳 没配置!

酷似韦德 发表于 2014-10-31 23:15:33

R3那边少了EBGP 多跳 没配置!

netsummer 发表于 2014-11-1 00:24:10

拿分走人呵呵,楼下继续!

f1662 发表于 2014-11-1 09:05:51

拿分走人呵呵,楼下继续!

piaoling829 发表于 2014-11-5 15:34:02

拿分走人呵呵,楼下继续!

duilie1111 发表于 2014-11-7 08:43:44

底层未配置

yoyofery 发表于 2015-7-25 20:06:50

R3上没做关于1.1.1.1 的ebgp-multi-hop 多跳的配置而导致的
页: [1]
查看完整版本: EBGP邻居建立问题