Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
directconnect
/
File Content:
create-lag.rst
**To create a LAG with new connections** The following example creates a LAG and requests two new AWS Direct Connect connections for the LAG with a bandwidth of 1 Gbps. Command:: aws directconnect create-lag --location CSVA1 --number-of-connections 2 --connections-bandwidth 1Gbps --lag-name 1GBLag Output:: { "awsDevice": "CSVA1-23u8tlpaz8iks", "numberOfConnections": 2, "lagState": "pending", "ownerAccount": "123456789012", "lagName": "1GBLag", "connections": [ { "ownerAccount": "123456789012", "connectionId": "dxcon-ffqr6x5q", "lagId": "dxlag-ffjhj9lx", "connectionState": "requested", "bandwidth": "1Gbps", "location": "CSVA1", "connectionName": "Requested Connection 1 for Lag dxlag-ffjhj9lx", "region": "us-east-1" }, { "ownerAccount": "123456789012", "connectionId": "dxcon-fflqyj95", "lagId": "dxlag-ffjhj9lx", "connectionState": "requested", "bandwidth": "1Gbps", "location": "CSVA1", "connectionName": "Requested Connection 2 for Lag dxlag-ffjhj9lx", "region": "us-east-1" } ], "lagId": "dxlag-ffjhj9lx", "minimumLinks": 0, "connectionsBandwidth": "1Gbps", "region": "us-east-1", "location": "CSVA1" } **To create a LAG using an existing connection** The following example creates a LAG from an existing connection in your account, and requests a second new connection for the LAG with the same bandwidth and location as the existing connection. Command:: aws directconnect create-lag --location EqDC2 --number-of-connections 2 --connections-bandwidth 1Gbps --lag-name 2ConnLAG --connection-id dxcon-fgk145dr Output:: { "awsDevice": "EqDC2-4h6ce2r1bes6", "numberOfConnections": 2, "lagState": "pending", "ownerAccount": "123456789012", "lagName": "2ConnLAG", "connections": [ { "ownerAccount": "123456789012", "connectionId": "dxcon-fh6ljcvo", "lagId": "dxlag-fhccu14t", "connectionState": "requested", "bandwidth": "1Gbps", "location": "EqDC2", "connectionName": "Requested Connection 1 for Lag dxlag-fhccu14t", "region": "us-east-1" }, { "ownerAccount": "123456789012", "connectionId": "dxcon-fgk145dr", "lagId": "dxlag-fhccu14t", "connectionState": "down", "bandwidth": "1Gbps", "location": "EqDC2", "connectionName": "VAConn1", "region": "us-east-1" } ], "lagId": "dxlag-fhccu14t", "minimumLinks": 0, "connectionsBandwidth": "1Gbps", "region": "us-east-1", "location": "EqDC2" }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
allocate-connection-on-interconnect.rst
687 bytes
0644
allocate-hosted-connection.rst
658 bytes
0644
allocate-private-virtual-interface.rst
1465 bytes
0644
allocate-public-virtual-interface.rst
1660 bytes
0644
associate-connection-with-lag.rst
539 bytes
0644
associate-hosted-connection.rst
621 bytes
0644
associate-virtual-interface.rst
2150 bytes
0644
confirm-connection.rst
318 bytes
0644
confirm-private-virtual-interface.rst
391 bytes
0644
confirm-public-virtual-interface.rst
355 bytes
0644
create-bgp-peer.rst
2529 bytes
0644
create-connection.rst
595 bytes
0644
create-interconnect.rst
606 bytes
0644
create-lag.rst
3001 bytes
0644
create-private-virtual-interface.rst
1443 bytes
0644
create-public-virtual-interface.rst
1573 bytes
0644
delete-bgp-peer.rst
2209 bytes
0644
delete-connection.rst
459 bytes
0644
delete-interconnect.rst
253 bytes
0644
delete-lag.rst
510 bytes
0644
delete-virtual-interface.rst
282 bytes
0644
describe-connection-loa.rst
1664 bytes
0644
describe-connections-on-interconnect.rst
739 bytes
0644
describe-connections.rst
585 bytes
0644
describe-hosted-connections.rst
699 bytes
0644
describe-interconnect-loa.rst
1682 bytes
0644
describe-interconnects.rst
531 bytes
0644
describe-lags.rst
1607 bytes
0644
describe-loa.rst
1642 bytes
0644
describe-locations.rst
543 bytes
0644
describe-tags.rst
605 bytes
0644
describe-virtual-gateways.rst
388 bytes
0644
describe-virtual-interfaces.rst
2766 bytes
0644
disassociate-connection-from-lag.rst
518 bytes
0644
tag-resource.rst
398 bytes
0644
untag-resource.rst
354 bytes
0644
update-lag.rst
1331 bytes
0644
N4ST4R_ID | Naxtarrr