Command Reference Guide
3Com Router 5000 Family and Router 6000 Family ipsec card-proposal ● 163
Command Reference
ipsec card-proposal
Purpose Use the ipsec card-proposal command to create an SA proposal for the
encryption card and enter the corresponding view.
Use the undo ipsec card-proposal command to delete an SA proposal of the
encryption card.
Syntax ipsec card-proposal proposal-name
undo ipsec card-proposal proposal-name
Parameters proposal-name
Name of the SA proposal of the encryption card, a
string up to 32 characters. It is case-sensitive.
Example Create the SA proposal “card” using the encryption card at slot 5/0/0, configure
security and encryption algorithm.
[Router] ipsec card-proposal card
[Router-ipsec-card-proposal] use encrypt-card 5/0/0
[Router-ipsec-card-proposal-card] transform ah-esp
[Router-ipsec-card-proposal-card] ah authentication-algorithm sha1
[Router-ipsec-card-proposal-card] esp authentication-algorithm sha1
[Router-ipsec-card-proposal-card] esp encryption-algorithm 3des
[Router-ipsec-card-proposal-card] quit
[Router]
View This command can be used in the following views:
■ System view
Description This command is used in encryption card SA proposal view (the corresponding
encryption/decryption/authentication are implemented on the encryption card),
whereas the host software is also compatible with SA proposal view of the host itself
(the
ipsec proposal command), in which the
encryption/decryption/authentication are implemented by the host. In encryption card
SA proposal view, you can also specify the slot ID of the encryption card for the SA
proposal, with the
use encrypt card command, while other configurations are
identical with the
ipsec proposal command.
After completing SA proposal configuration, you need to return to system view using
the
quit command, so that you can initiate other configuration.