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 subnets (optional)

If you are placing all of the NICs of your router in existing subnets, you can skip this step.

If you have to create any new subnets, you can create them by using the azure network vnet subnet create <resource-group> <vnet-name> <name> command as follows:

$ azure network vnet subnet create --address-prefix 10.0.0.0/24 vRouter Net
Frontend-Subnet
info:	Executing command network vnet subnet create
+ Looking up the virtual network "Net"

+ Looking up the subnet "Frontend-Subnet"

+ Creating subnet "Frontend-Subnet"

data:	Id	:
/subscriptions/00000000-0000-0000-0000-0000000000000/resourceGroups/vRoute r/providers/
Microsoft.Network/virtualNetworks/Net/subnets/Frontend-Subnet data:	Name	: Frontend-Subnet
data:	Provisioning state	: Succeeded data:	Address prefix	: 10.0.0.0/24 info:	network vnet 
subnet create command OK