OPENNEBULA(8)             System Administration Utilities            OPENNEBULA(8)

NAME
       OpenNebula - OpenNebula Virtual Network command

SYNOPSIS
       onevnet [<options>] <command> [<parameters>]

DESCRIPTION
       This  command enables the user to manage virtual networks in the OpenNebula
       server. It provides functionality to create, get information and  delete  a
       particular network or to list available and used IP's.

OPTIONS
       -l, --list x,y,z
              Selects columns to display with list command

       --list-columns
              Information about the columns available to display, order or filter

       -o, --order x,y,z
              Order  by  these  columns,  column  starting with - means decreasing
              order

       -f, --filter x,y,z
              Filter data. An array is specified with column=value pairs.

       -x, --xml
              Returns xml instead of human readable text

       -v, --verbose
              Tells more information if the command is successful

       -h, --help
              Shows this help message

       --version
              Shows version and copyright information

COMMANDS
       create (Creates a new virtual network)

              onevnet create <template>

              template is a filename where the virtual network is described

       show (Gets info from a virtual network)

              onevnet show <network_id>

       publish (Publish a virtual network)

              onevnet publish <network_id>

       unpublish (Unpublish a virtual network)

              onevnet unpublish <network_id>

       delete (Removes a virtual network)

              onevnet delete <network_id>

       list (Lists virtual networks in the pool)

              onevnet list <filter_flag>

              where filter_flag can be

       a, all : all the known VNs

              m, mine : the VNs belonging to the user in ONE_AUTH

              and all the Public VNs

       uid    : VNs of the user identified by this uid

       user   : VNs of the user identified by the username

       Information columns:

       NID       Network ID

       NAME      Name of the virtual network

       TYPE      Type of virtual network (0=ranged, 1=fixed)

       BRIDGE    Bridge associated to the virtual network

       LEASES    Number of leases used from this virtual network

COPYRIGHT
       Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org)

       Licensed under the Apache License, Version 2.0 (the "License"); you may not
       use  this file except in compliance with the License. You may obtain a copy
       of the License at http://www.apache.org/licenses/LICENSE-2.0

OpenNebula 2.0.1                   November 2010                     OPENNEBULA(8)