crypto
access
list
--A list that defines which IP traffic will be protected by crypto and which traffic will not be protected by crypto.
crypto
map
--A map that specifies which traffic should be protected by IPsec, where IPsec-protected traffic should be sent, and what
IPsec transform sets should be applied to this traffic.
dead
peer
detection
--A feature that allows the router to detect an unresponsive peer.
keepalive
message
--A message sent by one network device to inform another network device that the virtual circuit between the two is still
active.
peer
--Router or other device that participates in IPsec and IKE. In IPsec, peers are devices or entities that communicate securely
either through the exchange of keys or the exchange of digital certificates.
SA
--security association. An instance of security policy and keying material applied to a data flow. Both IKE and IPsec use
SAs, although SAs are independent of one another. IPsec SAs are unidirectional and are unique in each security protocol. An
IKE SA is used by IKE only, and unlike the IPsec SA, it is bidirectional. IKE negotiates and establishes SAs on behalf of
IPsec. A user also can establish IPsec SAs manually. A set of SAs are needed for a protected data pipe, one per direction
per protocol. For example, if you have a pipe that supports Encapsulating Security Payload (ESP) between peers, one ESP SA
is required for each direction. SAs are identified uniquely by destination (IPsec endpoint) address, security protocol (AH
or ESP), and security parameter index (SPI).
transform
set
--An acceptable combination of security protocols, algorithms, and other settings to apply to IPsec-protected traffic. During
the IPsec security association negotiation, the peers agree to use a particular transform set when protecting a particular
data flow.