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

Example: Configuring Bidirectional Processing

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

[edit security ipsec security-association sa-name manual]
direction bidirectional {
authentication {
algorithm hmac-md5-96;
key ascii-text 123456789012abcd;
}
protocol ah;
spi 20001;
}

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