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

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

Advertising
background image

Configuring the Virtual Connect domain using the CLI 132

>set network-access-group NetGroup1 Name=NewNetGroupName

To add additional network members to the network access group, use the add nag-network

command:

>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

Advertising