cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
848
Views
0
Helpful
2
Replies

Can not access vManage on GCP from my laptop

Hi Experts,

I am configuring SD-WAN Lab with EVE-NG on Google Cloud.
vManage configuration was completed.
So, I tried to log in to vManage GUI from my laptop with Google chrome browser, but  i cound not access.
Ping is unreachable from my laptop to vManage mgmt IP address.
I understand i need to add route 
What should i do to deal with this?


from my laptop to vManage mgmt address.
=========================================

C:\windows\system32>ping 192.168.99.100

Pinging 192.168.99.100 with 32 bytes of data:
Request timed out.

==========================================

vManage configuration

===========================================
vManage# show run
system
host-name vManage
system-ip 99.99.99.10
site-id 10
admin-tech-on-failure
no vrrp-advt-with-phymac
organization-name sianets
clock timezone America/Chicago
vbond 10.110.1.10
aaa
auth-order local radius tacacs
usergroup basic
task system read write
task interface read write
!
usergroup netadmin
!
usergroup operator
task system read
task interface read
task policy read
task routing read
task security read
!
usergroup tenantadmin
!
user admin
password X.X.X
!
user ciscotacro
description CiscoTACReadOnly
group operator
status enabled
!
user ciscotacrw
description CiscoTACReadWrite
group netadmin
status enabled
!
!
logging
disk
enable
!
!
ntp
parent
no enable
stratum 5
exit
!
!
vpn 0
dns 8.8.8.8 primary
interface eth0
ip address 10.110.1.10/24
ipv6 dhcp-client
tunnel-interface
allow-service all
allow-service dhcp
allow-service dns
allow-service icmp
allow-service sshd
allow-service netconf
no allow-service ntp
no allow-service stun
allow-service https
!
no shutdown
!
ip route 0.0.0.0/0 10.110.1.1
!
vpn 512
interface eth1
ip dhcp-client <<<<<<<<<<<<<<<<<<<
no shutdown
!
ip route 0.0.0.0/0 192.168.99.1
!
vManage#

==========================================

vManage mgmt address was configured by dhcp.

==========================================

vManage# show interface description

IF IF IF
AF ADMIN OPER TRACKER
VPN INTERFACE TYPE IP ADDRESS STATUS STATUS STATUS DESC
------------------------------------------------------------------------------
0 eth0 ipv4 10.110.1.10/24 Up Up - -
0 system ipv4 99.99.99.10/32 Up Up - -
0 docker0 ipv4 - Down Down - -
0 br-fc88b5016109 ipv4 - Down Up - -
512 eth1 ipv4 192.168.99.100/24 Up Up - - <<<<<<<<<<<<<<<<<<<

vManage#

==============================================



1 Accepted Solution

Accepted Solutions

Praveen Anand
Cisco Employee
Cisco Employee

Hi yutashimamura,

 

when you're trying to deploy EVE-NG on GCP cloud, GCP will provide you with a public IP address. This IP address will be used to interact with EVE-NG only, like uploading the images and access EVE console. But when you want to access your lab inside EVE, which is on a Private IP, you need to create a Jump host inside EVE-NG, so that you will get a browser to access vManage and other devices in the network.

 

Please refer to this Youtube video which explains the full configuration and access of EVE_NG on GCP. 
https://www.youtube.com/watch?v=yTlBVNXUu4Y 

 

- Praveen Anand

View solution in original post

2 Replies 2

Praveen Anand
Cisco Employee
Cisco Employee

Hi yutashimamura,

 

when you're trying to deploy EVE-NG on GCP cloud, GCP will provide you with a public IP address. This IP address will be used to interact with EVE-NG only, like uploading the images and access EVE console. But when you want to access your lab inside EVE, which is on a Private IP, you need to create a Jump host inside EVE-NG, so that you will get a browser to access vManage and other devices in the network.

 

Please refer to this Youtube video which explains the full configuration and access of EVE_NG on GCP. 
https://www.youtube.com/watch?v=yTlBVNXUu4Y 

 

- Praveen Anand

NetworkDOC
Level 1
Level 1

In GCP, EVENG- could we simulate a scenario where all three components can be connected to public IP and have the vManage access directly via Public IP? Can someone guide on how?

 

I have created a instance with 4 NIC VM, 1 for EVE-NG access public IP and rest three for controllers. But not able to figure out the DNAT part as how we can use the external IP to access the vManage directly.