HP Virtual Connect Manager Command Line Interface for c-Class BladeSystem Version 3.30 User Guide
Configuring the Virtual Connect domain using the CLI  137 
•  Summary for all network access groups 
>show network-access-group 
•  Details for all network access groups 
>show network-access-group * 
•  Details for a network access group 
>show network-access-group MyGroupName 
To display the members of network access groups, use the show nag-network command: 
>show nag-network * 
Creating an Ethernet network 
To create a new Ethernet network, use the add network command: 
>add network MyNetworkName 
The network name must be unique within the data center, and can be up to 64 characters without spaces or 
special characters. 
Modifying Ethernet network properties 
To modify Ethernet network properties, use the set network command: 
>set network MyNetworkName state=enabled name=NewName smartlink=enabled 
Displaying Ethernet networks 
To display Ethernet network properties, use the show network command: 
•  Summary of all networks 
>show network 
•  Details for all networks 
>show network * 
•  Details for a single network 
>show network MyNetwork 
Adding Ethernet networks to a network access group 
To add existing network access groups to an existing network, use the add nag-network command: 
>add nag-network Nag=DatabaseNetGroup Network=Net1,Net2 
The networks become members of the specified network access group in addition to all the previously 
configured network access groups.  
To modify the network access groups of an existing network, use the set network command: 
>set network Net1 nags=NetGroup1,NetGroup2 
The specified network now belongs to the specified network access groups and is no longer the member of 
previously configured network access groups. 
Creating an Ethernet network that uses network access groups 
To create a network that is assigned to network access groups DatabaseNetGroup and AccessNetGroup, 
use the add network command: 










