Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
...
...
Panel | |
---|---|
In this section:
|
This section details the commands to configure an
...
IPsec Peer.
See
...
IPsec for Signaling for in-depth feature description.
// Mandatory parameters required to configure the
...
IPsec.
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext name> ipsec peer <peer name>
ipAddress <ipAddress>
localIdentity <fqdn | ipV4Addr | ipV6Addr>
preSharedKey <DES3 encrypted string>
|
// Optional parameters:
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext name> ipsec peer <peer name>
protectionProfile <profile_name>
protocol <any | ikev1 | ikev2>
remoteIdentity <fqdn | ipV4Addr | ipV6Addr>
|
Caption | |||
---|---|---|---|
|
...
|
...
| |
Parameter | Length/Range | Description |
---|---|---|
Mandatory peer parameter descriptions for |
...
IPsec Peer | ||
| 1-23 | Specifies the name of the Internet Key Exchange (IKE) peer database entry. This name identifies an entry in the IKE Peer Database (IPD). The IPD is a list of remote devices that may become |
...
IPsec peers. The IPD establishes the authentication and other phase 1 criteria for the peer-to-peer negotiation to eventually reach an IKE Security Association (SA) between this specific peer and the SBC. | ||||||||||||||||||||
| N/A | Specifies the IPv4 or IPv6 address of the peer. | ||||||||||||||||||
| N/A | Specifies the local identity type that
| ||||||||||||||||||
| 32-128 alphanumeric | Specifies the Pre-shared Secret with this peer. The
In either case the given value represents a "pre-shared secret" between the
| ||||||||||||||||||
Optional peer parameter descriptions for |
...
IPsec Peer | ||||||||||||||||||||
| N/A | Specifies the name of the IKE protection profile to apply to the Internet key exchange with this peer. | ||||||||||||||||||
| N/A | Use this object to specify the Internet Key Exchange (IKE) protocol to use to set up a Security Association (SA) for this IPsec peer.
| ||||||||||||||||||
| N/A | Specifies the remote Identity that
|
The following example creates an IPsec peer named "peer2
":
Code Block | ||
---|---|---|
| ||
% set addressContext default ipsec peer peer2 ipAddress 10.20.30.140 preSharedKey 12345678 localIdentity type ipV4Addr ipAddress 10.20.30.134
% show addressContext default ipsec
peer peer2 {
ipAddress 10.20.30.140;
localIdentity {
type ipV4Addr;
ipAddress 10.20.30.134;
}
preSharedKey $3$jCFw27QxeFA9KSe4Ym01FechIP3sXsZY; |
Pagebreak |
---|