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

About this task

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

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

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