404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
**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"
  }

Filemanager

Name Type Size Permission Actions
accept-direct-connect-gateway-association-proposal.rst File 1.36 KB 0755
allocate-connection-on-interconnect.rst File 687 B 0644
allocate-hosted-connection.rst File 733 B 0644
allocate-private-virtual-interface.rst File 1.43 KB 0644
allocate-public-virtual-interface.rst File 1.62 KB 0644
allocate-transit-virtual-interface.rst File 2.86 KB 0755
associate-connection-with-lag.rst File 539 B 0644
associate-hosted-connection.rst File 621 B 0644
associate-virtual-interface.rst File 2.1 KB 0644
confirm-connection.rst File 318 B 0644
confirm-private-virtual-interface.rst File 391 B 0644
confirm-public-virtual-interface.rst File 355 B 0644
confirm-transit-virtual-interface.rst File 638 B 0755
create-bgp-peer.rst File 2.47 KB 0644
create-connection.rst File 595 B 0644
create-direct-connect-gateway-association-proposal.rst File 1.56 KB 0755
create-direct-connect-gateway-association.rst File 822 B 0644
create-direct-connect-gateway.rst File 552 B 0644
create-interconnect.rst File 606 B 0644
create-lag.rst File 2.93 KB 0644
create-private-virtual-interface.rst File 1.41 KB 0644
create-public-virtual-interface.rst File 1.54 KB 0644
create-transit-virtual-interface.rst File 2.87 KB 0755
delete-bgp-peer.rst File 2.16 KB 0644
delete-connection.rst File 459 B 0644
delete-direct-connect-gateway-association.rst File 1.3 KB 0644
delete-direct-connect-gateway.rst File 579 B 0644
delete-interconnect.rst File 253 B 0644
delete-lag.rst File 510 B 0644
delete-virtual-interface.rst File 282 B 0644
describe-connection-loa.rst File 1.63 KB 0644
describe-connections-on-interconnect.rst File 739 B 0644
describe-connections.rst File 691 B 0644
describe-direct-connect-gateway-association-proposals.rst File 2.58 KB 0755
describe-direct-connect-gateway-associations.rst File 1.22 KB 0644
describe-direct-connect-gateway-attachments.rst File 959 B 0644
describe-direct-connect-gateways.rst File 842 B 0644
describe-hosted-connections.rst File 699 B 0644
describe-interconnect-loa.rst File 1.64 KB 0644
describe-interconnects.rst File 531 B 0644
describe-lags.rst File 1.57 KB 0644
describe-loa.rst File 1.6 KB 0644
describe-locations.rst File 543 B 0644
describe-tags.rst File 605 B 0644
describe-virtual-gateways.rst File 388 B 0644
describe-virtual-interfaces.rst File 2.7 KB 0644
disassociate-connection-from-lag.rst File 518 B 0644
tag-resource.rst File 398 B 0644
untag-resource.rst File 354 B 0644
update-direct-connect-gateway-association.rst File 1.39 KB 0755
update-lag.rst File 1.3 KB 0644
update-virtual-interface-attributes.rst File 2.3 KB 0755