Configure Global Source IP Address for IPsec Tunnel

About this task

Perform this procedure to configure the global source IP address for IPsec tunnel on the switch.

Note

Note

Product Notice: This procedure only applies to XA1400 Series switches.

Procedure

  1. Enter IS-IS Router Configuration mode:

    enable

    configure terminal

    router isis

  2. Configure the source IP address for IPsec tunnel:

    ipsec tunnel-source-address {A.B.C.D}

    Note

    Note

    You must configure the source IP address for IPsec tunnel on the same VRF as the source address for IP tunnel.

Example

Configuring source IP address for IPsec tunnel.
Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#router isis
Switch:1(config-isis)#ipsec tunnel-source-address 192.0.2.10

Variable Definitions

The following table defines the variable for ipsec tunnel-source-address command.

Variable Value
{A.B.C.D} Specifies the global IP address for IPsec tunnel, which is configured on the same VRF as the source address for IP tunnel.