Displaying network access groups, Creating an ethernet network, Modifying ethernet network properties – HP Virtual Connect 4Gb Fibre Channel Module for c-Class BladeSystem User Manual

Page 143: Displaying ethernet networks, Adding ethernet networks to a network access group

Advertising
background image

Configuring the Virtual Connect domain using the CLI 143

>add nag-network nag=NetGroup1 network=Net3,Net4,Net5

To remove specified network members from the network access group, use the remove nag-network

command:

>remove nag-network nag=NetworkGroup1 network=Net4,Net5

Displaying network access groups

To display network access groups, use the show network-access-group command:

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

Advertising