dst

Use this command to configure a destination (peer) address for this IKE map.

Syntax

dst address
no dst address

Parameters

address Specifies an SA destination device IPv4 or IPv6 address for this IKE map.

Defaults

None.

Mode

IKE map configuration.

Usage

Address ranges are supported using the slash (/) length notation.

Use the “no” option for this command to delete the IKE map destination address.

Example

This example shows how to set the IKE map destination address to 1.1.191.0/24:

System(su-config)->crypto ike-map winRadius
System(su-crypto-map)->dst 1.1.191.0/24
System(su-crypto-map)->

This example shows how to set the IKE map destination address to 2001:2010::0/64:

System(su-config)->crypto ike-map winRadius
System(su-crypto-map)->dst 2001:2010::0/64
System(su-crypto-map)->