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


manual

Syntax

manual {
    
direction (inbound | outbound | bi-directional) {
        auxiliary-spi
auxiliary-spi-value;
        
spi spi-value;
        
protocol (ah | esp | bundle);
        
authentication {
            algorithm (hmac-md5-96 | hmac-sha1-96);
            key (ascii-text
key | hexadecimal key);
        }
        
encryption {
            algorithm (des-cbc | 3des-cbc);
            key (ascii-text
key | hexadecimal key);
        }
    }
}

Hierarchy Level

[edit security ipsec security-association name]

Description

Define a manual IPSec SA.

The remaining statements are explained separately.

Usage Guidelines

See Configure Manual Security Associations.

Required Privilege Level

admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.


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