Configure IPSec on Router CE1:
- [edit security]
- ipsec {
-
- security-association sa-esp-manual {
- mode tunnel;
-
- manual {
-
- direction bidirectional {
- protocol esp;
- spi 16000;
-
- authentication {
- algorithm hmac-md5-96;
- key ascii-text "$9$ABULt1heK87dsWLDk.P3nrevM7V24ZHkPaZ/tp0cSvWLNwgZUH";
- }
-
- encryption {
- algorithm des-cbc;
- key ascii-text "$9$/H8Q90IyrvL7VKMZjHqQzcyleLN";
- }
- }
- }
- }
- }