Skip to content

Commit 49781d3

Browse files
committed
Dynamic: v5
1 parent d9d2c78 commit 49781d3

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

source/adminguide/networking/dynamic_static_routing.rst

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ An IPv4 subnet for guest networks is created from its parent which is a IPv4 sub
8080

8181
.. cssclass:: table-striped table-bordered table-hover
8282

83-
======================================= ========================
83+
================================================= ========================
8484
Configuration Description
85-
======================================= ========================
86-
routed.ipv4.network.cidr.auto.allocation.enabled whether the auto-allocation of network CIDR for routed network is enabled or not. True by default.
85+
================================================= ========================
86+
routed.ipv4.network.cidr.auto.allocation.enabled whether the auto-allocation of network CIDR for routed network is enabled or not. True by default. This is an account-level setting.
8787
routed.ipv4.network.max.cidr.size The maximum value of the cidr size for isolated networks in ROUTED mode
8888
routed.ipv4.network.min.cidr.size The minimum value of the cidr size for isolated networks in ROUTED mode
8989
routed.ipv4.vpc.max.cidr.size The maximum value of the cidr size for VPC in ROUTED mode
9090
routed.ipv4.vpc.min.cidr.size The minimum value of the cidr size for VPC in ROUTED mode
91-
======================================= ========================
91+
================================================= ========================
9292

9393
Supported CloudStack API for operators to manage the IPv4 subnets for guest networks are:
9494

@@ -115,6 +115,23 @@ To create VPC offering with ROUTED mode, see below
115115
Create Network with Static Routing for IPv4
116116
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117117

118+
To create a network with static routing, users need to navigate to Network -> Add Network -> Isolated, and
119+
120+
- Choose a network offering with ROUTED mode
121+
- Specify the gateway and netmask (available for ROOT admin only)
122+
- OR, specify the cidrsize (available for all users)
123+
124+
|routed-add-network-cidrsize.png|
125+
126+
If cidrsize is specified, CloudStack will allocate an IPv4 subnet for guest network to the net network
127+
128+
- Check if there is an IPv4 subnet with same CIDR size available,
129+
- If not, and setting "routed.ipv4.network.cidr.auto.allocation.enabled" is true for account, allocate an IPv4 subnet for the new network, from the IPv4 subnet for zone which the account can access.
130+
- Otherwise, the network creation fails.
131+
132+
When the network is implemented, the Ipv4 routes are displayed in the network details page.
133+
134+
|routed-ipv4-routes.png|
118135

119136

120137
Create Network with Static Routing for IPv6
@@ -123,10 +140,23 @@ Create Network with Static Routing for IPv6
123140
The IPv6 static routing has been introduced in Apache CloudStack 4.17.0.0.
124141
For more information, see `“IPv6 support for isolated networks and VPC Network Tiers” <../plugins/ipv6.html#isolated-network-and-vpc-network-tier>`_.
125142

143+
Users can create network with static routing for both IPv4 and IPv6, if the network offering supports DualStack.
144+
145+
126146
Manage IPv4 Routing Firewall
127147
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
128148

129-
TODO
149+
Users can manage the IPv4 Routing firewalls by navigating to Network -> Guest Networks -> choose a network -> IPv4 Routing Firewall
150+
151+
|routed-ipv4-routing-firewall.png|
152+
153+
Supported CloudStack API for operators to manage the IPv4 Routing firewall rules are:
154+
155+
- **createRoutingFirewallRule** : create an IPv4 routing firewall rule
156+
- **updateRoutingFirewallRule** : update an IPv4 routing firewall rule
157+
- **deleteRoutingFirewallRule** : delete an IPv4 routing firewall rule
158+
- **listRoutingFirewallRules** : list IPv4 routing firewall rules
159+
130160

131161
Manage AS number for Dynamic Routing
132162
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -156,3 +186,12 @@ TODO
156186
.. |routed-add-vpc-offering.png| image:: /_static/images/routed-add-vpc-offering.png
157187
:alt: Add vpc offering with ROUTED mode
158188

189+
.. |routed-add-network-cidrsize.png| image:: /_static/images/routed-add-network-cidrsize.png
190+
:alt: Add ROUTED network with specified cidr size
191+
192+
.. |routed-ipv4-routes.png| image:: /_static/images/routed-ipv4-routes.png
193+
:alt: IPv4 static routes
194+
195+
.. |routed-ipv4-routing-firewall.png| image:: /_static/images/routed-ipv4-routing-firewall.png
196+
:alt: IPv4 routing firewall rules
197+

0 commit comments

Comments
 (0)