Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2024-02-07 11:10:52 +00:00
parent e801cf0976
commit d946203d75
8 changed files with 140 additions and 125 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

View File

@ -55,23 +55,22 @@ Procedure
.. table:: **Table 1** Parameters for creating an association
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
| Parameter | Setting | Example Value |
+=======================+=====================================================================================================================================================+=======================+
+=======================+================================================================================================+=======================+
| Attachment Type | Mandatory | VPC |
| | | |
| | Select an attachment type. | |
| | | |
| | - **VPC** | |
| | - **Virtual gateway** | |
| | - **Peering connection**: indicates that the enterprise router will connect to another enterprise router in the same region or a different region. | |
| | - **VPC**: A VPC is attached to the enterprise router. | |
| | - **Virtual gateway**: A Direct Connect virtual gateway is attached to the enterprise router. | |
| | | |
| | For more information, see :ref:`Attachment Overview <er_01_0019>`. | |
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
| Attachment | Mandatory | er-attach-02 |
| | | |
| | In the drop-down list, select the attachment to be associated with the route table. | |
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
#. Click **OK**.

View File

@ -37,13 +37,13 @@ Procedure
.. table:: **Table 1** Parameters for creating an enterprise router
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Parameter | Setting | Example Value |
+=================================+=========================================================================================================================================================================================================================================================================================================================================================================================================================================+=======================+
+=================================+===============================================================================================================================================================================================================================================================================================================================================================================================================================================================+=======================+
| Region | Mandatory | ``-`` |
| | | |
| | Select the region nearest to you to ensure the lowest latency possible. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| AZ | Mandatory | AZ1 |
| | | |
| | An AZ is a physical location where resources use independent power supplies and networks. AZs are physically isolated but interconnected through an internal network. Each region contains multiple AZs. If one AZ is unavailable, the other AZs in the same region continue to provide services. | AZ2 |
@ -51,15 +51,15 @@ Procedure
| | We recommend you to select two AZs. The enterprise router will be deployed in both AZs that work in active-active mode, ensuring reliability and disaster recovery. | |
| | | |
| | Traffic in an AZ is preferentially transmitted to the enterprise router in the same AZ to reduce latency. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Name | Mandatory | er-test-01 |
| | | |
| | Enter a name for the enterprise router. The name: | |
| | | |
| | - Must contain 1 to 64 characters. | |
| | - Can contain letters, digits, underscores (_), hyphens (-), and periods (.). | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| ASN | Mandatory | 64512 |
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| ASN | Mandatory | 64800 |
| | | |
| | An autonomous system is an IP network that is managed by an entity and has the same route policy. On a BGP network, each autonomous system is assigned a unique ASN to differentiate them. | |
| | | |
@ -67,8 +67,8 @@ Procedure
| | | |
| | Networks in the same region can be considered as an AS. | |
| | | |
| | When Direct Connect and Enterprise Router are used to set up a hybrid cloud network, it is recommended that you set the ASN of the enterprise router different from the BGP ASN of the Direct Connect virtual gateway. If there are multiple Direct Connect connections associated with an enterprise router and the connections do not work in load balancing or active/standby mode, set different BGP ASNs for the virtual gateways. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| | When Direct Connect and Enterprise Router are used to set up a hybrid cloud network, it is recommended that you set the ASN of the enterprise router different from the BGP ASN of the Direct Connect virtual gateway. If there are multiple Direct Connect connections associated with the enterprise router and the connections do not work in load balancing or active/standby mode, set different BGP ASNs for the virtual gateways of these connections. | |
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Default Route Table Association | Optional | Enable |
| | | |
| | Enabled by default | |
@ -80,7 +80,7 @@ Procedure
| | After the enterprise router is created, you can create a custom route table and set it as the default association route table to replace the original one if needed. For details, see :ref:`Modifying an Enterprise Router <er_01_0013>`. | |
| | | |
| | b. If you create an attachment to this enterprise router, the attachment will be automatically associated with the default association route table. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Default Route Table Propagation | Optional | Enable |
| | | |
| | Enabled by default | |
@ -94,7 +94,7 @@ Procedure
| | After the enterprise router is created, you can create a custom route table and set it as the default propagation route table to replace the original one if needed. For details, see :ref:`Modifying an Enterprise Router <er_01_0013>`. | |
| | | |
| | b. If you create an attachment to this enterprise router, the attachment will be automatically propagated to the default propagation route table. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Auto Accept Shared Attachments | Optional | Disable |
| | | |
| | As the owner, you can share your enterprise router with other users. These other users can create attachments for your enterprise router. | |
@ -103,23 +103,23 @@ Procedure
| | - If you select this option, the system will automatically accept attachments to this enterprise router from the accounts that this enterprise router is shared with. | |
| | | |
| | For details, see :ref:`Sharing Overview <er_01_0095>`. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Enterprise Project | Mandatory | default |
| | | |
| | Select an enterprise project that the enterprise router will be added to. | |
| | | |
| | An enterprise project facilitates project-level management and grouping of cloud resources and users. The default project is **default**. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Tag | Optional | **Tag key**: test |
| | | |
| | Add tags to help you quickly find your enterprise router. | **Tag value**: 01 |
| | | |
| | For details, see :ref:`Overview <er_01_0049>`. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
| Description | Optional | ``-`` |
| | | |
| | Describe the enterprise router for easy identification. | |
+---------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+---------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
#. Click **Create Now**.

View File

@ -5,7 +5,7 @@
Using an Enterprise Router to Enable Communications Between VPCs in the Same Region
===================================================================================
- :ref:`Quick Start <er_01_0062>`
- :ref:`Before You Start <er_01_0062>`
- :ref:`Step 1: Plan Networks and Resources <er_01_0063>`
- :ref:`Step 2: Create an Enterprise Router <er_01_0064>`
- :ref:`Step 3: (Optional) Create VPCs and ECSs <er_01_0065>`
@ -17,7 +17,7 @@ Using an Enterprise Router to Enable Communications Between VPCs in the Same Reg
:maxdepth: 1
:hidden:
quick_start
before_you_start
step_1_plan_networks_and_resources
step_2_create_an_enterprise_router
step_3_optional_create_vpcs_and_ecss

View File

@ -55,23 +55,22 @@ Procedure
.. table:: **Table 1** Parameters for creating a propagation
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
| Parameter | Setting | Example Value |
+=======================+=====================================================================================================================================================+=======================+
+=======================+================================================================================================+=======================+
| Attachment Type | Mandatory | VPC |
| | | |
| | Select an attachment type. | |
| | | |
| | - **VPC** | |
| | - **Virtual gateway** | |
| | - **Peering connection**: indicates that the enterprise router will connect to another enterprise router in the same region or a different region. | |
| | - **VPC**: A VPC is attached to the enterprise router. | |
| | - **Virtual gateway**: A Direct Connect virtual gateway is attached to the enterprise router. | |
| | | |
| | For more information, see :ref:`Attachment Overview <er_01_0019>`. | |
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
| Attachment | Mandatory | er-attach-02 |
| | | |
| | In the drop-down list, select the attachment who will propagate routes to the route table. | |
+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
+-----------------------+------------------------------------------------------------------------------------------------+-----------------------+
#. Click **OK**.

View File

@ -10,8 +10,8 @@ Scenarios
The following provides operations for you to view the quotas of enterprise routers and related resources in your account.
How Do I View My Quota?
-----------------------
How Do I View My Quotas?
------------------------
#. Log in to the management console.
@ -21,6 +21,21 @@ How Do I View My Quota?
The **Service Quota** page is displayed.
#. View the used and total quota of each type of resources on the displayed page.
If a quota cannot meet service requirements, apply for a higher quota.
How Do I View My Quota?
-----------------------
#. Log in to the management console.
#. Click |image3| in the upper left corner and select the desired region and project.
#. In the upper right corner of the page, click |image4|.
The **Service Quota** page is displayed.
.. figure:: /_static/images/en-us_image_0000001764265877.png
:alt: **Figure 1** Service Quota
@ -31,5 +46,7 @@ How Do I View My Quota?
If a quota cannot meet your needs, apply for a higher quota by performing the operations in the next section.
.. |image1| image:: /_static/images/en-us_image_0000001716625548.png
.. |image2| image:: /_static/images/en-us_image_0000001716466100.png
.. |image1| image:: /_static/images/en-us_image_0275513364.png
.. |image2| image:: /_static/images/en-us_image_0152727234.png
.. |image3| image:: /_static/images/en-us_image_0000001716625548.png
.. |image4| image:: /_static/images/en-us_image_0000001716466100.png