[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

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”;
}
}
}
}
}
}

 


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]