window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-66399486-1'); Configuration du Control PLAN SDWAN Viptela | NETWORKVM

Configuration du Control PLAN SDWAN Viptela

By NETWORKVM -

Dans cet article vous allez voir la configuration basic de la partie controle PLAN:

L'utilisateur et le mode passe par defaut du control plan est :Vmanage + vsmart+vedge : admin /admin




Configuration de vsmart :

system

host-name Vsmart

system-ip 1.1.1.2

organization-name "networkvm"

site-id 1000

vbond 192.168.1.3

vpn 0

 interface eth0

  ip address 192.168.1.1/24

  tunnel-interface  

   allow-service all

    no shutdown

 ip route 0.0.0.0/0 192.168.1.4

vpn 512

 interface eth1

  ip address 192.168.43.201/24

  no shutdown

Configuration de Vmanage :

system

host-name Vmanage

system-ip 1.1.1.1

organization-name "networkvm"

site-id 1000

vbond 192.168.1.3

vpn 0

 interface eth0

  ip address 192.168.43.200/24

  tunnel-interface  

   allow-service all

    no shutdown

 ip route 0.0.0.0/0 192.168.1.4

vpn 512

 interface eth0

  ip address 192.168.44.1/24

  no shutdown

 

Configuration de Vbond :

 

system

host-name Vbond

system-ip 1.1.1.3

organization-name "networkvm"

site-id 1000

vbond 192.168.1.3 local

vpn 0

 interface ge0/0

  ip address 192.168.1.3/24

  tunnel-interface  

   allow-service all

    no shutdown

 ip route 0.0.0.0/0 192.168.1.4

vpn 512

 interface eth0

  ip address 192.168.43.202/24

  no shutdown


Notes:

Changer organization-name "networkvm"  to  ''DevNet Learning Lab'' comme indiqué  dans l'archetechture du premier article.

tunnel-interface => signifie que nous voulons former une connexion DTLS ou TLS

A la fin de la configuration de chaque equipement il faut mettre un Commit pour enregistrer le changement.