home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Create virtual network (optional)

If you are deploying Vyatta NOS into an existing virtual network, you can skip this step.

A virtual network is given a name and an address space. You can create a virtual network by using the azure network vnet create <resource-group> <name> <location> command as follows:

$ azure network vnet create --address-prefixes 10.0.0.0/16 vRouter Net westus
info:	Executing command network vnet create
+ Looking up the virtual network "Net"

+ Creating virtual network "Net"

data:	Id	:
/subscriptions/00000000-0000-0000-0000-0000000000000/resourceGroups/vRoute r/providers/
Microsoft.Network/virtualNetworks/Net
data:	Name	: Net data:	Type	: Microsoft.Network/virtualNetworks
data:	Location	: westus data:	Provisioning state	: Succeeded data:	Address prefixes:
data:	10.0.0.0/16
info:	network vnet create command OK