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

Example: Configuring Inbound and Outbound Processing

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

[edit security ipsec security-association sa-name]
manual {
direction inbound {
encryption {
algorithm 3des-cbc;
key ascii-text 23456789012345678901234;
}
protocol esp;
spi 16384;
}
direction outbound {
encryption {
algorithm 3des-cbc;
key ascii-text 12345678901234567890abcd;
}
protocol esp;
spi 24576;
}
}

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