cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
1
Helpful
2
Replies

IKEv2 protection mechanisms

iores
Level 1
Level 1

Hi,

what is the difference between these to commands lines:

 

crypto ikev2 limit max-in-negotiation-sa 6 outgoing

crypto ikev2 limit max-in-negotiation-sa 6

 

 Thank you!

2 Replies 2

@iores

crypto ikev2 limit max-in-negotiation-sa 6 = allowed limit of incoming SA requests to the router. This appears to be the same if you append "incoming" to the end of the command.

crypto ikev2 limit max-in-negotiation-sa 6 outgoing = allowed limited of outgoing SA requests from the router.

You can see the configured (or default) in/out SA limits using the command show crypto ikev2 stats

this is for CAC of IPSec 
Call Admission Control for IKE (cisco.com)

CAC is control of IPsec.