Enable IPsec on a Management Interface

Use the following procedure to enable IPsec on a management interface.

By default, IPsec is disabled on the management interface.

Note

Note

This procedure applies to VSP 8600 Series only.

Procedure

  1. Enter mgmtEthernet Interface Configuration mode:

    enable

    configure terminal

    interface mgmtEthernet <mgmt | mgmt2>

  2. Enable IPsec on an IPv6 interface:

    ipv6 ipsec enable

  3. Enable IPsec on an IPv4 interface:

    ip ipsec enable

Example

Enable IPsec for IPv4 on the management interface:

Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#interface mgmtEthernet mgmt
Switch:1(config-if)#ip ipsec enable