HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 4.01 User Guide

Command line 69
Item Description
add nag-network
Add one or more networks to a network access group. Any network access groups
previously configured for the network remain.
Syntax
add nag-network Nag=<nagName>
Network=<NetName1>[,<NetName2>,...]|<NagNetworkID>
Parameter
Nag (required if
NagNetworkID is
not specified)
The name of an existing network access group
Network (required
if NagNetwork ID
is not specified)
The name of the networks to be added as members to the network access group,
separated by commas. Do not use spaces unless they are enclosed in quotation marks.
NagNetworkID
The Nag name and Network of interest. The format is <NagName:NetworkName>. If
this is specified then the Nag= and Network= parameters are not provided.
Examples
->add nag-network Nag=DatabaseNetGroup Network=Net1,Net2,Net3
Adds networks Net1, Net2, and Net3 to the DatabaseNetGroup network access
group
->add nag-network nag1:network1
Adds network network1 to the nag1 network access group
Item Description
remove
nag-network
Removes a network from a network access group.
Syntax
remove nag-network <NagNetworkID> | Nag=<nagName>
Network=<NetName1>[,<NetName2>,…]
Parameter
NagNetworkID
(required if Nag=
Network= is not
specified)
The ID of an existing network to network access group association. The ID format is
<NagName:NetworkName>. The NagName must be specified if it is the only network
access group of which the network is a member.
Nag (required if
NagNetworkID is
not specified)
The name of an existing network access group
Network (required
if NagNetworkID is
not specified)
The name of the network members to be removed from the network access group,
separated by commas. Do not use spaces unless enclosed in quotation marks.
Examples
->remove nag-network DatabaseNetGroup:Net1
-or-
->remove nag-network Nag=DatabaseNetGroup Network=Net1
Removes a specified network from a specified network access group
->remove nag-network Nag=DatabaseNetGroup Network=Net1,Net2
Removes specified networks from a specified network access group
Item Description
show nag-network
Display the network to network access group association information.
Syntax
show nag-network [<NagNetworkID>|*]
Parameter
NagNetworkID
(optional)
The ID of an existing network to network access group association. The ID format is
<NagName:NetworkName>. Use "*" to display detailed information for all network
to network access group associations in the domain. If not specified, a summary of all
network to network access group associations appears.