Example: Configuring Internal IPsec

Configure a bidirectional IPsec SA with an SPI value of 512 and a key value conforming to the FIPS 140-2 rules:

[edit security]ipsec {internal {security-association {manual {direction bidirectional {protocol esp;spi 512;encryption {algorithm 3des-cbc;key ascii-text “$9$90j.COIek8X7VevbYgoji1rh”;}}}}}}

Related Topics