HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 136

Advertising
background image

Command line 136

Item

Description

(required)
Properties

ConnectionMode

(optional)

Specifies the connection type that is formed when multiple ports are added to the

shared uplink set. Valid values include "Auto" and "Failover". The default value is

"Auto".

LacpTimer (optional) Specifies the domain default LACP timer. Valid values are "Domain-Default",

"Short", and "Long". This property can be specified only if the ConnectionMode is

"Auto".

Examples

->add uplinkset MyNewUplinkSet

Creates a new shared uplink set and adds it to the domain

->add uplinkset MyNewUplinkSet ConnectionMode=Failover

Creates a new shared uplink set and sets the connection mode to Failover

->add uplinkset MyNewUplinkSet ConnectionMode=Auto

LacpTimer=Domain-Default

Creates a new shared uplink set using the domain default LACP timer

Item

Description

copy uplinkset

Copy a shared uplink port set. The copy uplinkset command does not allow

copying of Private Networks within the shared uplink set.

Syntax

copy uplinkset <fromSUS> <toSUS> fromVlanStr=<vlanString>

toVlanStr=<vlanString> [replace=<all|first|last>]

Parameters

fromSUS (required)

The unique name of the shared uplink set to copy from

toSUS (required)

The unique name of the shared uplink set to copy to

Properties

fromVlanStr

(required)

The partial network name string to be replaced. The fromVlanStr property cannot

be empty and must be present in all associated network names.

toVlanStr (required) The network name string to be replaced to. The new network name cannot exceed

64 characters. This string can be empty, which is considered as removing
fromVlanStr from all associated network names.

replace (optional)

The instance of the string replacement to occur. Valid values include "all", "first",

and "last". The default value is "all".

Example

->copy uplinkset uplinkset_1 uplinkset_2 fromVlanStr=LEFT

toVlanStr=RIGHT replace=first

Copies uplinkset_1 to uplinkset_2 and replaces the first instance of LEFT to RIGHT
in the name string of all associate networks

Item

Description

remove uplinkset

Remove a shared uplink port set from the domain.

Syntax

remove uplinkset <UplinkSetName|*>

Parameter

UplinkSetName

(required)

The name of an existing shared uplink set. Use "*" to remove all existing shared

uplink sets from the domain.

Example

->remove uplinkset MyUplinkSet

Removes a shared uplink set

Advertising