cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
10168
Views
57
Helpful
23
Replies

Add vBond to vMange

Juraj Papic
Level 3
Level 3

Hi all

 

Im working with viptela version 18.4.1 every time I try to add the vBbond to the vMange I get this error

 

java.net.SocketTimeoutException: connect timed out

 

Thanks. 

23 Replies 23

The issue has been resolved by installing the correct version of the vBond.

 

Thanks all for your help!

 

Jason

Mahmoud Elsoury
Level 1
Level 1

Hello, 

I know this is an old topic, but I just wanted to share how I solved mine.

 

I'm running version 20.6.3 and had the same error.

Problem solved after adding the "local" keyword to the vbond command on vbond itself.

 

i.e. when I had the problem I had: 

vbond 10.10.1.106

 

the correct one which solved the problem:

vbond 10.10.1.106 local

 

I hope that helps anyone.

ibnoesany28
Level 1
Level 1

Hii,

reconfigure vbond vpn 0 and set "no tunnel-interface"

ex:

vpn 0
interface ge0/0
ip address x.x.x.x/x
no tunnel-interface
no shutdown
!
!

This worked for me too, quiet helpful.

It worked for me

rward2801
Level 1
Level 1

Does not work for me

Cisco vBond error Failed to add device java.io.IOException: Unable to connect to admin@1.1.1.3:830

 

 

vManage

vpn 0
dns 8.8.8.8 primary
interface eth1
ip address 1.1.1.1/24
no shutdown

vBond

vpn 0
interface ge0/0
ip address 1.1.1.3/24
ipv6 dhcp-client
no shutdown

 

 

Hi,

I had the same issue and my solution was to enable the tunnel interface on the vbond and allow all services:

config
vpn 0
interface ge0/0
tunnel-interface
encapsulation ipsec
allow-service all
commit and-quit

dawodi55
Level 1
Level 1

I had the same issue and my solution was to disable the tunnel interface on the vbond.

version 19.2.31.