You can configure only one tunnel profile per service set for all dynamic peers. The configured preshared key in the profile is used for IKE authentication of all dynamic peers terminating in that service set.
The IKE tunnel profile specifies all the information needed to complete the IKE negotiation. For more information on access profiles, see the JUNOS System Basics Configuration Guide.
- [edit access]
- profile profile-name {
-
- client * {
-
- ike {
-
- allowed-proxy-pair {
- remote remote-proxy-address local local-proxy-address;
- }
- pre-shared-key ([ ascii-text key-string ] | [hexadecimal key-string ]);
- interface-id string-value;
- }
- }
- }
![]() |
Note: For dynamic peers, the JUNOS software supports only IKE main mode with the preshared key method of authentication. In this mode, an IPv4 or IPv6 address is used to identify a tunnel peer to get the preshared key information. The client value * (wildcard) means that the configuration within this profile is valid for all dynamic peers terminating within the service set accessing this profile. |
The following statements are the parts of the IKE profile:
By default, remote 0.0.0.0/0 local 0.0.0.0/0 is used if no values are configured.