Creates a LAG.
createlag lagname [–discoverpkey P_Key][–datasl sl][–lacpmode active|passive|static][–distribution MAC-ONLY|IP-ONLY|TCP-IP|Default][–n][connector1 [connector2 [...connectorN]]][–vniclimit 1|4][–h]
where:
lagname is the identifier of the LAG.
P_Key is the discovery partition key (1 to 7fff or default).
sl is the data service level.
connector1 is the name of the first connector to be added to the LAG (0A-ETH-1 to 0A-ETH-4 and 1A-ETH-1 to 1A-ETH-4).
connectorN is the name of the last connector to be added to the LAG (0A-ETH-1 to 0A-ETH-4 and 1A-ETH-1 to 1A-ETH-4).
This hardware command creates a LAG for maximizing Ethernet bandwidth. You specify which connectors are to belong to the LAG. The gateway supports a maximum of 16 LAGs.
The createlag command supports the Link Aggregate Control Protocol (LACP) and permits network devices to auto-negotiate link bundling by sending LACP packets to peers which also implement LACP.
The LAG and associated VNICs are discovered by host drivers in the default or other partition that has been configured with the default discovery P_Key. By defining a LAG-specific discovery P_Key, the visibility is restricted to hosts configured with the same discovery P_Key. The gateway must be a full member of the discovery partition, and the hosts must be at least limited members. The discovery P_Key does not need to be the same as the partition used for data traffic, and different VLANs can still be associated with different partitions for data traffic.
You can create a Global Gateway by not specifying any connectors for the LAG.
The createlag command is available from the /SYS/Gateway_Mgmt and /SYS/Fabric_Mgmt Linux shell targets of the Oracle ILOM CLI interface.
This table describes the options to the createlag command and their purposes.
|
This example shows how to create a LAG with name test using the createlag command.
FabMan@gateway_name->createlag test 0A-ETH-1 0A-ETH-2 Lag created FabMan@gateway_name->
deletelag Command
enablelagmode Command
Linux Shells for Hardware Commands