Difference between revisions of "Vnx-labo-vpls"

From VNX
Jump to: navigation, search
(Created page with "{{Title|VPLS laboratory}}")
 
Line 1: Line 1:
 
{{Title|VPLS laboratory}}
 
{{Title|VPLS laboratory}}
 +
 +
== Introduction ==
 +
 +
This scenario is the VNX implementation of the basic VPLS test setup for OpenBSD created by Renato Westphal and described [https://github.com/rwestphal/openbsd-ldpd/wiki/VPLS-basic-test-setup here].
 +
 +
All nodes shown in the OpenBSD VPLS test setup are implemented here as VNX virtualized OpenBSD machines.
 +
 +
As indicated in the OpenBSD VPLS test setup, reassembly should be disabled in the Px nodes. You may do this configuring the OpenBSD packet filter with the "set reassemble no" instruction. Alternatively, and this is what is configured in the VNX implementation of the scenario, you may fully disable the packet filter.
 +
 +
== Requirements ==
 +
 +
<ul>
 +
<li>To use the scenario you need a Linux computer (Ubuntu 14.04 or later recommended) with VNX software installed. See [http://vnx.dit.upm.es/vnx/index.php/Vnx-install how to install VNX here].</li>
 +
<li>If already installed, update VNX to the latest version with:</li>
 +
vnx_update
 +
<li>Download OpenBSD VNX root filesystem:</li>
 +
vnx_download_rootfs -r vnx_rootfs_kvm_openbsd64-5.9-v025.qcow2.bz2 -l
 +
If interested, see the OpenBSD root filesystem creation procedure [http://web.dit.upm.es/vnxwiki/index.php/Vnx-rootfsopenbsd here].
 +
</ul>
 +
 +
== Installation ==
 +
 +
Download the scenario and unpack it:
 +
 +
wget http://idefix.dit.upm.es/download/vnx/examples/vpls/vpls-openbsd-vnx-v01.tgz
 +
vnx --unpack vpls-openbsd-vnx-v01.tgz
 +
 +
== Starting the scenario ==
 +
 +
Start the scenario with:
 +
vnx -f vpls-openbsd.xml -t
 +
 +
Logon to the consoles of the CE machines and verify connectivity with pings.

Revision as of 02:39, 25 May 2016

VPLS laboratory

Introduction

This scenario is the VNX implementation of the basic VPLS test setup for OpenBSD created by Renato Westphal and described here.

All nodes shown in the OpenBSD VPLS test setup are implemented here as VNX virtualized OpenBSD machines.

As indicated in the OpenBSD VPLS test setup, reassembly should be disabled in the Px nodes. You may do this configuring the OpenBSD packet filter with the "set reassemble no" instruction. Alternatively, and this is what is configured in the VNX implementation of the scenario, you may fully disable the packet filter.

Requirements

  • To use the scenario you need a Linux computer (Ubuntu 14.04 or later recommended) with VNX software installed. See how to install VNX here.
  • If already installed, update VNX to the latest version with:
  • vnx_update
    
  • Download OpenBSD VNX root filesystem:
  • vnx_download_rootfs -r vnx_rootfs_kvm_openbsd64-5.9-v025.qcow2.bz2 -l
    

    If interested, see the OpenBSD root filesystem creation procedure here.

Installation

Download the scenario and unpack it:

wget http://idefix.dit.upm.es/download/vnx/examples/vpls/vpls-openbsd-vnx-v01.tgz
vnx --unpack vpls-openbsd-vnx-v01.tgz

Starting the scenario

Start the scenario with:

vnx -f vpls-openbsd.xml -t

Logon to the consoles of the CE machines and verify connectivity with pings.