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

Example: Configuring Bidirectional Statement

Define one set of algorithms, keys, and security parameter index values that is valid in both directions:

[edit services ipsec-vpn rule rule-name term term-name then manual]
direction bidirectional {
protocol ah;
spi 20001;
authentication {
algorithm hmac-md5-96;
key ascii-text 123456789012abcd;
}
}

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