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

Example: Configuring Inbound and Outbound Direction Statements

Define different algorithms, keys, and security parameter index values for each direction:

[edit services ipsec-vpn rule rule-name term term-name then manual]
direction inbound {
protocol esp;
spi 16384;
encryption {
algorithm 3des-cbc;
key ascii-text 23456789012345678901234;
}
}
direction outbound {
protocol esp;
spi 24576;
encryption {
algorithm 3des-cbc;
key ascii-text 12345678901234567890abcd;
}
}

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