Difference between revisions of "VPP Sandbox/vpp-userdemo"

From fd.io
Jump to: navigation, search
(RUNNING DEMOs)
(GETTING STARTED)
Line 10: Line 10:
  
 
= GETTING STARTED =
 
= GETTING STARTED =
- clone the repo
+
* clone the repo
- modify env.sh if needed and ```source ./env.sh```
+
* modify env.sh if needed and  
- by default the VM uses 2 x CPUs and 4G RAM
+
  ```source ./env.sh```
- ```vagrant up```
+
* by default the VM uses 2 x CPUs and 4G RAM
- point browser to localhost:5000
+
* ```vagrant up```
 +
* point browser to http://localhost:5000
  
 
= RUNNING DEMOs =
 
= RUNNING DEMOs =

Revision as of 02:33, 16 September 2016

INTRO

This is a GUI driven demo environment for beginners with VPP


REQUIREMENTS

- vagrant (1.8) - virtualbox / vmware fusion

GETTING STARTED

  • clone the repo
  • modify env.sh if needed and
 ```source ./env.sh```

RUNNING DEMOs

Select from

  • bridging
  • routing
  • tracing

On the left menu, and click next.

Output from VPP is displayed in a "terminal" style window.

Commands can be copied to the clipboard for you try yourself.

vppsb userdemo