routing-profile
route <destination> <mask> <gateway>
no...
This command configures a routing profile to define the corporate subnets, which must to be tunneled through IPSec.
Parameter |
Description |
routing-profile <profile> |
Creates a routing profile for routing traffic into the VPN tunnel. |
route |
Configures route parameters. |
<destination> |
Configures the destination network that is reachable through the VPN tunnel. |
<mask> |
Specify the subnet mask of network that is reachable through the VPN tunnel. |
<gateway> | Specify the gateway to which traffic must be routed. This IP address must be the controller IP address on which the VPN connection is terminated. |
no… | Removes the configuration |
Use this command to configure a routing profile for VPN connections.
The following example configures a routing profile:
(Instant AP)(config)# routing-profile
(Instant AP)(Routing-profile)# route 192.0.1.0 255.255.255.0 192.0.2.0
(Instant AP)(Routing-profile)# end
(Instant AP)# commit apply
Version |
Description |
Aruba Instant 6.2.1.0-3.3 |
This command is introduced. |
IAP Platform |
Command Mode |
All platforms |
Configuration mode and routing profile configuration sub-mode. |