OcNOS-SP : System Management Guide : System Management Command Reference : OSPFv3 IPSec Authentication Commands : set peer
set peer
Use this command to specify an IPSec peer IPv4 or IPv6 for a crypto map.
Use the no form of this command to remove an IPSec peer from a crypto map entry.
Command syntax
set peer (A.B.C.D | X:X::X:X) (spi (<0-4096>)|)
no set peer (A.B.C.D | X:X::X:X)
Parameters
A.B.C.D
IPv4 peer address
X:X:X:X
IPv6 peer address
spi
Specifies the security parameter index (SPI), a number that is used to uniquely identify a security association.
<0-4096>
Security parameter index (SPI) range
Default
None
Command Mode
Crypto map sequence mode
Applicability
This command is introduced in OcNOS version 6.0.0
Examples
#configure terminal
(config)#crypto map MAP1 ipsec-manual
(config-crypto)#sequence 1
(config-crypto-seq)#set transform-set TEST_ESP
(config-crypto-seq)#set peer fe80::3617:ebff:fe0e:1222 spi 200
 
 
Last modified date: 10/19/2023