
C613-50186-01 Rev B
Command Reference for AR2050V
2696
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
SEC
C
OMMANDS
CRYPTO
ISAKMP
PEER
crypto isakmp peer
Overview
Use this command to configure a peer to use a specific ISAKMP profile.
Use the
no
variant to set the peer back to using the default profile.
Syntax
crypto isakmp peer address {<
ipv4-addr
>|<
ipv6-addr
>} hostname
<
hostname
> profile
<profile-name>
crypto isakmp peer dynamic profile
<profile-name>
no crypto isakmp peer address {<
ipv4-addr
>|<
ipv6-addr
>}
hostname <
hostname
> profile
no crypto isakmp peer dynamic profile
Default
By default, all peers use the default profile.
Mode
Global Configuration
Examples
To configure a profile for a peer with a dynamic IP address, use the following
commands:
awplus#
configure terminal
awplus(config)#
crypto isakmp peer dynamic profile peer_profile
To configure a profile for a peer with IPv4 address, use the following commands:
awplus#
configure terminal
awplus(config)#
crypto isakmp peer address 192.168.1.2 profile
peer_profile
To set the profile for the peer back to default, use the following commands:
awplus#
configure terminal
awplus(config)#
no crypto isakmp peer dynamic profile
awplus#
configure terminal
Parameter
Description
<
ipv4-addr
>
Destination IPv4 address. The IPv4 address uses the format
A.B.C.D.
<i
pv6-addr
>
Destination IPv6 address. The IPv6 address uses the format
X:X::X:X.
<
hostname
>
Remote endpoint with a host name as the destination.
dynamic
Remote endpoint with a dynamic IP address.
<
profile-name
>
Profile name.