User guide
Chapter 5. Command Line Interface Reference 265
Example: ipsec set gateway 207.135.89.233 show_rx
IPSEC SET IDENT
Specifies the identifier (SPID) for the IPSec tunnel. It must match the SPID at the other end of the tunnel, that is,
the tx SPID on this end must match the rx SPID on the other end.
ipsec set ident <ident> <SAname>
ident SPID for the IPSec tunnel.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set ident 424242 show_rx
IPSEC SET MODE
Selects the encapsulation mode (tunnel or transport) for the SA. The default is tunnel mode.
ipsec set mode <TUNNEL | TRANSPORT> <SAname>
One of the following:
TUNNEL Tunnel encapsulation mode.
TRANSPORT Transport encapsulation mode.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set mode transport rtr2rtr
IPSEC SET SERVICE
Selects the authentication and/or encryption services used for the SA.
ipsec set service <ESP | AH | BOTH> <SAname>
One of the following:
AH AH authentication.
ESP ESP encryption.
BOTH Both ESP encryption and authentication.
SAname Name of the IPSec SA.To see the IPSec SA names in use, use the ipsec list command.
Example: ipsec set service both show_rx