Configure Egress Shaping Rate for IPsec Tunnels on Fabric IPsec Gateway VM

Before you begin

Before you can configure the egress shaping rate for the IPsec tunnel on the VM, you must first disable the IPsec tunnel.

About this task

Perform this procedure to configure the egress shaping rate for IPsec tunnels on Fabric IPsec Gateway Virtual Machine (VM).

Procedure

  1. Enter Fabric IPsec Gateway Configuration mode:

    enable

    virtual-service WORD<1-128> console

    Note

    Note

    Type CTRL+Y to exit the console.

  2. Disable the IPsec tunnel:

    delete ipsec <1-255> admin-state enable

  3. Configure the egress shaping rate for the IPsec tunnel:

    set ipsec <1-255> egress-shaping-rate <1-1000>

  4. Enable the IPsec tunnel:

    set ipsec <1-255> admin-state-enable

Example

Configuring egress-shaping-rate for the IPsec tunnel on the Fabric IPsec Gateway VM:
Switch:1> enable
Switch:1# virtual-service figw console
Connected to domain figw
Escape character is ^Y

  <cr>
FIGW> delete ipsec 1 admin-state enable
FIGW> set ipsec 1 egress-shaping-rate 200
FIGW> set ipsec 1 admin-state enable

Variable Definitions

The following table defines parameters for the set ipsec command.

Variable Value
<1-255> Specifies the unique ID for the IPsec tunnel.
admin-state <enable | disable> Enables or disables IPsec on the specific IPsec tunnel.
egress-shaping-rate <1-1000> Specifies the egress shaping rate for the IPsec tunnel.