Skip to main content
Version: current

installed-sa


ip/ipsec/installed-sa

Type: Directory

This menu provides information about installed security associations including the keys.

FlagNameDescription
Sseen-trafficWhether traffic has passed through the SA.
Hhw-aeadWhether hardware AEAD acceleration is used.
AAHWhether the SA uses AH protocol.
EESPWhether the SA uses ESP protocol.
ArgumentTypeDescription
spinumSecurity Parameter Index value.
stateenum (larval | mature | dying | dead) { larval:0, mature:1, dying:2, dead:3 }Current SA state.
auth-algorithmenum (none | md5 | sha1 | sha256 | sha512) { none:0, md5:2, sha1:3, sha256:5, sha512:7 }Authentication algorithm.
enc-algorithmenum (none | des | 3des | null | aes-cbc | aes-ctr | aes-gcm | blowfish | twofish | camellia | chacha20poly1305) { none:0, des:2, 3des:3, null:11, aes-cbc:12, aes-ctr:13, aes-gcm:20, blowfish:7, twofish:253, camellia:22, chacha20poly1305:254 }Encryption algorithm.
enc-key-sizenumEncryption key size in bits.
auth-keystringAuthentication key value.
enc-keystringEncryption key value.
addtimedateTime when the SA was added.
expires-intimeTime until the SA expires.
add-lifetimecomposite { soft: time , hard: time }

Added lifetime for the SA in the format soft/hard:

  • soft - time period after which IKE will try to establish a new SA;
  • hard - time period after which the SA is deleted.
current-bytesnumNumber of bytes processed by the SA.
current-packetsnumNumber of packets processed by the SA.
invalid-packetsnumNumber of invalid packets.
replaynumReplay window size.
Read-only ArgumentTypeDescription
src-addresssuper { src-address: alt { ipv6: ip6Addr , ip: ipAddr } , [port] :num }Source address and port.
dst-addresssuper { dst-address: alt { ipv6: ip6Addr , ip: ipAddr } , [port] :num }Destination address and port.